| Age | Commit message (Expand) | Author |
| 2000-07-14 | KNF. | kleink |
| 2000-07-10 | Add a name description as well. | kleink |
| 2000-07-08 | Create link to lchflags.[02]. | enami |
| 2000-07-07 | Add special treatment of shmat(2). | itohy |
| 2000-07-07 | Add a proper DESCRIPTION to the man page, per PR 10072. | fair |
| 2000-07-05 | Add text that says that an interpreter cannot itself be an interpreter | he |
| 2000-06-29 | bin/10472: fix a couple typos in stat.2 | sommerfeld |
| 2000-06-27 | <vm/vm_param.h> is now <uvm/uvm_param.h> | mrg |
| 2000-06-26 | Finally nuke <sys/types.h> from SYNOPSIS. | kleink |
| 2000-06-26 | add documentation of `shmflg' | assar |
| 2000-06-26 | Need an internal name for fork(). | kleink |
| 2000-06-26 | De-delint. | kleink |
| 2000-06-25 | punctuation fix (. -> ,) | wiz |
| 2000-06-25 | Explain what this function actually does | sommerfeld |
| 2000-06-23 | Add internal names for brk() and sbrk(). | kleink |
| 2000-06-21 | s/the/The/ at beginngin of sentense. | hubertf |
| 2000-06-17 | Merge duplicate mentions of EPERM, EACCESS, ... into one entry | hubertf |
| 2000-06-14 | sweep of my licenses (userland files w/o only my copyright) for | cgd |
| 2000-06-14 | fix up NetBSD RCS Ids to match the standard, and the leading comment as | cgd |
| 2000-06-09 | fix typo | lukem |
| 2000-06-07 | Fix incorrect uses of indicate/indicates/indicated for each other. | nathanw |
| 2000-06-02 | s/a // | hubertf |
| 2000-05-29 | quotas are supported on lfs too, apparently | jdolecek |
| 2000-05-28 | update to match current common implementation on NetBSD - [f]truncate() | jdolecek |
| 2000-05-24 | Add man pages for LFS syscalls | perseant |
| 2000-05-22 | add PF_INET6. | itojun |
| 2000-05-17 | A little nroff clean up, since I was here to deal with PR 9727, | fair |
| 2000-05-08 | ARG_MAX is bumped from 20KB to 256KB since Jan 16 1994 (revision 1.7 of <sys/... | soda |
| 2000-04-21 | issetugid(2) manpage. | minoura |
| 2000-04-21 | FreeBSD's issetugid(2) manpage. | minoura |
| 2000-04-21 | New syscall issetugid. | minoura |
| 2000-04-17 | implement lchflags(2), which does the chflags(2) dance without following | mrg |
| 2000-04-15 | Death to nfsiod! | tsarna |
| 2000-04-12 | We return EIDRM if the msg queue is removed, not EINVAL. | simonb |
| 2000-04-04 | Clarify that page alignment only happens for the internal, kernel notion | fvdl |
| 2000-03-28 | In mmap(), bail out with EOVERFLOW when mapping a regular file and the file | kleink |
| 2000-03-14 | Note EILSEQ. | kleink |
| 2000-03-14 | Sync the description of errno with reality; fixes PR lib/9496. | kleink |
| 2000-03-13 | Fix doubled 'the's. | soren |
| 2000-03-10 | Note that this system call now creates kernel thread. | enami |
| 2000-03-06 | Document some recently added user visible mount option. Addresses PR#6577. | enami |
| 2000-02-28 | Remove reference to config(8) from SEE ALSO list. | enami |
| 2000-02-28 | With SEE ALSO list, add swapctl(2) and swapctl(8) and remove config(8). | enami |
| 2000-02-28 | Sync wi/ reality. | enami |
| 2000-01-31 | Explain why we don't want to pass structs and unions to syscalls, and | christos |
| 2000-01-31 | Add a userland stub to do the union semun -> union semun * redirection. | christos |
| 2000-01-26 | EINVAL may be returned when address family mismatches. (from openbsd) | itojun |
| 2000-01-22 | Delint. | mycroft |
| 2000-01-22 | Delint. | mycroft |
| 2000-01-13 | swapctl(SWAP_OFF, ...) now works. | ad |