aboutsummaryrefslogtreecommitdiff
path: root/syslogd.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-121-3/+6
| | | | | | | | 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-131-1/+2
| | | | -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-081-273/+279
| | | | -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
* Bug fixes.Erik Andersen2000-01-131-1/+4
| | | | -Erik
* Fix bugs in logger and syslogd. Add fbset.Erik Andersen1999-12-161-1/+0
| | | | -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-53/+263
|
* First draftEric Andersen1999-11-241-0/+86