| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Un-staticize mac_cred_mmapped_drop_perms() so that it may be used | rwatson | 2002-11-26 | 1 | -1/+1 |
* | Acquire and release the page queues lock around pmap_remove_pages() because | alc | 2002-11-25 | 2 | -0/+5 |
* | Hold the page queues/flags lock when calling vm_page_set_validclean(). | alc | 2002-11-23 | 1 | -1/+5 |
* | Under certain circumstances, we were calling kmem_free() from | mux | 2002-11-22 | 2 | -0/+6 |
* | - Add the new sched_pctcpu() function to the sched_* api. | jeff | 2002-11-21 | 2 | -1/+7 |
* | - Move scheduler specific macros and defines out of proc.h | jeff | 2002-11-21 | 1 | -0/+10 |
* | - Move FSCALE back to kern_sync. This is not scheduler specific. | jeff | 2002-11-21 | 2 | -5/+15 |
* | - Implement a mechanism for allowing schedulers to place scheduler dependant | jeff | 2002-11-21 | 5 | -47/+96 |
* | Introduce p_label, extensible security label storage for the MAC framework | rwatson | 2002-11-20 | 3 | -1/+35 |
* | Merge kld access control checks from the MAC tree: these access control | rwatson | 2002-11-19 | 4 | -0/+106 |
* | We leaked a process lock reference in the event an RFTHREAD process | rwatson | 2002-11-18 | 1 | -1/+2 |
* | Make sure only update wall clock at upcall time, slightly reformat | davidxu | 2002-11-18 | 2 | -26/+26 |
* | During shutdown explain what the numbers following the 'syncing | alfred | 2002-11-18 | 1 | -1/+1 |
* | 1. Support versioning and wall clock in kse mailbox, | davidxu | 2002-11-18 | 3 | -18/+220 |
* | include smp.h. | julian | 2002-11-17 | 2 | -0/+2 |
* | 1.Add sysctls to control KSE resource allocation. | davidxu | 2002-11-17 | 2 | -16/+60 |
* | Rework last exiting thread in kse_release(), wait a signal and then | davidxu | 2002-11-17 | 2 | -4/+22 |
* | - Release the imgp vnode prior to freeing exec_map resources to avoid | jeff | 2002-11-17 | 1 | -4/+4 |
* | Rework the sysconf(3) interaction with aio: | alfred | 2002-11-17 | 2 | -5/+25 |
* | Now that pmap_remove_all() is exported by our pmap implementations | alc | 2002-11-16 | 2 | -3/+3 |
* | Export the values for _SC_AIO_MAX and _SC_AIO_PRIO_DELTA_MAX via the p1003b | alfred | 2002-11-16 | 1 | -0/+4 |
* | Regenerate after adding system calls. | deischen | 2002-11-16 | 2 | -2/+8 |
* | Add getcontext, setcontext, and swapcontext as system calls. | deischen | 2002-11-16 | 2 | -0/+138 |
* | Call 'p31b_setcfg(CTL_P1003_1B_AIO_LISTIO_MAX, AIO_LISTIO_MAX)' | alfred | 2002-11-16 | 1 | -0/+3 |
* | headers should not really include "opt_foo.h" (in this case opt_posix.h). | alfred | 2002-11-15 | 2 | -0/+4 |
* | Return EWOULDBLOCK for last thread in kse_release(). | davidxu | 2002-11-15 | 2 | -0/+2 |
* | Make the msg_size, msg_bufx and msg_bufr memebers of struct msgbuf | tmm | 2002-11-14 | 2 | -11/+9 |
* | In kse_release(), check if current thread is bound | davidxu | 2002-11-14 | 2 | -8/+32 |
* | Introduce a condition variable to avoid returning EBUSY when | rwatson | 2002-11-13 | 1 | -29/+52 |
* | Add support for the C99 %t format modifier. | mux | 2002-11-13 | 1 | -2/+11 |
* | Garbage collect mac_create_devfs_vnode() -- it hasn't been used since | rwatson | 2002-11-12 | 1 | -7/+0 |
* | Correct an assertion in the code to traverse the list of locks to find an | jhb | 2002-11-11 | 1 | -1/+1 |
* | Garbage collect definition of M_MACOPVEC -- we no longer perform a | rwatson | 2002-11-11 | 1 | -2/+0 |
* | When prot is VM_PROT_NONE, call pmap_page_protect() directly rather than | alc | 2002-11-10 | 2 | -3/+3 |
* | Fix instances of macros with improperly parenthasized arguments. | alfred | 2002-11-09 | 1 | -1/+1 |
* | Assign value of NULL to imgp->execlabel when imgp is initialized | rwatson | 2002-11-08 | 1 | -0/+1 |
* | To reduce per-return overhead of userret(), call into | rwatson | 2002-11-08 | 1 | -4/+7 |
* | Add an explicit execlabel argument to exec-related MAC policy entry | rwatson | 2002-11-08 | 1 | -3/+4 |
* | Move the definitions of the hw.physmem, hw.usermem and hw.availpages | tmm | 2002-11-07 | 1 | -0/+26 |
* | - Use %j to print intmax_t values. | jhb | 2002-11-07 | 1 | -3/+4 |