summaryrefslogtreecommitdiff
path: root/dmesg.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewEric Andersen2001-04-051-9/+4
| | | | | | shadowed variables. Move (almost) all syscalls to libbb/syscalls.c, so I can handle them sanely and all at once. -Erik
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
| | | | | | header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-7/+4
| | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed.
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-1/+3
| | | | | | | busybox.h which slowed compiles. I left only what was needed and then fixed up all the apps to include their own header files. I also fixed naming for pwd.h and grp.h functions. Tested to compile and run with libc5, glibc, and uClibc. -Erik
* 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
| | | | -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