summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* | MFCattilio2011-06-061-0/+1
|\ \ | |/
| * Clear the device_t pointer in 'struct resource' when releasing a devicejhb2011-06-061-0/+1
| * Fix a bug introduced in revision 222537.ken2011-05-311-0/+2
| * Fix apparent garbage in the message buffer.ken2011-05-312-51/+295
| * On multi-core, multi-threaded PPC systems, it is important that the threadsnwhitehorn2011-05-314-7/+7
* | MFCattilio2011-06-011-0/+2
* | MFCattilio2011-05-316-58/+302
OpenPOWER on IntegriCloud