aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* add ipv6 developer docvda2006-10-261-0/+222
* nslookup: make it more IPv6 friendlyvda2006-10-262-126/+81
* mount: use switch (compare_string_array(..))vda2006-10-261-36/+105
* xconnect is non-conforming to "xfunc like libc" rule. Fixingvda2006-10-266-12/+20
* ip: "ip addr del" and "ip addr delete" both should workvda2006-10-261-7/+8
* silly size savings and capitalization fixesvda2006-10-2624-81/+81
* - revert r16191; re-add resize() applet.aldot2006-10-255-0/+62
* sed: mostly style fixes, very small changes in actual codevda2006-10-251-333/+354
* use skip_whitespace where appropriatevda2006-10-258-105/+98
* wget: wget $'-\207' ... should not be allowed to work. ever. :)vda2006-10-254-53/+75
* Put up BusyBox 1.2.2 and get out of Denis' way. Also minor tweak to landley2006-10-245-5/+33
* - add nmeter and raidautorun to defconfig.aldot2006-10-241-0/+2
* - we take exactly one argument.aldot2006-10-241-0/+3
* wget: -100 bytes, reduce stack usage, remove --header length limitvda2006-10-231-20/+18
* watch: fix warningvda2006-10-232-23/+25
* getty: conditionally disable handling of all-caps terminals.vda2006-10-231-57/+25
* getty: cleanup part 2vda2006-10-231-31/+28
* getty: cleanup part 1vda2006-10-231-44/+47
* __GLIBC__ -> defined(__GLIBC__)vda2006-10-231-1/+1
* grep: "grep -h pattern file1 file2" ignored -hvda2006-10-221-14/+14
* cp: update help textvda2006-10-221-4/+5
* cp: add support for -s, -l. Fix free(nonmalloc) bug.vda2006-10-216-159/+188
* watch: execute command thru shell, not fork/exec. Other fixesvda2006-10-202-32/+54
* chpst: add overlooked copyright statementvda2006-10-201-0/+29
* raidautorun: new applet, by:vda2006-10-205-0/+39
* readlink: do not emit errors if file doesnt not exist / not a linkvda2006-10-202-13/+33
* Added compile-time warning for STATIC+GLIBC buildvda2006-10-201-0/+7
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-2071-130/+127
* - remove duplicate flags (-funsigned-char -fno-builtin-strlen)aldot2006-10-201-2/+1
* build system: (try to) get rid of bb_config.h hackvda2006-10-196-1942/+5
* build system: check for ENABLE_, USE_ and SKIP_ (not only for CONFIG_)vda2006-10-192-15/+24
* move usage_compressed.h generation into applets/vda2006-10-194-9/+6
* applets/applets.o must be rebuilt if usage.h is modified.vda2006-10-192-3/+9
* scripts/usage.c: de-uglify #includesvda2006-10-192-2/+4
* console-tools/resize.c is apparently leftover from a reverted patch.andersen2006-10-191-0/+0
* Tell svn to ignore generated filesandersen2006-10-190-0/+0
* mount: support user mounts if CONFIG_DESKTOPvda2006-10-163-28/+68
* mdev: reduce excessive indentationvda2006-10-161-105/+112
* strip -> $(STRIP); fix "unused variable" warningvda2006-10-162-2/+2
* ash: fix segfault in ash.vda2006-10-161-1/+5
* nc: fix 2 my own buglets, and few someone else's too.vda2006-10-163-48/+75
* grep: -r didn't close files, producing "Too many open files"vda2006-10-151-1/+2
* telnetd: check ptsname() for NULLvda2006-10-151-9/+16
* wget: xatoi's were oversealous ("200 OK" isn't a number)vda2006-10-151-39/+51
* fdisk: compilation fixvda2006-10-143-37/+49
* grep: fix combination of -r and -hvda2006-10-141-1/+2
* grep: add support for -rvda2006-10-145-108/+144
* sulogin: add support for $SUSHELL & $sushellvda2006-10-142-9/+19
* modprobe: fix for 2.4 kernels - byvda2006-10-141-1/+1
* add open_read_close() and similar stuffvda2006-10-1438-234/+228