index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util-linux
/
dmesg.c
Age
Commit message (
Expand
)
Author
2020-08-13
build system: drop PLATFORM_LINUX
Ron Yorston
2019-07-02
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2018-12-28
config: update size information
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-01-10
Big cleanup in config help and description
Denys Vlasenko
2016-11-23
Convert all util-linux/* applets to "new style" applet definitions
Denys Vlasenko
2016-07-06
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2015-08-24
dmesg: add -r option to print raw format even when FEATURE_DMESG_PRETTY is en...
Peter Korsgaard
2013-01-05
dmesg: handle multi-char log levels
Peter Korsgaard
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-04-11
move remaining help text from include/usage.src.h
Pere Orga
2010-10-19
dmesg: more correct skipping of <N>; use faster putchar for most output
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2009-07-10
dmesg: try to detect buffer size
Denys Vlasenko
2008-09-25
- update my name. No obj-code changes ;)
Bernhard Reutner-Fischer
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-05-20
- Rob sais that he rewrote it, so reinstate the GPLv2-only boilerplate.
Bernhard Reutner-Fischer
2008-05-19
- improve readability
Bernhard Reutner-Fischer
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2007-11-16
dmesg,klogd: make code more readable
Denis Vlasenko
2007-11-06
fbset: fix buglet where we were using wrong pointer
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-09-27
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-05-31
delete tons of extra #includes
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-04-04
- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"
Bernhard Reutner-Fischer
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2006-10-08
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-09-22
Change license statements (and clean up headers) on some of the files that
Rob Landley
2006-09-17
whitespace cleanup
Denis Vlasenko
2006-07-27
Add back in non-ifdef version of FEATURE_PRETTY_PRINT, and get the attribution
Rob Landley
2006-07-27
There's no excuse for adding new #ifdefs to the code like that. None at all.
Rob Landley
2006-07-27
allow people to display dmesg output without syslog levels
Mike Frysinger
2006-07-27
de-cuddle if( to if (
Mike Frysinger
2006-07-06
Fix three embarassing thinkos in the new dmesg.c:
Rob Landley
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-06-13
Rewrite of dmesg, smaller and simpler.
Rob Landley
2006-03-29
- shrink dmesg a bit.
Bernhard Reutner-Fischer
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-07-30
Ronny L Nilsson writes:
Eric Andersen
2003-07-22
Remove remaining libc5 support code
Eric Andersen
2003-07-14
Update a bunch of docs. Run a script to update my email addr.
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2003-03-07
Save a few bytes and remove a redundant string
Eric Andersen
2003-03-07
audit for proper error handling, apply a few size optimizations
Eric Andersen
2001-04-05
A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few
Eric Andersen
2001-02-20
It turns out that DODMALLOC was broken when I reorganized busybox.h
Eric Andersen
[next]