aboutsummaryrefslogtreecommitdiff
path: root/syslogd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added some comment lines in the header indicating that Gennady Feldman is themarkw2001-03-121-0/+2
* Applied patch from Gennady Feldman to split up syslogd.c into syslogd andmarkw2001-03-121-113/+205
* Applied patch from Gennady Feldman to use single-thread instead of forking.markw2001-03-121-20/+12
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-1/+1
* 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-4/+4
* 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-1/+3
* Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch.andersen2001-01-251-2/+2
* #define -> static const int. Also got rid of some big static buffers.markw2001-01-231-2/+2
* Change calls to error_msg.* and strerror to use perror_msg.*.kraai2000-12-181-6/+6
* Keep unknown priorities from segfaulting.kraai2000-12-111-1/+1
* Fix a thinko -- when REMOTE_LOG support is compiled in,andersen2000-12-111-0/+6
* Fix the option parsing to use getopt, which seems to fix bug #1050andersen2000-12-111-31/+13
* Patch from Larry Doolittle, fix up logging across multilple lines, hopefullyandersen2000-12-111-30/+25
* Reverse logic so when network logging, it by default does not log locally.andersen2000-12-111-3/+3
* Make no local logging a runtime option for network logging...andersen2000-12-081-26/+31
* Patch from Gennady Feldman <gfeldman@mail.com> to make syslogd not logandersen2000-12-081-4/+4
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-071-10/+10
* Stop using TRUE and FALSE for exit status.kraai2000-12-011-1/+1
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
* Make syslogd ignore SIGCLD only if SIGCLD is defined. This should fix SPARC.proski2000-09-131-0/+3
* Typo fix: resolv -> resolveproski2000-09-121-1/+1
* syslogd was leaking processes that could forever busyloop. Fixed.andersen2000-08-201-1/+4
* Some #include updates.andersen2000-08-101-1/+0
* * syslogd can now log messages to a remote host -- patch thanksandersen2000-07-201-1/+103
* Extract usage information into a separate file.kraai2000-07-161-15/+0
* Forgot to commit these cleanups it seems.andersen2000-07-111-1/+0
* Remove yet more kernel header dependancies.andersen2000-07-101-1/+1
* More portability updates. Now compiles cleanly vs glibc, libc5, and uclibcandersen2000-07-091-1/+1
* Turned some stuff into features that really are features, not apps.andersen2000-07-061-5/+5
* Make syslogd.c, init.c, and update.c compile error/warning free under both li...andersen2000-06-191-4/+2
* Updated to compile and work with libc5.andersen2000-06-191-14/+29
* Syslogd will not go to background if "-n" is given. Better helpproski2000-06-071-45/+52
* A number of additional fixed from Pavel Roskin, note some more bugs in theandersen2000-06-021-4/+4
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPerik2000-05-121-3/+6
* Latest and greatest. Some effort at libc5 (aiming towards newlib)erik2000-04-281-2/+2
* More Doc updates. cmdedit and more termio fixes.erik2000-04-211-1/+2
* Add #include <sys/param.h> to syslogd.erik2000-04-191-0/+1
* Make the sys logger for so that concurrent logging will workerik2000-04-191-40/+64
* More stufferik2000-04-181-77/+72
* Updateserik2000-04-181-6/+9
* Fix a tar bug: tar removed leading '/'s for symlink targets.erik2000-04-141-44/+20
* Latest and greatest. Seems there is a bug.erik2000-04-141-7/+11
* Upates to include copyright 2000 to everythingerik2000-04-131-1/+2
* Some more minor updates to better use some gcc attributes.erik2000-04-061-0/+2
* minor changes to mount/umount to support-by-ignoring the "-v" flag.erik2000-04-041-86/+152
* Hmm. Missed this changeerik2000-03-211-0/+1
* Some updates for the day,erik2000-02-181-11/+11
* Updateserik2000-02-111-22/+17