Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - patch from Denis Vlasenko to add and use bb_xdaemon() | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -2/+1 | |
| | ||||||
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 | |
| | | | | definitions. (That should only be on prototypes.) | |||||
* | moved BB_BANNER to applets/version.c file: make kernel like version, | "Vladimir N. Oleynik" | 2006-02-16 | 1 | -1/+1 | |
| | | | | removed depend loop: busybox.h depend with BB_BT, and all sources depend with busybox.h | |||||
* | - add platform.h. | Bernhard Reutner-Fischer | 2006-01-22 | 1 | -16/+3 | |
| | | | | - use shorter boilerplate while at it. | |||||
* | Cleanup patch from tito: migrate option parsing to the bb_ functions and fix | Rob Landley | 2005-09-14 | 1 | -25/+12 | |
| | | | | types. | |||||
* | Part of patch from William Barsse, fixes a problem with unescaped %. | Glenn L McGrath | 2004-08-06 | 1 | -1/+1 | |
| | ||||||
* | Do not mess with the console logging level unless | Eric Andersen | 2004-06-25 | 1 | -5/+5 | |
| | | | | | asked to do so. -Erik | |||||
* | Patch from Bastian Blank: | Eric Andersen | 2004-06-22 | 1 | -11/+8 | |
| | | | | | | | | | | | 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 | |||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -2/+2 | |
| | ||||||
* | Get vfork_daemon_rexec working under uclinux | Russ Dill | 2003-12-15 | 1 | -3/+4 | |
| | ||||||
* | Fixup bugs in last patch | Eric Andersen | 2003-07-28 | 1 | -1/+0 | |
| | ||||||
* | last_patch95 from vodz: | Eric Andersen | 2003-07-28 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | 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 | |||||
* | Remove remaining libc5 support code | Eric Andersen | 2003-07-22 | 1 | -8/+1 | |
| | ||||||
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 1 | -2/+1 | |
| | ||||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -5/+5 | |
| | ||||||
* | Update email address for Gennady Feldman <gena01@gena01.com> | Glenn L McGrath | 2002-12-12 | 1 | -3/+3 | |
| | ||||||
* | add the -c option, modified version of a patch from Bastian Blank | Glenn L McGrath | 2002-12-01 | 1 | -4/+21 | |
| | ||||||
* | patch from John Hall <john.hall@optionexist.co.uk> to change the | Eric Andersen | 2002-09-18 | 1 | -4/+4 | |
| | | | | | klogd specific messages to facility LOG_SYSLOG and tidies up some of the priorities. | |||||
* | Run through indent, fix comments | Glenn L McGrath | 2002-08-22 | 1 | -22/+24 | |
| | ||||||
* | Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. | Matt Kraai | 2001-12-20 | 1 | -1/+1 | |
| | ||||||
* | Add in some (theoretical) uClinux support. Some init cleanups | Eric Andersen | 2001-10-28 | 1 | -0/+4 | |
| | ||||||
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -2/+2 | |
| | | | | -Erik | |||||
* | Use date -u instead of date --utc and consolidate version string. | Matt Kraai | 2001-04-12 | 1 | -1/+1 | |
| | | | | Patch by Larry Doolittle <ldoolitt@recycle.lbl.gov>. | |||||
* | A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few | Eric Andersen | 2001-04-05 | 1 | -11/+5 | |
| | | | | | | shadowed variables. Move (almost) all syscalls to libbb/syscalls.c, so I can handle them sanely and all at once. -Erik | |||||
* | Use daemon() to spawn syslogd and klogd daemons. | Eric Andersen | 2001-03-29 | 1 | -17/+4 | |
| | | | | -Erik | |||||
* | Some updates for libc5 | Eric Andersen | 2001-03-14 | 1 | -1/+0 | |
| | ||||||
* | Added some comment lines in the header indicating that Gennady Feldman is the | Mark Whitley | 2001-03-12 | 1 | -0/+2 | |
| | | | | maintainer of these three applets. | |||||
* | Applied patch from Gennady Feldman to split up syslogd.c into syslogd and | Mark Whitley | 2001-03-12 | 1 | -0/+171 | |
klogd (as it should be). |