summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* "time lock" is no longer a spin-lock since r209371.mav2010-06-211-1/+1
* Use ISO C99 integer types in sys/kern where possible.ed2010-06-2124-93/+94
* Do not report a stack garbage as the old value for debug.ncores sysctl.kib2010-06-211-1/+2
* Implement new event timers infrastructure. It provides unified APIs formav2010-06-202-6/+238
* Backout r207970 for now, it can lead to deadlocks.pjd2010-06-171-13/+0
* Make DTrace syscall provider work again by including opt_kdtrace.h here.rpaulo2010-06-171-0/+1
* - Fix compilation of the subr_unit.c user space test program.jh2010-06-171-3/+4
* lock_profile_release_lock: do not compare unsigned with zeroavg2010-06-171-3/+5
* Remove the unit argument from the recently added make_dev_p().ed2010-06-171-2/+2
* Correct the function name in a KASSERT.jh2010-06-161-1/+1
* Implement flexible BPF timestamping framework.jkim2010-06-151-1/+1
* Virtualize pci_remap_msi_irq() call from general MSI code. It allows MSImav2010-06-141-0/+22
* Add another variation of make_dev(9), make_dev_p(9), that is allowedkib2010-06-121-24/+53
* When make_dev_credf(MAKEDEV_WAITOK) is called, usekib2010-06-121-4/+4
* Add modifications of devctl_notify(9) functions that take flags. Usekib2010-06-121-6/+21
* fix a few cases where a string is passed via format argument instead ofavg2010-06-112-2/+2
* 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
OpenPOWER on IntegriCloud