aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
Commit message (Expand)AuthorAgeFilesLines
* from popt.h: The argument array is malloc'd as a single area, so only argv mu...Bill Nottingham2005-08-041-3/+2
* fix potential memory overread (#153685, <in-redhat@baka.org>)Bill Nottingham2005-04-051-1/+1
* free some of the more egregious memory leaks (#85935)Bill Nottingham2005-03-311-2/+8
* cleanup fd leaks, mem leaks, other bogosities (#119987, <linux_4ever@yahoo.com>)Bill Nottingham2004-05-041-3/+28
* copyright cleanupBill Nottingham2003-09-161-0/+11
* fix leaked fd, potential usernetctl badness, and initlog/process bogons (<lin...Bill Nottingham2003-06-131-2/+3
* clean up some compiler warningsBill Nottingham2001-06-201-1/+1
* fix fixr5-66Bill Nottingham2001-02-221-1/+1
* don't close the magic file descriptorBill Nottingham2001-02-221-1/+2
* close extra file descriptors before exec()ing commands in initlogBill Nottingham2001-02-221-0/+12
* fix some warnings on alphaBill Nottingham2000-01-311-2/+2
* take out some pointless codeBill Nottingham2000-01-211-5/+8
* REVERT. It breaks things.Bill Nottingham1999-10-181-49/+25
* *** empty log message ***Bill Nottingham1999-10-181-7/+1
* *** empty log message ***Bill Nottingham1999-10-181-1/+2
* *** empty log message ***Bill Nottingham1999-10-181-3/+2
* some fixes from Tymm Twillman (in theory, we leak less now)Bill Nottingham1999-10-181-19/+49
* oops. DWIM, not as I say.Bill Nottingham1999-10-171-2/+2
* don't dup stdin.Bill Nottingham1999-09-201-1/+0
* I don't remember smoking crack, but I must have been...r4-30Bill Nottingham1999-08-191-12/+6
* - increase buffer from 2K to 8KBill Nottingham1999-07-251-38/+57
* when 'rexec'ing, run initlog as child, not parent.Bill Nottingham1999-07-241-4/+30
* oops, logging was broken 'cos we were passing bogus command lineBill Nottingham1999-07-241-2/+3
* fix some compiler warnings (nkbj@image.dk)Bill Nottingham1999-07-081-2/+2
* *** empty log message ***Bill Nottingham1999-06-211-0/+2
* fix bug in parsing command argumentsBill Nottingham1999-06-211-7/+9
* fixeds for the case where /dev/log exists at bootBill Nottingham1999-04-091-6/+6
* don't output error messages if reading commandsBill Nottingham1999-03-181-1/+1
* gack. don't exit on command format errors from subprocessBill Nottingham1999-03-181-1/+1
* if we are 'in initlog' rewrite output so it goes to initlogBill Nottingham1999-03-161-2/+11
* bill is a moron. also, fix ifup-aliases for bash2r3-84Bill Nottingham1999-02-051-3/+3
* fixesBill Nottingham1999-02-041-6/+3
* bugfixes...Bill Nottingham1999-02-041-0/+1
* add initlog stuff. do "halt -p", "umount -f" in shutdown. use %defattr inBill Nottingham1999-02-031-0/+216