Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-06 | Part of patch from William Barsse, fixes a problem with unescaped %. | Glenn L McGrath | |
2004-06-25 | Do not mess with the console logging level unless | Eric Andersen | |
asked to do so. -Erik | |||
2004-06-22 | Patch from Bastian Blank: | Eric Andersen | |
On Sat, Jun 19, 2004 at 10:57:37PM +0200, Bastian Blank wrote: > The following patch changes klogd to use openlog/syslog themself > instead of calling syslog_msg which always calls the triple > openlog/syslog/closelog. Updated patch: get rid of syslog_msg entirely. Request from Erik Andersen. Bastian | |||
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2003-12-15 | Get vfork_daemon_rexec working under uclinux | Russ Dill | |
2003-07-28 | Fixup bugs in last patch | Eric Andersen | |
2003-07-28 | last_patch95 from vodz: | Eric Andersen | |
Hi. Last patch have new libbb function vfork_rexec() for can use daemon() to uClinux system. This patched daemons: syslog, klogd, inetd, crond. This not tested! I havn`t this systems. Also. Previous patch for feature request MD5 crypt password for httpd don`t sended to this mailist on 07/15/03 (mailist have Pytom module problem?). The previous patch included, and have testing. --w vodz | |||
2003-07-22 | Remove remaining libc5 support code | Eric Andersen | |
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | |
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2002-12-12 | Update email address for Gennady Feldman <gena01@gena01.com> | Glenn L McGrath | |
2002-12-01 | add the -c option, modified version of a patch from Bastian Blank | Glenn L McGrath | |
2002-09-18 | patch from John Hall <john.hall@optionexist.co.uk> to change the | Eric Andersen | |
klogd specific messages to facility LOG_SYSLOG and tidies up some of the priorities. | |||
2002-08-22 | Run through indent, fix comments | Glenn L McGrath | |
2001-12-20 | Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. | Matt Kraai | |
2001-10-28 | Add in some (theoretical) uClinux support. Some init cleanups | Eric Andersen | |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen | |
-Erik | |||
2001-04-12 | Use date -u instead of date --utc and consolidate version string. | Matt Kraai | |
Patch by Larry Doolittle <ldoolitt@recycle.lbl.gov>. | |||
2001-04-05 | A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few | Eric Andersen | |
shadowed variables. Move (almost) all syscalls to libbb/syscalls.c, so I can handle them sanely and all at once. -Erik | |||
2001-03-29 | Use daemon() to spawn syslogd and klogd daemons. | Eric Andersen | |
-Erik | |||
2001-03-14 | Some updates for libc5 | Eric Andersen | |
2001-03-12 | Added some comment lines in the header indicating that Gennady Feldman is the | Mark Whitley | |
maintainer of these three applets. | |||
2001-03-12 | Applied patch from Gennady Feldman to split up syslogd.c into syslogd and | Mark Whitley | |
klogd (as it should be). |