| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix from Paul Kortekaas for syslog -C option, size should be in kB. | Glenn L McGrath | 2004-02-22 | 1 | -1/+1 |
* | Patch from Fillod Stephane: | Eric Andersen | 2003-12-19 | 1 | -4/+10 |
* | Get vfork_daemon_rexec working under uclinux | Russ Dill | 2003-12-15 | 1 | -4/+5 |
* | Arnd Ben Otto writes: | Eric Andersen | 2003-10-09 | 1 | -1/+48 |
* | add size parameter to syslogd -C | Glenn L McGrath | 2003-09-26 | 1 | -5/+10 |
* | Vodz, last_patch_104 | Glenn L McGrath | 2003-09-10 | 1 | -4/+5 |
* | Vodz, last patch 104 | Glenn L McGrath | 2003-08-29 | 1 | -5/+1 |
* | last_patch95 from vodz: | Eric Andersen | 2003-07-28 | 1 | -2/+3 |
* | eliminate DOSTATIC, DODEBUG, etc and name them sensibly | Eric Andersen | 2003-07-22 | 1 | -1/+1 |
* | Remove remaining libc5 support code | Eric Andersen | 2003-07-22 | 1 | -6/+0 |
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 1 | -2/+1 |
* | oops | Eric Andersen | 2003-05-23 | 1 | -1/+2 |
* | This patch from Vitezslav Batrla, is a cleaner fix for the | Eric Andersen | 2003-05-23 | 1 | -15/+5 |
* | Apply patch from Georg Magschok to fix syslog behavior so that the | Eric Andersen | 2003-05-16 | 1 | -8/+18 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -17/+17 |
* | Dont die if logging remotely fails, patch by Joshua Jackson | Glenn L McGrath | 2003-02-09 | 1 | -6/+2 |
* | Update email address for Gennady Feldman <gena01@gena01.com> | Glenn L McGrath | 2002-12-12 | 1 | -2/+2 |
* | run through indent and manually check result | Glenn L McGrath | 2002-11-10 | 1 | -228/+253 |
* | hehe. | Eric Andersen | 2002-09-17 | 1 | -1/+1 |
* | Vodz' last_patch57: | Eric Andersen | 2002-09-17 | 1 | -104/+93 |
* | Move #define MAXLINE so this compiles without circ buffers. | Manuel Novoa III | 2002-08-06 | 1 | -3/+2 |
* | Oops. Code things so it actually works this time around... | Eric Andersen | 2002-08-05 | 1 | -22/+15 |
* | Joel Coltoff <joel@wmi.com> noticed that following a recent | Eric Andersen | 2002-08-05 | 1 | -2/+2 |
* | Applied syslogd fix submitted by Bart Visscher: | Robert Griebl | 2002-07-19 | 1 | -1/+3 |
* | Patch from Larry Doolittle to teach syslogd to not give up when errno is EINTR | Eric Andersen | 2002-04-13 | 1 | -1/+3 |
* | Add missing " " after the word on, as reported by Jason Luther | Eric Andersen | 2002-03-20 | 1 | -1/+1 |
* | Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. | Matt Kraai | 2001-12-20 | 1 | -6/+6 |
* | Change strdup calls to xstrdup (patch from Steve Merrifield). | Matt Kraai | 2001-11-12 | 1 | -2/+2 |
* | Add in some (theoretical) uClinux support. Some init cleanups | Eric Andersen | 2001-10-28 | 1 | -0/+4 |
* | Fix up the configuration rules and update Libc5 piece for Syslogd. (copied co... | Gennady Feldman | 2001-10-26 | 1 | -0/+6 |
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -15/+15 |
* | Log all messages from a single connection, not just the first. Patch from | Matt Kraai | 2001-08-14 | 1 | -2/+4 |
* | Add a RELEASE_BB_BUFFER macro and use it to fix a memory leak in syslogd.c | Matt Kraai | 2001-07-19 | 1 | -0/+1 |
* | This is vodz' latest patch. Sorry it took so long... | Eric Andersen | 2001-07-17 | 1 | -2/+2 |
* | Remove redundant initialization of lfile to reduce executable size by | Matt Kraai | 2001-07-06 | 1 | -1/+1 |
* | Per patch from vodz, change a couple of consts to defines, since | Eric Andersen | 2001-07-02 | 1 | -1/+3 |
* | Patch from Gennady Feldman | Glenn L McGrath | 2001-06-26 | 1 | -2/+0 |
* | Add xgethostbyname and herror_msg* functions. | Matt Kraai | 2001-05-16 | 1 | -5/+1 |
* | Per comment from Jim McQuillan <jam@mcquil.com>, don't log | Eric Andersen | 2001-05-07 | 1 | -2/+2 |
* | devfs does not support creation of regular files. So change the | Eric Andersen | 2001-05-03 | 1 | -6/+3 |
* | Use date -u instead of date --utc and consolidate version string. | Matt Kraai | 2001-04-12 | 1 | -1/+1 |
* | Some cleanups/fixes for the syslogd circular buffer code | Eric Andersen | 2001-04-05 | 1 | -7/+9 |
* | Use daemon() to spawn syslogd and klogd daemons. | Eric Andersen | 2001-03-29 | 1 | -18/+4 |
* | Applied patch from Gennady Feldman to fix a single-threaded syslogd bug that | Mark Whitley | 2001-03-27 | 1 | -8/+11 |
* | -Wshadow tr fix from Jeff Garzik | Eric Andersen | 2001-03-23 | 1 | -5/+5 |
* | A nice patch from Larry Doolittle that adds -Wshadow and | Eric Andersen | 2001-03-21 | 1 | -2/+0 |
* | Added some comment lines in the header indicating that Gennady Feldman is the | Mark Whitley | 2001-03-12 | 1 | -0/+2 |
* | Applied patch from Gennady Feldman to split up syslogd.c into syslogd and | Mark Whitley | 2001-03-12 | 1 | -113/+205 |
* | Applied patch from Gennady Feldman to use single-thread instead of forking. | Mark Whitley | 2001-03-12 | 1 | -20/+12 |
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -1/+1 |