summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Populate more fields of the disklabel for PC98.phk2002-10-141-0/+2
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-142-16/+15
* Eliminate the unnecessary clearing of flag bits that are already clearalc2002-10-141-4/+1
* Update a sysctl to use _POSIX_VERSION from <sys/unistd.h>, instead ofmike2002-10-131-2/+2
* Include <sys/_posix.h> directly instead of depending on <sys/proc.h>mike2002-10-131-0/+1
* whitespace fixes.alfred2002-10-121-2/+2
* - Create a new scheduler api that is defined in sys/sched.hjeff2002-10-1213-513/+696
* Register the machine check private state spinlock on ia64.peter2002-10-121-0/+3
* - Move the 'done1' label down below the unlock of the proc lock and movejhb2002-10-111-10/+9
* Fix %z to always print values as signed like it is supposed to.jhb2002-10-111-2/+2
* Change iov_base's type from `char *' to the standard `void *'. Allmike2002-10-115-10/+16
* Remove an unused variable.phk2002-10-111-7/+0
* When considering a vnode for reuse in getnewvnode, we callmckusick2002-10-111-13/+18
* Incremental style improvements: more consistently avoid assignmentsrwatson2002-10-102-36/+62
* Regen from syntax fix to syscalls.master.rwatson2002-10-102-2/+2
* Fix what looks like a merge-o from a conflict in the last commit torwatson2002-10-101-9/+4
* Explore new heights in alphabetization for _file and _fd variations onrwatson2002-10-102-120/+120
* Add a pointer to the alternate syscall tables on 64 bit platforms.peter2002-10-091-0/+8
* Implement extattr_{delete,get,set}_link() system calls: extended attributerwatson2002-10-092-0/+180
* Regen.rwatson2002-10-092-8/+8
* Flesh out the extattr_{delete,get,set}_link() system calls: variationsrwatson2002-10-091-3/+8
* - Move p_cpulimit to struct proc from struct plimit and protect it withjhb2002-10-094-16/+10
* Round out the facilty for a 'bound' thread to loan out its KSEjulian2002-10-099-501/+700
* Introducing /dev/devctl. This device reports events in theimp2002-10-071-2/+326
* Two minor bugfixes:imp2002-10-071-0/+3
* Add back a fdrop() call at the end of kern_open() that got lost iniedowse2002-10-072-0/+2
* Add wrappers around the newly created bus_child_pnpinfo_str andimp2002-10-071-2/+28
* Minor string handling cleanup that I've had in my tree for a while:imp2002-10-071-21/+20
* Don't need to NUL terminate after snprintfimp2002-10-071-1/+0
* 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
OpenPOWER on IntegriCloud