Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-11-23 | use MI cdev_decl(ipl) | Michael Shalayeff | |
1997-11-23 | ok. add cdev_decl(ipl) | Michael Shalayeff | |
1997-11-23 | missing ipf cdev_decl | Michael Shalayeff | |
1997-11-23 | nuke prehistoric disk statistics | Michael Shalayeff | |
1997-11-22 | typo | Michael Shalayeff | |
1997-11-22 | declare struct buf earlier to avoid warnings | Michael Shalayeff | |
1997-11-20 | define MMU_68060 | etheisen | |
1997-11-20 | 177 boards have 128k SRAM. | etheisen | |
1997-11-20 | Yawn. $OpenBSD$ tag. | gene | |
1997-11-20 | Fix for open(2) when O_TRUNC and O_??LOCK are used together. I | Todd C. Miller | |
ran the fix by Kirk, who said it was an OK solution and pointed out two problems. | |||
1997-11-18 | fix 3DES, style changes | Theo de Raadt | |
1997-11-18 | Use 0177777, not 07777 as the mask to check for EINVAL. This allows | Todd C. Miller | |
one to use the st_mode field in struct stat as an argument to f?chmod(). | |||
1997-11-18 | make old style padding default again. | Niels Provos | |
1997-11-17 | oh, a timespec | Theo de Raadt | |
1997-11-17 | kleink: When fstat(2)ing a file descriptor of a local communications domain | Theo 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-17 | implement IBCS2_FIONBIO; christos | Theo de Raadt | |
1997-11-17 | only consider 9 bits for the umask | Theo de Raadt | |
1997-11-17 | make chmod() and fchmod() return EINVAL for bad mode bits | Theo de Raadt | |
1997-11-17 | indent | Theo de Raadt | |
1997-11-17 | enable jensen | Theo de Raadt | |
1997-11-17 | simpler | Theo de Raadt | |
1997-11-17 | do not use %: | Theo de Raadt | |
1997-11-16 | add SHUT_* values as defined by XPG4.2 | Theo de Raadt | |
1997-11-16 | Add ch* at scsibus? | Niklas Hallqvist | |
1997-11-16 | compile on alpha, needs testing | Todd C. Miller | |
1997-11-16 | pull #ifdef __alpha__ out from a #ifdef __NetBSD__ | Todd C. Miller | |
1997-11-16 | move proto to sys/stat.h; XPG4.2 | Theo de Raadt | |
1997-11-15 | for shutdown(2), if "how" is not 0-2, return EINVAL | Theo de Raadt | |
1997-11-15 | fix memory management errors | Theo de Raadt | |
1997-11-14 | Fixed up a VOP_UNLOCK call so that it uses the correction proc * | Constantine Sapuntzakis | |
1997-11-14 | Make user-mode C++ compilers happy by #ifdef around inline functions | Constantine Sapuntzakis | |
1997-11-14 | mmap() takes void * | Theo de Raadt | |
1997-11-14 | void * change to mmap() | Theo de Raadt | |
1997-11-14 | sync | Theo de Raadt | |
1997-11-14 | convert to void *addr | Theo de Raadt | |
1997-11-14 | Fix tabstop handling largely as well as some issues with putchar. General | gene | |
cleanup verses vttest to make things prettier. Still not perfect, though. From Dave Huang <khym@bga.com> | |||
1997-11-13 | merge netbsd 1.22 | Jim Rees | |
1997-11-13 | merge netbsd 1.56.2.1 for de500B (and other 21143) support | Jim Rees | |
1997-11-13 | merge netbsd 1.13 | Jim Rees | |
1997-11-13 | sync | Theo de Raadt | |
1997-11-13 | make msync() have 3 args | Theo de Raadt | |
1997-11-13 | Count characters even when !OPOST and FLUSHO. | Theo de Raadt | |
Don't output the \r for ONLCR if FLUSHO; mycroft | |||
1997-11-13 | sync | Theo de Raadt | |
1997-11-13 | two poll() calls, argh | Theo de Raadt | |
1997-11-13 | sync | Theo de Raadt | |
1997-11-13 | conditionalize SYSV thingies | Theo de Raadt | |
1997-11-13 | sync | Theo de Raadt | |
1997-11-13 | add getsid(2), XPG4 | Theo de Raadt | |
1997-11-13 | sync | Theo de Raadt | |
1997-11-13 | update to recent freebsd status | Theo de Raadt | |