aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-10-09I don't need to have my email adder listed twiceEric Andersen
2003-10-09Do not use kernel headersEric Andersen
2003-10-09Fix an ommision preventing building, patch by Tito.Glenn L McGrath
2003-10-09example devfs config file, patch from Tito.Glenn L McGrath
2003-10-09New applet, devfsd, by Matteo Croce and TitoGlenn L McGrath
2003-10-09Patch from Steven Scholz, fix some warningsGlenn L McGrath
2003-10-09Bugfix for xargsGlenn L McGrath
2003-10-09Arnd Ben Otto writes:Eric Andersen
2003-10-09We did not have a safe_write, which is the analog to safe_read. ConvertEric Andersen
2003-10-09Fix some warnings that have crept in recentlyEric Andersen
2003-10-09Patch from Tito, size optimisation and fix error in exit code of -VGlenn L McGrath
2003-10-09Comaptability with gcc-2.95Glenn L McGrath
2003-10-06Vodz last_patch_105 without his xargs patch which doenst apply cleanlyGlenn L McGrath
2003-10-04Add the x, n, s and E options, remove -r as its expected behaviour.Glenn L McGrath
2003-10-04Patch from Rob Landley;Glenn L McGrath
2003-10-04Woops, the previous patch reversal wasnt complete, breaking everything.Glenn L McGrath
2003-10-03Reverse my previous changes and make a note about why its dont this wayGlenn L McGrath
2003-10-03Dont mix xarg options with utility option, fixes example ofGlenn L McGrath
2003-10-03Vodz, last_patch_114Glenn L McGrath
2003-10-03Patch by Rob Landley, fix warningGlenn L McGrath
2003-10-03argc has already been decrementedGlenn L McGrath
2003-10-03Patch from Rob Landley, Simplify organisation of arguments.Glenn L McGrath
2003-10-02Fix -C option when creating tar files.Glenn L McGrath
2003-10-01Thomas Lundquist, update for current structureGlenn L McGrath
2003-10-01Patch from Rob Landley to fix backrefsGlenn L McGrath
2003-10-01Patch by Rob Landley, fix "newline after edit command"Glenn L McGrath
2003-10-01Patch by Rob Landley, work in progress update, fixes lots of bugs,Glenn L McGrath
2003-09-26Patch by Guillaume MorinGlenn L McGrath
2003-09-26Patch from Fillod Stephane Glenn L McGrath
2003-09-26add size parameter to syslogd -CGlenn L McGrath
2003-09-26Patch by Fillod Stephane, declare variables as static to not clobberGlenn L McGrath
2003-09-24Use a variable for the config files, makes it easier to syncronise withGlenn L McGrath
2003-09-24Syncronise with debian busybox-cvs packageGlenn L McGrath
2003-09-24Fix some typo's, remove some extra free statementsGlenn L McGrath
2003-09-24Add the -d optionGlenn L McGrath
2003-09-24Add the "install" applet, move get_ug_id to libbb as its used by chown,Glenn L McGrath
2003-09-20Patch by Steinar H. Gunderson to fix debian bug #211675.Glenn L McGrath
2003-09-17Patch by Junio C Hamano to workaround a gcc compiler bug.Glenn L McGrath
2003-09-16Configuration option to define wether to follows GNU sed's behaviour Glenn L McGrath
2003-09-16Fix a bug that creapt in recently with substitution subprinting, and addGlenn L McGrath
2003-09-16Compile get_terminal_width_heightGlenn L McGrath
2003-09-15Patch from Stephane Billiart to fix an unused variable warning.Glenn L McGrath
2003-09-15Patch from Bastian Blank to fix a problem when runing find under ash.Glenn L McGrath
2003-09-15Patch from Tito, Reduces the size of busybox's strings applet from 1900 toGlenn L McGrath
2003-09-15Fix a simple mistake with pattern space, and add a test for itGlenn L McGrath
2003-09-15Patch by Jean Wolter to fix a bug where a script wouldnt be executedGlenn L McGrath
2003-09-15Fix some memory allocation problemsGlenn L McGrath
2003-09-15Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)Eric Andersen
2003-09-15fix function prototypeEric Andersen
2003-09-15Needs prototype for close()Eric Andersen