| Age | Commit message (Expand) | Author |
| 2003-03-04 | Don't acquire __environ_lock around exec*() calls; nothing requires | nathanw |
| 2003-03-03 | Drop trailing space, mark up NULL with .Dv, break | wiz |
| 2003-03-02 | Fix realloc usage. | enami |
| 2003-03-02 | s/indentifier/identifier/ | enami |
| 2003-03-02 | Grammar fix in return values section. | jmmv |
| 2003-03-02 | Cosmetic changes in sample code. | enami |
| 2003-03-01 | Document net.inet.tcp.init_win_local. | thorpej |
| 2003-02-27 | Document hw.physpages and hw.userpages. | thorpej |
| 2003-02-26 | keep track if we have the file opened as readonly or readwrite, so that | christos |
| 2003-02-17 | Fix a tyop in a comment. | simonb |
| 2003-02-16 | Reorganise the getting of grouplists for a user so that Hesiod (and | elric |
| 2003-02-13 | Add pthread_atfork() man page. | nathanw |
| 2003-02-13 | Implement pthread_atfork() (in libc, because the required threadlib | nathanw |
| 2003-02-10 | Drop trailing whitespace. | wiz |
| 2003-02-03 | When looking up gids with hesiod, use the gid map and fall back to the | elric |
| 2003-02-02 | Add sysconf(3) knobs for recent additions. | kleink |
| 2003-01-31 | Avoid cgetcap &co prototypes conflicting with those provided by the host. | uwe |
| 2003-01-21 | Add makecontext(3) from Klaus Klein. | wiz |
| 2003-01-19 | Ignore groups beyond _SC_NGROUPS_MAX (as man page) | dsl |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-16 | Pasto; from Thomas Klausner. | kleink |
| 2003-01-16 | typo fixes. | wiz |
| 2003-01-15 | Rename auto variable shading global sigset(). | kleink |
| 2003-01-15 | Add sighold(3), sigignore(3), sigrelse(3) and sigset(3) to libc. | kleink |
| 2003-01-03 | Fix typos (from PR 19650) | mjl |
| 2003-01-02 | Fix typos pointed out by Igor Sobrado in PR misc/19621. | jschauma |
| 2002-12-19 | Add a sysconf(3) knob for {ATEXIT_MAX}. | kleink |
| 2002-12-18 | new sentence, new line. | wiz |
| 2002-12-18 | exec lives in section 3, not 2. | wiz |
| 2002-12-11 | Add kern.forkfsleep sysctl - set/get time (in miliseconds) for which | jdolecek |
| 2002-12-11 | Add two sysctls: kern.labelsector and kern.labeloffset. | scw |
| 2002-12-04 | fix typo in comment. | grant |
| 2002-11-26 | lib/19176: Onno van der Linden: execl is called with too few arguments. | christos |
| 2002-11-23 | Enable ELF32 nlist (as well as ELF64) for x86-64. | fvdl |
| 2002-11-17 | make sure to bound string operation by strlcpy | itojun |
| 2002-11-17 | use strlcpy where it is more appropriate. | itojun |
| 2002-11-12 | Review oversight: ENOSR: resource -> resources, which is what the | kleink |
| 2002-11-12 | Add the missing errno symbols that are defined in IEEE Std 1003.1-2001. | skrll |
| 2002-11-11 | Fix signed/unsigned comparison warnings. | thorpej |
| 2002-11-11 | Fix signed/unsigned comparison warnings. | thorpej |
| 2002-11-11 | Fix signed/unsigned comparison warnings. | thorpej |
| 2002-11-11 | Fix signed/unsigned comparison warnings. | thorpej |
| 2002-11-11 | Fix signed/unsigned comparison warnings. | thorpej |
| 2002-11-11 | Fix signed/unsigned comparison warnings. | thorpej |
| 2002-11-08 | s/than than/than/. | enami |
| 2002-11-07 | New sentence, new line (hi manu!). Drop trailing whitespace. | wiz |
| 2002-11-07 | Added two sysctl-able flags: proc.curproc.stopfork and proc.curproc.stopexec | manu |
| 2002-10-25 | Add some _DIAGASSERTS(). Ok'd by christos. | wiz |
| 2002-10-19 | readlink(2) does not NUL-terminate, use with sizeof (buf-1). | provos |
| 2002-10-17 | Fix lint error. | tron |