| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the way support for asynchronous I/O is indicated to applications | wollman | 2002-10-27 | 5 | -3/+40 |
* | Centrally manage enforcement of {reboot,swapon,sysctl} using the | rwatson | 2002-10-27 | 1 | -13/+9 |
* | Implement mac_check_system_sysctl(), a MAC Framework entry point to | rwatson | 2002-10-27 | 2 | -0/+39 |
* | Hook up mac_check_system_reboot(), a MAC Framework entry point that | rwatson | 2002-10-27 | 2 | -3/+35 |
* | Merge from MAC tree: rename mac_check_vnode_swapon() to | rwatson | 2002-10-27 | 1 | -18/+18 |
* | Fix a style nit. | mux | 2002-10-26 | 1 | -1/+1 |
* | Slightly change the semantics of vnode labels for MAC: rather than | rwatson | 2002-10-26 | 2 | -486/+92 |
* | iBack out david's last commit. the suspension code needs to be called | julian | 2002-10-26 | 3 | -26/+13 |
* | Move suspension checking code from userret() into thread_userret(). | davidxu | 2002-10-26 | 3 | -13/+26 |
* | Backout revision 1.48. | davidxu | 2002-10-26 | 2 | -4/+2 |
* | Comment describing the semantics of mac_late. | rwatson | 2002-10-25 | 1 | -1/+6 |
* | - Rename the DDB specific %z printf format to %y. | mux | 2002-10-25 | 1 | -3/+12 |
* | Split 4.x and 5.x signal handling so that we can keep 4.x signal | peter | 2002-10-25 | 4 | -19/+89 |
* | #include <geom/geom.h> to get proper prototypes. Contrary to my fears we | phk | 2002-10-25 | 1 | -10/+12 |
* | suspend thread only when it can be interrupted. | davidxu | 2002-10-25 | 2 | -2/+4 |
* | let thread_schedule_upcall() handle idle kse. | davidxu | 2002-10-25 | 2 | -4/+16 |
* | Disable the kernacc() check in mtx_validate() until such time that kernacc | phk | 2002-10-25 | 2 | -0/+10 |
* | In vrele() we can actually have a VCHR with v_rdev == NULL if we | phk | 2002-10-25 | 1 | -1/+1 |
* | fix style-o | julian | 2002-10-25 | 2 | -2/+2 |
* | More work on the interaction between suspending and sleeping threads. | julian | 2002-10-25 | 4 | -48/+66 |
* | Within ufs, the ffs_sync and ffs_fsync functions did not always | mckusick | 2002-10-25 | 2 | -6/+11 |
* | fix typo. | davidxu | 2002-10-25 | 2 | -2/+4 |
* | Extract out KSE specific code from machine specific code | julian | 2002-10-24 | 2 | -0/+94 |
* | Fix the spechash lock order reversal by keeping an updated sum | phk | 2002-10-24 | 1 | -19/+28 |
* | Make sure GEOM has stopped rattling the disks before we try to mount | phk | 2002-10-24 | 1 | -0/+4 |
* | Don't try to be cute and save a call/return by implementing a degenerate | phk | 2002-10-24 | 1 | -5/+1 |
* | respect TDF_SINTR, also for SINGLE_NO_EXIT threading mode, if a thread | davidxu | 2002-10-24 | 2 | -12/+12 |
* | don't forget to remove kse from idle queue. | davidxu | 2002-10-24 | 2 | -0/+4 |
* | Move thread related code from kern_proc.c to kern_thread.c. | julian | 2002-10-24 | 3 | -314/+1000 |
* | Whitespace cleanup. | des | 2002-10-23 | 2 | -20/+18 |
* | Handle binaries with arbitrary number PT_LOAD sections, not only | kan | 2002-10-23 | 1 | -14/+19 |
* | Don't dereference the 'x' pointer if it is NULL, instead skip the | jhb | 2002-10-22 | 1 | -6/+12 |
* | Change the `mutex_prof' structure to use three variables contained | robert | 2002-10-22 | 2 | -36/+28 |
* | Introduce MAC_CHECK_VNODE_SWAPON, which permits MAC policies to | rwatson | 2002-10-22 | 1 | -0/+22 |
* | Missed in previous merge: export sizeof(struct oldmac) rather than | rwatson | 2002-10-22 | 1 | -1/+1 |
* | Support the new MAC user API in kernel: modify existing system calls | rwatson | 2002-10-22 | 1 | -169/+917 |
* | Regen. | rwatson | 2002-10-22 | 2 | -8/+20 |
* | Flesh out prototypes for __mac_get_pid, __mac_get_link, and | rwatson | 2002-10-22 | 1 | -3/+5 |
* | detect idle kse correctly. | davidxu | 2002-10-22 | 1 | -1/+1 |
* | This update removes a race between unmount and lookup. The lookup | mckusick | 2002-10-22 | 1 | -4/+1 |
* | This checkin reimplements the io-request priority hack in a way | mckusick | 2002-10-22 | 1 | -29/+0 |
* | GEOM does not (and shall not) propagate flags like D_MEMDISK, so we will | phk | 2002-10-21 | 1 | -11/+11 |
* | Reduce the overhead of the mutex statistics gathering code, try to produce | des | 2002-10-21 | 2 | -38/+56 |
* | One #include <sys/sysctl.h> should be enough. | cognet | 2002-10-21 | 1 | -1/+0 |
* | Use if_printf(ifp, "blah") instead of | brooks | 2002-10-21 | 1 | -2/+1 |
* | Fix the calculations of the length of the unread message buffer | tmm | 2002-10-20 | 1 | -2/+2 |
* | We have memset() and memcpy() in the kernel now, so we don't need to | phk | 2002-10-20 | 1 | -5/+0 |
* | Add an actual implementation of kse_wakeup() | julian | 2002-10-20 | 1 | -1/+41 |
* | Add kernel dump support, based on the ia64 version (which was committed | tmm | 2002-10-20 | 1 | -1/+1 |
* | #unifdef the code for checking blessed lock collisions until we need it. | phk | 2002-10-20 | 1 | -0/+13 |