| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove checking of single exit flag in thread_user_enter(), this is | davidxu | 2004-08-23 | 1 | -12/+0 |
* | Commit Doug White and Alan Cox's fix for the cross-ipi smp deadlock. | peter | 2004-08-23 | 1 | -1/+8 |
* | Temporarily back out r1.74 as it seems to cause a number of regressions | kan | 2004-08-23 | 1 | -12/+5 |
* | Make debug.kdb.stop_cpus also a TUNABLE() so it can be set prior to boot | rwatson | 2004-08-22 | 1 | -0/+1 |
* | diff reduction for upcoming patch. Use a macro that masks | julian | 2004-08-22 | 1 | -8/+9 |
* | Don't bother calling the module event handlers from module_shutdown() | truckman | 2004-08-20 | 1 | -0/+3 |
* | Don't attempt to trigger the syncer thread final sync code in the | truckman | 2004-08-20 | 1 | -0/+3 |
* | Remove some dead code under a straggling APIC_IO #ifdef that I missed | jhb | 2004-08-20 | 1 | -7/+1 |
* | Back out uipc_socket.c:1.208, as it incorrectly assumes that all | rwatson | 2004-08-20 | 1 | -3/+1 |
* | Revert the previous change. It works great for 4BSD but causes major | scottl | 2004-08-20 | 1 | -4/+0 |
* | In maybe_preempt(), ignore threads that are in an inconsistent state. This | scottl | 2004-08-20 | 1 | -0/+4 |
* | make sure that the socket is either accepting connections or is connected | jmg | 2004-08-20 | 1 | -1/+3 |
* | Add a newline. | njl | 2004-08-19 | 1 | -1/+1 |
* | Add bioq_takefirst(). | phk | 2004-08-19 | 1 | -6/+11 |
* | Add debugging to rman_manage_region() as well. This is useful since we | njl | 2004-08-19 | 1 | -0/+2 |
* | Remove GIANT_REQUIRED from setugidsafety() as knote_fdclose() no longer | rwatson | 2004-08-19 | 1 | -2/+0 |
* | Now that the return value semantics of cv's for multithreaded processes | jhb | 2004-08-19 | 4 | -76/+74 |
* | add options MPROF_BUFFERS and MPROF_HASH_SIZE that adjust the sizes of | jmg | 2004-08-19 | 1 | -0/+10 |
* | Add UNP_UNLOCK_ASSERT() to asser that the UNIX domain socket subsystem | rwatson | 2004-08-19 | 1 | -2/+10 |
* | Annotate call to DELAY() in interrupt storm mitigation as being | rwatson | 2004-08-17 | 1 | -0/+3 |
* | Upgrading a lock does not play well together with acquiring an exclusive lock | kan | 2004-08-16 | 1 | -5/+12 |
* | s/MAX_SAFE_MAXVNODES/MAXVNODES_MAX/g | obrien | 2004-08-16 | 1 | -5/+6 |
* | Always acquire the UNIX domain socket subsystem lock (UNP lock) | rwatson | 2004-08-16 | 1 | -46/+107 |
* | Add the missing knote_fdclose(). | green | 2004-08-16 | 1 | -2/+4 |
* | Allocate the marker, when scanning a kqueue, from the "heap" instead of the | green | 2004-08-16 | 1 | -6/+12 |
* | Annotate the current UNIX domain socket locking strategies, order, | rwatson | 2004-08-16 | 1 | -0/+21 |
* | Major enhancements to pipe memory usage: | silby | 2004-08-16 | 1 | -55/+136 |
* | Yet another tweak to the shutdown messages in boot(): | truckman | 2004-08-15 | 1 | -15/+12 |
* | Add locking to the kqueue subsystem. This also makes the kqueue subsystem | jmg | 2004-08-15 | 18 | -409/+1059 |
* | Add a new sysctl, debug.kdb.stop_cpus, which controls whether or not we | rwatson | 2004-08-15 | 1 | -2/+19 |
* | Cause pfind() not to return processes in the PRS_NEW state. As a result, | rwatson | 2004-08-14 | 1 | -1/+8 |
* | Add some KASSERTS. | phk | 2004-08-14 | 1 | -0/+3 |
* | Whitespace nit. | julian | 2004-08-14 | 1 | -1/+1 |
* | After completing a name lookup for a target UNIX domain socket to | rwatson | 2004-08-14 | 1 | -5/+18 |
* | clean up whitespace... | jmg | 2004-08-13 | 1 | -55/+55 |
* | looks like rwatson forgot tabs... :) | jmg | 2004-08-13 | 1 | -2/+2 |
* | Don't keep evaluating our own cpu mask.. | julian | 2004-08-13 | 1 | -2/+3 |
* | Trim trailing white space. | rwatson | 2004-08-12 | 1 | -11/+11 |
* | Minor formatting fixes for lines > 80 characters | imp | 2004-08-12 | 2 | -29/+31 |
* | - Introduce a new flag KEF_HOLD that prevents sched_add() from doing a | jeff | 2004-08-12 | 1 | -7/+19 |
* | Properly keep track of how many kses are on the system run queue(s). | julian | 2004-08-11 | 1 | -2/+3 |
* | Replace a reference to splnet() with a reference to locking in a comment. | rwatson | 2004-08-11 | 1 | -1/+1 |
* | Add __elfN(dump_thread). This function is called from __elfN(coredump) | marcel | 2004-08-11 | 1 | -2/+5 |
* | In v_addpollinfo(), we allocate storage to back vp->v_pollinfo. However, | rwatson | 2004-08-11 | 1 | -1/+7 |
* | Eliminate the acquisition and release of Giant within physio(). Remove | alc | 2004-08-10 | 1 | -6/+0 |
* | Synchronize the extra SA threading checks and return value handling of | jhb | 2004-08-10 | 1 | -24/+50 |
* | - Use a new flag, KEF_XFERABLE, to record with certainty that this kse had | jeff | 2004-08-10 | 1 | -34/+76 |
* | Skip the syncing disks loop if there are no dirty buffers. Remove a | njl | 2004-08-10 | 2 | -6/+14 |
* | Add a temporary debugging hack to detect a deadlock in setrunqueue(). This | scottl | 2004-08-10 | 1 | -0/+7 |
* | Slight changes to comments and some whitespace changes. | julian | 2004-08-09 | 1 | -3/+10 |