summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/common_source/startdaemon.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-3/+3
* Use AF_UNIX instead of AF_LOCAL.millert2015-10-271-3/+3
* Userspace doesn't need to use SUN_LEN(): connect() and bind() must acceptguenther2015-10-111-2/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* Make sure the correct errno is reported by warn* or err* and notguenther2014-07-201-2/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* remove #ifndef SUN_LEN; ok millert@stevesk2007-05-011-5/+2
* use warn() vs. perror() for consistency; ok millert@stevesk2007-05-011-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* merge if() and foo = snprintf checks better; millert okderaadt2002-07-271-4/+4
* Remove setuid root from lp*. lpr needs to be setuid daemon so themillert2002-06-081-7/+7
* Pull in useful bits from NetBSD and make our lp* easier to diff andmillert2002-05-201-19/+19
* use err/warn and friends instead of printf/exit.ericj2001-12-061-16/+5
* use the same siginterrupt() trick in lpc(1) as in timedc(1). we have to hackderaadt2001-11-231-3/+14
* o kill registermillert2001-08-301-4/+4
* Add OpenBSD tagsmillert1997-01-171-0/+6
* proactive bounds checking; help from millertderaadt1996-10-251-1/+4
* initial import of NetBSD treederaadt1995-10-181-0/+113