Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-19 | Patch from Fillod Stephane: | Eric Andersen | |
You will find in the attached file "syslog.patch" a patch which adds config options to set at compile time the size of the circular buffer, and some documentation update. | |||
2003-12-15 | Get vfork_daemon_rexec working under uclinux | Russ Dill | |
2003-10-09 | Arnd Ben Otto writes: | Eric Andersen | |
Hi Eric I have written a small patch for the Busybox syslogd. With this patch one can limit the size of the messagfile. As soon as the limit is reached the syslogd can rotate or purge the messagefile(s) on his own. There is no necessity to use an external rotatescript. Even if logread does something similar, its very handy to have some messagefile after your box crash. I wrote this patch initial vor BB 0.6x where no cron daemon was avail. Now I adapted it for the new Version and i hope it is still useful. At least I still use it :-) bye Arnd | |||
2003-09-26 | add size parameter to syslogd -C | Glenn L McGrath | |
Patch by Padraig, resubmitted by Fillod Stephane | |||
2003-09-10 | Vodz, last_patch_104 | Glenn L McGrath | |
2003-08-29 | Vodz, last patch 104 | Glenn L McGrath | |
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 | eliminate DOSTATIC, DODEBUG, etc and name them sensibly | Eric Andersen | |
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-05-23 | oops | Eric Andersen | |
2003-05-23 | This patch from Vitezslav Batrla, is a cleaner fix for the | Eric Andersen | |
problem with syslogd logging the '<' char. | |||
2003-05-16 | Apply patch from Georg Magschok to fix syslog behavior so that the | Eric Andersen | |
'>' charactor can be logged, per rfc3164. Also, a small patch from me to fix it so we use MAXLINE when allocating the buffer, which is consistant with use everywhere else. This is needed since uClibc defines BUFSIZE as 255, causing lines to be truncated at 255... | |||
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2003-02-09 | Dont die if logging remotely fails, patch by Joshua Jackson | Glenn L McGrath | |
2002-12-12 | Update email address for Gennady Feldman <gena01@gena01.com> | Glenn L McGrath | |
2002-11-10 | run through indent and manually check result | Glenn L McGrath | |
2002-09-17 | hehe. | Eric Andersen | |
2002-09-17 | Vodz' last_patch57: | Eric Andersen | |
Ok. Patch with reduce size ready. Notes: syslogd imposible close logsocket, the real programm write logmessages (hmm, cycle loop?) (Excuse me - this have small tab-formats rewroting also) text data bss dec hex filename 2913 332 12388 15633 3d11 syslogd.o 3109 332 9252 12693 3195 syslogd_old.o | |||
2002-08-06 | Move #define MAXLINE so this compiles without circ buffers. | Manuel Novoa III | |
2002-08-05 | Oops. Code things so it actually works this time around... | Eric Andersen | |
-Erik | |||
2002-08-05 | Joel Coltoff <joel@wmi.com> noticed that following a recent | Eric Andersen | |
change in uClibc that changed opening the /dev/log socket as SOCK_STREAM to SOCK_DGRAM, busybox syslogd no longer worked since it needed a matching change. This fixes it so it works once again. | |||
2002-07-19 | Applied syslogd fix submitted by Bart Visscher: | Robert Griebl | |
I am using BB 0.60.2 in a floppy distro, and the syslog (and logger) is unable to log the "<" char. This shows up in ppp logfiles. [...] #logger "<pcomp>" results in "comp>" arriving at the log. | |||
2002-04-13 | Patch from Larry Doolittle to teach syslogd to not give up when errno is EINTR | Eric Andersen | |
2002-03-20 | Add missing " " after the word on, as reported by Jason Luther | Eric Andersen | |
back in mid-december. -Erik | |||
2001-12-20 | Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. | Matt Kraai | |
2001-11-12 | Change strdup calls to xstrdup (patch from Steve Merrifield). | Matt Kraai | |
2001-10-28 | Add in some (theoretical) uClinux support. Some init cleanups | Eric Andersen | |
2001-10-26 | Fix up the configuration rules and update Libc5 piece for Syslogd. (copied ↵ | Gennady Feldman | |
code from logread.c) | |||
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen | |
-Erik | |||
2001-08-14 | Log all messages from a single connection, not just the first. Patch from | Matt Kraai | |
matthias@corelatus.com, approved by Gennady Feldman <gena01@cachier.com>. | |||
2001-07-19 | Add a RELEASE_BB_BUFFER macro and use it to fix a memory leak in syslogd.c | Matt Kraai | |
(noted by Adam Slattery). | |||
2001-07-17 | This is vodz' latest patch. Sorry it took so long... | Eric Andersen | |
1) ping cleanup (compile fix from this patch already applied). 2) traceroute call not spare ntohl() now (and reduce size); 3) Fix for functions not declared static in insmod, ash, vi and mount. 4) a more simple API cmdedit :)) 5) adds "stopped jobs" warning to ash on Ctrl-D and fixes "ignoreeof" option 6) reduce exporting library function index->strchr (traceroute), bzero->memset (syslogd) | |||
2001-07-06 | Remove redundant initialization of lfile to reduce executable size by | Matt Kraai | |
8192 bytes (noted by Mike Castle). | |||
2001-07-02 | Per patch from vodz, change a couple of consts to defines, since | Eric Andersen | |
apparently gcc 2.95.4, at least, is too stupid to realize that a "static const int" is in fact a constant. | |||
2001-06-26 | Patch from Gennady Feldman | Glenn L McGrath | |
This should fix "circular buffer" error message shown when running "syslogd -C" | |||
2001-05-16 | Add xgethostbyname and herror_msg* functions. | Matt Kraai | |
2001-05-07 | Per comment from Jim McQuillan <jam@mcquil.com>, don't log | Eric Andersen | |
syslogd startup/shutdown messages as KERN.EMERG, but use SYSLOG.INFO instead. | |||
2001-05-03 | devfs does not support creation of regular files. So change the | Eric Andersen | |
test a bit so as to not possibly create a regular file. -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 | Some cleanups/fixes for the syslogd circular buffer code | Eric Andersen | |
from Gennady Feldman. | |||
2001-03-29 | Use daemon() to spawn syslogd and klogd daemons. | Eric Andersen | |
-Erik | |||
2001-03-27 | Applied patch from Gennady Feldman to fix a single-threaded syslogd bug that | Mark Whitley | |
turned up. This code needs to be tested on an embedded system, since that's where the bug turned up in the first place. | |||
2001-03-23 | -Wshadow tr fix from Jeff Garzik | Eric Andersen | |
2001-03-21 | A nice patch from Larry Doolittle that adds -Wshadow and | Eric Andersen | |
cleans up most of the now-revealed problems. | |||
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). | |||
2001-03-12 | Applied patch from Gennady Feldman to use single-thread instead of forking. | Mark Whitley | |
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | |
header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik | |||
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | |
done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. |