summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1997-11-20Document -s in SYNOPSISTodd C. Miller
1997-11-20puts -> xputsTheo de Raadt
1997-11-20Yawn. $OpenBSD$ tag.gene
1997-11-20Fix for open(2) when O_TRUNC and O_??LOCK are used together. ITodd C. Miller
1997-11-19clean /var earlierTheo de Raadt
1997-11-19Document new functionsNiklas Hallqvist
1997-11-19Fixed building on a read-only src-tree.Artur Grabowski
1997-11-18check correct size of buffer. from felix@mamba.pond.sub.org. pr #350Niels Provos
1997-11-18readlink does not necessarily NUL-terminateNiklas Hallqvist
1997-11-18cleanupkstailey
1997-11-18strong randomkstailey
1997-11-18strong randomkstailey
1997-11-18-WallTodd C. Miller
1997-11-18beautifiaction from m4@umn.edu. pr #349Niels Provos
1997-11-18fix 3DES, style changesTheo de Raadt
1997-11-18one more for NJMichael Shalayeff
1997-11-18clarify EINVALTodd C. Miller
1997-11-18Use 0177777, not 07777 as the mask to check for EINVAL. This allowsTodd C. Miller
1997-11-18Fix misplace '>' vs. '>>'; John.P.Darrow@wheaton.eduTodd C. Miller
1997-11-18make old style padding default again, use -netpadding for new styleNiels Provos
1997-11-18make old style padding default again.Niels Provos
1997-11-17Check if we get a valid fd from pw_lock().gene
1997-11-17Go back to old file locking method, O_EXLOCK method has too many problemsTodd C. Miller
1997-11-17pw_mkdb() now returns -1 if ptmp is size 0.Todd C. Miller
1997-11-17Work around bug in open(2) wrt O_TRUNC and O_SHLOCK|O_EXLOCK.Todd C. Miller
1997-11-17oh, a timespecTheo de Raadt
1997-11-17Mention SIGUSR1 in SIGNALS section. Noted by Heiko W.Rupp <hwr@pilhuhn.de>Todd C. Miller
1997-11-17kleink: When fstat(2)ing a file descriptor of a local communications domainTheo de Raadt
1997-11-17kleink: When fstat(2)ing a file descriptor of a local communications domainTheo de Raadt
1997-11-17old bootblocks went awayTheo de Raadt
1997-11-17do not make obj in dbsym anymore, eitherTheo de Raadt
1997-11-17byeTheo de Raadt
1997-11-17remove parts of dbsymkstailey
1997-11-17Fix a pretty embarrassing typo in the Usage help message.gene
1997-11-17Come to think of it the sun3 doesn't use dbsym anymore...kstailey
1997-11-173-arg msync(2)kstailey
1997-11-17implement IBCS2_FIONBIO; christosTheo de Raadt
1997-11-17Work around a stackframe bug in gcc alpha, who cannot deal with frames > 64kNiklas Hallqvist
1997-11-17match nfs3 and regular nfs; christosTheo de Raadt
1997-11-17completely avoid master.passwd in the changelist processing; jbernard@tater.m...Theo de Raadt
1997-11-17only consider 9 bits for the umaskTheo de Raadt
1997-11-17proper .XrTheo de Raadt
1997-11-17make chmod() and fchmod() return EINVAL for bad mode bitsTheo de Raadt
1997-11-17indentTheo de Raadt
1997-11-17blank lineTheo de Raadt
1997-11-17enable jensenTheo de Raadt
1997-11-17fix Y2K problemsTheo de Raadt
1997-11-17simplerTheo de Raadt
1997-11-17do not use %:Theo de Raadt
1997-11-171) use fgetln for arbitrary sized linesTodd C. Miller