index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sysklogd
/
logread.c
Age
Commit message (
Expand
)
Author
2009-11-02
*: introduce and use ffulsh_all()
Denys Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-06-25
whitespace fixes. no code changes
Denis Vlasenko
2008-06-11
logger: "clean up" a dirty hack a bit
Denis Vlasenko
2008-05-19
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2008-05-15
more of -Wall fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2007-11-23
logread: add forgotten INIT_G();
Denis Vlasenko
2007-11-23
logread: eliminate usage of data/bss
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-12
syslogd,logread: get rid of head pointer, fix logread bug in the process
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-01-10
code shrinkage by Bernhard Fischer <rep.nop@aon.at>
Denis Vlasenko
2007-01-04
new libbb func: xmalloc_realpath (+ use it where makes sense)
Denis Vlasenko
2006-12-19
remove casts from xmalloc()
Denis Vlasenko
2006-08-29
Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage
Rob Landley
2006-07-20
"formated" -> "formatted" throughout the code base.
"Robert P. J. Day"
2006-06-01
- shrink logread a bit.
Bernhard Reutner-Fischer
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-01-25
just whitespace
Tim Riker
2005-12-12
Flush output to log promptly (bug 389).
Rob Landley
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-12-19
Patch from Fillod Stephane:
Eric Andersen
2003-09-26
Patch from Fillod Stephane
Glenn L McGrath
2003-07-22
Remove remaining libc5 support code
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-12-12
Update email address for Gennady Feldman <gena01@gena01.com>
Glenn L McGrath
2001-10-24
Major rework of the directory structure and the entire build system.
Eric Andersen
2001-04-09
Update how we detect if libc5 is in use.
Eric Andersen
2001-03-23
-Wshadow logread fix from Jeff Garzik
Eric Andersen
2001-03-15
dos2unix logread.c
Mark Whitley
2001-03-15
Move the warning msg after features.h gets pulled in.
Eric Andersen
2001-03-14
Applied patch from Giulio Orsero to fix some preprocessor bugs.
Mark Whitley
2001-03-14
Some updates for libc5
Eric Andersen
2001-03-12
Added some comment lines in the header indicating that Gennady Feldman is the
Mark Whitley
2001-03-12
Applied patch from Gennady Feldman to split up syslogd.c into syslogd and
Mark Whitley