Modified so that it "works" for archs other than i386... arm in particular.
[platform/upstream/busybox.git] / sysklogd /
2002-09-17 Eric Andersenhehe.
2002-09-17 Eric AndersenVodz' last_patch57:
2002-08-22 Glenn L McGrathRun through indent, fix comments
2002-08-06 Manuel Novoa III Move #define MAXLINE so this compiles without circ...
2002-08-05 Eric AndersenOops. Code things so it actually works this time around...
2002-08-05 Eric AndersenJoel Coltoff <joel@wmi.com> noticed that following...
2002-07-19 Robert GrieblApplied syslogd fix submitted by Bart Visscher:
2002-04-13 Eric AndersenPatch from Larry Doolittle to teach syslogd to not...
2002-04-12 Eric AndersenCompletely rework the config system so that it no longe...
2002-03-20 Eric AndersenAdd missing " " after the word on, as reported by Jason...
2001-12-20 Matt KraaiRemove `== TRUE' tests and convert `!= TRUE' and `...
2001-11-12 Matt KraaiChange strdup calls to xstrdup (patch from Steve Merrif...
2001-10-28 Eric AndersenAdd in some (theoretical) uClinux support. Some init...
2001-10-26 Gennady FeldmanFix up the configuration rules and update Libc5 piece...
2001-10-24 Eric AndersenFix missing BB_VER defines
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-22 Eric AndersenSome patches to make dietlibc work...
2001-07-19 Eric AndersenSome adjustments, mostly from David McCullough <davidm...
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-09 Eric AndersenUpdate how we detect if libc5 is in use.
2001-04-05 Eric AndersenSome cleanups/fixes for the syslogd circular buffer...
2001-04-05 Eric AndersenA number of cleanups. Now compiles with libc5, glibc...
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-23 Eric Andersen-Wshadow logread fix from Jeff Garzik
2001-03-21 Eric AndersenA nice patch from Larry Doolittle that adds -Wshadow and
2001-03-15 Mark Whitleydos2unix logread.c
2001-03-15 Eric AndersenMove the warning msg after features.h gets pulled in.
2001-03-14 Mark WhitleyApplied patch from Giulio Orsero to fix some preprocess...
2001-03-14 Eric AndersenSome updates for libc5
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...
2001-01-03 Eric AndersenLogger forgot to NULL terminate strings from stdin.
2001-01-02 Matt KraaiLog stdin when no message given and use getopt.
2000-12-18 Matt KraaiChange calls to error_msg.* and strerror to use perror_...
2000-12-11 Eric AndersenPatch from larry doolittle to make sure we don't realloc
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-09 Eric AndersenSome little cleanups from Larry Doolittle
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-08 Eric AndersenPatch from Matt Kraai to make logger log all arguments.
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-07 Matt KraaiFix by Tim Robbins <fyre@box3n.gumbynet.org> to prevent...
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-11-14 Eric AndersenRemove the BSD advertising clause, and replace it with...
2000-10-25 Matt KraaiClean up error handling and uses of TRUE/FALSE.
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-14 Pavel RoskinMore fixes for "signed vs. unsigned" warnings.
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
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-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
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,
next