| Commit message (Expand) | Author | Age | Files | Lines |
* | Acquire the rangelock for truncate(2) as well. | kib | 2012-10-15 | 1 | -3/+7 |
* | Add a KPI to allow to reserve some amount of space in the numvnodes | kib | 2012-10-14 | 2 | -24/+74 |
* | panic() with reasonable message instead of returning zero frequency causing | mav | 2012-10-10 | 1 | -1/+2 |
* | Add an unified macro to deny ability from the compiler to reorder | attilio | 2012-10-09 | 1 | -6/+2 |
* | cngetc: use cpu_spinwait to ease the cncheckc loop a tiny bit | avg | 2012-10-06 | 1 | -1/+1 |
* | ktrace/kern_exec: check p_tracecred instead of p_cred | avg | 2012-10-06 | 1 | -1/+2 |
* | Fix faulty error code handling in read(2) on TTYs. | ed | 2012-10-03 | 1 | -12/+12 |
* | Fix spelling of the function name in two assertion messages. | wollman | 2012-10-02 | 1 | -2/+2 |
* | Provide a generic way to disable devices at boot time | eadler | 2012-10-02 | 1 | -0/+7 |
* | - Enforce CAP_MKFIFO on mkfifoat(2), not on mknodat(2). Without this change | pjd | 2012-10-01 | 1 | -3/+4 |
* | Fix the mis-handling of the VV_TEXT on the nullfs vnodes. | kib | 2012-09-28 | 5 | -10/+55 |
* | Fix up kernel sources to be ready for a 64-bit ino_t. | mdf | 2012-09-27 | 1 | -1/+1 |
* | Revert r240931, as the previous comment was actually in sync with POSIX. | pjd | 2012-09-27 | 1 | -3/+3 |
* | Kernel and modules have "set_vnet" linker set, where virtualized | trociny | 2012-09-27 | 1 | -1/+98 |
* | Make the updates of the tid ring buffer' head and tail pointers | kib | 2012-09-26 | 1 | -6/+6 |
* | Fix freebsd32_kmq_timedreceive() and freebsd32_kmq_timedsend() to use | pjd | 2012-09-25 | 1 | -2/+2 |
* | vn_write() always expects FOF_OFFSET flag, which is asserted at the begining, | pjd | 2012-09-25 | 1 | -4/+3 |
* | We cannot open file for reading and executing (O_RDONLY | O_EXEC). | pjd | 2012-09-25 | 1 | -3/+3 |
* | Require CAP_DELETE on directory descriptor for unlinkat(2). | pjd | 2012-09-25 | 1 | -2/+2 |
* | Require CAP_CREATE on directory descriptor for symlinkat(2). | pjd | 2012-09-25 | 1 | -2/+2 |
* | Require CAP_CREATE on directory descriptor for linkat(2). | pjd | 2012-09-25 | 1 | -2/+2 |
* | O_EXEC flag is not part of the O_ACCMODE mask, check it separately. | pjd | 2012-09-25 | 1 | -15/+13 |
* | Change the module name for the I/O provider to "kernel" from | gnn | 2012-09-25 | 1 | -9/+9 |
* | Add optional entropy harvesting for software interrupts in swi_sched() | jhb | 2012-09-25 | 1 | -0/+10 |
* | Do not skip two elements of the tid_buffer when reusing the buffer | kib | 2012-09-22 | 1 | -1/+1 |
* | Correct double "the the" | eadler | 2012-09-14 | 1 | -1/+1 |
* | sched_ule: fix inverted condition in reporting of priority lending via ktr | avg | 2012-09-14 | 1 | -1/+1 |
* | Remove all the checks on curthread != NULL with the exception of some MD | attilio | 2012-09-13 | 6 | -15/+1 |
* | Ignore stop and continue signals sent to an exiting process. Stop signals | jhb | 2012-09-13 | 2 | -2/+13 |
* | Improve check coverage about idle threads. | attilio | 2012-09-12 | 6 | -1/+41 |
* | Tweak the commit message in case of panic for sleeping from threads | attilio | 2012-09-12 | 1 | -1/+2 |
* | Add a facility for vgone() to inform the set of subscribed mounts | kib | 2012-09-09 | 2 | -1/+59 |
* | Add MNTK_LOOKUP_EXCL_DOTDOT struct mount flag, which specifies to the | kib | 2012-09-09 | 1 | -9/+13 |
* | Move the checks for td_pinned, td_critnest, TDP_NOFAULTING and | attilio | 2012-09-08 | 2 | -22/+14 |
* | Move PT_UPDATED_FLUSH() before td_locks check in order to have more | attilio | 2012-09-08 | 1 | -3/+3 |
* | userret() already checks for td_locks when INVARIANTS is enabled, so | attilio | 2012-09-08 | 2 | -2/+0 |
* | Supply the pr_ctloutput method for local datagram sockets, | glebius | 2012-09-07 | 1 | -0/+1 |
* | A few whitespace and comment fixes. | jhb | 2012-09-07 | 2 | -4/+4 |
* | Style fixes. | ray | 2012-09-04 | 1 | -6/+9 |
* | Add missing braces. | ray | 2012-09-03 | 1 | -1/+2 |
* | - Mark some sysctls with CTLFLAG_TUN flag instead of CTLFLAG_RDTUN. | zont | 2012-09-03 | 1 | -7/+7 |
* | Add kern.hintmode sysctl variable to show current state of hints: | ray | 2012-09-03 | 1 | -0/+77 |
* | - Make kern.maxtsiz, kern.dfldsiz, kern.maxdsiz, kern.dflssiz, kern.maxssiz | zont | 2012-09-02 | 1 | -7/+7 |
* | In soreceive_generic() remove the optimization for the case when | trociny | 2012-09-02 | 1 | -8/+2 |
* | In soreceive_generic() when checking if the type of mbuf has changed | trociny | 2012-09-02 | 1 | -2/+2 |
* | Fix panic in procdesc that can be triggered in the following scenario: | pjd | 2012-09-01 | 1 | -2/+10 |
* | Post r222812 KTR_CPUMASK started being initialized only as a tunable | attilio | 2012-08-30 | 2 | -14/+12 |
* | - Unlike cache invalidation and TLB demapping IPIs, reading registers from | marius | 2012-08-29 | 1 | -3/+0 |
* | Remove unused SI_* flags. | ed | 2012-08-28 | 1 | -3/+0 |
* | Shorten the name of the fast SWI taskqueue to "fast taskq" so that | jhb | 2012-08-28 | 1 | -1/+1 |