summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* Add linenumber and source filename to panic(9) output.phk2004-01-191-3/+3
* One more instance of magic number used in place of IO_SEQSHIFT.kan2004-01-191-1/+1
* Since "m" is not part of the "mp" chain, need to free() it.ru2004-01-181-0/+1
* Handle sf_buf_alloc() returning null. This can happen if thegallatin2004-01-171-9/+18
* Restore correct semantics for F_DUPFD fcntl. This should fix the errorsdes2004-01-172-5/+5
* WITNESS won't let us hold two filedesc locks at the same time, so juggledes2004-01-161-3/+9
* KASSERT() that initproc->p_pid is 1. Very bad things happen if init'srwatson2004-01-161-0/+1
* Remove two KASSERTs which were overly paranoid.des2004-01-161-4/+0
* Take care to drop locks when calling malloc()des2004-01-151-2/+6
* New file descriptor allocation code, derived from similar code introduceddes2004-01-157-244/+299
* If a device attach routine fails during boot and calls bus_teardown_intr(),truckman2004-01-131-1/+5
* Back out 1.160, which was committed by mistake.des2004-01-111-1/+0
* Back out 1.166, which was committed by mistake.des2004-01-111-4/+0
* Mechanical whitespace cleanup + other minor style nits.des2004-01-111-19/+24
* Mechanical whitespace cleanup.des2004-01-111-27/+27
* Mechanical whitespace cleanup; parenthesize return values; other minordes2004-01-112-60/+72
* Mechanical whitespace cleanup; parenthesize return values; other minordes2004-01-111-56/+59
* Mechanical whitespace cleanup + minor style nits.des2004-01-112-1/+7
* Mechanical whitespace cleanup.des2004-01-111-10/+10
* Remove long dead code, specifically, code related to munmapfd().alc2004-01-111-24/+0
* When not creating a core dump due to resource limits specifyingrwatson2004-01-111-1/+1
* s/Muliple/Multipleschweikh2004-01-102-96/+92
* More unparenthesized return values.des2004-01-101-1/+1
* Style: parenthesize return values.des2004-01-101-3/+3
* Add a somewhat redundant check on the len arguement to getsockaddr() totruckman2004-01-101-0/+2
* Prevent a race condition between fork1() and whatever changes the pgrp bycognet2004-01-091-0/+1
* Improve the expressiveness of ttyinfo (^T) when dealing with threadsrwatson2004-01-081-7/+16
* Drop the sigacts mutex around calls to stopevent() to avoid sleepingrwatson2004-01-081-2/+10
* Add pid to the info printed in lockmgr_printinfo. This makes VFSkan2004-01-061-2/+3
* More style fixes.kan2004-01-051-15/+13
* - Allow mtx_trylock() to recurse on a recursive mutex. Attempts to recursejhb2004-01-051-5/+11
* style(9):kan2004-01-051-236/+266
* Cosmetics: strip '\n' from a string passed to Debugger().kan2004-01-041-2/+2
* Make sigaltstack as per-threaded, because per-process sigaltstack statedavidxu2004-01-032-38/+32
* Move the kernel power change printf under bootverbose since thenjl2004-01-021-2/+5
* m_tag fixups in preparation for heavier use:sam2004-01-021-51/+13
* Plug a leak of open files that happens when you exec a suid programdwmalone2003-12-281-0/+1
* v_vxproc was a bogus name for a thread (pointer).bde2003-12-282-4/+4
* Track three new sendfile-related statistics:silby2003-12-281-0/+2
* Fixed some style bugs (mainly, try to always use explicit comparisons withbde2003-12-281-8/+7
* Fixed some disordering in revs.1.194 and 1,196. Moved the exceve() syscallbde2003-12-281-55/+55
* Fix the maxpipekva warning message so that it points to the correctsilby2003-12-281-1/+1
* Remove GIANT_REQUIRED from exec_unmap_first_page().alc2003-12-271-1/+0
* Track current and peak sfbuf usage, export the values via sysctl.silby2003-12-271-0/+6
* Create a separate kthread that executes sched_cpu() once a second. Becausejhb2003-12-261-6/+21
* Put restrict back in, the compilation failure was my fault when Ialfred2003-12-261-8/+8
* Add __restrict qualifiers to copyinfrom, copyinstrfrom, copystr, copyinstr,alfred2003-12-261-2/+4
* In socket(2) we only need Giant around the call to socreate, so justdwmalone2003-12-251-2/+2
* Don't TAILQ_INIT kq_head twice, once is enough.dwmalone2003-12-251-1/+0
* Fix another 0 / NULL mixup.silby2003-12-251-1/+1
OpenPOWER on IntegriCloud