| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't terminate the interactive root mount prompt on mount failure. | marcel | 2011-10-23 | 1 | -20/+21 |
* | Revisit the capability failure trace points. The initial implementation | des | 2011-10-18 | 3 | -5/+27 |
* | Fix double vision syndrome (read: double output) when in the | marcel | 2011-10-16 | 1 | -13/+7 |
* | Control the execution permission of the readable segments for | kib | 2011-10-15 | 1 | -1/+9 |
* | In elf32_trans_prot() and when compiling for amd64 or ia64, add | marcel | 2011-10-13 | 1 | -0/+6 |
* | Make memguard(9) capable to guard uma(9) allocations. | glebius | 2011-10-12 | 1 | -1/+1 |
* | Correct a bug in export of capability-related information from the sysctls | rwatson | 2011-10-12 | 1 | -12/+20 |
* | Don't call fixup_filename() on each witness lock call. | adrian | 2011-10-12 | 1 | -41/+63 |
* | Add a new trace point, KTRFAC_CAPFAIL, which traces capability check | des | 2011-10-11 | 2 | -1/+30 |
* | When unmounting a filesystem always wait for the vfs_busy lock to clear | mckusick | 2011-10-11 | 1 | -12/+0 |
* | In device_get_children() avoid malloc(0) in order to increase portability | marius | 2011-10-09 | 1 | -0/+5 |
* | Fix the handling of an empty kmem map by sysctl_kmem_map_free(). In | alc | 2011-10-08 | 1 | -2/+2 |
* | Change one printf() to log(). | jonathan | 2011-10-07 | 1 | -1/+1 |
* | Disallow various debug.kdb sysctl's when securelevel is raised. | obrien | 2011-10-07 | 1 | -9/+14 |
* | Return proper errno when we hit error when doing sanity check. | delphij | 2011-10-07 | 1 | -4/+22 |
* | - Currently, sched_balance_pair() may cause a CPU to send an IPI_PREEMPT to | marius | 2011-10-06 | 1 | -4/+9 |
* | Remove assertion against empty NFSv4 ACLs. An empty ACL is not exactly | trasz | 2011-10-05 | 1 | -4/+0 |
* | Supply unique (st_dev, st_ino) value pair for the fstat(2) done on the pipes. | kib | 2011-10-05 | 1 | -2/+26 |
* | Move parts of the commit log for r166167, where Tor explained the | kib | 2011-10-04 | 1 | -0/+32 |
* | Actually enforce limit for inheritable resources on fork. | trasz | 2011-10-04 | 1 | -6/+6 |
* | Move some code inside the racct_proc_fork(); it spares a few lock operations | trasz | 2011-10-03 | 2 | -20/+22 |
* | Assert that exiting process does not return to usermode. | kib | 2011-10-03 | 1 | -0/+2 |
* | Fix another bug introduced in r225641, which caused rctl to access certain | trasz | 2011-10-03 | 3 | -11/+40 |
* | Fix bug introduced in r225641, which would cause panic if racct_proc_fork() | trasz | 2011-10-03 | 1 | -18/+1 |
* | The sigwait(3) function shall not return EINTR, according to the | kib | 2011-10-01 | 1 | -0/+2 |
* | Fix handling of corrupt compress(1)ed data. [11:04] | bz | 2011-09-28 | 1 | -0/+4 |
* | Revert r225372: | attilio | 2011-09-27 | 1 | -14/+0 |
* | Do not deliver SIGTRAP on exec as the normal signal, use ptracestop() on | kib | 2011-09-27 | 2 | -11/+9 |
* | Fix interrupt counters dumping on SW_WATCHDOG fire. | mav | 2011-09-27 | 1 | -1/+1 |
* | Fix error handling bug that would prevent MAC structures from getting | trasz | 2011-09-17 | 1 | -20/+18 |
* | Fix long-standing thinko regarding maxproc accounting. Basically, | trasz | 2011-09-17 | 2 | -37/+7 |
* | Auto-generated code from sys_ prefixing makesyscalls.sh change | kmacy | 2011-09-16 | 1 | -323/+323 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 54 | -409/+427 |
* | Ensure that ta_pending doesn't overflow u_short by capping its value at USHRT... | adrian | 2011-09-15 | 1 | -1/+3 |
* | Modify vfs_register() to use a hash calculation | rmacklem | 2011-09-13 | 1 | -1/+44 |
* | dump_write() returns ENXIO if the dump is trying to be written outside | attilio | 2011-09-12 | 1 | -2/+5 |
* | Fix error return codes for ioctls on init/lock state devices. | ed | 2011-09-12 | 1 | -1/+2 |
* | Inline the syscallenter() and syscallret(). This reduces the time measured | kib | 2011-09-11 | 2 | -162/+213 |
* | Improve the informations reported in case of busy buffers during the shutdown: | attilio | 2011-09-08 | 2 | -9/+21 |
* | Fix whitespace. | trasz | 2011-09-07 | 1 | -1/+1 |
* | Work around a kernel panic triggered by forkbomb with an rctl rule | trasz | 2011-09-06 | 1 | -0/+11 |
* | Interrupts are disabled/enabled when entering and exiting the KDB context. | attilio | 2011-09-04 | 1 | -0/+14 |
* | Since r224036 the cputime and wallclock are supposed to be in seconds, | trasz | 2011-09-04 | 1 | -2/+2 |
* | Fix panic that happens when fork(2) fails due to a limit other than | trasz | 2011-09-03 | 1 | -7/+12 |
* | Correct several issues in the integration of POSIX shared memory objects | rwatson | 2011-09-02 | 1 | -12/+16 |
* | Attempt to make break-to-debugger and alternative break-to-debugger more | rwatson | 2011-08-26 | 1 | -1/+82 |
* | Fix format strings for KTR_STATE in 4BSD ad ULE schedulers. | delphij | 2011-08-26 | 2 | -4/+4 |
* | Delay the recursive decrement of pr_uref when jails are made invisible | jamie | 2011-08-26 | 1 | -26/+5 |
* | Fix a deficiency in the selinfo interface: | attilio | 2011-08-25 | 8 | -0/+28 |
* | Increase the defaults for the maximum socket buffer limit, | bz | 2011-08-25 | 1 | -1/+1 |