| Commit message (Expand) | Author | Age | Files | Lines |
* | Lock filedesc while performing a range check on the file descriptor. | alfred | 2002-12-27 | 1 | -0/+4 |
* | Hold the page queues lock when calling vm_page_flag_clear(). | alc | 2002-12-27 | 1 | -0/+6 |
* | Ensure that the made-up inode number for a Unix domain socket is persistent. | hsu | 2002-12-25 | 1 | -1/+1 |
* | Flush vop_refreshlabel() definition, since it is no longer used. | rwatson | 2002-12-24 | 1 | -9/+0 |
* | White-space changes. | phk | 2002-12-24 | 4 | -27/+27 |
* | SMP locking for radix nodes. | hsu | 2002-12-24 | 1 | -4/+10 |
* | Move the declaration of the socket fileops from socketvar.h to file.h. | phk | 2002-12-23 | 1 | -2/+0 |
* | Detediousficate declaration of fileops array members by introducing | phk | 2002-12-23 | 4 | -46/+29 |
* | s/sokqfilter/soo_kqfilter/ for consistency with the naming of all | phk | 2002-12-23 | 2 | -2/+2 |
* | - Hold the kernel_object's lock around vm_page_alloc(kernel_object,...). | alc | 2002-12-23 | 1 | -0/+6 |
* | - Add a spin lock to single thread cache invalidation and tlb flush ipis, | jake | 2002-12-22 | 1 | -0/+3 |
* | Enforce correct ordering of the filedesc structure and pipe mutex, because | kris | 2002-12-22 | 1 | -0/+2 |
* | SMP locking for ifnet list. | hsu | 2002-12-22 | 1 | -3/+3 |
* | Fix multiple registration of the elf_legacy_coredump sysctl variable. | marcel | 2002-12-21 | 1 | -3/+5 |
* | add generic rate limiting support from netbsd; ratelimit is purely time based, | sam | 2002-12-20 | 1 | -0/+88 |
* | Extend the scope of the page queues lock in vm_pgmoveco(). | alc | 2002-12-20 | 1 | -4/+4 |
* | Don't forget to destroy the mutex if an error occurs | mux | 2002-12-20 | 1 | -0/+1 |
* | Hold the page queues lock when performing vm_page_busy(). | alc | 2002-12-18 | 2 | -0/+4 |
* | Indent properly. | phk | 2002-12-17 | 1 | -1/+2 |
* | Remove unused variable cn_devfsdev. | phk | 2002-12-17 | 1 | -2/+1 |
* | Don't cast a pointer to (intptr_t) and then on to (int) when we cannot | phk | 2002-12-17 | 1 | -3/+3 |
* | Change the way ELF coredumps are handled. Instead of unconditionally | dillon | 2002-12-16 | 1 | -11/+31 |
* | Remove the hto(be|le)[slq] and (be|le)toh[slq] macros defined in | robert | 2002-12-16 | 1 | -13/+12 |
* | Regenerate system calls (swapoff added) | dillon | 2002-12-15 | 2 | -2/+4 |
* | This is David Schultz's swapoff code which I am finally able to commit. | dillon | 2002-12-15 | 2 | -32/+184 |
* | Fix a refcount race with the vmspace structure. In order to prevent | dillon | 2002-12-15 | 1 | -1/+8 |
* | o Clear a high bit of ipc_perm.seq so msgget(3) never returns a | maxim | 2002-12-15 | 1 | -1/+1 |
* | Perform vm_object_lock() and vm_object_unlock() around | alc | 2002-12-15 | 1 | -0/+2 |
* | unwrap lines made short enough by SCARGS removal | alfred | 2002-12-14 | 8 | -46/+23 |
* | remove syscallarg(). | alfred | 2002-12-14 | 7 | -376/+376 |
* | SCARGS removal take II. | alfred | 2002-12-14 | 13 | -295/+295 |
* | The buffer daemon cannot skip over buffers owned by locked inodes as | mckusick | 2002-12-14 | 1 | -46/+64 |
* | Backout removal SCARGS, the code freeze is only "selectively" over. | alfred | 2002-12-13 | 13 | -295/+295 |
* | Remove SCARGS. | alfred | 2002-12-13 | 13 | -295/+295 |
* | Drop filedesc lock and acquire Giant around calls to malloc() and free(). | tjr | 2002-12-13 | 1 | -1/+18 |
* | Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storage | julian | 2002-12-10 | 5 | -272/+166 |
* | Remove dm_root entry from struct devfs_mount. It's never set, and is | rwatson | 2002-12-09 | 1 | -9/+11 |
* | To avoid lock order reversals in getnewvnode(), the call to uma_zfree() | alc | 2002-12-08 | 1 | -3/+11 |
* | Fix typo in comment. It's SYSINIT, not SYSINT. | keramida | 2002-11-30 | 1 | -1/+1 |
* | Remove a race condition / deadlock from snapshots. When | mckusick | 2002-11-30 | 1 | -6/+37 |
* | devd kernel improvements: | imp | 2002-11-30 | 1 | -21/+38 |
* | Use pmap_remove_all() instead of pmap_remove() before freeing the page | alc | 2002-11-28 | 1 | -5/+4 |
* | Do not set a variable (vp->p_pollinfo) to NULL if we know | robert | 2002-11-27 | 1 | -1/+1 |
* | Small SO_RCVTIMEO and SO_SNDTIMEO values are mistakenly taken to be zero. | maxim | 2002-11-27 | 1 | -0/+2 |
* | o Initialise each mbuf's m_len to 0 in m_getm(); mb_put_mem() depends | tjr | 2002-11-27 | 1 | -1/+3 |
* | Make the rman_{get,set}_* macros into real functions. The macros | imp | 2002-11-27 | 1 | -0/+72 |
* | Don't hold acct_mtx over limcopy(), since it's unnecessary and | fenner | 2002-11-26 | 1 | -6/+7 |
* | correct function names in KASSERT's for 2 m_tag routines | sam | 2002-11-26 | 1 | -2/+2 |
* | To avoid sleeping with all sorts of resources acquired (the reported | robert | 2002-11-26 | 1 | -3/+7 |
* | If the file descriptors passed into do_dup() are negative, return EBADF | jhb | 2002-11-26 | 1 | -3/+4 |