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
/
logger.c
Age
Commit message (
Expand
)
Author
2016-04-21
*: hopefully all setup_common_bufsiz() are in place
Denys Vlasenko
2015-10-18
sysklogd/*: convert to new-style "one file" applets
Denys Vlasenko
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-28
*: whitespace fixes
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-01-04
*: remove some uses of argc
Denys Vlasenko
2008-12-02
libbb: password/group function helpers rewritten by Tito:
Denis Vlasenko
2008-06-11
logger: "clean up" a dirty hack a bit
Denis Vlasenko
2008-01-27
- fix conflicting decls of syslog related facilitynames and prioritynames tables
Bernhard Reutner-Fischer
2007-11-23
fix buglets found by randomconfig
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-10-02
logger: fix a problem of losing all argv except first
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-07-27
bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one;
Denis Vlasenko
2007-06-04
Audit bb_common_bufsiz usage, add script which looks for misuse.
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-12
undo RESERVE_CONFIG_BUFFER change. aldot, small on-stack char[N] objects
Denis Vlasenko
2007-01-09
- shrink by 26 bytes or so
Bernhard Reutner-Fischer
2007-01-04
syslogd: start using bb_common_bufsiz1 instead of stack/malloc
Denis Vlasenko
2006-10-08
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-09-22
logger: getopt_ulflags'isation
Denis Vlasenko
2006-09-09
using [xa]sprintf for string concatenation is neat and saves
Denis Vlasenko
2006-06-02
- move #include busybox.h to the very top so we pull in the config
Bernhard Reutner-Fischer
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2005-09-20
- rename libbb's password helpers as suggested in libbb.h
Bernhard Reutner-Fischer
2005-04-06
Removed the incorrect and confusing facility argument specified with
Peter Kjellerstedt
2004-08-26
Tito writes:
Eric Andersen
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
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
2002-11-10
last_patch57 from Vladimir N. Oleynik
Glenn L McGrath
2002-09-30
Vodz' last_patch57:
Eric Andersen
2001-10-24
Major rework of the directory structure and the entire build system.
Eric Andersen
2001-07-22
Some patches to make dietlibc work...
Eric Andersen
2001-07-19
Some adjustments, mostly from David McCullough <davidm@lineo.com> to
Eric Andersen
2001-03-12
Applied patch from Gennady Feldman to split up syslogd.c into syslogd and
Mark Whitley
2001-02-20
It turns out that DODMALLOC was broken when I reorganized busybox.h
Eric Andersen
2001-02-14
This patch, put together by Manuel Novoa III, is a merge of work
Eric Andersen
2001-01-31
Removed trailing \n from error_msg{,_and_die} messages.
Matt Kraai
2001-01-27
Fix up copyright msgs. Bump version to 0.49 in preparation for
Eric Andersen
2001-01-27
Fix header file usage -- there were many unnecessary header files included in
Eric Andersen
2001-01-03
Logger forgot to NULL terminate strings from stdin.
Eric Andersen
2001-01-02
Log stdin when no message given and use getopt.
Matt Kraai
2000-12-11
Patch from larry doolittle to make sure we don't realloc
Eric Andersen
2000-12-09
Some little cleanups from Larry Doolittle
Eric Andersen
2000-12-08
Patch from Matt Kraai to make logger log all arguments.
Eric Andersen
[next]