index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sysklogd
/
logger.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: hopefully all setup_common_bufsiz() are in place
Denys Vlasenko
2016-04-21
1
-0
/
+2
*
sysklogd/*: convert to new-style "one file" applets
Denys Vlasenko
2015-10-18
1
-0
/
+13
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
move remaining help text from include/usage.src.h
Pere Orga
2011-04-11
1
-0
/
+12
*
*: whitespace fixes
Denys Vlasenko
2010-10-28
1
-3
/
+3
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
*: remove some uses of argc
Denys Vlasenko
2010-01-04
1
-3
/
+2
*
libbb: password/group function helpers rewritten by Tito:
Denis Vlasenko
2008-12-02
1
-7
/
+6
*
logger: "clean up" a dirty hack a bit
Denis Vlasenko
2008-06-11
1
-25
/
+6
*
- fix conflicting decls of syslog related facilitynames and prioritynames tables
Bernhard Reutner-Fischer
2008-01-27
1
-19
/
+23
*
fix buglets found by randomconfig
Denis Vlasenko
2007-11-23
1
-2
/
+2
*
logread: eliminate usage of data/bss
Denis Vlasenko
2007-11-23
1
-0
/
+3
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
logger: fix a problem of losing all argv except first
Denis Vlasenko
2007-10-02
1
-3
/
+3
*
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
1
-1
/
+1
*
bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one;
Denis Vlasenko
2007-07-27
1
-1
/
+1
*
Audit bb_common_bufsiz usage, add script which looks for misuse.
Denis Vlasenko
2007-06-04
1
-4
/
+5
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
undo RESERVE_CONFIG_BUFFER change. aldot, small on-stack char[N] objects
Denis Vlasenko
2007-01-12
1
-9
/
+7
*
- shrink by 26 bytes or so
Bernhard Reutner-Fischer
2007-01-09
1
-15
/
+21
*
syslogd: start using bb_common_bufsiz1 instead of stack/malloc
Denis Vlasenko
2007-01-04
1
-35
/
+19
*
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-08
1
-6
/
+3
*
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-10-03
1
-2
/
+2
*
logger: getopt_ulflags'isation
Denis Vlasenko
2006-09-22
1
-16
/
+7
*
using [xa]sprintf for string concatenation is neat and saves
Denis Vlasenko
2006-09-09
1
-1
/
+1
*
- move #include busybox.h to the very top so we pull in the config
Bernhard Reutner-Fischer
2006-06-02
1
-15
/
+2
*
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-03-06
1
-1
/
+1
*
- rename libbb's password helpers as suggested in libbb.h
Bernhard Reutner-Fischer
2005-09-20
1
-1
/
+1
*
Removed the incorrect and confusing facility argument specified with
Peter Kjellerstedt
2005-04-06
1
-3
/
+3
*
Tito writes:
Eric Andersen
2004-08-26
1
-1
/
+1
*
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-03-15
1
-7
/
+7
*
Update a bunch of docs. Run a script to update my email addr.
Eric Andersen
2003-07-14
1
-2
/
+1
*
Major coreutils update.
Manuel Novoa III
2003-03-19
1
-3
/
+3
*
last_patch57 from Vladimir N. Oleynik
Glenn L McGrath
2002-11-10
1
-9
/
+14
*
Vodz' last_patch57:
Eric Andersen
2002-09-30
1
-3
/
+3
*
Major rework of the directory structure and the entire build system.
Eric Andersen
2001-10-24
1
-3
/
+3
*
Some patches to make dietlibc work...
Eric Andersen
2001-07-22
1
-10
/
+11
*
Some adjustments, mostly from David McCullough <davidm@lineo.com> to
Eric Andersen
2001-07-19
1
-11
/
+15
*
Applied patch from Gennady Feldman to split up syslogd.c into syslogd and
Mark Whitley
2001-03-12
1
-2
/
+3
*
It turns out that DODMALLOC was broken when I reorganized busybox.h
Eric Andersen
2001-02-20
1
-1
/
+2
*
This patch, put together by Manuel Novoa III, is a merge of work
Eric Andersen
2001-02-14
1
-1
/
+1
*
Removed trailing \n from error_msg{,_and_die} messages.
Matt Kraai
2001-01-31
1
-2
/
+2
*
Fix up copyright msgs. Bump version to 0.49 in preparation for
0_49
Eric Andersen
2001-01-27
1
-1
/
+1
*
Fix header file usage -- there were many unnecessary header files included in
Eric Andersen
2001-01-27
1
-0
/
+2
*
Logger forgot to NULL terminate strings from stdin.
Eric Andersen
2001-01-03
1
-1
/
+1
*
Log stdin when no message given and use getopt.
Matt Kraai
2001-01-02
1
-38
/
+17
*
Patch from larry doolittle to make sure we don't realloc
Eric Andersen
2000-12-11
1
-0
/
+1
*
Some little cleanups from Larry Doolittle
Eric Andersen
2000-12-09
1
-1
/
+1
*
Patch from Matt Kraai to make logger log all arguments.
Eric Andersen
2000-12-08
1
-3
/
+12
[next]