Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-26 | mount: use switch (compare_string_array(..)) | Denis Vlasenko | |
where appropriate, saves >100 bytes. | |||
2006-10-26 | xconnect is non-conforming to "xfunc like libc" rule. Fixing | Denis Vlasenko | |
2006-10-26 | ip: "ip addr del" and "ip addr delete" both should work | Denis Vlasenko | |
2006-10-26 | silly size savings and capitalization fixes | Denis Vlasenko | |
2006-10-25 | - revert r16191; re-add resize() applet. | Bernhard Reutner-Fischer | |
text data bss dec hex filename 288 0 0 288 120 console-tools/_resize.o.gcc-2.95 258 0 0 258 102 console-tools/_resize.o.gcc-3.3 252 0 0 252 fc console-tools/_resize.o.gcc-3.4 | |||
2006-10-25 | sed: mostly style fixes, very small changes in actual code | Denis Vlasenko | |
2006-10-25 | use skip_whitespace where appropriate | Denis Vlasenko | |
2006-10-25 | wget: wget $'-\207' ... should not be allowed to work. ever. :) | Denis Vlasenko | |
So fix wget & getopt32. Also fix multiple --header options order: add and use rev_llist. | |||
2006-10-24 | Put up BusyBox 1.2.2 and get out of Denis' way. Also minor tweak to | Rob Landley | |
autodocifier.pl so USAGE_ macros that haven't been converted to USE_ yet get correctly stripped out when generating BusyBox.html. | |||
2006-10-24 | - add nmeter and raidautorun to defconfig. | Bernhard Reutner-Fischer | |
2006-10-24 | - we take exactly one argument. | Bernhard Reutner-Fischer | |
2006-10-23 | wget: -100 bytes, reduce stack usage, remove --header length limit | Denis Vlasenko | |
2006-10-23 | watch: fix warning | Denis Vlasenko | |
getty: fix breakage; fix excessive stack usage | |||
2006-10-23 | getty: conditionally disable handling of all-caps terminals. | Denis Vlasenko | |
2006-10-23 | getty: cleanup part 2 | Denis Vlasenko | |
2006-10-23 | getty: cleanup part 1 | Denis Vlasenko | |
2006-10-23 | __GLIBC__ -> defined(__GLIBC__) | Denis Vlasenko | |
2006-10-22 | grep: "grep -h pattern file1 file2" ignored -h | Denis Vlasenko | |
(precluded kernel's "make modules") | |||
2006-10-22 | cp: update help text | Denis Vlasenko | |
2006-10-21 | cp: add support for -s, -l. Fix free(nonmalloc) bug. | Denis Vlasenko | |
Add doc on POSIX's rules on -i and -f (insane!). ln: make "ln dangling_symlink new_link" work. | |||
2006-10-20 | watch: execute command thru shell, not fork/exec. Other fixes | Denis Vlasenko | |
2006-10-20 | chpst: add overlooked copyright statement | Denis Vlasenko | |
2006-10-20 | raidautorun: new applet, by: | Denis Vlasenko | |
Thomas Jarosch (email?) and Bernhard Fischer <rep.nop@aon.at> | |||
2006-10-20 | readlink: do not emit errors if file doesnt not exist / not a link | Denis Vlasenko | |
getopt32: add =N support | |||
2006-10-20 | Added compile-time warning for STATIC+GLIBC build | Denis Vlasenko | |
2006-10-20 | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | |
2006-10-20 | - remove duplicate flags (-funsigned-char -fno-builtin-strlen) | Bernhard Reutner-Fischer | |
2006-10-19 | build system: (try to) get rid of bb_config.h hack | Denis Vlasenko | |
2006-10-19 | build system: check for ENABLE_, USE_ and SKIP_ (not only for CONFIG_) | Denis Vlasenko | |
2006-10-19 | move usage_compressed.h generation into applets/ | Denis Vlasenko | |
2006-10-19 | applets/applets.o must be rebuilt if usage.h is modified. | Denis Vlasenko | |
2006-10-19 | scripts/usage.c: de-uglify #includes | Denis Vlasenko | |
2006-10-19 | console-tools/resize.c is apparently leftover from a reverted patch. | Eric Andersen | |
Since it is a 0 length file, it gets nuked by 'make distclean' so I suppose might as well kill it off properly. | |||
2006-10-16 | mount: support user mounts if CONFIG_DESKTOP | Denis Vlasenko | |
2006-10-16 | mdev: reduce excessive indentation | Denis Vlasenko | |
2006-10-16 | strip -> $(STRIP); fix "unused variable" warning | Denis Vlasenko | |
(patch by Diekema, Jon (AGRE) <Jon.Diekema@smiths-aerospace.com>) | |||
2006-10-16 | ash: fix segfault in ash. | Denis Vlasenko | |
patch by walter harms <wharms@bfs.de> | |||
2006-10-16 | nc: fix 2 my own buglets, and few someone else's too. | Denis Vlasenko | |
2006-10-15 | grep: -r didn't close files, producing "Too many open files" | Denis Vlasenko | |
2006-10-15 | telnetd: check ptsname() for NULL | Denis Vlasenko | |
2006-10-15 | wget: xatoi's were oversealous ("200 OK" isn't a number) | Denis Vlasenko | |
2006-10-14 | fdisk: compilation fix | Denis Vlasenko | |
2006-10-14 | grep: fix combination of -r and -h | Denis Vlasenko | |
2006-10-14 | grep: add support for -r | Denis Vlasenko | |
2006-10-14 | sulogin: add support for $SUSHELL & $sushell | Denis Vlasenko | |
2006-10-14 | modprobe: fix for 2.4 kernels - by | Denis Vlasenko | |
Yann E. MORIN <yann.morin.1998@anciens.enib.fr> | |||
2006-10-14 | add open_read_close() and similar stuff | Denis Vlasenko | |
2006-10-12 | xread/write can use full_read/write (smaller code) | Denis Vlasenko | |
2006-10-12 | bb_get_[chomped]line_from_file wasn't descriptive enough. | Denis Vlasenko | |
Renaming... | |||
2006-10-12 | cut, mount: small improvements | Denis Vlasenko | |