aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* wget: wget $'-\207' ... should not be allowed to work. ever. :)Denis Vlasenko2006-10-254-53/+75
* Put up BusyBox 1.2.2 and get out of Denis' way. Also minor tweak to Rob Landley2006-10-245-5/+33
* - add nmeter and raidautorun to defconfig.Bernhard Reutner-Fischer2006-10-241-0/+2
* - we take exactly one argument.Bernhard Reutner-Fischer2006-10-241-0/+3
* wget: -100 bytes, reduce stack usage, remove --header length limitDenis Vlasenko2006-10-231-20/+18
* watch: fix warningDenis Vlasenko2006-10-232-23/+25
* getty: conditionally disable handling of all-caps terminals.Denis Vlasenko2006-10-231-57/+25
* getty: cleanup part 2Denis Vlasenko2006-10-231-31/+28
* getty: cleanup part 1Denis Vlasenko2006-10-231-44/+47
* __GLIBC__ -> defined(__GLIBC__)Denis Vlasenko2006-10-231-1/+1
* grep: "grep -h pattern file1 file2" ignored -hDenis Vlasenko2006-10-221-14/+14
* cp: update help textDenis Vlasenko2006-10-221-4/+5
* cp: add support for -s, -l. Fix free(nonmalloc) bug.Denis Vlasenko2006-10-216-159/+188
* watch: execute command thru shell, not fork/exec. Other fixesDenis Vlasenko2006-10-202-32/+54
* chpst: add overlooked copyright statementDenis Vlasenko2006-10-201-0/+29
* raidautorun: new applet, by:Denis Vlasenko2006-10-205-0/+39
* readlink: do not emit errors if file doesnt not exist / not a linkDenis Vlasenko2006-10-202-13/+33
* Added compile-time warning for STATIC+GLIBC buildDenis Vlasenko2006-10-201-0/+7
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-2071-130/+127
* - remove duplicate flags (-funsigned-char -fno-builtin-strlen)Bernhard Reutner-Fischer2006-10-201-2/+1
* build system: (try to) get rid of bb_config.h hackDenis Vlasenko2006-10-196-1942/+5
* build system: check for ENABLE_, USE_ and SKIP_ (not only for CONFIG_)Denis Vlasenko2006-10-192-15/+24
* move usage_compressed.h generation into applets/Denis Vlasenko2006-10-194-9/+6
* applets/applets.o must be rebuilt if usage.h is modified.Denis Vlasenko2006-10-192-3/+9
* scripts/usage.c: de-uglify #includesDenis Vlasenko2006-10-192-2/+4
* console-tools/resize.c is apparently leftover from a reverted patch.Eric Andersen2006-10-191-0/+0
* mount: support user mounts if CONFIG_DESKTOPDenis Vlasenko2006-10-163-28/+68
* mdev: reduce excessive indentationDenis Vlasenko2006-10-161-105/+112
* strip -> $(STRIP); fix "unused variable" warningDenis Vlasenko2006-10-162-2/+2
* ash: fix segfault in ash.Denis Vlasenko2006-10-161-1/+5
* nc: fix 2 my own buglets, and few someone else's too.Denis Vlasenko2006-10-163-48/+75
* grep: -r didn't close files, producing "Too many open files"Denis Vlasenko2006-10-151-1/+2
* telnetd: check ptsname() for NULLDenis Vlasenko2006-10-151-9/+16
* wget: xatoi's were oversealous ("200 OK" isn't a number)Denis Vlasenko2006-10-151-39/+51
* fdisk: compilation fixDenis Vlasenko2006-10-143-37/+49
* grep: fix combination of -r and -hDenis Vlasenko2006-10-141-1/+2
* grep: add support for -rDenis Vlasenko2006-10-145-108/+144
* sulogin: add support for $SUSHELL & $sushellDenis Vlasenko2006-10-142-9/+19
* modprobe: fix for 2.4 kernels - byDenis Vlasenko2006-10-141-1/+1
* add open_read_close() and similar stuffDenis Vlasenko2006-10-1438-234/+228
* xread/write can use full_read/write (smaller code)Denis Vlasenko2006-10-123-12/+8
* bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko2006-10-1220-32/+33
* cut, mount: small improvementsDenis Vlasenko2006-10-124-30/+29
* style fixesDenis Vlasenko2006-10-123-286/+276
* fdisk: separate sun/aix/etc code into #included filesDenis Vlasenko2006-10-125-3144/+3004
* small style fixesDenis Vlasenko2006-10-128-16/+24
* execable: no need to check getenv for NULL, it works anyway.Denis Vlasenko2006-10-121-2/+1
* execable.c: forgot to do "svn add" again...Denis Vlasenko2006-10-121-0/+62
* ifupdown: stop emitting annoying/misleading error messages.Denis Vlasenko2006-10-114-88/+74
* hush.c: stop using __FILE__ (bad in out-of-tree builds)Denis Vlasenko2006-10-111-1/+2