| Age | Commit message (Expand) | Author |
| 2002-02-14 | allow writing to write-only mappings. fixes PR 3493. | chs |
| 2002-02-12 | const char *mclpool_warnmsg -> const char mclpool_warnmsg[] | thorpej |
| 2002-02-11 | Switch default for pipes to the faster John S. Dyson's implementation. | jdolecek |
| 2002-02-10 | getblk()'s "block size invariant" isn't valid for VBLK vnodes | chs |
| 2002-02-09 | extent_alloc_subregion1(): when a candidate region doesn't fit after being | bouyer |
| 2002-02-08 | Andrew Brown found that we overflowed all cases in the TTLINEDNAMELEN. | christos |
| 2002-02-08 | Add a "ddb" command (if DDB is configured into the kernel) for | thorpej |
| 2002-02-05 | add an assert (hopefully to find where we recycle vnodes without | chs |
| 2002-02-02 | Kick DEFAULT_MAXPTYS from 256 to 992 | tls |
| 2002-01-31 | fcntl(..., F_GETOWN, ...): fix LP64-BE bug; raised by der Mouse | kleink |
| 2002-01-31 | Add {POSIX_MONOTONIC_CLOCK} variables. | kleink |
| 2002-01-31 | Implement the CLOCK_MONOTONIC clock for the posix/opengroup realtime | simonb |
| 2002-01-28 | Define ELF32_EHDR_FLAGS_OK()/ELF64_EHDR_FLAGS_OK() and use it | thorpej |
| 2002-01-28 | Remember to update the "size copied" counter in sysctl_diskstats(). | simonb |
| 2002-01-28 | Use TAILQ_FOREACH(). | simonb |
| 2002-01-28 | Add sysctls to read tk_{nin,nout,cancc,rawcc} (under a kern.tkstat node). | simonb |
| 2002-01-27 | - kern.maxvnodes: only call vfs_reinit() and nchreinit() if the value | lukem |
| 2002-01-27 | Implement the hw.disknames and hw.diskstats sysctl's that have been listed | simonb |
| 2002-01-12 | Clear the P_INEXEC flag in other labels. Pointed out by he@netbsd.org | christos |
| 2002-01-11 | Fix a ptrace/execve race that could be used to modify the child process's | christos |
| 2002-01-07 | Added code to correctly match and launch o32 and n32 IRIX binaires (note that | manu |
| 2002-01-05 | add support for the `D' kgdb detach command | dbj |
| 2002-01-04 | Switch ELF emulations to ELF core files (except for netbsd32 and svr4-32). | thorpej |
| 2002-01-03 | fix previous: actually remove the COMPAT_SUNOS code, not just #if 0 it. | mrg |
| 2002-01-03 | move the COMPAT_SUNOS SO_BROADCAST hack out of uipc_socket.c into the | mrg |
| 2002-01-01 | Happy New Year! | perry |
| 2001-12-27 | In clalloc(), clear the quoted char bitmap (part of the ring buffer was | ad |
| 2001-12-18 | PR/14795: Christos Zoulas: Fix locking problem on MP systems where | christos |
| 2001-12-18 | unmap loaned pages before dropping the loan. some pmaps aren't | chs |
| 2001-12-11 | fix typo in #ifdef __FreeBSD__ | jdolecek |
| 2001-12-10 | Cast off_t to (long long) for printing. | thorpej |
| 2001-12-10 | Move the code that walks the process's VM map during a coredump | thorpej |
| 2001-12-10 | KNF. | enami |
| 2001-12-10 | update vnode flags in ddb vnode-printing function. | chs |
| 2001-12-10 | Don't compare an int against NULL. | thorpej |
| 2001-12-09 | Add support for dumping ELF-cormat core files. | thorpej |
| 2001-12-09 | Changed clocktl interface to use syscallargs structures | manu |
| 2001-12-09 | replace "vnode" and "vtext" with "file" and "exec" in uvmexp field names. | chs |
| 2001-12-08 | - Implement | lukem |
| 2001-12-08 | Test ".." correctly when creating reverse cache entry. | enami |
| 2001-12-08 | Make the coredump routine exec-format/emulation specific. Split | thorpej |
| 2001-12-07 | Back off previous for now, Jason thinks it's not right. Will discuss | jdolecek |
| 2001-12-06 | remove diagnostic test checking for cr_ref = 0. It will never be, because | christos |
| 2001-12-06 | replace FIF_WANTCLOSE/FIF_LARVAL with FWANTCLOSE/FLARVAL, which are set | jdolecek |
| 2001-12-06 | in vinvalbuf(), vtruncbuf() and vflushbuf(), don't skip calling | chs |
| 2001-12-05 | Use NULL instead of 0 in a few places. | augustss |
| 2001-12-05 | Implement sigismasked() correctly. KNF while I'm here. | enami |
| 2001-12-05 | Introduce new function malloc_roundup(), suggested by Bill Sommerfeld | enami |
| 2001-12-05 | * Allow machine-dependent code to specify hooks for ptrace(2) | thorpej |
| 2001-12-04 | KNF and other cosmetic changes. | enami |