aboutsummaryrefslogtreecommitdiff
path: root/sysklogd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Major coreutils update.mjn32003-03-194-26/+26
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6751 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add all the syslogd help textandersen2003-02-281-16/+51
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6649 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Dont die if logging remotely fails, patch by Joshua Jacksonbug12003-02-091-6/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6543 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update email address for Gennady Feldman <gena01@gena01.com>bug12002-12-123-7/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6196 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Yet another major rework of the BusyBox config system, using the considerablyandersen2002-12-052-21/+48
| | | | | | | | | | | modified Kbuild system I put into uClibc. With this, there should be no more need to modify Rules.mak since I've moved all the interesting options into the config system. I think I've got everything updated, but you never know, I may have made some mistakes, so watch closely. -Erik git-svn-id: svn://busybox.net/trunk/busybox@6102 69ca8d6d-28ef-0310-b511-8ec308f3f277
* add the -c option, modified version of a patch from Bastian Blankbug12002-12-011-4/+21
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6067 69ca8d6d-28ef-0310-b511-8ec308f3f277
* run through indent and manually check resultbug12002-11-101-228/+253
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5906 69ca8d6d-28ef-0310-b511-8ec308f3f277
* last_patch57 from Vladimir N. Oleynikbug12002-11-101-9/+14
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5900 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Vodz' last_patch57:andersen2002-09-301-3/+3
| | | | | | | | | | | | | | | | | | Hi, Erik. my_getpw(uid/gid) and applets used it have problem: if username for uid not found, applets can`t detect it (but code pessent). Also "%8ld " format is bad: spaces not required (applets have self format or spec format (tar applet) and overflow for "id" applet...) This problem also pressent in stable version. Patch for unstable in attach. --w vodz git-svn-id: svn://busybox.net/trunk/busybox@5613 69ca8d6d-28ef-0310-b511-8ec308f3f277
* patch from John Hall <john.hall@optionexist.co.uk> to change theandersen2002-09-181-4/+4
| | | | | | | | klogd specific messages to facility LOG_SYSLOG and tidies up some of the priorities. git-svn-id: svn://busybox.net/trunk/busybox@5556 69ca8d6d-28ef-0310-b511-8ec308f3f277
* hehe.andersen2002-09-171-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5543 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Vodz' last_patch57:andersen2002-09-171-104/+93
| | | | | | | | | | | | | | | 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 git-svn-id: svn://busybox.net/trunk/busybox@5541 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Run through indent, fix commentsbug12002-08-221-22/+24
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5342 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Move #define MAXLINE so this compiles without circ buffers.mjn32002-08-061-3/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5162 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Oops. Code things so it actually works this time around...andersen2002-08-051-22/+15
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@5152 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Joel Coltoff <joel@wmi.com> noticed that following a recentandersen2002-08-051-2/+2
| | | | | | | | | | 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. git-svn-id: svn://busybox.net/trunk/busybox@5151 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied syslogd fix submitted by Bart Visscher:sandman2002-07-191-1/+3
| | | | | | | | | 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. git-svn-id: svn://busybox.net/trunk/busybox@5071 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Larry Doolittle to teach syslogd to not give up when errno is EINTRandersen2002-04-131-1/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4615 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Completely rework the config system so that it no longer annoys me to work onandersen2002-04-122-18/+44
| | | | | | | | | | the busybox development tree. This eliminates the use of recursive make, and once again allows us to run 'make' in a subdirectory with the expected result. And things are now much faster too. Greatly improved IMHO... -Erik git-svn-id: svn://busybox.net/trunk/busybox@4595 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add missing " " after the word on, as reported by Jason Lutherandersen2002-03-201-1/+1
| | | | | | | | back in mid-december. -Erik git-svn-id: svn://busybox.net/trunk/busybox@4433 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.kraai2001-12-202-7/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3925 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Change strdup calls to xstrdup (patch from Steve Merrifield).kraai2001-11-121-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3666 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in some (theoretical) uClinux support. Some init cleanupsandersen2001-10-282-0/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3596 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix up the configuration rules and update Libc5 piece for Syslogd. (copied ↵gfeldman2001-10-262-2/+13
| | | | | | code from logread.c) git-svn-id: svn://busybox.net/trunk/busybox@3589 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix missing BB_VER definesandersen2001-10-241-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3571 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Major rework of the directory structure and the entire build system.andersen2001-10-246-21/+75
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@3561 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Log all messages from a single connection, not just the first. Patch fromkraai2001-08-141-2/+4
| | | | | | | matthias@corelatus.com, approved by Gennady Feldman <gena01@cachier.com>. git-svn-id: svn://busybox.net/trunk/busybox@3284 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some patches to make dietlibc work...andersen2001-07-221-10/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3134 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some adjustments, mostly from David McCullough <davidm@lineo.com> toandersen2001-07-191-11/+15
| | | | | | | | | | make busybox be more uClinux friendly. I also adjusted Config.h for uClinux so it will automagically disable apps the arn't going to work without fork() and such. -Erik git-svn-id: svn://busybox.net/trunk/busybox@3130 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add a RELEASE_BB_BUFFER macro and use it to fix a memory leak in syslogd.ckraai2001-07-191-0/+1
| | | | | | | (noted by Adam Slattery). git-svn-id: svn://busybox.net/trunk/busybox@3125 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This is vodz' latest patch. Sorry it took so long...andersen2001-07-171-2/+2
| | | | | | | | | | | | 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) git-svn-id: svn://busybox.net/trunk/busybox@3103 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove redundant initialization of lfile to reduce executable size bykraai2001-07-061-1/+1
| | | | | | | 8192 bytes (noted by Mike Castle). git-svn-id: svn://busybox.net/trunk/busybox@3020 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Per patch from vodz, change a couple of consts to defines, sinceandersen2001-07-021-1/+3
| | | | | | | | apparently gcc 2.95.4, at least, is too stupid to realize that a "static const int" is in fact a constant. git-svn-id: svn://busybox.net/trunk/busybox@2969 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Gennady Feldmanbug12001-06-261-2/+0
| | | | | | | This should fix "circular buffer" error message shown when running "syslogd -C" git-svn-id: svn://busybox.net/trunk/busybox@2904 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add xgethostbyname and herror_msg* functions.kraai2001-05-161-5/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2654 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Per comment from Jim McQuillan <jam@mcquil.com>, don't logandersen2001-05-071-2/+2
| | | | | | | | syslogd startup/shutdown messages as KERN.EMERG, but use SYSLOG.INFO instead. git-svn-id: svn://busybox.net/trunk/busybox@2553 69ca8d6d-28ef-0310-b511-8ec308f3f277
* devfs does not support creation of regular files. So change theandersen2001-05-031-6/+3
| | | | | | | | test a bit so as to not possibly create a regular file. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2525 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use date -u instead of date --utc and consolidate version string.kraai2001-04-122-2/+2
| | | | | | | Patch by Larry Doolittle <ldoolitt@recycle.lbl.gov>. git-svn-id: svn://busybox.net/trunk/busybox@2337 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update how we detect if libc5 is in use.andersen2001-04-091-3/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2292 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some cleanups/fixes for the syslogd circular buffer codeandersen2001-04-051-7/+9
| | | | | | | from Gennady Feldman. git-svn-id: svn://busybox.net/trunk/busybox@2262 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewandersen2001-04-051-11/+5
| | | | | | | | | shadowed variables. Move (almost) all syscalls to libbb/syscalls.c, so I can handle them sanely and all at once. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2250 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use daemon() to spawn syslogd and klogd daemons.andersen2001-03-292-35/+8
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2223 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from Gennady Feldman to fix a single-threaded syslogd bug thatmarkw2001-03-271-8/+11
| | | | | | | | turned up. This code needs to be tested on an embedded system, since that's where the bug turned up in the first place. git-svn-id: svn://busybox.net/trunk/busybox@2202 69ca8d6d-28ef-0310-b511-8ec308f3f277
* -Wshadow tr fix from Jeff Garzikandersen2001-03-231-5/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2191 69ca8d6d-28ef-0310-b511-8ec308f3f277
* -Wshadow logread fix from Jeff Garzikandersen2001-03-231-9/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2189 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A nice patch from Larry Doolittle that adds -Wshadow andandersen2001-03-211-2/+0
| | | | | | | cleans up most of the now-revealed problems. git-svn-id: svn://busybox.net/trunk/busybox@2177 69ca8d6d-28ef-0310-b511-8ec308f3f277
* dos2unix logread.cmarkw2001-03-151-146/+146
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2093 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Move the warning msg after features.h gets pulled in.andersen2001-03-151-8/+9
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2091 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from Giulio Orsero to fix some preprocessor bugs.markw2001-03-141-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2074 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some updates for libc5andersen2001-03-142-2/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2064 69ca8d6d-28ef-0310-b511-8ec308f3f277