| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert last commit since it breaks API. | glebius | 2004-10-10 | 1 | -10/+5 |
* | Don't release the slot twice.. sched_rem() has already done it. | julian | 2004-10-10 | 1 | -1/+0 |
* | Remove duplicate line. | julian | 2004-10-10 | 1 | -1/+0 |
* | Remove inlined m_tag_free(). Rename _m_tag_free() to m_tag_free() | glebius | 2004-10-09 | 1 | -6/+11 |
* | Don't "implicitly order all sleep locks before spin locks" in witness | green | 2004-10-09 | 1 | -1/+1 |
* | Add an execve command for kse_thr_interrupt to allow libpthread to | davidxu | 2004-10-07 | 2 | -3/+19 |
* | Regen to unbreak world. | davidxu | 2004-10-07 | 2 | -2/+2 |
* | Back out rev 1.240; it is unnecessary. In particular, | das | 2004-10-06 | 1 | -8/+3 |
* | Close a race between a thread exiting and the freeing of it's stack. | mtm | 2004-10-06 | 1 | -1/+5 |
* | Close a race between thr_create and sysctl -w, the thr_scope_sys could | davidxu | 2004-10-06 | 1 | -7/+10 |
* | vtryrecycle: Don't rely on type VBAD alone to mean that we don't need | grog | 2004-10-06 | 1 | -1/+1 |
* | getnewvnode: Weaken the panic "cleaned vnode isn't" to a warning. | grog | 2004-10-06 | 1 | -1/+3 |
* | Restore some code removed in revision 1.193 and 1.194, julian said | davidxu | 2004-10-06 | 1 | -4/+23 |
* | In original kern_execve() code, at the start of the function, it forces | davidxu | 2004-10-06 | 2 | -35/+106 |
* | Fix whitespace botch that only showed up in the commit message diff :-/ | julian | 2004-10-05 | 1 | -1/+1 |
* | Slight cleanup in the single threading code. | julian | 2004-10-05 | 1 | -6/+5 |
* | When preempting a thread, put it back on the HEAD of its run queue. | julian | 2004-10-05 | 3 | -38/+50 |
* | Oops. left out part of the diff. | julian | 2004-10-05 | 1 | -0/+2 |
* | Use some macros to trach available scheduler slots to allow | julian | 2004-10-05 | 3 | -23/+64 |
* | light rearrangement of some code to get some locking | julian | 2004-10-05 | 1 | -15/+27 |
* | Break out to a separate function, the code to revert a multithreaded | julian | 2004-10-05 | 2 | -16/+27 |
* | Rework how we store process times in the kernel such that we always store | jhb | 2004-10-05 | 10 | -136/+170 |
* | Add a critical section in turnstile_unpend() from before dropping the | jhb | 2004-10-05 | 1 | -0/+2 |
* | Back out changes which were introduced to delay mounting root file system. | pjd | 2004-10-05 | 1 | -80/+66 |
* | Use scheduler api to adjust thread priority. | davidxu | 2004-10-05 | 1 | -2/+3 |
* | Add taskqueue_drain. This waits for the specified task to finish, if | imp | 2004-10-05 | 1 | -0/+14 |
* | Change the perfectly precise message | phk | 2004-10-04 | 1 | -1/+1 |
* | Another case where we need to guard against a partially | julian | 2004-10-04 | 1 | -0/+2 |
* | Always strt out with an initilalised ksegrp structure. | julian | 2004-10-03 | 1 | -3/+3 |
* | Don't bother to turn off other P_STOPPED bits for SIGKILL, doing | davidxu | 2004-10-03 | 1 | -1/+1 |
* | Add a SOCKBUF_LOCK() to a rarely executed path in do_sendfile(). | alc | 2004-10-02 | 1 | -0/+1 |
* | Clear a process's procfs trace points upon delivery of SIGKILL. | alfred | 2004-10-01 | 1 | -0/+10 |
* | Fix a LOR relating to freeing cdevs. | phk | 2004-10-01 | 2 | -10/+18 |
* | cover soreadable and sowriteable with the corresponding socketbuffer locks. | alfred | 2004-10-01 | 1 | -9/+9 |
* | Avoid calling _PHOLD(p1) with p2's lock held, since _PHOLD() | das | 2004-10-01 | 1 | -3/+8 |
* | Fix a typo to fix the !DIAGNOSTIC build. | jhb | 2004-09-30 | 1 | -1/+1 |
* | Assign a global unit number for the tty slave devices (init/lock) using | phk | 2004-09-30 | 1 | -6/+23 |
* | Add a new API for allocating unit number (-like) resources. | phk | 2004-09-30 | 1 | -0/+597 |
* | Account for alias devices when tearing them down in destroy_dev() so we | green | 2004-09-29 | 1 | -3/+3 |
* | Turn VM_KMEM_SIZE_MAX and VM_KMEM_SIZE_SCALE into tunables. | des | 2004-09-29 | 1 | -4/+17 |
* | Add functions to create and free the "tty-ness" of a serial port in a | phk | 2004-09-28 | 1 | -6/+233 |
* | improve the mbuf m_print function.. Only pull length from pkthdr if there | jmg | 2004-09-28 | 1 | -5/+20 |
* | Give cluster_write() an explicit vnode argument. | phk | 2004-09-27 | 1 | -6/+1 |
* | Used cached cdevsw pointer. | phk | 2004-09-27 | 1 | -2/+4 |
* | Add cdevsw->d_purge() support. | phk | 2004-09-27 | 1 | -9/+19 |
* | Fix a bug introduced in the previous commit: kdb_cpu_trap() gets to | marcel | 2004-09-26 | 1 | -1/+2 |
* | Use the universal 'threaded process' flag rather than the | julian | 2004-09-25 | 1 | -1/+1 |
* | Some more whitespace, style, and comment fixes. | jhb | 2004-09-24 | 1 | -14/+16 |
* | Rename 'mount_root_delay' tunable to 'vfs.root.mountdelay', which fits | pjd | 2004-09-24 | 1 | -1/+1 |
* | Remove the cdevsw() function which is now unused. | phk | 2004-09-24 | 1 | -8/+0 |