summaryrefslogtreecommitdiff
path: root/dmesg.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
| | | | -Erik
* The result of getopt() is "int" and should be treated as suchPavel Roskin2000-07-171-1/+2
|
* Extract usage information into a separate file.Matt Kraai2000-07-161-10/+0
|
* Getopt'ed by Marc Nijdam <marc_nijdam@hp.com>Eric Andersen2000-07-141-35/+21
| | | | -Erik
* Forgot to commit these cleanups it seems.Eric Andersen2000-07-111-1/+0
| | | | -Erik
* Remove yet more kernel header dependancies.Eric Andersen2000-07-101-1/+1
| | | | -Erik
* Update files to reduce dependance on kernel version...Eric Andersen2000-07-081-1/+1
| | | | -Erik
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-2/+1
| | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik
* More libc portability updates, add in the website (which has not beenErik Andersen2000-05-191-1/+0
| | | | | archived previously). Wrote 'which' during the meeting today. -Erik
* * cp -fa now works as expected for symlinks (it didn't before)Erik Andersen2000-05-101-1/+9
| | | | | | * zcat works again (wasn't working since option parsing was broken) * more doc updates/more support for BB_FEATURE_SIMPLE_HELP -Erik
* * all mallocs now use xmalloc (and so are OOM error safe), andErik Andersen2000-03-211-1/+1
| | | | | | the common error handling saves a few bytes. Thanks to Bob Tinsley <bob@earthrise.demon.co.uk> for the patch. -Erik
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-79/+81
| | | | -Erik
* * sed now supports addresses (numeric or regexp, with negation) andErik Andersen1999-12-291-5/+13
| | | | | | | | has an append command, thanks to Marco Pantaleoni <panta@prosa.it> * Fixed dmesg. It wasn't parsing its options (-n or -s) properly. * Some cosmetic fixes to ls output formatting to make it behave more like GNU ls. -Erik
* Added sfdisk. Ststic-ified a bunch of stuff.Eric Andersen1999-10-191-55/+73
|
* More stuff.Eric Andersen1999-10-181-1/+1
| | | | -Erik
* More stuff...Eric Andersen1999-10-121-62/+65
|
* More stuff.Eric Andersen1999-10-061-3/+3
|
* Initial revision0_29alpha2Eric Andersen1999-10-051-0/+95