aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix an ommision preventing building, patch by Tito.bug12003-10-091-3/+3
* example devfs config file, patch from Tito.bug12003-10-091-0/+181
* New applet, devfsd, by Matteo Croce and Titobug12003-10-096-0/+2070
* Patch from Steven Scholz, fix some warningsbug12003-10-093-3/+3
* Bugfix for xargsbug12003-10-092-58/+107
* Arnd Ben Otto writes:andersen2003-10-093-1/+64
* We did not have a safe_write, which is the analog to safe_read. Convertandersen2003-10-093-1/+50
* Fix some warnings that have crept in recentlyandersen2003-10-091-6/+6
* Patch from Tito, size optimisation and fix error in exit code of -Vbug12003-10-091-1056/+1265
* Comaptability with gcc-2.95bug12003-10-091-1/+2
* Vodz last_patch_105 without his xargs patch which doenst apply cleanlybug12003-10-062-2/+14
* Add the x, n, s and E options, remove -r as its expected behaviour.bug12003-10-041-14/+115
* Patch from Rob Landley;bug12003-10-041-23/+24
* Woops, the previous patch reversal wasnt complete, breaking everything.bug12003-10-041-1/+1
* Reverse my previous changes and make a note about why its dont this waybug12003-10-031-1/+12
* Dont mix xarg options with utility option, fixes example ofbug12003-10-031-11/+15
* Vodz, last_patch_114bug12003-10-031-139/+115
* Patch by Rob Landley, fix warningbug12003-10-031-2/+2
* argc has already been decrementedbug12003-10-031-2/+3
* Patch from Rob Landley, Simplify organisation of arguments.bug12003-10-031-13/+2
* Fix -C option when creating tar files.bug12003-10-021-30/+37
* Thomas Lundquist, update for current structurebug12003-10-011-11/+20
* Patch from Rob Landley to fix backrefsbug12003-10-011-1/+1
* Patch by Rob Landley, fix "newline after edit command"bug12003-10-011-2/+3
* Patch by Rob Landley, work in progress update, fixes lots of bugs,bug12003-10-013-803/+680
* Patch by Guillaume Morinbug12003-09-261-5/+13
* Patch from Fillod Stephane bug12003-09-261-18/+68
* add size parameter to syslogd -Cbug12003-09-261-5/+10
* Patch by Fillod Stephane, declare variables as static to not clobberbug12003-09-261-20/+20
* Use a variable for the config files, makes it easier to syncronise withbug12003-09-241-10/+13
* Syncronise with debian busybox-cvs packagebug12003-09-249-37/+887
* Fix some typo's, remove some extra free statementsbug12003-09-241-4/+2
* Add the -d optionbug12003-09-241-1/+31
* Add the "install" applet, move get_ug_id to libbb as its used by chown,bug12003-09-2410-18/+155
* Patch by Steinar H. Gunderson to fix debian bug #211675.bug12003-09-201-1/+1
* Patch by Junio C Hamano to workaround a gcc compiler bug.bug12003-09-171-22/+23
* Configuration option to define wether to follows GNU sed's behaviour bug12003-09-165-29/+70
* Fix a bug that creapt in recently with substitution subprinting, and addbug12003-09-162-3/+11
* Compile get_terminal_width_heightbug12003-09-161-7/+8
* Patch from Stephane Billiart to fix an unused variable warning.bug12003-09-151-1/+3
* Patch from Bastian Blank to fix a problem when runing find under ash.bug12003-09-151-3/+3
* Patch from Tito, Reduces the size of busybox's strings applet from 1900 tobug12003-09-151-12/+11
* Fix a simple mistake with pattern space, and add a test for itbug12003-09-152-2/+15
* Patch by Jean Wolter to fix a bug where a script wouldnt be executedbug12003-09-151-1/+4
* Fix some memory allocation problemsbug12003-09-151-18/+21
* Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)andersen2003-09-1510-95/+110
* fix function prototypeandersen2003-09-151-1/+1
* Needs prototype for close()andersen2003-09-151-0/+1
* comparison was always false due to limited range of data types.andersen2003-09-151-1/+1
* Do not shadow the global name 'accept'andersen2003-09-151-2/+2