aboutsummaryrefslogtreecommitdiff
path: root/util-linux/dmesg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* config: deindent all help textsDenys Vlasenko2017-07-211-20/+20
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-1/+1
* Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+37
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-2/+1
* dmesg: add -r option to print raw format even when FEATURE_DMESG_PRETTY is en...Peter Korsgaard2015-08-241-3/+5
* dmesg: handle multi-char log levelsPeter Korsgaard2013-01-051-7/+6
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+10
* dmesg: more correct skipping of <N>; use faster putchar for most outputDenys Vlasenko2010-10-191-7/+12
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* dmesg: try to detect buffer sizeDenys Vlasenko2009-07-101-12/+18
* - update my name. No obj-code changes ;)Bernhard Reutner-Fischer2008-09-251-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* - Rob sais that he rewrote it, so reinstate the GPLv2-only boilerplate.Bernhard Reutner-Fischer2008-05-201-1/+1
* - improve readabilityBernhard Reutner-Fischer2008-05-191-5/+10
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* dmesg,klogd: make code more readableDenis Vlasenko2007-11-161-26/+34
* fbset: fix buglet where we were using wrong pointerDenis Vlasenko2007-11-061-1/+2
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-3/+3
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* delete tons of extra #includesDenis Vlasenko2007-05-311-2/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer2007-04-041-2/+2
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-2/+2
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* Change license statements (and clean up headers) on some of the files thatRob Landley2006-09-221-1/+1
* whitespace cleanupDenis Vlasenko2006-09-171-2/+2
* Add back in non-ifdef version of FEATURE_PRETTY_PRINT, and get the attributionRob Landley2006-07-271-3/+20
* There's no excuse for adding new #ifdefs to the code like that. None at all.Rob Landley2006-07-271-19/+3
* allow people to display dmesg output without syslog levelsMike Frysinger2006-07-271-3/+19
* de-cuddle if( to if (Mike Frysinger2006-07-271-1/+1
* Fix three embarassing thinkos in the new dmesg.c:Rob Landley2006-07-061-3/+3
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-1/+2
* Rewrite of dmesg, smaller and simpler.Rob Landley2006-06-131-70/+25
* - shrink dmesg a bit.Bernhard Reutner-Fischer2006-03-291-41/+22
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-2/+2
* Ronny L Nilsson writes:Eric Andersen2003-07-301-1/+5
* Remove remaining libc5 support codeEric Andersen2003-07-221-8/+1
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-2/+2
* Major coreutils update.Manuel Novoa III2003-03-191-4/+4
* Save a few bytes and remove a redundant stringEric Andersen2003-03-071-1/+1
* audit for proper error handling, apply a few size optimizationsEric Andersen2003-03-071-27/+34
* A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewEric Andersen2001-04-051-9/+4
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-7/+4
* 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