summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Add two interfaces to allow for busses to report the pnpinfo forimp2002-10-071-0/+22
* disable debug output by default.alfred2002-10-071-24/+30
* Integrate mac_check_socket_send() and mac_check_socket_receive()rwatson2002-10-063-0/+73
* Sync from MAC tree: break out the single mmap entry point intorwatson2002-10-061-18/+63
* Modify label allocation semantics for sockets: pass in soalloc's mallocrwatson2002-10-052-16/+80
* Make sure that the accounting credential is saved along with the vprwatson2002-10-051-0/+1
* Integrate a devfs/MAC fix from the MAC tree: avoid a race condition duringrwatson2002-10-051-0/+13
* Merge support for mac_check_vnode_link(), a MAC framework/policy entryrwatson2002-10-053-2/+42
* While the MAC API has supported the ability to handle M_NOWAIT passedrwatson2002-10-051-3/+11
* Rearrange object and label init/destroy functions to match therwatson2002-10-051-101/+101
* Sync to MAC tree: use 'flag' instead of 'how' for mac_init_mbuf();rwatson2002-10-051-3/+3
* Don't allow dev_stdclone(9) to accept minors larger than the system isgreen2002-10-051-0/+2
* Another big diff, little functional change: move label internalization,rwatson2002-10-051-65/+65
* Move all object label init/destroy routines to the head of therwatson2002-10-051-285/+285
* Synch from TrustedBSD MAC tree:rwatson2002-10-051-3/+25
* NB: This commit does *NOT* make GEOM the default in FreeBSDphk2002-10-051-2/+2
* Cosmetic line wrap synchronization.rwatson2002-10-051-2/+4
* Push the debugging obect label counters into security.mac.debug.countersrwatson2002-10-051-11/+16
* Begin another merge from the TrustedBSD MAC branch:rwatson2002-10-051-68/+86
* Fix problem introduced in rev.1.406, which can cause already unlockedsobomax2002-10-051-0/+1
* If dsgetlabel() returns a label with a size of zero in diskdumpconf(),brian2002-10-051-0/+2
* Put an easy-to-miss assignment into the proper place. It was stray in thejmallett2002-10-052-4/+8
* Remove bogus duplicate assignment of local variables.jmallett2002-10-052-4/+4
* Add the new function "sbuf_done()" which returns non-zero if the sbuf isphk2002-10-041-0/+10
* Add some unspeakable hackery to the tree under #ifdef __ia64__ to workpeter2002-10-042-0/+28
* hashinit() calls MALLOC(), so release the filedesc lock in knote_attach()truckman2002-10-031-4/+16
* XXX Add a check for p->p_limit being NULL before dereferencing it. This isjmallett2002-10-031-1/+6
* In an SMP environment post-Giant it is no longer safe to blindlytruckman2002-10-036-12/+19
* set ke_bound to NULL when kse owner thread becomes runnable.davidxu2002-10-031-0/+1
* Whitespace fix onlyjulian2002-10-021-3/+3
* Rename the mutex thread and process states to use a more generic 'LOCK'jhb2002-10-025-36/+36
* Access td->td_kse inside sched_lock.jmallett2002-10-021-2/+2
* Let kse_wakeup() take a KSE mailbox pointer argument.archie2002-10-023-2/+5
* De-obfuscate local use of members of 'struct thread', for which we havejmallett2002-10-021-3/+4
* Absorb <sys/bus_private.h> into kern/subr_bus.c to prevent misunderstandings.phk2002-10-021-1/+75
* Fix mis-indentation.phk2002-10-024-4/+4
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-0210-15/+29
* Add a new MAC entry point, mac_thread_userret(td), which permits policyrwatson2002-10-022-0/+17
* Back our kernel support for reliable signal queues.jmallett2002-10-019-372/+45
* Minor style nits in a comment.jhb2002-10-011-1/+1
* Fix some harmless mis-indents.phk2002-10-011-1/+1
* Remember to include "opt_devfs.h" so we get any relevant changesphk2002-10-011-0/+1
* Various style fixups.jhb2002-10-011-6/+10
* Actually clear PS_XCPU in ast() when we handle it.jhb2002-10-011-1/+1
* - Adjust comment noting that handling of CPU limit exhaustion is done injhb2002-10-011-2/+5
* Don't #error if we are lint.phk2002-10-011-0/+2
* Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:phk2002-10-012-0/+6
* Improve locking of pipe mutexes in the context of MAC:rwatson2002-10-012-4/+46
* Push 'security.mac.debug_label_fallback' behind options MAC_DEBUG.rwatson2002-10-011-10/+14
* Until I find a way to release arbitrary locks held when sending signals (therejmallett2002-10-011-2/+2
OpenPOWER on IntegriCloud