| Commit message (Expand) | Author | Age | Files | Lines |
* | Add two interfaces to allow for busses to report the pnpinfo for | imp | 2002-10-07 | 1 | -0/+22 |
* | disable debug output by default. | alfred | 2002-10-07 | 1 | -24/+30 |
* | Integrate mac_check_socket_send() and mac_check_socket_receive() | rwatson | 2002-10-06 | 3 | -0/+73 |
* | Sync from MAC tree: break out the single mmap entry point into | rwatson | 2002-10-06 | 1 | -18/+63 |
* | Modify label allocation semantics for sockets: pass in soalloc's malloc | rwatson | 2002-10-05 | 2 | -16/+80 |
* | Make sure that the accounting credential is saved along with the vp | rwatson | 2002-10-05 | 1 | -0/+1 |
* | Integrate a devfs/MAC fix from the MAC tree: avoid a race condition during | rwatson | 2002-10-05 | 1 | -0/+13 |
* | Merge support for mac_check_vnode_link(), a MAC framework/policy entry | rwatson | 2002-10-05 | 3 | -2/+42 |
* | While the MAC API has supported the ability to handle M_NOWAIT passed | rwatson | 2002-10-05 | 1 | -3/+11 |
* | Rearrange object and label init/destroy functions to match the | rwatson | 2002-10-05 | 1 | -101/+101 |
* | Sync to MAC tree: use 'flag' instead of 'how' for mac_init_mbuf(); | rwatson | 2002-10-05 | 1 | -3/+3 |
* | Don't allow dev_stdclone(9) to accept minors larger than the system is | green | 2002-10-05 | 1 | -0/+2 |
* | Another big diff, little functional change: move label internalization, | rwatson | 2002-10-05 | 1 | -65/+65 |
* | Move all object label init/destroy routines to the head of the | rwatson | 2002-10-05 | 1 | -285/+285 |
* | Synch from TrustedBSD MAC tree: | rwatson | 2002-10-05 | 1 | -3/+25 |
* | NB: This commit does *NOT* make GEOM the default in FreeBSD | phk | 2002-10-05 | 1 | -2/+2 |
* | Cosmetic line wrap synchronization. | rwatson | 2002-10-05 | 1 | -2/+4 |
* | Push the debugging obect label counters into security.mac.debug.counters | rwatson | 2002-10-05 | 1 | -11/+16 |
* | Begin another merge from the TrustedBSD MAC branch: | rwatson | 2002-10-05 | 1 | -68/+86 |
* | Fix problem introduced in rev.1.406, which can cause already unlocked | sobomax | 2002-10-05 | 1 | -0/+1 |
* | If dsgetlabel() returns a label with a size of zero in diskdumpconf(), | brian | 2002-10-05 | 1 | -0/+2 |
* | Put an easy-to-miss assignment into the proper place. It was stray in the | jmallett | 2002-10-05 | 2 | -4/+8 |
* | Remove bogus duplicate assignment of local variables. | jmallett | 2002-10-05 | 2 | -4/+4 |
* | Add the new function "sbuf_done()" which returns non-zero if the sbuf is | phk | 2002-10-04 | 1 | -0/+10 |
* | Add some unspeakable hackery to the tree under #ifdef __ia64__ to work | peter | 2002-10-04 | 2 | -0/+28 |
* | hashinit() calls MALLOC(), so release the filedesc lock in knote_attach() | truckman | 2002-10-03 | 1 | -4/+16 |
* | XXX Add a check for p->p_limit being NULL before dereferencing it. This is | jmallett | 2002-10-03 | 1 | -1/+6 |
* | In an SMP environment post-Giant it is no longer safe to blindly | truckman | 2002-10-03 | 6 | -12/+19 |
* | set ke_bound to NULL when kse owner thread becomes runnable. | davidxu | 2002-10-03 | 1 | -0/+1 |
* | Whitespace fix only | julian | 2002-10-02 | 1 | -3/+3 |
* | Rename the mutex thread and process states to use a more generic 'LOCK' | jhb | 2002-10-02 | 5 | -36/+36 |
* | Access td->td_kse inside sched_lock. | jmallett | 2002-10-02 | 1 | -2/+2 |
* | Let kse_wakeup() take a KSE mailbox pointer argument. | archie | 2002-10-02 | 3 | -2/+5 |
* | De-obfuscate local use of members of 'struct thread', for which we have | jmallett | 2002-10-02 | 1 | -3/+4 |
* | Absorb <sys/bus_private.h> into kern/subr_bus.c to prevent misunderstandings. | phk | 2002-10-02 | 1 | -1/+75 |
* | Fix mis-indentation. | phk | 2002-10-02 | 4 | -4/+4 |
* | Some kernel threads try to do significant work, and the default KSTACK_PAGES | scottl | 2002-10-02 | 10 | -15/+29 |
* | Add a new MAC entry point, mac_thread_userret(td), which permits policy | rwatson | 2002-10-02 | 2 | -0/+17 |
* | Back our kernel support for reliable signal queues. | jmallett | 2002-10-01 | 9 | -372/+45 |
* | Minor style nits in a comment. | jhb | 2002-10-01 | 1 | -1/+1 |
* | Fix some harmless mis-indents. | phk | 2002-10-01 | 1 | -1/+1 |
* | Remember to include "opt_devfs.h" so we get any relevant changes | phk | 2002-10-01 | 1 | -0/+1 |
* | Various style fixups. | jhb | 2002-10-01 | 1 | -6/+10 |
* | Actually clear PS_XCPU in ast() when we handle it. | jhb | 2002-10-01 | 1 | -1/+1 |
* | - Adjust comment noting that handling of CPU limit exhaustion is done in | jhb | 2002-10-01 | 1 | -2/+5 |
* | Don't #error if we are lint. | phk | 2002-10-01 | 1 | -0/+2 |
* | Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1: | phk | 2002-10-01 | 2 | -0/+6 |
* | Improve locking of pipe mutexes in the context of MAC: | rwatson | 2002-10-01 | 2 | -4/+46 |
* | Push 'security.mac.debug_label_fallback' behind options MAC_DEBUG. | rwatson | 2002-10-01 | 1 | -10/+14 |
* | Until I find a way to release arbitrary locks held when sending signals (there | jmallett | 2002-10-01 | 1 | -2/+2 |