summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a LOR between hwpmc and the kernel linker. When a system-widerstone2011-07-171-11/+24
* Auto-generated system call code with cap_new(), cap_getrights().jonathan2011-07-153-4/+46
* Add cap_new() and cap_getrights() system calls.jonathan2011-07-152-2/+70
* Add implementation for capabilities.jonathan2011-07-152-10/+234
* If TSC stops ticking in C3, disable deep sleep when the user forcefullyjkim2011-07-141-0/+6
* Rename resource names to match these in login.conf.trasz2011-07-142-17/+17
* Remove semaphore map entry count "semmap" field and its tuningbz2011-07-141-7/+0
* Implement an RFTSIGZMB flag to rfork(2) to specify a signal that iskib2011-07-121-1/+16
* Include sys/sbuf.h directly.ae2011-07-112-0/+2
* Update tags build scriptmckusick2011-07-101-0/+2
* Add a facility to disable processing page faults. When activated,kib2011-07-091-10/+53
* Add an option to have a fail point term only execute when run by amdf2011-07-081-1/+19
* style(9) and cleanup fixes.mdf2011-07-081-80/+69
* Fix the "passability" test in fdcopy().jonathan2011-07-081-2/+2
* In the experimental soreceive_stream():andre2011-07-081-13/+9
* Style fix - macros are supposed to be uppercase.trasz2011-07-072-18/+18
* Remove the TCP_SORECEIVE_STREAM compile time option. The use ofandre2011-07-071-2/+0
* All the racct_*() calls need to happen with the proc locked. Fixing thistrasz2011-07-068-1/+44
* Call pmap_qremove() before freeing or unwiring the pages, otherwisemarius2011-07-051-3/+5
* Rework _fget to accept capability parameters.jonathan2011-07-051-6/+75
* Add kernel functions to unwrap capabilities.jonathan2011-07-041-0/+122
* With retirement of cpumask_t and usage of cpuset_t for representing aattilio2011-07-045-43/+41
* Add infrastructure to allow all frames/packets received on an interfacebz2011-07-031-0/+1
* Reintroduce the cioctl() hook in the TTY layer for digi(4).ed2011-07-021-6/+20
* When Capsicum starts creating capabilities to wrap existing filejonathan2011-06-301-27/+58
* Add some checks to ensure that Capsicum is behaving correctly, and add somejonathan2011-06-304-0/+53
* Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing thisalc2011-06-292-3/+3
* We may split today's CAPABILITIES into CAPABILITY_MODE (which hasjonathan2011-06-292-6/+6
* Fix whitespace inconsistencies in the TTY layer and its drivers owned by me.ed2011-06-265-30/+30
* Remove redundant Capsicum sysctl.jonathan2011-06-251-7/+0
* unconditionally stop other cpus when entering kdb in smp systemavg2011-06-251-21/+2
* generic_stop_cpus: pull timeout logic from under DIAGNOSTICavg2011-06-251-3/+1
* Tidy up a capabilities-related comment.jonathan2011-06-241-3/+0
* Set negative quality to TSC timecounter when C3 state is enabled for Inteljkim2011-06-221-0/+1
* Add comment from CSRG rev 7.27 (1992/06/23 19:56:55; author: mckusick)obrien2011-06-171-0/+9
* Do not trash the argv[0] pointer for an a.out process on amd64.kib2011-06-161-1/+1
* Fix silly typo that resulted in the a.out process stack to end atkib2011-06-161-1/+1
* Even if the loaded module has no symbols, we still need to notifymarcel2011-06-161-1/+1
* sys/kern/subr_kdb.c:gibbs2011-06-141-8/+23
* We should not return ECHILD when debugging a child and the parent does aobrien2011-06-142-5/+14
* sys/sys/conf.h:gibbs2011-06-141-0/+62
* Instead of using an atomic operation to determine whether the devstat(9)ken2011-06-131-3/+5
* Fix a couple of race conditions in devstat(9) initialization.gibbs2011-06-131-9/+3
* - When printing bufs with show buf the lblkno is often more useful thanjeff2011-06-101-2/+3
* In the current code, a double panic condition may lead to dumpsattilio2011-06-081-1/+2
* Log the socket address passed as the destination to sendto() and sendmsg()jhb2011-06-071-0/+4
* MFCattilio2011-06-073-15/+20
|\
| * Set pca.p_bufr to NULL when we haven't allocated a buffer.ken2011-06-071-0/+3
| * Use p4prio_to_tsprio to calculate TS priority instead of usingdavidxu2011-06-071-1/+1
| * Fix making kernel dumps from the debugger by creating a commandmarcel2011-06-071-14/+16
OpenPOWER on IntegriCloud