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
*
usage.c: remove reference to busybox.h
vda
2007-05-26
1
-1
/
+1
*
suppress warnings about easch <applet>_main() having
vda
2007-02-03
1
-0
/
+1
*
undo RESERVE_CONFIG_BUFFER change. aldot, small on-stack char[N] objects
vda
2007-01-12
1
-9
/
+7
*
- shrink by 26 bytes or so
aldot
2007-01-09
1
-15
/
+21
*
syslogd: start using bb_common_bufsiz1 instead of stack/malloc
vda
2007-01-04
1
-35
/
+19
*
attempt to regularize atoi mess.
vda
2006-10-08
1
-6
/
+3
*
getopt_ulflags -> getopt32.
vda
2006-10-03
1
-2
/
+2
*
logger: getopt_ulflags'isation
vda
2006-09-22
1
-16
/
+7
*
using [xa]sprintf for string concatenation is neat and saves
vda
2006-09-09
1
-1
/
+1
*
- move #include busybox.h to the very top so we pull in the config
aldot
2006-06-02
1
-15
/
+2
*
Robert P. Day removed 8 gazillion occurrences of "extern" on function
landley
2006-03-06
1
-1
/
+1
*
- rename libbb's password helpers as suggested in libbb.h
aldot
2005-09-20
1
-1
/
+1
*
Removed the incorrect and confusing facility argument specified with
pkj
2005-04-06
1
-3
/
+3
*
Tito writes:
andersen
2004-08-26
1
-1
/
+1
*
Remove trailing whitespace. Update copyright to include 2004.
andersen
2004-03-15
1
-7
/
+7
*
Update a bunch of docs. Run a script to update my email addr.
andersen
2003-07-14
1
-2
/
+1
*
Major coreutils update.
mjn3
2003-03-19
1
-3
/
+3
*
last_patch57 from Vladimir N. Oleynik
bug1
2002-11-10
1
-9
/
+14
*
Vodz' last_patch57:
andersen
2002-09-30
1
-3
/
+3
*
Major rework of the directory structure and the entire build system.
andersen
2001-10-24
1
-3
/
+3
*
Some patches to make dietlibc work...
andersen
2001-07-22
1
-10
/
+11
*
Some adjustments, mostly from David McCullough <davidm@lineo.com> to
andersen
2001-07-19
1
-11
/
+15
*
Applied patch from Gennady Feldman to split up syslogd.c into syslogd and
markw
2001-03-12
1
-2
/
+3
*
It turns out that DODMALLOC was broken when I reorganized busybox.h
andersen
2001-02-20
1
-1
/
+2
*
This patch, put together by Manuel Novoa III, is a merge of work
andersen
2001-02-14
1
-1
/
+1
*
Removed trailing \n from error_msg{,_and_die} messages.
kraai
2001-01-31
1
-2
/
+2
*
Fix up copyright msgs. Bump version to 0.49 in preparation for
andersen
2001-01-27
1
-1
/
+1
*
Fix header file usage -- there were many unnecessary header files included in
andersen
2001-01-27
1
-0
/
+2
*
Logger forgot to NULL terminate strings from stdin.
andersen
2001-01-03
1
-1
/
+1
*
Log stdin when no message given and use getopt.
kraai
2001-01-02
1
-38
/
+17
*
Patch from larry doolittle to make sure we don't realloc
andersen
2000-12-11
1
-0
/
+1
*
Some little cleanups from Larry Doolittle
andersen
2000-12-09
1
-1
/
+1
*
Patch from Matt Kraai to make logger log all arguments.
andersen
2000-12-08
1
-3
/
+12
*
Changed names of functions in utility.c and all affected files, to make
markw
2000-12-07
1
-3
/
+3
*
Fix by Tim Robbins <fyre@box3n.gumbynet.org> to prevent bad format
kraai
2000-12-07
1
-1
/
+1
*
Remove the BSD advertising clause, and replace it with a link to how
andersen
2000-11-14
1
-0
/
+43
*
Clean up error handling and uses of TRUE/FALSE.
kraai
2000-10-25
1
-14
/
+8
*
Renamed "internal.h" to the more sensible "busybox.h".
andersen
2000-09-25
1
-1
/
+1
*
Some #include updates.
andersen
2000-08-10
1
-1
/
+0
*
Extract usage information into a separate file.
kraai
2000-07-16
1
-14
/
+0
*
More fixes for "signed vs. unsigned" warnings.
proski
2000-07-14
1
-1
/
+2
*
Use errorMsg rather than fprintf.
kraai
2000-07-14
1
-3
/
+3
*
Updates to a number of apps to remove warnings/compile errors under libc5.
andersen
2000-06-19
1
-2
/
+2
*
Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP
erik
2000-05-12
1
-3
/
+6
*
Upates to include copyright 2000 to everything
erik
2000-04-13
1
-1
/
+1
*
Some formatting updates (ran the code through indent)
erik
2000-02-08
1
-96
/
+95
*
Clear up some ambiguity with old style assignments.
erik
2000-01-29
1
-1
/
+1
*
Some busybox updates. You no longer _have_ to put a "-" in front of tar
erik
2000-01-23
1
-38
/
+21
*
Fix a logger bug.
erik
2000-01-09
1
-1
/
+1
*
Trivial type fix.
erik
2000-01-07
1
-2
/
+1
[next]