summaryrefslogtreecommitdiff
path: root/usr.sbin/lpr
AgeCommit message (Expand)Author
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-13When you give command examples and etc., in a manual page prefix them with:Mike Pechkin
2002-01-21s/deamon/daemon/Theo de Raadt
2002-01-07Revert local changes that should not have been committedTodd C. Miller
2002-01-07To disable a SIGCHLD signal handler use SIG_DFL, *not* SIG_IGNTodd C. Miller
2001-12-06use err/warn and friends instead of printf/exit.Eric Jackson
2001-11-27Fix check for '/' in cf file and change the check for '/' in df fileTodd C. Miller
2001-11-23use the same siginterrupt() trick in lpc(1) as in timedc(1). we have to hackTheo de Raadt
2001-11-19only slight fixes needed in signal handlersTheo de Raadt
2001-11-19use _exit in signal handlerTheo de Raadt
2001-11-01displayq to honor the terminal width; millert@ okMichael Shalayeff
2001-10-29MacOS 10.1 lpr clients send a format character of "o" to indicate postscript;...Theo de Raadt
2001-09-19occured->occurredMike Pechkin
2001-09-05do not select(20, ...)Theo de Raadt
2001-09-04Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ...Todd C. Miller
2001-08-30When using dup2() to make a socket be stdout, first check that itTodd C. Miller
2001-08-30o kill registerTodd C. Miller
2001-08-30Better buffer lengths (MAXFOO and FOO_MAX) based on a patch fromTodd C. Miller
2001-08-30Use NAME_MAX, not MAXPATHLEN for buffer sizes since they are notTodd C. Miller
2001-08-29Fix buffer oflow reading from queue file. While we are at it, crankTodd C. Miller
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-06-25Fix a bunch of one-byte possible overflowsPaul Janzen
2001-06-25A little more careful with buffers, only relevant if /etc/printcap was setPaul Janzen
2001-06-22use strlcpy vs strncpy+a[len-1]='\0'lebel
2001-04-05another euid mixup; wiz@danbala.ifoer.tuwien.ac.atTheo de Raadt
2001-04-04missung euid swapout; j@ida.interface-business.deTheo de Raadt
2001-02-15MAXLOGNAME; ianm@cit.uws.edu.auTheo de Raadt
2001-02-07spellingTodd T. Fries
2000-11-21sigjmp & statics begoneTheo de Raadt
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-08-24more fixes in that area; dholland@eecs.harvard.eduTheo de Raadt
2000-08-24only loop through real groups; reported by dholland@eecs.harvard.eduTheo de Raadt
2000-06-28syslog should use %sTheo de Raadt
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.Aaron Campbell
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
2000-03-04Try to standardize the options list introduction; it should read "The optionsAaron Campbell
1999-10-17Use the AT&T UNIX macros.Aaron Campbell
1999-07-04more macro conversionAaron Campbell
1999-06-05remove trailing whitespace, some Nm cleanupAaron Campbell
1999-06-05more .Os cleansingAaron Campbell
1999-05-28more .El madnessAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
1998-08-03Set SO_REUSEADDR on printer/tcp service (port 515); csapuntz@clearviewtech.comTodd C. Miller
1998-06-28Treat a printer as remote iff RM is not us or RP is set and it doesn't match theAngelos D. Keromytis
1998-06-23Fix snprintf return value usage.Todd C. Miller
1998-04-22buf mishandling; rotel@indigo.ieTheo de Raadt
1998-02-27be more paranoid.Theo de Raadt