| Commit message (Expand) | Author | Files | Lines |
2006-10-23 | __GLIBC__ -> defined(__GLIBC__) | vda | 1 | -1/+1 |
2006-10-22 | grep: "grep -h pattern file1 file2" ignored -h | vda | 1 | -14/+14 |
2006-10-22 | cp: update help text | vda | 1 | -4/+5 |
2006-10-21 | cp: add support for -s, -l. Fix free(nonmalloc) bug. | vda | 6 | -159/+188 |
2006-10-20 | watch: execute command thru shell, not fork/exec. Other fixes | vda | 2 | -32/+54 |
2006-10-20 | chpst: add overlooked copyright statement | vda | 1 | -0/+29 |
2006-10-20 | raidautorun: new applet, by: | vda | 5 | -0/+39 |
2006-10-20 | readlink: do not emit errors if file doesnt not exist / not a link | vda | 2 | -13/+33 |
2006-10-20 | Added compile-time warning for STATIC+GLIBC build | vda | 1 | -0/+7 |
2006-10-20 | message string changes, mostly for consistency, also -32 bytes in .rodata | vda | 71 | -130/+127 |
2006-10-20 | - remove duplicate flags (-funsigned-char -fno-builtin-strlen) | aldot | 1 | -2/+1 |
2006-10-19 | build system: (try to) get rid of bb_config.h hack | vda | 6 | -1942/+5 |
2006-10-19 | build system: check for ENABLE_, USE_ and SKIP_ (not only for CONFIG_) | vda | 2 | -15/+24 |
2006-10-19 | move usage_compressed.h generation into applets/ | vda | 4 | -9/+6 |
2006-10-19 | applets/applets.o must be rebuilt if usage.h is modified. | vda | 2 | -3/+9 |
2006-10-19 | scripts/usage.c: de-uglify #includes | vda | 2 | -2/+4 |
2006-10-19 | console-tools/resize.c is apparently leftover from a reverted patch. | andersen | 1 | -0/+0 |
2006-10-16 | mount: support user mounts if CONFIG_DESKTOP | vda | 3 | -28/+68 |
2006-10-16 | mdev: reduce excessive indentation | vda | 1 | -105/+112 |
2006-10-16 | strip -> $(STRIP); fix "unused variable" warning | vda | 2 | -2/+2 |
2006-10-16 | ash: fix segfault in ash. | vda | 1 | -1/+5 |
2006-10-16 | nc: fix 2 my own buglets, and few someone else's too. | vda | 3 | -48/+75 |
2006-10-15 | grep: -r didn't close files, producing "Too many open files" | vda | 1 | -1/+2 |
2006-10-15 | telnetd: check ptsname() for NULL | vda | 1 | -9/+16 |
2006-10-15 | wget: xatoi's were oversealous ("200 OK" isn't a number) | vda | 1 | -39/+51 |
2006-10-14 | fdisk: compilation fix | vda | 3 | -37/+49 |
2006-10-14 | grep: fix combination of -r and -h | vda | 1 | -1/+2 |
2006-10-14 | grep: add support for -r | vda | 5 | -108/+144 |
2006-10-14 | sulogin: add support for $SUSHELL & $sushell | vda | 2 | -9/+19 |
2006-10-14 | modprobe: fix for 2.4 kernels - by | vda | 1 | -1/+1 |
2006-10-14 | add open_read_close() and similar stuff | vda | 38 | -234/+228 |
2006-10-12 | xread/write can use full_read/write (smaller code) | vda | 3 | -12/+8 |
2006-10-12 | bb_get_[chomped]line_from_file wasn't descriptive enough. | vda | 20 | -32/+33 |
2006-10-12 | cut, mount: small improvements | vda | 4 | -30/+29 |
2006-10-12 | style fixes | vda | 3 | -286/+276 |
2006-10-12 | fdisk: separate sun/aix/etc code into #included files | vda | 5 | -3144/+3004 |
2006-10-12 | small style fixes | vda | 8 | -16/+24 |
2006-10-12 | execable: no need to check getenv for NULL, it works anyway. | vda | 1 | -2/+1 |