summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* INclude <sys/mutex.h>'s prerequisite <sys/lock.h> instead of depending onbde2002-10-061-0/+1
* Sync from MAC tree: break out the single mmap entry point intorwatson2002-10-0618-224/+723
* Make this work under GEOM.mdodd2002-10-063-184/+43
* This patch got lost in my trees: Pass setattr down to device driversphk2002-10-051-0/+8
* Modify label allocation semantics for sockets: pass in soalloc's mallocrwatson2002-10-0519-140/+654
* The msdosfs module now builds on sparc64. No idea if it worksmux2002-10-051-2/+1
* Add two extern's for adjkerntz and wall_cmos_clock, all othermux2002-10-051-0/+3
* Make sure that the accounting credential is saved along with the vprwatson2002-10-051-0/+1
* Implement mac_create_devfs_symlink() for policies that interact withrwatson2002-10-055-0/+55
* Fix argument order mistake when decoding disklabels from on-disk format.phk2002-10-051-1/+1
* Integrate a devfs/MAC fix from the MAC tree: avoid a race condition duringrwatson2002-10-0514-4/+132
* Merge implementation of mpo_check_vnode_link() for various appropriaterwatson2002-10-056-0/+113
* Merge support for mac_check_vnode_link(), a MAC framework/policy entryrwatson2002-10-0515-2/+294
* While the MAC API has supported the ability to handle M_NOWAIT passedrwatson2002-10-059-27/+99
* Rearrange object and label init/destroy functions to match therwatson2002-10-059-909/+909
* Sync to MAC tree: use 'flag' instead of 'how' for mac_init_mbuf();rwatson2002-10-059-27/+27
* 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-059-585/+585
* Move all object label init/destroy routines to the head of therwatson2002-10-059-2565/+2565
* Synch from TrustedBSD MAC tree:rwatson2002-10-059-27/+225
* NB: This commit does *NOT* make GEOM the default in FreeBSDphk2002-10-0523-34/+78
* Cosmetic line wrap synchronization.rwatson2002-10-059-18/+36
* Push the debugging obect label counters into security.mac.debug.countersrwatson2002-10-059-99/+144
* Don't use dkunit() to find our softc when we can hang it off the dev_t.phk2002-10-052-27/+24
* Merge the last couple of my changes to fd.c into the pc98 version.phk2002-10-052-102/+40
* Begin another merge from the TrustedBSD MAC branch:rwatson2002-10-0516-1540/+1246
* Fix building of minimal kernels without npx by rearranging ifdefs.deischen2002-10-052-22/+22
* Fix problem introduced in rev.1.406, which can cause already unlockedsobomax2002-10-051-0/+1
* Plug memoryleaks detected by FlexeLint.phk2002-10-051-2/+8
* If dsgetlabel() returns a label with a size of zero in diskdumpconf(),brian2002-10-051-0/+2
* Fix namespace issues by using visibility conditionals frommike2002-10-056-10/+40
* Change <sys/_sigset.h> to typedef __sigset_t instead of sigset_t, somike2002-10-053-1/+12
* 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
* Get Vinum up and running with GEOM:rwatson2002-10-051-86/+21
* Refinement on previous fix for mutex destruction: make sure we don'trwatson2002-10-051-4/+3
* Remove a panic on vinum module unload: make sure to destroy all mutexesrwatson2002-10-051-1/+4
* Define _MACHINE.jmallett2002-10-051-1/+1
* Make sure that ACPI PCI driver probe routine call pci_cfgregopen()iwasaki2002-10-052-0/+6
* Oops, forgot to add main file for my previous commit :-)iwasaki2002-10-051-0/+1077
* Add code for ACPI PCI link object manipulation.iwasaki2002-10-056-2/+34
* style(9) <machine/setjmp.h> headers so they look mostly the same.mike2002-10-046-89/+112
* o Adjust the SEM_VALUE_MAX macro so that <machine/limits.h> isn'tmike2002-10-042-28/+12
* hookup new crypto support to the config/build processsam2002-10-048-0/+62
* New bus_dma interfaces for use by crypto device drivers:sam2002-10-0411-0/+1189
* add crypto interface to the MFILES listsam2002-10-041-1/+2
* major 70 is for /dev/crypto (to be consistent with openbsd)sam2002-10-041-0/+1
* module for ubsec crypto driversam2002-10-041-0/+9
* module for hifn driversam2002-10-041-0/+9
* module for /dev/crypto supportsam2002-10-041-0/+7
OpenPOWER on IntegriCloud