| Commit message (Expand) | Author | Files | Lines |
2003-10-01 | Thomas Lundquist, update for current structure | bug1 | 1 | -11/+20 |
2003-10-01 | Patch from Rob Landley to fix backrefs | bug1 | 1 | -1/+1 |
2003-10-01 | Patch by Rob Landley, fix "newline after edit command" | bug1 | 1 | -2/+3 |
2003-10-01 | Patch by Rob Landley, work in progress update, fixes lots of bugs, | bug1 | 3 | -803/+680 |
2003-09-26 | Patch by Guillaume Morin | bug1 | 1 | -5/+13 |
2003-09-26 | Patch from Fillod Stephane
| bug1 | 1 | -18/+68 |
2003-09-26 | add size parameter to syslogd -C | bug1 | 1 | -5/+10 |
2003-09-26 | Patch by Fillod Stephane, declare variables as static to not clobber | bug1 | 1 | -20/+20 |
2003-09-24 | Use a variable for the config files, makes it easier to syncronise with | bug1 | 1 | -10/+13 |
2003-09-24 | Syncronise with debian busybox-cvs package | bug1 | 9 | -37/+887 |
2003-09-24 | Fix some typo's, remove some extra free statements | bug1 | 1 | -4/+2 |
2003-09-24 | Add the -d option | bug1 | 1 | -1/+31 |
2003-09-24 | Add the "install" applet, move get_ug_id to libbb as its used by chown, | bug1 | 10 | -18/+155 |
2003-09-20 | Patch by Steinar H. Gunderson to fix debian bug #211675. | bug1 | 1 | -1/+1 |
2003-09-17 | Patch by Junio C Hamano to workaround a gcc compiler bug. | bug1 | 1 | -22/+23 |
2003-09-16 | Configuration option to define wether to follows GNU sed's behaviour
| bug1 | 5 | -29/+70 |
2003-09-16 | Fix a bug that creapt in recently with substitution subprinting, and add | bug1 | 2 | -3/+11 |
2003-09-16 | Compile get_terminal_width_height | bug1 | 1 | -7/+8 |
2003-09-15 | Patch from Stephane Billiart to fix an unused variable warning. | bug1 | 1 | -1/+3 |
2003-09-15 | Patch from Bastian Blank to fix a problem when runing find under ash. | bug1 | 1 | -3/+3 |
2003-09-15 | Patch from Tito, Reduces the size of busybox's strings applet from 1900 to | bug1 | 1 | -12/+11 |
2003-09-15 | Fix a simple mistake with pattern space, and add a test for it | bug1 | 2 | -2/+15 |
2003-09-15 | Patch by Jean Wolter to fix a bug where a script wouldnt be executed | bug1 | 1 | -1/+4 |
2003-09-15 | Fix some memory allocation problems | bug1 | 1 | -18/+21 |
2003-09-15 | Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) | andersen | 10 | -95/+110 |
2003-09-15 | fix function prototype | andersen | 1 | -1/+1 |
2003-09-15 | Needs prototype for close() | andersen | 1 | -0/+1 |
2003-09-15 | comparison was always false due to limited range of data types. | andersen | 1 | -1/+1 |
2003-09-15 | Do not shadow the global name 'accept' | andersen | 1 | -2/+2 |
2003-09-15 | Add a test for the 'P' command and fix current implementation so it | bug1 | 2 | -0/+14 |
2003-09-15 | A test and fix for the sed 'n' command | bug1 | 2 | -0/+20 |