summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
OpenPOWER on IntegriCloud