| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN. | bz | 2011-07-18 | 1 | -2/+2 |
* | - Export each thread's individual resource usage in in struct kinfo_proc's | jhb | 2011-07-18 | 2 | -6/+39 |
* | - Remove the eintrcnt/eintrnames usage and introduce the concept of | attilio | 2011-07-18 | 2 | -6/+7 |
* | Define two new sysctl node flags: CTLFLAG_CAPRD and CTLFLAG_CAPRW, which | rwatson | 2011-07-17 | 5 | -34/+68 |
* | Fix a LOR between hwpmc and the kernel linker. When a system-wide | rstone | 2011-07-17 | 1 | -11/+24 |
* | Auto-generated system call code with cap_new(), cap_getrights(). | jonathan | 2011-07-15 | 3 | -4/+46 |
* | Add cap_new() and cap_getrights() system calls. | jonathan | 2011-07-15 | 2 | -2/+70 |
* | Add implementation for capabilities. | jonathan | 2011-07-15 | 2 | -10/+234 |
* | If TSC stops ticking in C3, disable deep sleep when the user forcefully | jkim | 2011-07-14 | 1 | -0/+6 |
* | Rename resource names to match these in login.conf. | trasz | 2011-07-14 | 2 | -17/+17 |
* | Remove semaphore map entry count "semmap" field and its tuning | bz | 2011-07-14 | 1 | -7/+0 |
* | Implement an RFTSIGZMB flag to rfork(2) to specify a signal that is | kib | 2011-07-12 | 1 | -1/+16 |
* | Include sys/sbuf.h directly. | ae | 2011-07-11 | 2 | -0/+2 |
* | Update tags build script | mckusick | 2011-07-10 | 1 | -0/+2 |
* | Add a facility to disable processing page faults. When activated, | kib | 2011-07-09 | 1 | -10/+53 |
* | Add an option to have a fail point term only execute when run by a | mdf | 2011-07-08 | 1 | -1/+19 |
* | style(9) and cleanup fixes. | mdf | 2011-07-08 | 1 | -80/+69 |
* | Fix the "passability" test in fdcopy(). | jonathan | 2011-07-08 | 1 | -2/+2 |
* | In the experimental soreceive_stream(): | andre | 2011-07-08 | 1 | -13/+9 |
* | Style fix - macros are supposed to be uppercase. | trasz | 2011-07-07 | 2 | -18/+18 |
* | Remove the TCP_SORECEIVE_STREAM compile time option. The use of | andre | 2011-07-07 | 1 | -2/+0 |
* | All the racct_*() calls need to happen with the proc locked. Fixing this | trasz | 2011-07-06 | 8 | -1/+44 |
* | Call pmap_qremove() before freeing or unwiring the pages, otherwise | marius | 2011-07-05 | 1 | -3/+5 |
* | Rework _fget to accept capability parameters. | jonathan | 2011-07-05 | 1 | -6/+75 |
* | Add kernel functions to unwrap capabilities. | jonathan | 2011-07-04 | 1 | -0/+122 |
* | With retirement of cpumask_t and usage of cpuset_t for representing a | attilio | 2011-07-04 | 5 | -43/+41 |
* | Add infrastructure to allow all frames/packets received on an interface | bz | 2011-07-03 | 1 | -0/+1 |
* | Reintroduce the cioctl() hook in the TTY layer for digi(4). | ed | 2011-07-02 | 1 | -6/+20 |
* | When Capsicum starts creating capabilities to wrap existing file | jonathan | 2011-06-30 | 1 | -27/+58 |
* | Add some checks to ensure that Capsicum is behaving correctly, and add some | jonathan | 2011-06-30 | 4 | -0/+53 |
* | Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing this | alc | 2011-06-29 | 2 | -3/+3 |
* | We may split today's CAPABILITIES into CAPABILITY_MODE (which has | jonathan | 2011-06-29 | 2 | -6/+6 |
* | Fix whitespace inconsistencies in the TTY layer and its drivers owned by me. | ed | 2011-06-26 | 5 | -30/+30 |
* | Remove redundant Capsicum sysctl. | jonathan | 2011-06-25 | 1 | -7/+0 |
* | unconditionally stop other cpus when entering kdb in smp system | avg | 2011-06-25 | 1 | -21/+2 |
* | generic_stop_cpus: pull timeout logic from under DIAGNOSTIC | avg | 2011-06-25 | 1 | -3/+1 |
* | Tidy up a capabilities-related comment. | jonathan | 2011-06-24 | 1 | -3/+0 |
* | Set negative quality to TSC timecounter when C3 state is enabled for Intel | jkim | 2011-06-22 | 1 | -0/+1 |
* | Add comment from CSRG rev 7.27 (1992/06/23 19:56:55; author: mckusick) | obrien | 2011-06-17 | 1 | -0/+9 |
* | Do not trash the argv[0] pointer for an a.out process on amd64. | kib | 2011-06-16 | 1 | -1/+1 |
* | Fix silly typo that resulted in the a.out process stack to end at | kib | 2011-06-16 | 1 | -1/+1 |
* | Even if the loaded module has no symbols, we still need to notify | marcel | 2011-06-16 | 1 | -1/+1 |
* | sys/kern/subr_kdb.c: | gibbs | 2011-06-14 | 1 | -8/+23 |
* | We should not return ECHILD when debugging a child and the parent does a | obrien | 2011-06-14 | 2 | -5/+14 |
* | sys/sys/conf.h: | gibbs | 2011-06-14 | 1 | -0/+62 |
* | Instead of using an atomic operation to determine whether the devstat(9) | ken | 2011-06-13 | 1 | -3/+5 |
* | Fix a couple of race conditions in devstat(9) initialization. | gibbs | 2011-06-13 | 1 | -9/+3 |
* | - When printing bufs with show buf the lblkno is often more useful than | jeff | 2011-06-10 | 1 | -2/+3 |
* | In the current code, a double panic condition may lead to dumps | attilio | 2011-06-08 | 1 | -1/+2 |
* | Log the socket address passed as the destination to sendto() and sendmsg() | jhb | 2011-06-07 | 1 | -0/+4 |