summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* A cosmetic change - don't output empty <flags>.ivoras2010-07-151-2/+2
* Rename timeevents.c to kern_clocksource.c.mav2010-07-141-0/+0
* - Document layout of KTR_STRUCT payload in a comment.jhb2010-07-141-6/+4
* Move timeevents.c to MI code, as it is not x86-specific. I already havemav2010-07-141-0/+508
* Correctly copy the M_RDONLY flag when duplicating a referencecperciva2010-07-131-0/+1
* Use type-specific inline function imax() instead of deprecated macro MAX().jkim2010-07-121-1/+1
* Change the implementation of vm_hold_free_pages() so that it performs atalc2010-07-111-26/+16
* Remove interval validation from cpu_tick_calibrate(). As I found, checkmav2010-07-111-36/+14
* Add support for the VM_ALLOC_COUNT() hint to vm_page_alloc(). Consequently,alc2010-07-091-3/+2
* Accidentally committed an older version of this comment rather than thejhb2010-07-091-4/+4
* Refine a comment.jhb2010-07-091-5/+4
* Remove redundant high >= 0.jh2010-07-091-1/+1
* Implement optional 'precision' for numbers. Previously, it was parsed butjkim2010-07-081-11/+14
* - Various style and whitespace fixes.jhb2010-07-081-2/+2
* Assert that low and high are >= 0. The allocator doesn't support thejh2010-07-081-2/+2
* - Simplify logic in handling ticks wrap-upattilio2010-07-071-13/+10
* In revoke(), verify that VCHR vnode indeed belongs to devfs.kib2010-07-061-1/+1
* Fix a race condition, where a TTY could be destroyed twice.ed2010-07-061-1/+2
* Add the ability for the allocflag argument of the vm_page_grab() tokib2010-07-051-50/+11
* Extend the kernel unit number allocator for allocating specific unitjh2010-07-051-13/+168
* Obey sv_syscallnames bounds in syscallname().kib2010-07-041-2/+4
* Extend ptrace(PT_LWPINFO) to report siginfo for the signal that causedkib2010-07-042-12/+70
* Use vm_page_next() instead of vm_page_lookup() in exec_map_first_page()alc2010-07-021-1/+1
* Move prototypes for kern_sigtimedwait() and kern_sigprocmask() tojhb2010-06-302-0/+2
* Update comment for tdsignal() -> tdsendsignal() rename. Forgot to includejhb2010-06-301-1/+1
* Improve bufdone_finish()'s handling of the bogus page. Specifically, ifalc2010-06-301-4/+6
* Send SIGPIPE to the thread that issued the offending system calljhb2010-06-293-5/+5
* Tweak the in-kernel API for sending signals to threads:jhb2010-06-294-17/+36
* If i is going to be used in the loop unconditionally the declarationdougb2010-06-291-2/+0
* Regeneratekib2010-06-282-525/+525
* Despite system call deregistration drains the threads executing System Vkib2010-06-281-1/+9
* Count number of threads that enter and leave dynamically registeredkib2010-06-284-19/+81
* Fix a lock leak in the deadlock resolver in case the ticks counterattilio2010-06-281-2/+6
* Correct a comment typo.jh2010-06-271-1/+1
* Correct arguments order.pjd2010-06-261-2/+2
* * Do not dereference a NULL pointer when calling an SCTP send syscalltuexen2010-06-261-2/+3
* Reverse the logic of the if statement that sets the default value ofnwhitehorn2010-06-241-3/+3
* Move default HZ from 100 to 1000 on powerpc.nwhitehorn2010-06-231-1/+1
* Remove the support for int13 FPU exception reporting on i386. It iskib2010-06-231-21/+0
* "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
OpenPOWER on IntegriCloud