aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Minor correctionGlenn L McGrath2003-06-071-1/+1
* Fix bug (wrong value computed) when reading file from stdin, implementGlenn L McGrath2003-06-071-39/+41
* Run through indentGlenn L McGrath2003-06-071-780/+808
* Patch from Lars Kellogg-Stedman, lars at larsshack.org, toEric Andersen2003-06-051-6/+12
* Put this back the way it was. I misunderstood what vodz was doing.Eric Andersen2003-05-271-23/+17
* Make all syscall declarations use the syscall() functionEric Andersen2003-05-263-63/+77
* This was doing some silly stuff that is not necessary when usingEric Andersen2003-05-261-17/+23
* cleanup a bit to remove needless verify() functionEric Andersen2003-05-261-39/+36
* Skip printing "/proc/%d/cmdline" stuff when it is not relevantEric Andersen2003-05-261-1/+1
* Remove cruftEric Andersen2003-05-261-2/+0
* Vodz, last_path_87, formatiing changesGlenn L McGrath2003-05-261-275/+306
* Vodz, last_patch_86Glenn L McGrath2003-05-2617-115/+121
* Update mkdep, per the "touchless dependencies for 2.4.x" patchEric Andersen2003-05-241-14/+14
* oopsEric Andersen2003-05-231-1/+2
* This patch from Vitezslav Batrla, is a cleaner fix for theEric Andersen2003-05-231-15/+5
* Patch from Russell Coker:Eric Andersen2003-05-221-2/+3
* Patch from Glenn EngelGlenn L McGrath2003-05-191-39/+139
* Handle -O preceding -x.Matt Kraai2003-05-182-1/+6
* Apply patch from Georg Magschok to fix syslog behavior so that theEric Andersen2003-05-161-8/+18
* Part of a patch from Glenn Engel, updates httpd helpGlenn L McGrath2003-05-141-31/+43
* vodz, last_patch_85Glenn L McGrath2003-05-141-39/+38
* Re-use existing variables, patch from TitoGlenn L McGrath2003-05-131-7/+5
* last_patch84 by Vodz.Glenn L McGrath2003-05-131-327/+284
* Add some missing lines for getty, patch by Steven ScholzGlenn L McGrath2003-05-131-0/+2
* Fix \l so it doesnt print the character as well as the tty, from oldGlenn L McGrath2003-05-131-1/+2
* minit, a Minimal init system.Glenn L McGrath2003-05-117-0/+1051
* Use xopen instead of xfopenGlenn L McGrath2003-05-081-5/+4
* Patch from Dmitry V. Levin to fix a fd leakEric Andersen2003-05-021-0/+1
* A couple of patches from Tito <farmatito@tiscali.it>Eric Andersen2003-04-272-18/+21
* Use bb_xgetlargGlenn L McGrath2003-04-271-9/+1
* New applet, foldGlenn L McGrath2003-04-275-0/+222
* Config option to create an fgrep aliasGlenn L McGrath2003-04-272-0/+12
* Fix segfault when cleaning upGlenn L McGrath2003-04-271-1/+1
* grep -f support, adds only 60 Bytes, but regex's now compiled asGlenn L McGrath2003-04-271-27/+48
* Always preserve dateGlenn L McGrath2003-04-261-2/+1
* New commands, 'G' and 'H'Glenn L McGrath2003-04-261-1/+21
* Add the -d option, its used by old versions of config.guess, change toGlenn L McGrath2003-04-261-3/+26
* iPatch from waldi, fixes usage of ip route flush (from)? (match|exact)Glenn L McGrath2003-04-261-0/+14
* Patch from Steven Scholz to fix telnetd compile problemEric Andersen2003-04-251-2/+2
* There have been many reports of init failing to reboot and/or failing to haltEric Andersen2003-04-241-7/+21
* unlink a previous file before its extractedGlenn L McGrath2003-04-211-1/+2
* sync with waldiGlenn L McGrath2003-04-215-13/+47
* unlink() an existing file, before opening it, simply truncating canGlenn L McGrath2003-04-211-1/+2
* Add link to SimplyGNUstepEric Andersen2003-04-211-0/+1
* Patch from David Updegraff to use calloc so that forward pointers start outEric Andersen2003-04-191-7/+29
* Patch from David Updegraff to avoid corrupting memory while parsing theEric Andersen2003-04-191-2/+5
* Minor .o file naming changeEric Andersen2003-04-162-5/+5
* enable CONFIG_USE_BB_PWD_GRP for the debian installer,Eric Andersen2003-04-164-4/+4
* Fix logic error in grouped commandsGlenn L McGrath2003-04-121-42/+25
* Fix up indentingGlenn L McGrath2003-04-111-78/+59