summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Use new functions to call into drivers methods.phk2005-10-161-39/+27
* Make ttyconsolemode() call ttsetwater() so that drivers don't have to.phk2005-10-161-0/+1
* Make ttsetcompat() staticphk2005-10-161-1/+1
* Eliminate two unused arguments to ttycreate().phk2005-10-161-2/+4
* Implement the 32bit versions of recvmsg, recvfrom, sendmsgps2005-10-151-3/+15
* Implement 32bit wrappers for clock_gettime, clock_settime, andps2005-10-151-19/+51
* mpsafevm has been stable and defaulted to 1 on sparc64 for over 6 months,kris2005-10-141-1/+1
* Partially revert revision 1.66, which contained a change that did notkris2005-10-141-4/+4
* Regen for sigqueue syscall.davidxu2005-10-142-2/+3
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-149-186/+531
* Fix tinderbox box by removing incomplete/bad spl usage. Proper giant freeambrisko2005-10-121-6/+0
* Add in kqueue support to LIO event notification and fix how it handledambrisko2005-10-122-123/+204
* Move execve's access time update functionality into a newdds2005-10-122-12/+19
* Release clean buffer with wrong size and no dependencies also for non-VMIOtegge2005-10-091-2/+1
* Add parse_uuid() that creates a binary representation of an UUID frommarcel2005-10-071-0/+46
* Eliminate __RMAN_RESOURCE_VISIBLE hack entirely by moving the structphk2005-10-061-1/+25
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceglebius2005-10-052-0/+3
* When data passed into devctl_notify is NULL, don't print (null). Insteadimp2005-10-041-2/+6
* Re-order MAC and DAC checks in shmget() in order to give precedence torwatson2005-10-041-2/+4
* Use FILEDESC_UNLOCK(fdp) after FILE_UNLOCK(p), not before to avoid LOR.rik2005-10-041-1/+3
* Standard Giant push down operations for the Mandatory Access Control (MAC)csjp2005-10-041-34/+27
* Add missing word to comment.truckman2005-10-041-1/+1
* o Move a lot of parameter checking from netisr_poll() toglebius2005-10-031-68/+119
* If sufficiently bad things happen during a call to kern_execve(), it iscperciva2005-10-031-0/+8
* make saved cpu level stackable.ume2005-10-031-30/+53
* Always wire the sysctl output buffer in sysctl_kern_proc() beforetruckman2005-10-021-95/+113
* Include kdb.h so that kdb_active is declared regardless of KDB beingrwatson2005-10-021-0/+1
* Make sure the clone lists are sorted in the right order.phk2005-10-011-3/+5
* Big polling(4) cleanup.glebius2005-10-011-100/+88
* Copy new process argument list in do_execve() before grabbing PROC_LOCKtruckman2005-10-011-10/+10
* Un-staticize waitrunningbufspace() and call it before returning fromtruckman2005-09-301-1/+1
* Fox a LOR of sleep and sched_lock by using a timeout waitdavidxu2005-09-302-8/+1
* Un-staticize runningbufwakeup() and staticize updateproc.truckman2005-09-302-4/+5
* Trim a couple of unneeded includes.jhb2005-09-291-1/+0
* Close a race in biodone(), whereby the bio_done field of the passedpeadar2005-09-291-3/+5
* puc(4) does strange things to resources in order to fool thephk2005-09-281-0/+25
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,rwatson2005-09-281-6/+0
* Push Giant down in jails. Pass the MPSAFE flag to NDINIT, and keep trackcsjp2005-09-281-16/+15
* If KDB_STOP_NMI is compiled into the kernel, defaultrwatson2005-09-271-1/+1
* In lockstatus(), don't lock and unlock the interlock when testing therwatson2005-09-271-2/+8
* No longer maintain mbstat statistics for the mbuf allocator, UMArwatson2005-09-271-11/+0
* Use the refcount API to manage the reference count for user credentialsjhb2005-09-272-18/+9
* Use the reference count API to manage the reference counts for processjhb2005-09-271-11/+4
* Use the refcount API to implement reference counts on process argumentjhb2005-09-271-11/+4
* Update the "created from" section to reflect the most recent version ofcsjp2005-09-272-2/+2
* Mark the extended attribute syscalls as being MP safe.csjp2005-09-271-13/+13
* Add the spin lock used by the binary nvidia driver to the static lockjhb2005-09-261-0/+1
* Add "show allpcpu" to DDB, which prints the current CPU id followed byrwatson2005-09-261-12/+36
* Reorder statements to avoid accessing unknown memory.davidxu2005-09-261-2/+2
* Acquire Giant in uprintf() and tprintf() rather than asserting it. Inrwatson2005-09-261-6/+11
OpenPOWER on IntegriCloud