aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Call pmap_qremove() before freeing or unwiring the pages, otherwiseMarius Strobl2011-07-051-3/+5
* Rework _fget to accept capability parameters.Jonathan Anderson2011-07-051-6/+75
* Add kernel functions to unwrap capabilities.Jonathan Anderson2011-07-041-0/+122
* MFCAttilio Rao2011-07-047-33/+132
|\
| * Add infrastructure to allow all frames/packets received on an interfaceBjoern A. Zeeb2011-07-031-0/+1
| * Reintroduce the cioctl() hook in the TTY layer for digi(4).Ed Schouten2011-07-021-6/+20
| * When Capsicum starts creating capabilities to wrap existing fileJonathan Anderson2011-06-301-27/+58
| * Add some checks to ensure that Capsicum is behaving correctly, and add someJonathan Anderson2011-06-304-0/+53
* | Completely remove now unused pc_other_cpus, pc_cpumask.Attilio Rao2011-07-041-1/+0
* | MFCAttilio Rao2011-06-304-9/+9
|\|
| * Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing thisAlan Cox2011-06-292-3/+3
| * We may split today's CAPABILITIES into CAPABILITY_MODE (which hasJonathan Anderson2011-06-292-6/+6
* | MFCAttilio Rao2011-06-285-30/+30
|\|
| * Fix whitespace inconsistencies in the TTY layer and its drivers owned by me.Ed Schouten2011-06-265-30/+30
* | Fix a mismerge.Attilio Rao2011-06-271-8/+5
* | MFCAttilio Rao2011-06-263-26/+2
|\|
| * Remove redundant Capsicum sysctl.Jonathan Anderson2011-06-251-7/+0
| * unconditionally stop other cpus when entering kdb in smp systemAndriy Gapon2011-06-251-21/+2
| * generic_stop_cpus: pull timeout logic from under DIAGNOSTICAndriy Gapon2011-06-251-3/+1
* | MFCAttilio Rao2011-06-241-3/+0
|\|
| * Tidy up a capabilities-related comment.Jonathan Anderson2011-06-241-3/+0
* | MFCAttilio Rao2011-06-221-0/+1
|\|
| * Set negative quality to TSC timecounter when C3 state is enabled for IntelJung-uk Kim2011-06-221-0/+1
* | MFCAttilio Rao2011-06-193-3/+12
|\|
| * Add comment from CSRG rev 7.27 (1992/06/23 19:56:55; author: mckusick)David E. O'Brien2011-06-171-0/+9
| * Do not trash the argv[0] pointer for an a.out process on amd64.Konstantin Belousov2011-06-161-1/+1
| * Fix silly typo that resulted in the a.out process stack to end atKonstantin Belousov2011-06-161-1/+1
| * Even if the loaded module has no symbols, we still need to notifyMarcel Moolenaar2011-06-161-1/+1
| * sys/kern/subr_kdb.c:Justin T. Gibbs2011-06-141-8/+23
| * We should not return ECHILD when debugging a child and the parent does aDavid E. O'Brien2011-06-142-5/+14
| * sys/sys/conf.h:Justin T. Gibbs2011-06-141-0/+62
* | MFCAttilio Rao2011-06-155-22/+104
|\|
| * Instead of using an atomic operation to determine whether the devstat(9)Kenneth D. Merry2011-06-131-3/+5
| * Fix a couple of race conditions in devstat(9) initialization.Justin T. Gibbs2011-06-131-9/+3
* | Remove pc_cpumask and pc_other_cpus usage from MI code.Attilio Rao2011-06-134-43/+41
|/
* - When printing bufs with show buf the lblkno is often more useful thanJeff Roberson2011-06-101-2/+3
* In the current code, a double panic condition may lead to dumpsAttilio Rao2011-06-081-1/+2
* Log the socket address passed as the destination to sendto() and sendmsg()John Baldwin2011-06-071-0/+4
* MFCAttilio Rao2011-06-073-15/+20
|\
| * Set pca.p_bufr to NULL when we haven't allocated a buffer.Kenneth D. Merry2011-06-071-0/+3
| * Use p4prio_to_tsprio to calculate TS priority instead of usingDavid Xu2011-06-071-1/+1
| * Fix making kernel dumps from the debugger by creating a commandMarcel Moolenaar2011-06-071-14/+16
* | MFCAttilio Rao2011-06-061-0/+1
|\|
| * Clear the device_t pointer in 'struct resource' when releasing a deviceJohn Baldwin2011-06-061-0/+1
* | MFCAttilio Rao2011-06-011-0/+2
|\|
| * Fix a bug introduced in revision 222537.Kenneth D. Merry2011-05-311-0/+2
* | MFCAttilio Rao2011-05-316-58/+302
|\|
| * Fix apparent garbage in the message buffer.Kenneth D. Merry2011-05-312-51/+295
| * On multi-core, multi-threaded PPC systems, it is important that the threadsNathan Whitehorn2011-05-314-7/+7
* | Fix KTR_CPUMASK in order to accept a string representing a cpuset_t.Attilio Rao2011-05-312-10/+89