| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce bioq_flush() function. | phk | 2003-04-01 | 1 | -0/+15 |
* | - p will be unused in cursig() if INVARIANTS is not defined. Access it | jeff | 2003-04-01 | 1 | -3/+1 |
* | - Regen. | jeff | 2003-04-01 | 2 | -6/+6 |
* | - thr_exit() should no longer be called with Giant held. | jeff | 2003-04-01 | 1 | -2/+0 |
* | - Mark the various thr syscalls as MP safe. Previously there was a bug if | jeff | 2003-04-01 | 1 | -4/+4 |
* | - Borrow the KSE single threading code for exec and exit. We use the check | jeff | 2003-04-01 | 6 | -10/+25 |
* | - Regen for umtx. | jeff | 2003-04-01 | 2 | -2/+6 |
* | - Include umtx.h in files generated by makesyscalls.sh | jeff | 2003-04-01 | 2 | -0/+3 |
* | - Add an api for doing smp safe locks in userland. | jeff | 2003-04-01 | 1 | -0/+303 |
* | - We now have to include umtx.h and ucontext.h in the system call related | jeff | 2003-04-01 | 1 | -0/+2 |
* | - Regen for thr related system calls. | jeff | 2003-04-01 | 2 | -2/+10 |
* | - Add the four thr related system calls. | jeff | 2003-04-01 | 1 | -0/+4 |
* | - Add two files to support the thr threading interface. | jeff | 2003-04-01 | 1 | -0/+259 |
* | - Regen for the sig*wait* system calls. | jeff | 2003-03-31 | 2 | -6/+8 |
* | - Define sigwait, sigtimedwait, and sigwaitinfo in terms of | jeff | 2003-03-31 | 2 | -3/+178 |
* | - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with | jeff | 2003-03-31 | 10 | -146/+269 |
* | Do NOT return from an non-interruptable cv_wait, falsely | julian | 2003-03-31 | 1 | -2/+0 |
* | - Mark signals which may be delivered to any thread in the process with | jeff | 2003-03-31 | 1 | -31/+32 |
* | - Change trapsignal() to accept a thread and not a proc. | jeff | 2003-03-31 | 2 | -7/+7 |
* | Recent changes to uipc_cow.c have eliminated the need for some sf_buf- | alc | 2003-03-31 | 1 | -3/+3 |
* | retire the "busy" field in bioqueues, it's served it's purpose. | phk | 2003-03-30 | 1 | -8/+0 |
* | Preparation commit before I start on the bioqueue lockdown: | phk | 2003-03-30 | 2 | -25/+43 |
* | - We are not guaranteed that read ahead blocks are not in memory already. | jeff | 2003-03-30 | 1 | -1/+9 |
* | Pass the vm_page's address to sf_buf_alloc(); map the vm_page as part | alc | 2003-03-29 | 2 | -12/+7 |
* | Add the m_defrag routine, as discussed on committers@. This | silby | 2003-03-29 | 1 | -0/+83 |
* | Check for the PS_NEEDSIGCHK flag in the right flags field. | jhb | 2003-03-28 | 2 | -2/+2 |
* | Allow m_dup_pkthdr to accept mbufs with attached clusters as | silby | 2003-03-28 | 1 | -3/+3 |
* | Add a checksum to the kernel message buffer, and update it every | iedowse | 2003-03-28 | 1 | -4/+24 |
* | Add support for reading directly from file to userland buffer when the | tegge | 2003-03-26 | 1 | -0/+12 |
* | Adjust the number of vnodes scanned by vlrureclaim() according to the | tegge | 2003-03-26 | 2 | -8/+14 |
* | Permit debug.malloc.failure_rate to be specified using a tunable so | rwatson | 2003-03-26 | 1 | -0/+1 |
* | Add a new kernel option, MALLOC_MAKE_FAILURES, which compiles | rwatson | 2003-03-26 | 1 | -0/+26 |
* | fp->f_offset doesn't need any protection when it isn't accessed. | tegge | 2003-03-26 | 1 | -2/+4 |
* | Modify the mac_init_ipq() MAC Framework entry point to accept an | rwatson | 2003-03-26 | 1 | -4/+12 |
* | Remove extraneous check. We are not going to return from copyin/out on | jhb | 2003-03-25 | 1 | -2/+0 |
* | Give print_child a default method. | mdodd | 2003-03-25 | 1 | -1/+1 |
* | - Add vm_paddr_t, a physical address type. This is required for systems | jake | 2003-03-25 | 6 | -6/+7 |
* | Replace the at_fork, at_exec, and at_exit functions with the slightly more | jhb | 2003-03-24 | 6 | -226/+37 |
* | - Remove witness_dead and just use witness_watch instead. If witness_watch | jhb | 2003-03-24 | 1 | -21/+51 |
* | Remove a trailing semicolon in SCHED_QUANTUM definition. | mux | 2003-03-24 | 1 | -1/+1 |
* | s/discriptors/descriptors/ | cognet | 2003-03-23 | 1 | -1/+1 |
* | Remove unused mtx_lock_giant(), mtx_unlock_giant(), related globals | tjr | 2003-03-23 | 2 | -86/+0 |
* | We shouldn't assert that a vode is locked in vop_lock_post() | yar | 2003-03-22 | 1 | -1/+2 |
* | Use td_ucred of curthread instead of p_ucred of curproc. This required | jhb | 2003-03-20 | 1 | -17/+17 |
* | Backout the getcwd changes, a more comprehensive effort will be needed. | phk | 2003-03-20 | 1 | -375/+3 |
* | Adjust code for userland preemptive. Userland can set a quantum in | davidxu | 2003-03-19 | 4 | -76/+93 |
* | Unregisterize, ansify. | des | 2003-03-19 | 1 | -34/+10 |
* | Whitespace cleanup. | des | 2003-03-19 | 2 | -15/+15 |
* | long != int. Use SYSCTL_UINT for kern.devstat.generation. Fixes booting | jake | 2003-03-18 | 1 | -1/+1 |
* | Fix a race condition in socow_setup(): The page must be wired before | gallatin | 2003-03-18 | 1 | -4/+7 |