summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1997-11-18Use 0177777, not 07777 as the mask to check for EINVAL. This allowsTodd C. Miller
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
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
1997-11-13merge netbsd 1.22Jim Rees
1997-11-13merge netbsd 1.56.2.1 for de500B (and other 21143) supportJim Rees
1997-11-13merge netbsd 1.13Jim Rees
1997-11-13syncTheo de Raadt
1997-11-13make msync() have 3 argsTheo de Raadt
1997-11-13Count characters even when !OPOST and FLUSHO.Theo de Raadt
1997-11-13syncTheo de Raadt
1997-11-13two poll() calls, arghTheo de Raadt
1997-11-13syncTheo de Raadt
1997-11-13conditionalize SYSV thingiesTheo de Raadt
1997-11-13syncTheo de Raadt
1997-11-13add getsid(2), XPG4Theo de Raadt
1997-11-13syncTheo de Raadt
1997-11-13update to recent freebsd statusTheo de Raadt
1997-11-13put mremap() in linux_misc.cTheo de Raadt
1997-11-13syncTheo de Raadt
1997-11-13fake auditsys()Theo de Raadt
1997-11-13make svr4_sys_ulimit() return EINVAL for bad commandsTheo de Raadt
1997-11-13Fix test for NULL arg in svr4_utime() (PR#4418); pkTheo de Raadt
1997-11-13in ttywait(), double check if we need to sleep before sleepingTheo de Raadt
1997-11-13EXTPROC fix from lite2.Todd C. Miller
1997-11-12correct RST validity checking; fc@parkone.ci.oakland.ca.usTheo de Raadt
1997-11-12indentTheo de Raadt
1997-11-12fix argh disklabel problem, pr#346Theo de Raadt
1997-11-11put protos inside #ifdef _KERNELTheo de Raadt