aboutsummaryrefslogtreecommitdiffstats
path: root/src/minilogd.c
Commit message (Collapse)AuthorAgeFilesLines
* fix various minilogd bogosities (uninitialized variable, handling of ↵Bill Nottingham2004-11-161-3/+7
| | | | wrong-protocol connections, don't check atime) (#106338)
* cleanup fd leaks, mem leaks, other bogosities (#119987, <linux_4ever@yahoo.com>)Bill Nottingham2004-05-041-0/+1
|
* copyright cleanupBill Nottingham2003-09-161-2/+10
|
* add an alarm, so we don't wait forever for input (#23482)Bill Nottingham2001-01-291-1/+12
|
* wait another secondBill Nottingham2001-01-291-1/+1
|
* add an upper bound on how much stuff we'll keep in memoryBill Nottingham2001-01-291-9/+10
|
* don't ignore stat return codeBill Nottingham2000-03-071-1/+2
|
* duh - use dgram to talk to real syslogdBill Nottingham1999-11-301-1/+1
|
* fixeds for the case where /dev/log exists at bootBill Nottingham1999-04-091-5/+8
|
* *** empty log message ***Bill Nottingham1999-03-161-1/+1
|
* ack. Must remove debugging code.Bill Nottingham1999-03-101-6/+0
|
* add initlog stuff. do "halt -p", "umount -f" in shutdown. use %defattr inBill Nottingham1999-02-031-0/+164
specfile... um, I think that's it.