summaryrefslogtreecommitdiff
path: root/sysklogd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-252-2/+2
| | | | -Erik
* Make syslogd ignore SIGCLD only if SIGCLD is defined. This should fix SPARC.Pavel Roskin2000-09-131-0/+3
| | | | Also ignore SIGCHLD - it must have been meant.
* Typo fix: resolv -> resolvePavel Roskin2000-09-121-1/+1
|
* syslogd was leaking processes that could forever busyloop. Fixed.Eric Andersen2000-08-201-1/+4
| | | | -Erik
* Some #include updates.Eric Andersen2000-08-102-2/+0
| | | | -Erik
* * syslogd can now log messages to a remote host -- patch thanksEric Andersen2000-07-201-1/+103
| | | | | to Gyepi Sam <gyepi@praxis-sw.com> -Erik
* Extract usage information into a separate file.Matt Kraai2000-07-162-29/+0
|
* More fixes for "signed vs. unsigned" warnings.Pavel Roskin2000-07-141-1/+2
|
* Use errorMsg rather than fprintf.Matt Kraai2000-07-141-3/+3
|
* Forgot to commit these cleanups it seems.Eric Andersen2000-07-111-1/+0
| | | | -Erik
* Remove yet more kernel header dependancies.Eric Andersen2000-07-101-1/+1
| | | | -Erik
* More portability updates. Now compiles cleanly vs glibc, libc5, and uclibcEric Andersen2000-07-091-1/+1
| | | | | | (except for mkfs_minix and fsck_minix -- and it doesn't yet link vs uclibc due to missing stuff in the library). -Erik
* Turned some stuff into features that really are features, not apps.Eric Andersen2000-07-061-5/+5
| | | | -Erik
* Make syslogd.c, init.c, and update.c compile error/warning free under both ↵Eric Andersen2000-06-191-4/+2
| | | | | | libc5 and libc6. -Erik
* Updated to compile and work with libc5.Eric Andersen2000-06-191-14/+29
| | | | -Erik
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-2/+2
| | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik
* Syslogd will not go to background if "-n" is given. Better helpPavel Roskin2000-06-071-45/+52
| | | | and argument checking
* A number of additional fixed from Pavel Roskin, note some more bugs in theEric Andersen2000-06-021-4/+4
| | | | | | TODO list. Add Glenn to the Authors list for writing a mini ar for BusyBox, which is now included. -Erik
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-122-6/+12
| | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik
* Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen2000-04-281-2/+2
| | | | | compatability. -Erik
* More Doc updates. cmdedit and more termio fixes.Erik Andersen2000-04-211-1/+2
|
* Add #include <sys/param.h> to syslogd.Erik Andersen2000-04-191-0/+1
| | | | -Erik
* Make the sys logger for so that concurrent logging will workErik Andersen2000-04-191-40/+64
| | | | | properly (see tests/syslog_test.c for example). -Erik
* More stuffErik Andersen2000-04-181-77/+72
| | | | -Erik
* UpdatesErik Andersen2000-04-181-6/+9
| | | | -Erik
* Fix a tar bug: tar removed leading '/'s for symlink targets.Erik Andersen2000-04-141-44/+20
| | | | | | Fix a syslogd bug: Only the first sizeof(buffer) was read from the /dev/log socket, causing (for most cases) only every other log item to be logged. -Erik
* Latest and greatest. Seems there is a bug.Erik Andersen2000-04-141-7/+11
| | | | -Erik
* Upates to include copyright 2000 to everythingErik Andersen2000-04-132-2/+3
| | | | -Erik
* Some more minor updates to better use some gcc attributes.Erik Andersen2000-04-061-0/+2
| | | | -Erik
* minor changes to mount/umount to support-by-ignoring the "-v" flag.Erik Andersen2000-04-041-86/+152
| | | | | | Added optional core dumping as a feature for init, and include a rewrite of syslogd so that it now supports multiple concurrent connections. -Erik
* Hmm. Missed this changeErik Andersen2000-03-211-0/+1
|
* Some updates for the day,Erik Andersen2000-02-181-11/+11
| | | | -Erik
* UpdatesErik Andersen2000-02-111-22/+17
| | | | -Erik
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-082-369/+374
| | | | -Erik
* device_open is common code -- moved into utility.cErik Andersen2000-02-071-19/+0
| | | | -Erik
* A few minor updates. ;-)Erik Andersen2000-02-071-6/+9
| | | | | | Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik
* Clear up some ambiguity with old style assignments.Erik Andersen2000-01-291-1/+1
| | | | -Erik
* Some busybox updates. You no longer _have_ to put a "-" in front of tarErik Andersen2000-01-231-38/+21
| | | | | | | options, logger is better behaved and has a "-t" option now. init now supports the kernel chroot patch, so you can chroot to a new device and umount the old root. -Erik
* Bug fixes.Erik Andersen2000-01-131-1/+4
| | | | -Erik
* Fix a logger bug.Erik Andersen2000-01-091-1/+1
| | | | -Erik
* Trivial type fix.Erik Andersen2000-01-071-2/+1
| | | | -Erik
* Fix bugs in logger and syslogd. Add fbset.Erik Andersen1999-12-162-6/+4
| | | | -Erik
* Added poweroff (and adjusted init to use it). Inlined functionEric Andersen1999-12-101-5/+22
| | | | | calls to code only called once in tee. Made BB_KLOGD and option. -Erik
* StufEric Andersen1999-12-051-25/+6
|
* syslogd and klogd work now.Eric Andersen1999-12-051-19/+25
| | | | -Erik
* StufEric Andersen1999-12-031-10/+115
|
* StufEric Andersen1999-11-251-8/+18
|
* StufEric Andersen1999-11-252-53/+449
|
* First draftEric Andersen1999-11-241-0/+86