Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-30 | next bunch of fixes for bugs found by randconfig | Denis Vlasenko | |
2006-12-30 | done a dozen of randconfig test. guess what? ALL failed... | Denis Vlasenko | |
these are resulting fixes | |||
2006-12-30 | fix for uclibc-without-shadow.h compilation | Denis Vlasenko | |
2006-12-29 | we need to use the compiler driver to invoke LD as LDFLAGS is in the form ↵ | Mike Frysinger | |
the compiler driver understands, not the form the linker itself understands, so trying to invoke ld directly and passing it LDFLAGS while invoking the compiler driver in other places and passing it LDFLAGS does not work | |||
2006-12-28 | Add link to post-1.3.1 patches to website | Denis Vlasenko | |
2006-12-28 | * precision requires the argument be an integer, not size_t | Mike Frysinger | |
2006-12-28 | fix build without shadow support | Denis Vlasenko | |
2006-12-28 | bb_xget[pw/gr]nam were horribly misnamed - fixed. | Denis Vlasenko | |
uidgid_get -> get_uidgid, add additional param (numeric_ok). Make chown use it. chown: fix "chown user: ...." install: fix incorrect use of bb_xget[pw/gr]nam | |||
2006-12-27 | news.html: Fix bad English | Denis Vlasenko | |
2006-12-27 | fix typo | Denis Vlasenko | |
2006-12-27 | Announce 1.3.1 | Denis Vlasenko | |
2006-12-26 | ash: is_safe_applet mustn't affect disabled applets | Denis Vlasenko | |
2006-12-26 | merge post-1.3.0 fixes | Denis Vlasenko | |
2006-12-26 | properly export externs thru *.h files | Denis Vlasenko | |
2006-12-26 | adduser: trivial code movement | Denis Vlasenko | |
2006-12-26 | style fixes | Denis Vlasenko | |
last xcalloc replaced by xzalloc | |||
2006-12-26 | chattr: bugfixes and size reduction | Denis Vlasenko | |
2006-12-26 | trivial size reduction | Denis Vlasenko | |
2006-12-26 | leftover of e2fsck surgery | Denis Vlasenko | |
2006-12-26 | put small subset of e2fsprogs back in the tree: | Denis Vlasenko | |
lsattr, chattr, fsck. Old e2fsprogs tree is in e2fsprogs/old_e2fsprogs/*. | |||
2006-12-26 | remove e2fsprogs. Nobody volunteered to clean up that mess | Denis Vlasenko | |
2006-12-25 | Fix irregular capitalization in usage texts | Denis Vlasenko | |
2006-12-25 | trim help texts a bit more | Denis Vlasenko | |
2006-12-25 | less: fix regexp search '/' on large files | Denis Vlasenko | |
2006-12-24 | more usage message cleanups | Denis Vlasenko | |
2006-12-24 | Cleanup usage messages (-200 bytes). | Denis Vlasenko | |
Remove busybox_main from applet table since it is called via separate check | |||
2006-12-24 | random tiny size savings | Denis Vlasenko | |
2006-12-24 | small stupid changes. no code changes | Denis Vlasenko | |
2006-12-24 | missing piece of prev commit: ndelay_off | Denis Vlasenko | |
2006-12-24 | less: implement waiting for input using select(). Rather tricky business. | Denis Vlasenko | |
But we do not read entire input anymore up-front. | |||
2006-12-23 | sum: 40% size reduction (-300 bytes) | Denis Vlasenko | |
find: one_char -> LONE_CHAR | |||
2006-12-23 | su: fix typo: "argv -= optind" should be += | Denis Vlasenko | |
2006-12-23 | use xbind, xconnect where appropriate. | Denis Vlasenko | |
small edits to arping | |||
2006-12-23 | #define FEATURE_GETUSERNAME_AND_HOMEDIR should be always #defined | Denis Vlasenko | |
2006-12-23 | fix recognitions of -SIGname signals | Denis Vlasenko | |
(fix by Jacques LUDER <jacques.luder@thalesgroup.com>) | |||
2006-12-23 | find: fix spurious -exec error messages | Denis Vlasenko | |
(bug reported by Bernhard Fischer <rep.nop@aon.at>) | |||
2006-12-22 | remove useless casts (type*) xzalloc(...) | Denis Vlasenko | |
2006-12-22 | dpkg: getopt32-ification etc, -100 bytes | Denis Vlasenko | |
2006-12-22 | tail: -50 text bytes | Denis Vlasenko | |
2006-12-22 | rpm: reformat. was really hard to read | Denis Vlasenko | |
2006-12-22 | convert "negaite" config option into reversed (INCLUDE_SUSv2) | Denis Vlasenko | |
2006-12-22 | time: -200 bytes of text | Denis Vlasenko | |
2006-12-22 | time: fix option parsing bug, size optimizations | Denis Vlasenko | |
2006-12-22 | Always use /usr/share/udhcpc/default.script ([/usr] was depending on CONFIG_xx) | Denis Vlasenko | |
2006-12-22 | removal of commented-out cruft | Denis Vlasenko | |
2006-12-22 | tar et al: die if bb_copyfd_size copies less than asked for. | Denis Vlasenko | |
(we have bb_copyfd_exact_size now for that kind of usage) | |||
2006-12-21 | cmdedit: reformat code a bit, no algorithm changes | Denis Vlasenko | |
2006-12-21 | fix type character mixup in command completion | Denis Vlasenko | |
2006-12-21 | less: a few fixes for cases where we overflow status line | Denis Vlasenko | |
2006-12-21 | less: restore TAB display (was showing as inverse I after prev changes :) | Denis Vlasenko | |