summaryrefslogtreecommitdiff
path: root/dmesg.c
Commit message (Expand)AuthorAgeFilesLines
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-1/+3
* Use busybox error handling functions wherever possible.Matt Kraai2000-12-221-11/+4
* Some little cleanups from Larry DoolittleEric Andersen2000-12-091-1/+1
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-011-4/+4
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* 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
* Forgot to commit these cleanups it seems.Eric Andersen2000-07-111-1/+0
* Remove yet more kernel header dependancies.Eric Andersen2000-07-101-1/+1
* Update files to reduce dependance on kernel version...Eric Andersen2000-07-081-1/+1
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-2/+1
* More libc portability updates, add in the website (which has not beenErik Andersen2000-05-191-1/+0
* * cp -fa now works as expected for symlinks (it didn't before)Erik Andersen2000-05-101-1/+9
* * all mallocs now use xmalloc (and so are OOM error safe), andErik Andersen2000-03-211-1/+1
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-79/+81
* * sed now supports addresses (numeric or regexp, with negation) andErik Andersen1999-12-291-5/+13
* Added sfdisk. Ststic-ified a bunch of stuff.Eric Andersen1999-10-191-55/+73
* More stuff.Eric Andersen1999-10-181-1/+1
* More stuff...Eric Andersen1999-10-121-62/+65
* More stuff.Eric Andersen1999-10-061-3/+3
* Initial revision0_29alpha2Eric Andersen1999-10-051-0/+95