summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* Pass a thread argument into cpu_critical_{enter,exit}() rather thanrwatson2004-07-271-2/+2
* Add "options ADAPTIVE_GIANT" which causes Giant to also be treated inrwatson2004-07-271-0/+4
* - Use atomic ops for updating the vmspace's refcnt and exitingcnt.alc2004-07-274-17/+17
* Move the schedlock owner state update following the contextbmilekic2004-07-271-12/+14
* In revision 1.228, I accidentally broke the "total number of processes incperciva2004-07-261-1/+2
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This iscperciva2004-07-2612-60/+60
* Revert modification of subr_turnstile.c accidentally included in therwatson2004-07-251-1/+0
* In uipc_connect(), assert that the passed thread is curthread, and passrwatson2004-07-252-1/+4
* Do some initial locking on accept filter registration and attach. Whilerwatson2004-07-251-29/+76
* Eliminate unused second argument to reassignbuf() and simplify itphk2004-07-253-34/+15
* Add netatalk mutexes to hard-coded WITNESS lock order.rwatson2004-07-251-0/+6
* Expand the generic, but bogusly formed, copyright notice to includeimp2004-07-251-1/+21
* Neuter this warning for now, I think I know the remaining issues.phk2004-07-251-1/+2
* White space fix..julian2004-07-241-3/+3
* Clean up whitespace, increase consistency and correctness.scottl2004-07-232-13/+9
* Don't include a "\n" in KTR output, it confuses automatic parsing.rwatson2004-07-231-1/+1
* Remove the previous hack since it doesn't make a difference and is gettingscottl2004-07-231-2/+0
* Use kmem_alloc_nofault() rather than kmem_alloc_pageable() for allocatingalc2004-07-231-1/+1
* Export KTR_COMPILE as a sysctl so you can easily check from user spacerwatson2004-07-231-0/+3
* Don't perform pipe endpoint locking during pipe_create(), as the piperwatson2004-07-231-11/+20
* In setpgid(), since td is passed in as a system call argument, use itrwatson2004-07-231-1/+1
* Push Giant acquisition down into fo_stat() from most callers. Acquirerwatson2004-07-224-7/+8
* Push acquisition of Giant from fdrop_closed() into fo_close() so thatrwatson2004-07-224-6/+9
* suser() accepts a thread argument; as suser() dereferences td_ucred, arwatson2004-07-221-0/+12
* Disable the PREEMPTION-enabled code in critical_exit() that encouragesscottl2004-07-221-0/+2
* Back out just a portion of Alfred's last commit. Remove the MBUF_CHECKbmilekic2004-07-211-2/+0
* Don't sync the file system on panic by default. This seems to basicallyrwatson2004-07-211-1/+1
* put several of the options for DEBUG_VFS_LOCKS under control of sysctls.alfred2004-07-211-0/+14
* Make sure we don't call mbuf allocation functions with mutexes held.alfred2004-07-212-0/+12
* Add kdb_thr_from_pid(), which given a PID returns the first threadmarcel2004-07-211-1/+15
* Fix a minor error in pipe_stat - st_size was always reported as 0silby2004-07-201-1/+4
* #ifdef __i386__ -> __i386__ || __amd64__peter2004-07-201-5/+5
* You always spot the typos after you have committed.. Start sentencejulian2004-07-191-1/+1
* Allow the user who calls doadump() from the kernel debuggerjulian2004-07-191-2/+11
* Reimplement contigmalloc(9) with an algorithm which stands a greatly-green2004-07-191-27/+47
* When calling scheduler entrypoints for creating new threads and processes,julian2004-07-187-37/+40
* Now we have NO_ADAPTIVE_MUTEXES option, so use it here too.pjd2004-07-181-1/+1
* After maintaining previous behaviour in writing out the core notes, it'smarcel2004-07-181-8/+5
* The recent changes to control message passing broke some thingsdwmalone2004-07-181-12/+16
* Add doxygen doc comments for most of newbus and the BUS interface.dfr2004-07-182-152/+1241
* Enable ADAPTIVE_MUTEXES by default by changing the sense of the option toscottl2004-07-181-3/+3
* Remove GIANT_REQUIRED from vmapbuf().alc2004-07-181-2/+0
* Drop Giant and acquire the UNIX domain socket subsystem lock a bitrwatson2004-07-181-4/+4
* Fix typo.davidxu2004-07-171-1/+1
* Add a kern_setsockopt and kern_getsockopt which can read the optiondwmalone2004-07-171-34/+86
* - Move TDF_OWEPREEMPT, TDF_OWEUPC, and TDF_USTATCLOCK over to td_pflagsjhb2004-07-167-19/+25
* Whitespace fix.jhb2004-07-161-1/+1
* Improve readability a bit by changing some code at the end of a functionjhb2004-07-161-6/+2
* Add a SUSER_RUID flag to suser_cred. This flag indicates that we want tocperciva2004-07-161-3/+2
* When entering soclose(), assert that SS_NOFDREF is not already set.rwatson2004-07-161-0/+2
OpenPOWER on IntegriCloud