summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Commit step 1 of the vimage project, (network stack)bz2008-08-175-7/+12
* Prevent crashes due to unlocked access to hash buckets in two sysctls.alfred2008-08-161-0/+4
* Add flag to indicate to xen support code that threads are running (and thus w...kmacy2008-08-151-0/+3
* Introduce some WITNESS improvements:attilio2008-08-132-492/+1067
* Reduce the scope of the vnode lock such that it does not covercsjp2008-08-121-1/+5
* Revert r181345.kib2008-08-101-0/+2
* Remove unneeded D_NEEDGIANT from /dev/fd/{0,1,2}.ed2008-08-091-1/+0
* Add sbuf_new_auto as a shortcut for the very common case of creating ades2008-08-091-1/+1
* Switch to simplified BSD license (with phk's approval), plus whitespacedes2008-08-091-29/+45
* Permit Giant to be passed as the explicit interlock either tojhb2008-08-072-30/+56
* If a thread that is swapped out is made runnable, then the setrunnable()jhb2008-08-057-55/+131
* Close two different races with concurrent opens of pty master devicesjhb2008-08-041-5/+24
* - Close a race with concurrent open's of a pts master device which couldjhb2008-08-041-7/+13
* Kill a dead variableantoine2008-08-031-2/+0
* Remove broken code to replace st_mode value with ACCESSPERMS whenrwatson2008-08-031-5/+0
* Calling linker_load_dependencies() while holding the module'kib2008-08-032-0/+4
* add callout_schedule; besides being useful it also improvessam2008-08-021-0/+15
* Currently, BSM audit pathname token generation for chrooted or jailedcsjp2008-07-311-0/+26
* Remove the use of lbolt from the VFS syncer.ed2008-07-301-9/+7
* Don't make subr_clist.c depend on the TTY layer.ed2008-07-301-5/+6
* When choosing a CPU for a thread in a cpuset, prefer the last CPU that thejhb2008-07-281-1/+4
* Really fix this.jhb2008-07-281-2/+1
* Properly check if td_name is empty and if it is, print process name,pjd2008-07-281-2/+2
* Implement support for cpusets in the 4BSD scheduler.jhb2008-07-281-0/+116
* Various and sundry style and whitespace fixes.jhb2008-07-281-74/+74
* - track maximum wait timekmacy2008-07-271-4/+9
* Assert for exclusive vnode lock in vinactive(), vrecycle() and vgonel()pjd2008-07-271-3/+3
* - Move vp test for beeing NULL under IGNORE_LOCK().pjd2008-07-271-10/+7
* Fill in a few sysctl descriptions.trhodes2008-07-261-7/+10
* Move ttyinfo() into its own C file.ed2008-07-252-269/+317
* Call pargs_drop() unconditionally in do_execve(), the function correctlykib2008-07-252-5/+4
* s/alredy/already/ in the comments and the log message.kib2008-07-251-5/+5
* Do the pargs_hold() on the copy of the pointer to the p_args of thekib2008-07-231-1/+1
* - Disallow XFS mounting in write mode. The write support never worked reallyattilio2008-07-211-0/+2
* If run_interrupt_driven_config_hooks() waits 360 seconds and INVARIANTSrwatson2008-07-211-10/+15
* Implement the following macros for completeness:pjd2008-07-211-0/+8
* Add accessor functions for socket fields.kmacy2008-07-211-0/+139
* Eliminate dead code. (The commit message for revision 1.287 explains whyalc2008-07-201-13/+0
* Rather than simply waiting silently and indefinitely for allrwatson2008-07-191-3/+35
* witness_addgraph() is required even if DDB isn't compiled into the kernel,rwatson2008-07-191-0/+2
* Add DDB "show conifhk" command, which lists hooks currently waitingrwatson2008-07-191-0/+27
* Fix a race which could result in some timeout buckets being skipped.jeff2008-07-191-6/+11
* - Check whether we've recorded this tick in ts_ticks on another cpu injeff2008-07-191-0/+6
* revert local changekmacy2008-07-181-176/+27
* revert change from local treekmacy2008-07-181-6/+0
* import vendor fixes to cxgbkmacy2008-07-182-27/+182
* Pair the VOP_OPEN call from do_execve() with the reciprocal VOP_CLOSE.kib2008-07-171-0/+9
* Staticize M_STACK.antoine2008-07-131-1/+1
* In nmount(), if we see "update" in the mount options,rodrigc2008-07-121-4/+5
* Improve readability and cscope searches a little bit by not using theobrien2008-07-111-38/+38
OpenPOWER on IntegriCloud