aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Oops. Actually connect back msdosfs to the build for every platform.Maxime Henrion2002-10-061-0/+1
* It appears CPU_MAXID should be 1 more than the number of CPU_* defines.David E. O'Brien2002-10-061-1/+1
* CPU_MAXID shouldDavid E. O'Brien2002-10-061-1/+1
* INclude <sys/mutex.h>'s prerequisite <sys/lock.h> instead of depending onBruce Evans2002-10-061-0/+1
* Sync from MAC tree: break out the single mmap entry point intoRobert Watson2002-10-0618-224/+723
* Make this work under GEOM.Matthew N. Dodd2002-10-063-184/+43
* This patch got lost in my trees: Pass setattr down to device driversPoul-Henning Kamp2002-10-051-0/+8
* Modify label allocation semantics for sockets: pass in soalloc's mallocRobert Watson2002-10-0519-140/+654
* The msdosfs module now builds on sparc64. No idea if it worksMaxime Henrion2002-10-051-2/+1
* Add two extern's for adjkerntz and wall_cmos_clock, all otherMaxime Henrion2002-10-051-0/+3
* Make sure that the accounting credential is saved along with the vpRobert Watson2002-10-051-0/+1
* Implement mac_create_devfs_symlink() for policies that interact withRobert Watson2002-10-055-0/+55
* Fix argument order mistake when decoding disklabels from on-disk format.Poul-Henning Kamp2002-10-051-1/+1
* Integrate a devfs/MAC fix from the MAC tree: avoid a race condition duringRobert Watson2002-10-0514-4/+132
* Merge implementation of mpo_check_vnode_link() for various appropriateRobert Watson2002-10-056-0/+113
* Merge support for mac_check_vnode_link(), a MAC framework/policy entryRobert Watson2002-10-0515-2/+294
* While the MAC API has supported the ability to handle M_NOWAIT passedRobert Watson2002-10-059-27/+99
* Rearrange object and label init/destroy functions to match theRobert Watson2002-10-059-909/+909
* Sync to MAC tree: use 'flag' instead of 'how' for mac_init_mbuf();Robert Watson2002-10-059-27/+27
* Don't allow dev_stdclone(9) to accept minors larger than the system isBrian Feldman2002-10-051-0/+2
* Another big diff, little functional change: move label internalization,Robert Watson2002-10-059-585/+585
* Move all object label init/destroy routines to the head of theRobert Watson2002-10-059-2565/+2565
* Synch from TrustedBSD MAC tree:Robert Watson2002-10-059-27/+225
* NB: This commit does *NOT* make GEOM the default in FreeBSDPoul-Henning Kamp2002-10-0523-34/+78
* Cosmetic line wrap synchronization.Robert Watson2002-10-059-18/+36
* Push the debugging obect label counters into security.mac.debug.countersRobert Watson2002-10-059-99/+144
* Don't use dkunit() to find our softc when we can hang it off the dev_t.Poul-Henning Kamp2002-10-052-27/+24
* Merge the last couple of my changes to fd.c into the pc98 version.Poul-Henning Kamp2002-10-052-102/+40
* Begin another merge from the TrustedBSD MAC branch:Robert Watson2002-10-0516-1540/+1246
* Fix building of minimal kernels without npx by rearranging ifdefs.Daniel Eischen2002-10-052-22/+22
* Fix problem introduced in rev.1.406, which can cause already unlockedMaxim Sobolev2002-10-051-0/+1
* Plug memoryleaks detected by FlexeLint.Poul-Henning Kamp2002-10-051-2/+8
* If dsgetlabel() returns a label with a size of zero in diskdumpconf(),Brian Somers2002-10-051-0/+2
* Fix namespace issues by using visibility conditionals fromMike Barcroft2002-10-056-10/+40
* Change <sys/_sigset.h> to typedef __sigset_t instead of sigset_t, soMike Barcroft2002-10-053-1/+12
* Put an easy-to-miss assignment into the proper place. It was stray in theJuli Mallett2002-10-052-4/+8
* Remove bogus duplicate assignment of local variables.Juli Mallett2002-10-052-4/+4
* Get Vinum up and running with GEOM:Robert Watson2002-10-051-86/+21
* Refinement on previous fix for mutex destruction: make sure we don'tRobert Watson2002-10-051-4/+3
* Remove a panic on vinum module unload: make sure to destroy all mutexesRobert Watson2002-10-051-1/+4
* Define _MACHINE.Juli Mallett2002-10-051-1/+1
* Make sure that ACPI PCI driver probe routine call pci_cfgregopen()Mitsuru IWASAKI2002-10-052-0/+6
* Oops, forgot to add main file for my previous commit :-)Mitsuru IWASAKI2002-10-051-0/+1077
* Add code for ACPI PCI link object manipulation.Mitsuru IWASAKI2002-10-056-2/+34
* style(9) <machine/setjmp.h> headers so they look mostly the same.Mike Barcroft2002-10-046-89/+112
* o Adjust the SEM_VALUE_MAX macro so that <machine/limits.h> isn'tMike Barcroft2002-10-042-28/+12
* hookup new crypto support to the config/build processSam Leffler2002-10-048-0/+62
* New bus_dma interfaces for use by crypto device drivers:Sam Leffler2002-10-0411-0/+1189
* add crypto interface to the MFILES listSam Leffler2002-10-041-1/+2
* major 70 is for /dev/crypto (to be consistent with openbsd)Sam Leffler2002-10-041-0/+1