aboutsummaryrefslogtreecommitdiff
path: root/dmesg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewandersen2001-04-051-9/+4
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-141-7/+4
* Fix header file usage -- there were many unnecessary header files included inandersen2001-01-271-1/+3
* Use busybox error handling functions wherever possible.kraai2000-12-221-11/+4
* Some little cleanups from Larry Doolittleandersen2000-12-091-1/+1
* Stop using TRUE and FALSE for exit status.kraai2000-12-011-4/+4
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
* The result of getopt() is "int" and should be treated as suchproski2000-07-171-1/+2
* Extract usage information into a separate file.kraai2000-07-161-10/+0
* Getopt'ed by Marc Nijdam <marc_nijdam@hp.com>andersen2000-07-141-35/+21
* Forgot to commit these cleanups it seems.andersen2000-07-111-1/+0
* Remove yet more kernel header dependancies.andersen2000-07-101-1/+1
* Update files to reduce dependance on kernel version...andersen2000-07-081-1/+1
* Updates to a number of apps to remove warnings/compile errors under libc5.andersen2000-06-191-2/+1
* More libc portability updates, add in the website (which has not beenerik2000-05-191-1/+0
* * cp -fa now works as expected for symlinks (it didn't before)erik2000-05-101-1/+9
* * all mallocs now use xmalloc (and so are OOM error safe), anderik2000-03-211-1/+1
* Some formatting updates (ran the code through indent)erik2000-02-081-79/+81
* * sed now supports addresses (numeric or regexp, with negation) anderik1999-12-291-5/+13
* Added sfdisk. Ststic-ified a bunch of stuff.andersen1999-10-191-55/+73
* More stuff.andersen1999-10-181-1/+1
* More stuff...andersen1999-10-121-62/+65
* More stuff.andersen1999-10-061-3/+3
* Initial revisionandersen1999-10-051-0/+95