summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1997-11-26Optimized to perform well on small interleaves which makes the ccd driverNiklas Hallqvist
really useful as a performance booster. The interleave needs to be a multiple of the software page size (CLBYTES) and not have mirror components if the new optimized policy should be used, otherwise the old policy will be used still.
1997-11-26enforce VM_PROT_READ in mmapTheo de Raadt
1997-11-26fix shmctl IPC_STATTheo de Raadt
1997-11-26If using async connect(), after select for writeable, if getpeername()Theo de Raadt
indicates connection failure, you can use getsockopt(SOL_SOCKET, SO_ERROR, ...) to find the error. But the linux people I guess didn't know about this, and changed connect() so that a 2nd connect() call on a failed socket returns the error directly. Fake this demented non-standard behaviour which Linux users are now starting to code to. Talk about dilution of the API...
1997-11-26indentTheo de Raadt
1997-11-25fix Op FlTheo de Raadt
1997-11-25add ripemd160.Niels Provos
1997-11-24Fix non-DIAGNOSTIC (and non-COMPAT*) compilationNiklas Hallqvist
1997-11-24add ripemd-160 as authentication function.Niels Provos
1997-11-24Add missing (implied) int to a variable declaration; thorpejTheo de Raadt
1997-11-24fix memory leak; hbriceno@lcs.mit.eduTheo de Raadt
1997-11-24partially apply that dk_* prMichael Shalayeff
1997-11-23indentMichael Shalayeff
1997-11-23use MI cdev_decl(ipl)Michael Shalayeff
1997-11-23ok. add cdev_decl(ipl)Michael Shalayeff
1997-11-23missing ipf cdev_declMichael Shalayeff
1997-11-23nuke prehistoric disk statisticsMichael Shalayeff
1997-11-22typoMichael Shalayeff
1997-11-22declare struct buf earlier to avoid warningsMichael Shalayeff
1997-11-20define MMU_68060etheisen
1997-11-20177 boards have 128k SRAM.etheisen
1997-11-20Yawn. $OpenBSD$ tag.gene
1997-11-20Fix for open(2) when O_TRUNC and O_??LOCK are used together. ITodd C. Miller
ran the fix by Kirk, who said it was an OK solution and pointed out two problems.
1997-11-18fix 3DES, style changesTheo de Raadt
1997-11-18Use 0177777, not 07777 as the mask to check for EINVAL. This allowsTodd C. Miller
one to use the st_mode field in struct stat as an argument to f?chmod().
1997-11-18make old style padding default again.Niels Provos
1997-11-17oh, a timespecTheo de Raadt
1997-11-17kleink: When fstat(2)ing a file descriptor of a local communications domainTheo de Raadt
socket, fill the socket's creation time into the stat structure's st_[acm]time fields: POSIX requires this behavior for pipe(2). N.B.: updating the st_[am]time fields when reading/writing the pipe is neither required nor implemented, though.
1997-11-17implement IBCS2_FIONBIO; christosTheo de Raadt
1997-11-17only consider 9 bits for the umaskTheo de Raadt
1997-11-17make chmod() and fchmod() return EINVAL for bad mode bitsTheo de Raadt
1997-11-17indentTheo de Raadt
1997-11-17enable jensenTheo de Raadt
1997-11-17simplerTheo de Raadt
1997-11-17do not use %:Theo de Raadt
1997-11-16add SHUT_* values as defined by XPG4.2Theo de Raadt
1997-11-16Add ch* at scsibus?Niklas Hallqvist
1997-11-16compile on alpha, needs testingTodd C. Miller
1997-11-16pull #ifdef __alpha__ out from a #ifdef __NetBSD__Todd C. Miller
1997-11-16move proto to sys/stat.h; XPG4.2Theo de Raadt
1997-11-15for shutdown(2), if "how" is not 0-2, return EINVALTheo de Raadt
1997-11-15fix memory management errorsTheo de Raadt
1997-11-14Fixed up a VOP_UNLOCK call so that it uses the correction proc *Constantine Sapuntzakis
1997-11-14Make user-mode C++ compilers happy by #ifdef around inline functionsConstantine Sapuntzakis
1997-11-14mmap() takes void *Theo de Raadt
1997-11-14void * change to mmap()Theo de Raadt
1997-11-14syncTheo de Raadt
1997-11-14convert to void *addrTheo de Raadt
1997-11-14Fix tabstop handling largely as well as some issues with putchar. Generalgene
cleanup verses vttest to make things prettier. Still not perfect, though. From Dave Huang <khym@bga.com>
1997-11-13merge netbsd 1.22Jim Rees