Major rework of the directory structure and the entire build system.
[platform/upstream/busybox.git] / sysklogd / syslogd.c
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-08-14 Matt KraaiLog all messages from a single connection, not just...
2001-07-19 Matt KraaiAdd a RELEASE_BB_BUFFER macro and use it to fix a memor...
2001-07-17 Eric AndersenThis is vodz' latest patch. Sorry it took so long...
2001-07-06 Matt KraaiRemove redundant initialization of lfile to reduce...
2001-07-02 Eric AndersenPer patch from vodz, change a couple of consts to defin...
2001-06-26 Glenn L McGrathPatch from Gennady Feldman
2001-05-16 Matt KraaiAdd xgethostbyname and herror_msg* functions.
2001-05-07 Eric AndersenPer comment from Jim McQuillan <jam@mcquil.com>, don...
2001-05-03 Eric Andersendevfs does not support creation of regular files. ...
2001-04-12 Matt KraaiUse date -u instead of date --utc and consolidate versi...
2001-04-05 Eric AndersenSome cleanups/fixes for the syslogd circular buffer...
2001-03-29 Eric AndersenUse daemon() to spawn syslogd and klogd daemons.
2001-03-27 Mark WhitleyApplied patch from Gennady Feldman to fix a single...
2001-03-23 Eric Andersen-Wshadow tr fix from Jeff Garzik
2001-03-21 Eric AndersenA nice patch from Larry Doolittle that adds -Wshadow and
2001-03-12 Mark WhitleyAdded some comment lines in the header indicating that...
2001-03-12 Mark WhitleyApplied patch from Gennady Feldman to split up syslogd...
2001-03-12 Mark WhitleyApplied patch from Gennady Feldman to use single-thread...
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-25 Eric AndersenCommit Larry Doolittle's buffers-on-stack/buffers-via...
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2000-12-18 Matt KraaiChange calls to error_msg.* and strerror to use perror_...
2000-12-11 Matt KraaiKeep unknown priorities from segfaulting.
2000-12-11 Eric AndersenFix a thinko -- when REMOTE_LOG support is compiled in,
2000-12-11 Eric AndersenFix the option parsing to use getopt, which seems to...
2000-12-11 Eric AndersenPatch from Larry Doolittle, fix up logging across multi...
2000-12-11 Eric AndersenReverse logic so when network logging, it by default...
2000-12-08 Eric AndersenMake no local logging a runtime option for network...
2000-12-08 Eric AndersenPatch from Gennady Feldman <gfeldman@mail.com> to make...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-13 Pavel RoskinMake syslogd ignore SIGCLD only if SIGCLD is defined...
2000-09-12 Pavel RoskinTypo fix: resolv -> resolve
2000-08-20 Eric Andersensyslogd was leaking processes that could forever busylo...
2000-08-10 Eric AndersenSome #include updates.
2000-07-20 Eric Andersen* syslogd can now log messages to a remote host --...
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-11 Eric AndersenForgot to commit these cleanups it seems.
2000-07-10 Eric AndersenRemove yet more kernel header dependancies.
2000-07-09 Eric AndersenMore portability updates. Now compiles cleanly vs...
2000-07-06 Eric AndersenTurned some stuff into features that really are feature...
2000-06-19 Eric AndersenMake syslogd.c, init.c, and update.c compile error...
2000-06-19 Eric AndersenUpdated to compile and work with libc5.
2000-06-07 Pavel RoskinSyslogd will not go to background if "-n" is given...
2000-06-02 Eric AndersenA number of additional fixed from Pavel Roskin, note...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-04-28 Erik AndersenLatest and greatest. Some effort at libc5 (aiming...
2000-04-21 Erik AndersenMore Doc updates. cmdedit and more termio fixes.
2000-04-19 Erik AndersenAdd #include <sys/param.h> to syslogd.
2000-04-19 Erik AndersenMake the sys logger for so that concurrent logging...
2000-04-18 Erik AndersenMore stuff
2000-04-18 Erik AndersenUpdates
2000-04-14 Erik AndersenFix a tar bug: tar removed leading '/'s for symlink...
2000-04-14 Erik AndersenLatest and greatest. Seems there is a bug.
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-04-06 Erik AndersenSome more minor updates to better use some gcc attributes.
2000-04-04 Erik Andersenminor changes to mount/umount to support-by-ignoring...
2000-03-21 Erik AndersenHmm. Missed this change
2000-02-18 Erik AndersenSome updates for the day,
2000-02-11 Erik AndersenUpdates
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-02-07 Erik Andersendevice_open is common code -- moved into utility.c
2000-02-07 Erik AndersenA few minor updates. ;-)
2000-01-13 Erik AndersenBug fixes.
1999-12-16 Erik AndersenFix bugs in logger and syslogd. Add fbset.
1999-12-10 Eric AndersenAdded poweroff (and adjusted init to use it). Inlined...
1999-12-05 Eric AndersenStuf
1999-12-05 Eric Andersensyslogd and klogd work now.
1999-12-03 Eric AndersenStuf
1999-11-25 Eric AndersenStuf
1999-11-24 Eric AndersenFirst draft