| Age | Commit message (Expand) | Author |
| 2000-07-13 | When select(2)/poll(2) is awakened by a collision, recalculate the | thorpej |
| 2000-05-27 | Reduce use of curproc in several places: | sommerfeld |
| 2000-03-30 | Get rid of register declarations. | augustss |
| 2000-03-17 | build stkbuf out of u_long rather than char for sys_ioctl() to ensure we get ... | darrenr |
| 1999-05-05 | Add "use counting" to file entries. When closing a file, and it's reference | thorpej |
| 1998-08-04 | Abolition of bcopy, ovbcopy, bcmp, and bzero, phase one. | perry |
| 1998-08-03 | UIO_MAXIOV -> IOV_MAX | kleink |
| 1998-07-31 | fix sizeofs so they comply with the KNF style guide. yes, it is pedantic. | perry |
| 1998-07-31 | Reject an iovcnt argument of 0 to readv(), writev(), preadv() and pwritev() | kleink |
| 1998-07-28 | When checking for overflow in the residual count, test against SSIZE_MAX. | thorpej |
| 1998-06-30 | Split up read/readv/write/writev into the system call front-end and | thorpej |
| 1998-06-30 | Add two additional arguments to the fileops read and write calls, a | thorpej |
| 1998-06-25 | defopt KTRACE | thorpej |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |
| 1997-11-04 | Fix slight argument bogosity with getgroups(), setgroups(), select(), | thorpej |
| 1997-10-15 | Adjust u_int arguments of some system calls to int, to match user-level | mycroft |
| 1997-02-23 | in pollscan, cast incoming fd to unsigned int. from mycroft. | mrg |
| 1997-02-18 | check that fd being poll()ed is valid. from mycroft. | mrg |
| 1996-12-22 | * catch up with system call argument type fixups/const poisoning. | cgd |
| 1996-09-07 | Use INFTIM, not -1. | mycroft |
| 1996-09-07 | Modify poll(2) prototype. | mycroft |
| 1996-09-07 | Implement poll(2). | mycroft |
| 1996-09-05 | Clean up sys_select() slightly. | mycroft |
| 1996-06-13 | in select(), if it's a small number of file descriptors use a | cgd |
| 1996-06-02 | Deal with FD_SETSIZE larger than the default. | mycroft |
| 1996-03-29 | kill unnecessary (and sometimes dangerous) casts of ioctl commands to int | cgd |
| 1996-02-09 | More proto fixes | christos |
| 1996-02-04 | First pass at prototyping | christos |
| 1995-10-07 | Prefix names of system call implementation functions with `sys_'. | mycroft |
| 1995-09-19 | Make system calls conform to a standard prototype and bring those | thorpej |
| 1995-03-21 | Update to use timer{add,sub}(). | mycroft |
| 1994-12-11 | Use __timer{add,sub}(), not timeval{add,sub}(). Remove the latter completely. | mycroft |
| 1994-10-30 | be more careful with types, also pull in headers where necessary. | cgd |
| 1994-10-20 | update for new syscall args description mechanism | cgd |
| 1994-06-29 | New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' | cgd |
| 1994-05-19 | update to 4.4-lite | cgd |
| 1994-05-07 | setrun changes name | cgd |
| 1994-05-05 | lots of changes: prototype migration, move lots of variables, definitions, | cgd |
| 1994-05-04 | Rename a lot of process flags. | cgd |
| 1994-02-16 | read(): return EINVAL if `count' argument is negative. | pk |
| 1993-12-18 | Canonicalize all #includes. | mycroft |
| 1993-07-15 | make args & locals of select unsigned where appropriate. | cgd |
| 1993-07-13 | break args structs out, into syscallname_args structs, so gcc2 doesn't | cgd |
| 1993-06-22 | more damn ansi function declarations. damn you chris.... | glass |
| 1993-06-14 | a few changes to select. most notable: don't sleep forever unless | cgd |
| 1993-06-13 | Believe it or not, selrecord() was broken... | mycroft |
| 1993-05-18 | make kernel select interface be one-stop shopping & clean it all up. | cgd |
| 1993-03-21 | after 0.2.2 "stable" patches applied | cgd |
| 1993-03-21 | initial import of 386bsd-0.1 sources | cgd |