aboutsummaryrefslogtreecommitdiffstats
path: root/daemon.c
Commit message (Collapse)AuthorAgeFilesLines
* SA_RESTART and portability fixes.Eric S. Raymond2001-05-121-1/+7
| | | | svn path=/trunk/; revision=3301
* Dave Zarzycki's fixes.Eric S. Raymond2001-02-101-15/+25
| | | | svn path=/trunk/; revision=3039
* Horst von Brand's security and specfile patches.Eric S. Raymond2000-08-301-0/+1
| | | | svn path=/trunk/; revision=2956
* Minor update.Eric S. Raymond2000-07-231-0/+33
| | | | svn path=/trunk/; revision=2927
* Better OpenSSL support.Eric S. Raymond2000-07-021-2/+7
| | | | svn path=/trunk/; revision=2924
* Better file check for progress-to control.Eric S. Raymond2000-06-281-0/+12
| | | | svn path=/trunk/; revision=2909
* Label save closes.Eric S. Raymond2000-01-311-2/+2
| | | | svn path=/trunk/; revision=2723
* Code changes needed for next release.Eric S. Raymond1999-09-111-0/+2
| | | | svn path=/trunk/; revision=2552
* Simplify error reporting further.Eric S. Raymond1999-02-031-6/+6
| | | | svn path=/trunk/; revision=2374
* Return of the dancing progress dots.Eric S. Raymond1999-02-011-6/+6
| | | | svn path=/trunk/; revision=2369
* Progress messages now go to stdout.Eric S. Raymond1999-01-051-6/+6
| | | | svn path=/trunk/; revision=2328
* Jonathan T. Agnew's massive code cleanup.Eric S. Raymond1998-10-261-1/+1
| | | | svn path=/trunk/; revision=2137
* EMX changes for OS/2.Eric S. Raymond1998-02-221-1/+4
| | | | svn path=/trunk/; revision=1668
* Philippe de Muyter's port patches.Eric S. Raymond1998-02-111-0/+4
| | | | svn path=/trunk/; revision=1616
* Better portability, I hope...Eric S. Raymond1997-09-171-15/+12
| | | | svn path=/trunk/; revision=1361
* Inclusion cleanup.Eric S. Raymond1997-09-161-0/+2
| | | | svn path=/trunk/; revision=1350
* FreeBSD port changes.Eric S. Raymond1997-09-031-1/+1
| | | | svn path=/trunk/; revision=1288
* sysV68 R3V7.1 port changes.Eric S. Raymond1997-09-031-1/+2
| | | | svn path=/trunk/; revision=1282
* Make sure we never have to include sgtty.h.Eric S. Raymond1997-07-131-0/+4
| | | | svn path=/trunk/; revision=1170
* Avoid a fooup due to NextStep header inclusion.Eric S. Raymond1997-07-091-1/+1
| | | | svn path=/trunk/; revision=1165
* Some configuration cleanup.Eric S. Raymond1997-07-011-1/+1
| | | | svn path=/trunk/; revision=1133
* Fix Roidl's problem.Eric S. Raymond1997-07-011-1/+6
| | | | svn path=/trunk/; revision=1128
* Recent HP-UXs prototype wait3 properly.Eric S. Raymond1997-06-111-1/+1
| | | | svn path=/trunk/; revision=1082
* -Wall cleanup.Eric S. Raymond1997-05-151-0/+1
| | | | svn path=/trunk/; revision=1011
* Improved configuration and compilation.Eric S. Raymond1997-05-081-0/+4
| | | | svn path=/trunk/; revision=985
* Clean up some dependencies.Eric S. Raymond1997-02-211-2/+0
| | | | svn path=/trunk/; revision=910
* Don't need to give execute permissions.Eric S. Raymond1997-02-181-1/+1
| | | | svn path=/trunk/; revision=899
* Philippe de Muyter's Motorola fixes.Eric S. Raymond1997-01-161-2/+2
| | | | svn path=/trunk/; revision=781
* Remove some NExT-specific cruft.Eric S. Raymond1996-12-231-4/+0
| | | | svn path=/trunk/; revision=680
* Use error() for messages almost everywhere.Eric S. Raymond1996-12-171-6/+8
| | | | svn path=/trunk/; revision=636
* SIGCLD -> SIGCHLD.Eric S. Raymond1996-12-121-4/+4
| | | | svn path=/trunk/; revision=628
* Changes for NEXTSTEP.Eric S. Raymond1996-12-111-0/+8
| | | | svn path=/trunk/; revision=626
* Typo fix.Eric S. Raymond1996-12-051-1/+1
| | | | svn path=/trunk/; revision=597
* Prototypes everywhere.Eric S. Raymond1996-11-081-4/+2
| | | | svn path=/trunk/; revision=515
* Solaris 2.5 and FreeBSD 2.2.Eric S. Raymond1996-11-081-0/+1
| | | | svn path=/trunk/; revision=501
* Header cleanup.Eric S. Raymond1996-11-011-8/+4
| | | | svn path=/trunk/; revision=463
* gcc -Wall cleanup.Eric S. Raymond1996-10-261-0/+7
| | | | svn path=/trunk/; revision=396
* Remove all those obnoxious block comments.Eric S. Raymond1996-10-171-39/+6
| | | | svn path=/trunk/; revision=345
* QNX cleanup.Eric S. Raymond1996-10-171-1/+1
| | | | svn path=/trunk/; revision=343
* Changed copyrights, they're now by reference.Eric S. Raymond1996-10-111-3/+2
| | | | svn path=/trunk/; revision=299
* The great name change.Eric S. Raymond1996-09-241-2/+2
| | | | svn path=/trunk/; revision=114
* QNX port.Eric S. Raymond1996-09-131-1/+7
| | | | svn path=/trunk/; revision=96
* Portable to BSDI now.Eric S. Raymond1996-08-261-0/+4
| | | | svn path=/trunk/; revision=63
* Fix the illegal-terminal problem.Eric S. Raymond1996-08-241-7/+0
| | | | svn path=/trunk/; revision=62
* Sendmail delivery from background seems to work.Eric S. Raymond1996-08-241-4/+4
| | | | svn path=/trunk/; revision=61
* Attempted to prevent a sendmail loop.Eric S. Raymond1996-07-251-1/+1
| | | | svn path=/trunk/; revision=42
* Licensing and copyright changes pursuant to Carl Harris handing me theEric S. Raymond1996-06-281-29/+3
| | | | | | baton. svn path=/trunk/; revision=16
* Sent to ceharris.Eric S. Raymond1996-06-271-1/+11
| | | | svn path=/trunk/; revision=10
* This is what I sent Harris.Eric S. Raymond1996-06-261-11/+16
| | | | svn path=/trunk/; revision=9
* Initial revisionEric S. Raymond1996-06-251-0/+221
svn path=/trunk/; revision=6