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