| Commit message (Expand) | Author | Files | Lines |
2003-12-24 | re-indent | Eric Andersen | 3 | -1099/+1100 |
2003-12-24 | fix a long standing underallocation bug | Russ Dill | 1 | -2/+5 |
2003-12-24 | move debugging to safe place (before vfork) | Russ Dill | 1 | -3/+2 |
2003-12-24 | Patch from Ned Ludd, solar at gentoo dot org: | Eric Andersen | 5 | -0/+403 |
2003-12-23 | match changes made to cmdedit | Eric Andersen | 1 | -3/+0 |
2003-12-23 | Match changes made to cmdedit | Eric Andersen | 1 | -3/+1 |
2003-12-23 | fix broken formatting | Eric Andersen | 1 | -3/+3 |
2003-12-23 | don't mess up errno | Eric Andersen | 1 | -2/+9 |
2003-12-23 | Cmdedit update from Vladimir N. Oleynik (vodz) | Eric Andersen | 1 | -22/+24 |
2003-12-23 | Show the news by default | Eric Andersen | 3 | -64/+65 |
2003-12-23 | Prepare for release1_00_pre5 | Eric Andersen | 3 | -2755/+548 |
2003-12-23 | Patch from Matt Kraai: | Eric Andersen | 1 | -2/+4 |
2003-12-23 | Fix compile error, the indenting really needs to be fixed here | Glenn L McGrath | 1 | -1/+1 |
2003-12-22 | Fix a bug of mine where extracting files to stdout would extract to | Glenn L McGrath | 1 | -1/+1 |
2003-12-21 | Bump version | Eric Andersen | 1 | -1/+1 |
2003-12-21 | Don't hose up perms for files that happen to have symlinks | Eric Andersen | 1 | -2/+4 |
2003-12-20 | bother. It seems I can't read. | Eric Andersen | 1 | -4/+0 |
2003-12-20 | doh! | Eric Andersen | 1 | -1/+1 |
2003-12-20 | New applet, rx, by Christopher Hoover | Glenn L McGrath | 5 | -0/+361 |
2003-12-20 | Try to accomodate systems that do not define PAGE_SHIFT | Eric Andersen | 1 | -0/+4 |
2003-12-20 | Eradicate all references to loadacm | Eric Andersen | 4 | -76/+46 |
2003-12-20 | Kill off the loadacm applet. It is unused, unmaintained | Eric Andersen | 10 | -370/+11 |
2003-12-20 | Use bb_xopen | Glenn L McGrath | 4 | -19/+6 |
2003-12-20 | Allow recieving file to stdout, sending files from stdin, use the '-' | Glenn L McGrath | 1 | -35/+37 |
2003-12-20 | Use low level file descriptors to match bb_copyfd_eof | Glenn L McGrath | 1 | -20/+19 |
2003-12-20 | display the port number number correctly, other minor optimisations | Glenn L McGrath | 1 | -30/+20 |
2003-12-20 | Change interface to bb_lookup_host, dont try and set port inside this | Glenn L McGrath | 6 | -49/+39 |
2003-12-19 | Patch from Woody Suwalski: | Eric Andersen | 2 | -31/+77 |
2003-12-19 | Use getopt_ulflags | Glenn L McGrath | 1 | -58/+50 |
2003-12-19 | Allow escaped 8 bit characters in bb_opt_complementaly | Glenn L McGrath | 1 | -1/+1 |
2003-12-19 | Patch from Fillod Stephane: | Eric Andersen | 5 | -12/+70 |
2003-12-19 | Patch from Fillod Stephane: | Eric Andersen | 1 | -1/+10 |
2003-12-19 | Patch from Fillod Stephane: | Eric Andersen | 1 | -2/+8 |
2003-12-19 | Patch from Stephane Billiart: | Eric Andersen | 1 | -1/+5 |
2003-12-19 | Tito writes: | Eric Andersen | 3 | -345/+477 |
2003-12-19 | Manousaridis Angelos writes: | Eric Andersen | 1 | -8/+9 |
2003-12-19 | Manousaridis Angelos writes: | Eric Andersen | 1 | -10/+8 |
2003-12-19 | don't use kernel headers | Eric Andersen | 1 | -1/+35 |
2003-12-19 | Use getopt_ulflags | Glenn L McGrath | 1 | -31/+23 |
2003-12-19 | vodz noticed we need to cast things back to an unsigned long | Eric Andersen | 1 | -2/+2 |
2003-12-19 | Fix a bug preventing use of escaped characters that use the signed bit | Glenn L McGrath | 1 | -3/+2 |
2003-12-18 | rename __getgrent so that it doesn't conflict with some libc's | Russ Dill | 7 | -8/+8 |
2003-12-18 | Finish remerging busybox udhcp and udhcp. Some cleanups as well. | Russ Dill | 25 | -284/+509 |
2003-12-16 | clean up some bad, bad formatting | Russ Dill | 1 | -48/+49 |
2003-12-16 | include headers with prototypes to make sure prototypes match | Russ Dill | 8 | -1/+9 |
2003-12-16 | remove reference to missing header file which is breaking the build | Eric Andersen | 1 | -1/+0 |
2003-12-16 | Using vlock also requires libcrypt | Eric Andersen | 1 | -0/+1 |
2003-12-16 | revert removal of define | Russ Dill | 1 | -1/+1 |
2003-12-16 | forgotten include | Russ Dill | 1 | -0/+1 |
2003-12-16 | why the complication of a static string rather than a define? gcc isn't dumb | Russ Dill | 3 | -2/+5 |