| Commit message (Expand) | Author | Files | Lines |
2004-01-05 | Use bb_getopt_ulflags, simplify some logic, saves some bytes. | bug1 | 1 | -40/+29 |
2004-01-04 | Fix usage with libraries, skip symbol table. | bug1 | 1 | -1/+1 |
2004-01-04 | Use bb_getopt_ulflags, saves some space, better argument checking. | bug1 | 1 | -70/+32 |
2004-01-04 | Thinko in s//options. (Whitespace skipping in the wrong place.) | landley | 1 | -2/+3 |
2004-01-03 | Declare dependencies of command line editing in the build system | bug1 | 2 | -45/+34 |
2004-01-02 | fixes from Selwyn Tang | andersen | 1 | -2/+2 |
2004-01-02 | Add some details on exactly how to comply with the GPL | andersen | 3 | -1/+116 |
2004-01-01 | Sync to waldi's subversion archive | bug1 | 12 | -122/+604 |
2003-12-31 | Fix debian bug #215612, insmod should be silent on request | bug1 | 1 | -3/+4 |
2003-12-31 | Batch from Bastian Blank to fix debian bug #216435; | bug1 | 1 | -4/+12 |
2003-12-28 | Update example slightly | andersen | 1 | -1/+1 |
2003-12-28 | ws, show date setting format | timr | 1 | -52/+52 |
2003-12-27 | Fix a bug of mine, identified by Stephane Billiart | bug1 | 1 | -3/+2 |
2003-12-26 | it should work even if you don't assign a pidfile | russ | 1 | -6/+7 |
2003-12-26 | Isolate code better for unused options, config option to enable long | bug1 | 8 | -61/+149 |
2003-12-26 | Vodz last_patch120, more busybox integration, saves 330 Bytes. Tested. | bug1 | 1 | -65/+45 |
2003-12-24 | re-indent | andersen | 3 | -1099/+1100 |
2003-12-24 | fix a long standing underallocation bug | russ | 1 | -2/+5 |
2003-12-24 | move debugging to safe place (before vfork) | russ | 1 | -3/+2 |
2003-12-24 | Patch from Ned Ludd, solar at gentoo dot org: | andersen | 5 | -0/+403 |
2003-12-23 | match changes made to cmdedit | andersen | 1 | -3/+0 |
2003-12-23 | Match changes made to cmdedit | andersen | 1 | -3/+1 |
2003-12-23 | fix broken formatting | andersen | 1 | -3/+3 |
2003-12-23 | don't mess up errno | andersen | 1 | -2/+9 |
2003-12-23 | Cmdedit update from Vladimir N. Oleynik (vodz) | andersen | 1 | -22/+24 |
2003-12-23 | Show the news by default | andersen | 3 | -64/+65 |
2003-12-23 | Prepare for release | andersen | 3 | -2755/+548 |
2003-12-23 | Patch from Matt Kraai: | andersen | 1 | -2/+4 |
2003-12-23 | Fix compile error, the indenting really needs to be fixed here | bug1 | 1 | -1/+1 |
2003-12-22 | Fix a bug of mine where extracting files to stdout would extract to | bug1 | 1 | -1/+1 |
2003-12-21 | Bump version | andersen | 1 | -1/+1 |
2003-12-21 | Don't hose up perms for files that happen to have symlinks | andersen | 1 | -2/+4 |
2003-12-20 | bother. It seems I can't read. | andersen | 1 | -4/+0 |
2003-12-20 | doh! | andersen | 1 | -1/+1 |
2003-12-20 | New applet, rx, by Christopher Hoover | bug1 | 5 | -0/+361 |
2003-12-20 | Try to accomodate systems that do not define PAGE_SHIFT | andersen | 1 | -0/+4 |
2003-12-20 | Eradicate all references to loadacm | andersen | 4 | -76/+46 |
2003-12-20 | Kill off the loadacm applet. It is unused, unmaintained | andersen | 10 | -370/+11 |
2003-12-20 | Use bb_xopen | bug1 | 4 | -19/+6 |
2003-12-20 | Allow recieving file to stdout, sending files from stdin, use the '-' | bug1 | 1 | -35/+37 |
2003-12-20 | Use low level file descriptors to match bb_copyfd_eof | bug1 | 1 | -20/+19 |
2003-12-20 | display the port number number correctly, other minor optimisations | bug1 | 1 | -30/+20 |
2003-12-20 | Change interface to bb_lookup_host, dont try and set port inside this | bug1 | 6 | -49/+39 |
2003-12-19 | Patch from Woody Suwalski: | andersen | 2 | -31/+77 |
2003-12-19 | Use getopt_ulflags | bug1 | 1 | -58/+50 |
2003-12-19 | Allow escaped 8 bit characters in bb_opt_complementaly | bug1 | 1 | -1/+1 |
2003-12-19 | Patch from Fillod Stephane: | andersen | 5 | -12/+70 |
2003-12-19 | Patch from Fillod Stephane: | andersen | 1 | -1/+10 |
2003-12-19 | Patch from Fillod Stephane: | andersen | 1 | -2/+8 |
2003-12-19 | Patch from Stephane Billiart: | andersen | 1 | -1/+5 |