| Age | Commit message (Expand) | Author |
| 2005-05-07 | Change HISTORY. It traces execve only back to 4.2BSD, and it is a | perry |
| 2005-05-07 | cross reference script(7) | perry |
| 2005-04-12 | getmntinfo() if a compatibility function, so there is no point in hiding | drochner |
| 2005-04-07 | PR/29919: Evaldo Gardenali: getmntinfo() calling deprecated function getfsstat() | christos |
| 2005-03-30 | mention that SIG_IGN on SIGCHLD does not produce zombies. | christos |
| 2005-03-22 | Add restrict qualifiers to remaining <signal.h> function arguments. | kleink |
| 2005-03-18 | Interpose cancellation points in pollts() and pselect(), bringing us | kleink |
| 2005-03-10 | Crank the copyright year. | kleink |
| 2005-03-10 | End sentence with a dot. Remove trailing whitespace. | wiz |
| 2005-03-10 | s/nil pointer/null pointer/ | kleink |
| 2005-03-10 | Add pollts() prototype to <poll.h>, and update manual page synopsis for | kleink |
| 2005-03-09 | nil pointer -> null pointer | kleink |
| 2005-03-07 | Bump date for previous. | wiz |
| 2005-03-05 | Provide select() and pselect() prototypes in <sys/select.h>, per | kleink |
| 2005-03-03 | Normalize the declarations of the FD_* "functions". | kleink |
| 2005-02-28 | Bump date for pselect. | wiz |
| 2005-02-28 | Bump date for pollts. | wiz |
| 2005-02-26 | Build syscalls stubs for pselect and pollts. Update man pages. | matt |
| 2005-02-25 | Alphabetize main list of sources. | matt |
| 2005-02-09 | A little libc namespace housekeeping exercise: | kleink |
| 2005-01-30 | Comment back in cross-references to other man pages, was looking at a non-recent | jwise |
| 2005-01-30 | <sys/types.h> must be included before <sys/uuid.h>. | jwise |
| 2005-01-25 | Extend fsync_range(2) to support the FDISKSYNC flag, which requests | wrstuden |
| 2005-01-20 | Note ENOATTR; from FreeBSD. | kleink |
| 2005-01-09 | document PT_DUMPCORE. | christos |
| 2005-01-06 | Fix a typo and add a missing blank line. | jmmv |
| 2005-01-06 | Add EPERM to fchmod() failure list. | ginsbach |
| 2005-01-02 | Remove a trailing dot to match all other items in the same list. | jmmv |
| 2005-01-02 | Sort sections and SEE ALSO. Remove superfluous comma. | wiz |
| 2005-01-02 | Remove VOP_*() references. | thorpej |
| 2005-01-02 | System calls and support routines for file system extended attributes. Libc | thorpej |
| 2004-12-12 | Bump date for last. | snj |
| 2004-12-12 | document correct return value. PR/28571 from ITOH Yasufumi. | yamt |
| 2004-11-23 | Remove references to the header SIG_* are located in altogether; | kleink |
| 2004-11-21 | Minor grammar fixes. | jmmv |
| 2004-11-08 | Bump date for FIONWRITE and FIONSPACE. | wiz |
| 2004-11-06 | Add support for FIONWRITE and FIONSPACE ioctls. FIONWRITE reports | wrstuden |
| 2004-11-03 | Add missing colon symbol after sentence. | jmmv |
| 2004-10-04 | Note that MAP_ANON memory is zero filled. | perry |
| 2004-08-25 | The values for the parameter "how" are defined in sys/signal.h, not signal.h | pooka |
| 2004-08-14 | Add an article. | wiz |
| 2004-08-14 | document timeradd() and timersub() too, as e.g. select(2) points | jdolecek |
| 2004-07-03 | Cardbus -> CardBus | mycroft |
| 2004-06-25 | Do not xref ourselves; grammar fixes. | wiz |
| 2004-06-13 | Add list of async-signal-safe functions | lha |
| 2004-06-10 | Expand a little bit on forks behavior in threaded programs | lha |
| 2004-06-01 | Don't refer to errno as "global integer variable". | kleink |
| 2004-05-24 | Put the description of "options" in a new paragraph, for consistency | lukem |
| 2004-05-21 | IEEE Std 1003.1-2001/Cor 2-2004, item XSH/TC2/D6/5: fdatasync() shall | kleink |
| 2004-05-19 | * Note string termination behaviour of NAME_MAX vs. PATH_MAX. | kleink |