aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Kill off the old 'tests' stuff. Write a ton of new tests for theEric Andersen2004-04-0683-1570/+316
* Fix non standard 'date -R' formattingEric Andersen2004-04-061-4/+4
* Fix the test suite script so it actually works and actually flagsEric Andersen2004-04-061-4/+13
* Some test additionsEric Andersen2004-04-055-0/+42
* Patch adding support for ibs= and obs= to ddEric Andersen2004-04-051-0/+252
* Per suggestion by Pawel Sakowski, fix the dash_arith() prototypeEric Andersen2004-04-051-2/+2
* Tito, farmatito at tiscali dot it writes:Eric Andersen2004-04-051-31/+32
* rename uncompress.c to decompress_uncompress.cEric Andersen2004-04-053-1279/+4
* Everything should be made as simple as possible. But no simpler.Eric Andersen2004-04-031-5/+11
* The last patch broke:Rob Landley2004-04-011-3/+8
* Patch from Hideki IWAMOTO adding support for 'cmp -n'Eric Andersen2004-03-311-0/+377
* Junio Hamano, junio at twinsun dot com writes:Eric Andersen2004-03-311-1/+3
* Patch from Thomas Winkler:Eric Andersen2004-03-311-3/+9
* Patch from Thomas Winkler showing the the system time for each processEric Andersen2004-03-311-0/+51
* Patch from Thomas Winkler -- vi -R did not workEric Andersen2004-03-311-1/+2
* Sigh. what a mess.Eric Andersen2004-03-301-2/+1
* As waldi noticed, checks for the size of an off_t and castingEric Andersen2004-03-301-13/+6
* Go ahead and kill off the FDISK_SUPPORT_LARGE_DISKS option,Eric Andersen2004-03-301-8/+0
* The fdisk llseek junk was redundant, since both uClibc and glibcEric Andersen2004-03-302-74/+8
* As noted by Martin Schwenke, the example for find was wrongEric Andersen2004-03-291-1/+1
* Yet more doc cleanupsEric Andersen2004-03-272-12/+3
* Add missing include filesEric Andersen2004-03-273-0/+3
* passwd and sulogin also need libcrypt, via libbb/pw_encrypt()Eric Andersen2004-03-271-3/+6
* s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen2004-03-2721-35/+35
* Vladimir N. Oleynik (vodz) writes:Eric Andersen2004-03-271-22/+21
* Update docsEric Andersen2004-03-274-114/+89
* Brian Pomerantz writes:Eric Andersen2004-03-233-3/+5
* Some corrections from vodz:Robert Griebl2004-03-221-11/+6
* The utc variable was not modified according to the -u/-l command lineRobert Griebl2004-03-211-2/+8
* Tito noticed a printf that should have been a bb_error_msg.Eric Andersen2004-03-201-1/+1
* Oops.. got a bit to aggressive with size optimization and global replace. :-(Manuel Novoa III2004-03-191-3/+5
* As noted in a patch from Kendrick Hamilton, rmmod was onlyEric Andersen2004-03-191-4/+1
* Add missing ELFCLASSM for m68kEric Andersen2004-03-191-2/+3
* Only use R_68K_GOTOFF if it is definedEric Andersen2004-03-191-2/+6
* Fix broken arg parsing (was not passing pointer to items so p, argc, and argvEric Andersen2004-03-191-132/+117
* Patch from vodz to fix the dynamic vars patch, which I should notEric Andersen2004-03-162-75/+97
* Oops. Using the wrong variable was a rather stupidEric Andersen2004-03-151-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-15374-2051/+2048
* I redid route.Manuel Novoa III2004-03-131-1/+1
* Update docs for start_stop_daemon to match reality. UpdateEric Andersen2004-03-133-55/+81
* Fix some doc generation problemsEric Andersen2004-03-132-21/+24
* Hideki IWAMOTO writes:Eric Andersen2004-03-121-2/+2
* Fix some goofy formattingEric Andersen2004-03-121-4/+3
* Add prototypes for safe_strtol and friendsEric Andersen2004-03-121-1/+5
* Fix awk entry, which was not showing up in BusyBox.txt for some reasonEric Andersen2004-03-121-6/+12
* Paul Mundt, lethal at linux-sh dot org writes:Eric Andersen2004-03-111-14/+54
* Patch from Thomas Frohlich to fix an option ordering bug of mine.Glenn L McGrath2004-03-101-3/+3
* When displaying the size in 1kB blocks round up if an odd number ofGlenn L McGrath2004-03-101-1/+5
* Patch by Seth W. Klein, the -l switch was reversedGlenn L McGrath2004-03-101-2/+2
* In spite of the feature freeze, check in a complete rework of route whichManuel Novoa III2004-03-104-485/+501