aboutsummaryrefslogtreecommitdiff
path: root/sysklogd/logger.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* usage.c: remove reference to busybox.hvda2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* undo RESERVE_CONFIG_BUFFER change. aldot, small on-stack char[N] objectsvda2007-01-121-9/+7
* - shrink by 26 bytes or soaldot2007-01-091-15/+21
* syslogd: start using bb_common_bufsiz1 instead of stack/mallocvda2007-01-041-35/+19
* attempt to regularize atoi mess.vda2006-10-081-6/+3
* getopt_ulflags -> getopt32.vda2006-10-031-2/+2
* logger: getopt_ulflags'isationvda2006-09-221-16/+7
* using [xa]sprintf for string concatenation is neat and savesvda2006-09-091-1/+1
* - move #include busybox.h to the very top so we pull in the configaldot2006-06-021-15/+2
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-1/+1
* - rename libbb's password helpers as suggested in libbb.haldot2005-09-201-1/+1
* Removed the incorrect and confusing facility argument specified withpkj2005-04-061-3/+3
* Tito writes:andersen2004-08-261-1/+1
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-7/+7
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-141-2/+1
* Major coreutils update.mjn32003-03-191-3/+3
* last_patch57 from Vladimir N. Oleynikbug12002-11-101-9/+14
* Vodz' last_patch57:andersen2002-09-301-3/+3
* Major rework of the directory structure and the entire build system.andersen2001-10-241-3/+3
* Some patches to make dietlibc work...andersen2001-07-221-10/+11
* Some adjustments, mostly from David McCullough <davidm@lineo.com> toandersen2001-07-191-11/+15
* Applied patch from Gennady Feldman to split up syslogd.c into syslogd andmarkw2001-03-121-2/+3
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-1/+2
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-141-1/+1
* Removed trailing \n from error_msg{,_and_die} messages.kraai2001-01-311-2/+2
* Fix up copyright msgs. Bump version to 0.49 in preparation forandersen2001-01-271-1/+1
* Fix header file usage -- there were many unnecessary header files included inandersen2001-01-271-0/+2
* Logger forgot to NULL terminate strings from stdin.andersen2001-01-031-1/+1
* Log stdin when no message given and use getopt.kraai2001-01-021-38/+17
* Patch from larry doolittle to make sure we don't reallocandersen2000-12-111-0/+1
* Some little cleanups from Larry Doolittleandersen2000-12-091-1/+1
* Patch from Matt Kraai to make logger log all arguments.andersen2000-12-081-3/+12
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-071-3/+3
* Fix by Tim Robbins <fyre@box3n.gumbynet.org> to prevent bad formatkraai2000-12-071-1/+1
* Remove the BSD advertising clause, and replace it with a link to howandersen2000-11-141-0/+43
* Clean up error handling and uses of TRUE/FALSE.kraai2000-10-251-14/+8
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
* Some #include updates.andersen2000-08-101-1/+0
* Extract usage information into a separate file.kraai2000-07-161-14/+0
* More fixes for "signed vs. unsigned" warnings.proski2000-07-141-1/+2
* Use errorMsg rather than fprintf.kraai2000-07-141-3/+3
* Updates to a number of apps to remove warnings/compile errors under libc5.andersen2000-06-191-2/+2
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPerik2000-05-121-3/+6
* Upates to include copyright 2000 to everythingerik2000-04-131-1/+1
* Some formatting updates (ran the code through indent)erik2000-02-081-96/+95
* Clear up some ambiguity with old style assignments.erik2000-01-291-1/+1
* Some busybox updates. You no longer _have_ to put a "-" in front of tarerik2000-01-231-38/+21
* Fix a logger bug.erik2000-01-091-1/+1
* Trivial type fix.erik2000-01-071-2/+1