| Age | Commit message (Expand) | Author |
| 2002-03-23 | make COMPAT_11 or COMPAT_12 imply EXEC_ELF_NOTELESSS | jdolecek |
| 2002-03-23 | rename EXEC_ELF_CATCHALL to EXEC_ELF_NOTELESS | jdolecek |
| 2002-03-22 | Make sure file descriptor is properly FILE_UNUSE()d in error case | jdolecek |
| 2002-03-20 | emulation specific sysctls. | christos |
| 2002-03-18 | Use /emul/pecoff as prefix to run PE/COFF binaries. | oki |
| 2002-03-17 | oops, forgot to commit the caller of exithook... | christos |
| 2002-03-17 | use the exithook mechanism to clean up semaphores. | christos |
| 2002-03-17 | - merge all the hook insertion and deletion code so that we don't create | christos |
| 2002-03-17 | Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for | atatat |
| 2002-03-17 | Add a new ptrace request, PT_IO, as proposed by Artur Grabowski | thorpej |
| 2002-03-17 | White space nits. | simonb |
| 2002-03-17 | We don't need to include <uvm/uvm_extern.h> before <sys/sysctl.h> anymore. | simonb |
| 2002-03-16 | fix bread() to return errors from reading past the end of the device. | chs |
| 2002-03-16 | size_t is a long on alpha. I forget whether there's actually a 'best' | mjacob |
| 2002-03-15 | Don't forget to allocate space for the property name's trailing NUL. | eeh |
| 2002-03-13 | Merge the update to FreeBSD rev 1.95. | jdolecek |
| 2002-03-13 | Move 'struct pool_cache_group' definition into <sys/pool.h> | simonb |
| 2002-03-13 | Remove two instances of an "error" variable that is only ever assigned to | simonb |
| 2002-03-09 | Put back pool_prime(); the i386 mp pmap uses it. | thorpej |
| 2002-03-09 | When checking that a potentially-unsigned enum is >= 0, assign it to an int | bjh21 |
| 2002-03-09 | Fix a couple of typos in simple_{,un}lock()'s. | thorpej |
| 2002-03-09 | Remove pool_prime(). Nothing uses it, and how it should be used it not | thorpej |
| 2002-03-09 | Make mbpool and mclpool use the new drain hook facaility. Adjust | thorpej |
| 2002-03-09 | If, when a page becomes idle, the backend allocator is waiting for | thorpej |
| 2002-03-09 | Remove PR_MALLOCOK and PR_STATIC. The former wasn't actually used, | thorpej |
| 2002-03-08 | Add a missing simple_unlock. | thorpej |
| 2002-03-08 | Add an optional "drain" client callback, which can be set by the new | thorpej |
| 2002-03-08 | Remove PR_FREEHEADER; nothing uses it anymore. | thorpej |
| 2002-03-08 | Pool deals fairly well with physical memory shortage, but it doesn't | thorpej |
| 2002-03-05 | Make the debugging printfs compile: | nathanw |
| 2002-03-04 | nlinesw is already declared in <sys/conf.h>. | simonb |
| 2002-03-04 | Use <sys/disk.h> for the prototype of disk_init() rather than declaring | simonb |
| 2002-03-04 | Don't use local extern declarations for the mountroot variable or | simonb |
| 2002-03-02 | move the COMPAT_SUNOS TIOCGPGRP handling in the compat sunos code proper. | mrg |
| 2002-02-28 | Don't assign NULL to non-pointer variables. | thorpej |
| 2002-02-21 | Reworked the o32/n32 matching scheme. IRIX uses some e_flags in the ELF | manu |
| 2002-02-17 | ICANON is in lflags, by Neelkanth Natu | christos |
| 2002-02-16 | Use sizeof correctly. Fixes PR#15613. | enami |
| 2002-02-16 | - Wrap long line. | enami |
| 2002-02-15 | Add a "show event" ddb command to show the event counters. | simonb |
| 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 |