index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
lpr
/
lpd
Age
Commit message (
Expand
)
Author
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2002-01-21
s/deamon/daemon/
Theo de Raadt
2002-01-07
Revert local changes that should not have been committed
Todd C. Miller
2002-01-07
To disable a SIGCHLD signal handler use SIG_DFL, *not* SIG_IGN
Todd C. Miller
2001-12-06
use err/warn and friends instead of printf/exit.
Eric Jackson
2001-11-27
Fix check for '/' in cf file and change the check for '/' in df file
Todd C. Miller
2001-11-23
use the same siginterrupt() trick in lpc(1) as in timedc(1). we have to hack
Theo de Raadt
2001-11-19
only slight fixes needed in signal handlers
Theo de Raadt
2001-10-29
MacOS 10.1 lpr clients send a format character of "o" to indicate postscript;...
Theo de Raadt
2001-09-19
occured->occurred
Mike Pechkin
2001-09-05
do not select(20, ...)
Theo de Raadt
2001-09-04
Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ...
Todd C. Miller
2001-08-30
When using dup2() to make a socket be stdout, first check that it
Todd C. Miller
2001-08-30
o kill register
Todd C. Miller
2001-08-30
Better buffer lengths (MAXFOO and FOO_MAX) based on a patch from
Todd C. Miller
2001-07-09
correct type on last arg to execl(); nordin@cse.ogi.edu
Theo de Raadt
2001-06-22
use strlcpy vs strncpy+a[len-1]='\0'
lebel
2001-02-15
MAXLOGNAME; ianm@cit.uws.edu.au
Theo de Raadt
2001-02-07
spelling
Todd T. Fries
2000-06-28
syslog should use %s
Theo de Raadt
2000-03-19
Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other
Aaron Campbell
1999-10-17
Use the AT&T UNIX macros.
Aaron Campbell
1999-06-05
remove trailing whitespace, some Nm cleanup
Aaron Campbell
1999-05-23
remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
Aaron Campbell
1999-05-16
Cleanup xrefs under SEE ALSO. Specifically:
Alex Feldman
1998-08-03
Set SO_REUSEADDR on printer/tcp service (port 515); csapuntz@clearviewtech.com
Todd C. Miller
1997-10-05
be more paranoid; based on problem report by mhpower@MIT.EDU
Theo de Raadt
1997-09-09
Use setlogin("") instead of setlogin(user) since target user is daemon.
Todd C. Miller
1997-09-09
Use setlogin(2).
Todd C. Miller
1997-08-04
save errno in sigchld handlers
Theo de Raadt
1997-07-27
use sendmail -t
Theo de Raadt
1997-07-25
#if __STDC__ --> #ifdef __STDC__
Michael Shalayeff
1997-07-23
1 byte oflow; Don.Lewis@tsc.tdk.com
Theo de Raadt
1997-07-21
careful about unlink; oliver
Theo de Raadt
1997-07-20
careful with usernames; oliver
Theo de Raadt
1997-07-20
careful with link paths; oliver
Theo de Raadt
1997-07-19
Wall cleanup; people running lpd should test!
Theo de Raadt
1997-07-17
proto ksearch/msearch
Theo de Raadt
1997-07-17
fix Xr
Theo de Raadt
1997-07-17
Change a strcpy() -> strncpy() because I'm paranoid.
Todd C. Miller
1997-07-16
crank dfname/tfname; freebsd
Theo de Raadt
1997-06-02
lpd has no support for specifying port option; sounds silly anyways; tinguely...
Theo de Raadt
1997-04-04
when mktemp() is hard to fix, use 10 X
Theo de Raadt
1997-01-17
Add OpenBSD tags (was in wrong dir for previous commit)
Todd C. Miller
1996-12-20
initialize name; is this the right hack?
Theo de Raadt
1996-12-16
Implement more tty flags for better portability from other systems:
Thorsten Lockert
1996-12-05
inverted logic
Theo de Raadt
1996-11-03
Improve portability by using ANSI/POSIX interfaces when possible.
Todd C. Miller
1996-10-26
we are so ftp bounce paranoid, we checked twice!
Theo de Raadt
[next]