summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* Update several places that iterate over CPUs to use CPU_FOREACH().jhb2010-06-118-27/+12
* Add INVARIANTS checking that numfreebufs values are sane. Also add amdf2010-06-111-10/+54
* In another move to join with the age of the Fruitbat, increase SYSVivoras2010-06-112-5/+5
* Store interrupt trap frame into struct thread. It allows interrupt handlermav2010-06-101-0/+8
* Unconfuse THREAD and SMT flagsivoras2010-06-101-1/+3
* Cosmetic change to XML - less ugly newlinesivoras2010-06-101-2/+2
* Reorganize the code in bdwrite() which handles move of dirtinesskib2010-06-081-70/+65
* Fix a sign bug that caused adaptive spinning in sx_xlock() to not workjhb2010-06-081-1/+1
* Call BUS_PROBE_NOMATCH() when device detached due to driver unload.mav2010-06-071-0/+4
* Declare ip6 as (struct in6_addr *) instead of (struct in_addr *). This iscperciva2010-06-041-1/+1
* Assert that the thread lock is held in sched_pctcpu() instead ofjhb2010-06-032-2/+2
* The 'acl_cnt' field is unsigned; no point in checking if it's >= 0.trasz2010-06-031-1/+1
* The 'acl_cnt' field is unsigned; no point in checking if it's >= 0.trasz2010-06-031-1/+1
* The acl_cnt field is unsigned; no point in checking if it's >= 0.trasz2010-06-031-1/+0
* Sometimes vnodes share the lock despite being different vnodes onkib2010-06-031-2/+3
* Minimize the use of the page queues lock for synchronizing access to thealc2010-06-022-4/+0
* Add a facility to dynamically adjust or unconfigure p1003_1b mib.kib2010-06-022-5/+37
* Revert taskqueue(9) related commits until mdf@ is approved and canzml2010-06-011-14/+6
* Avoid a wakeup(9) if we can be sure no one is waiting on the task.zml2010-05-281-3/+11
* Revert r207439 and solve the problem differently. The task handlerzml2010-05-281-6/+5
* When close() is called on a connected socket pair, SO_ISCONNECTED might berwatson2010-05-271-1/+4
* Add the support for reporting the NOCOREDUMP flag fromattilio2010-05-271-0/+4
* Allow to use syscallname(9) outside subr_trap.c.kib2010-05-261-2/+1
* Ignore the 'addr' argument passed to PT_STEP (it is required to be '1'jhb2010-05-251-14/+20
* Eliminate the acquisition and release of the page queues lock fromalc2010-05-251-5/+0
* Roughly half of a typical pmap_mincore() implementation is machine-alc2010-05-241-2/+0
* - Implement MI helper functions, dividing one or two timer interrupts withmav2010-05-241-0/+52
* Fix the double counting of the last process thread td_incruntimekib2010-05-242-4/+4
* Reorganize syscall entry and leave handling.kib2010-05-236-4/+197
* - Adjust the whitespace for the lines that output fields in 'show pcpu' injhb2010-05-211-4/+3
* Assert that the thread passed to sched_bind() and sched_unbind() isjhb2010-05-212-3/+5
* Allow a const char * to be passed as the process name to kproc_kthread_add()jhb2010-05-211-1/+1
* Remove PIOLLHUP from the flags used to test for to set exceptfsdkib2010-05-211-1/+1
* The page queues lock is no longer required by vm_page_set_invalid(), soalc2010-05-181-2/+0
* This pushes all of JC's patches that I have in place. Irrs2010-05-162-2/+5
* Fix an issue with the dynamic pcpu/vnet data allocators.bz2010-05-141-1/+1
* Add VOP_ADVLOCKPURGE so that the file system is called when purgingzml2010-05-123-1/+19
* When there is no memory or KVA, try to help by reclaiming some vnodes.pjd2010-05-121-0/+13
* I added vfs_lowvnodes event, but it was only used for a short while and nowpjd2010-05-111-1/+0
* Right now, WITNESS just blindly pipes all the output to theattilio2010-05-113-16/+20
* There is not a good reason to have a different prototype for db_printf()attilio2010-05-111-6/+6
* Fix a hang introduced in r206878 for kernel compiled with SMP support butattilio2010-05-111-1/+2
* Update a comment: It no longer makes sense to talk about the page queuesalc2010-05-081-4/+1
* Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), andalc2010-05-082-5/+0
* Add MAKEDEV_NOWAIT flag to make_dev_credf(9), to create a device nodekib2010-05-061-19/+28
* Eliminate page queues locking around most calls to vm_page_free().alc2010-05-061-3/+1
* Avoid overflow.trasz2010-05-061-1/+1
* Style fixes and removal of unneeded variable.trasz2010-05-061-3/+3
* Remove page queues locking from all sf_buf_mext()-like functions. The pagealc2010-05-062-11/+2
* Eliminate a small bit of unneeded code from kern_sendfile(): Whilealc2010-05-061-7/+2
OpenPOWER on IntegriCloud