summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix format string errors relating mainly to the use of %qu to print off_t's.tjr2002-10-064-9/+15
* 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
* Make stpcpy() only visiable w/in __BSD_VISIBLE.obrien2002-10-051-1/+1
* Don't be noisy if DIOCWLABEL fails, it's probably because we're writingphk2002-10-052-4/+2
* 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
* Remove matcd from MAKEDEV.scottl2002-10-051-32/+1
* 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
* Add hifn(4) and ubsec(4) devices for i386/pc98.bmah2002-10-052-0/+70
* New release notes: crypto(4) and related infobmah2002-10-052-10/+24
* 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
* Use in-tree libbsdxml instead of ports based libexpat.phk2002-10-056-13/+11
* Match the new g_io_deliver() API in the kernel.phk2002-10-051-7/+4
* Pass sbuf to the kernel routines to match new kernel code.phk2002-10-051-2/+6
* 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-051-13/+13
* 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
* Once again, remove the i386-specific hacks to save and restoredeischen2002-10-051-9/+0
* Make sure that ACPI PCI driver probe routine call pci_cfgregopen()iwasaki2002-10-052-0/+6
OpenPOWER on IntegriCloud