summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko42-594/+622
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2015-08-24dmesg: add -r option to print raw format even when FEATURE_DMESG_PRETTY is en...Peter Korsgaard1-3/+5
2013-01-06dmesg: handle multi-char log levelsPeter Korsgaard1-7/+6
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2010-10-19dmesg: more correct skipping of <N>; use faster putchar for most outputDenys Vlasenko1-7/+12
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2009-07-10dmesg: try to detect buffer sizeDenys Vlasenko1-12/+18
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer33-35/+36
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-05-20- Rob sais that he rewrote it, so reinstate the GPLv2-only boilerplate.Bernhard Reutner-Fischer1-1/+1
2008-05-19- improve readabilityBernhard Reutner-Fischer1-5/+10
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2007-11-16dmesg,klogd: make code more readableDenis Vlasenko3-69/+77
2007-11-06fbset: fix buglet where we were using wrong pointerDenis Vlasenko14-57/+94
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko62-210/+208
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-05-31delete tons of extra #includesDenis Vlasenko59-176/+68
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-04- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer33-67/+67
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-10-08attempt to regularize atoi mess.Denis Vlasenko98-849/+803
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-09-22Change license statements (and clean up headers) on some of the files thatRob Landley20-85/+20
2006-09-17whitespace cleanupDenis Vlasenko92-218/+218
2006-07-27Add back in non-ifdef version of FEATURE_PRETTY_PRINT, and get the attributionRob Landley2-3/+40
2006-07-27There's no excuse for adding new #ifdefs to the code like that. None at all.Rob Landley2-39/+3
2006-07-27allow people to display dmesg output without syslog levelsMike Frysinger2-3/+39
2006-07-27de-cuddle if( to if (Mike Frysinger1-1/+1
2006-07-06Fix three embarassing thinkos in the new dmesg.c:Rob Landley1-3/+3
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"284-19/+285
2006-06-13Rewrite of dmesg, smaller and simpler.Rob Landley1-70/+25
2006-03-29- shrink dmesg a bit.Bernhard Reutner-Fischer1-41/+22
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-07-30Ronny L Nilsson writes:Eric Andersen1-1/+5
2003-07-22Remove remaining libc5 support codeEric Andersen26-581/+35
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen169-380/+298
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2003-03-07Save a few bytes and remove a redundant stringEric Andersen1-1/+1
2003-03-07audit for proper error handling, apply a few size optimizationsEric Andersen1-27/+34
2001-04-05A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewEric Andersen33-202/+166
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen204-378/+362
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen198-3979/+702
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen167-156/+388
2000-12-22Use busybox error handling functions wherever possible.Matt Kraai50-425/+244
2000-12-09Some little cleanups from Larry DoolittleEric Andersen4-4/+4
2000-12-01Stop using TRUE and FALSE for exit status.Matt Kraai132-373/+375
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen224-712/+245
[next]