| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Allow nmbjumbop, nmbjumbo9, and nmbjumbo16 to be set directly via loader | np | 2012-08-23 | 1 | -4/+13 |
* | Provide some compat32 shims for sysctl vfs.conflist. It is required | kib | 2012-08-22 | 1 | -16/+49 |
* | Assert that system calls do not leak a pinned thread (via sched_pin()) to | jhb | 2012-08-22 | 1 | -0/+3 |
* | Fix a typo. | jhb | 2012-08-22 | 1 | -1/+1 |
* | Mark the idle threads as non-sleepable and also assert that an idle | jhb | 2012-08-22 | 3 | -0/+3 |
* | Fix the 'show witness' DDB command to honor db_pager_quit. | jhb | 2012-08-22 | 1 | -0/+12 |
* | Add a BUS_CHILD_DELETED() method that a bus can hook to allow it to cleanup | jhb | 2012-08-21 | 2 | -0/+16 |
* | Deliver SIGSYS to the guilty thread, not to the process. | kib | 2012-08-18 | 1 | -1/+1 |
* | regen. | davidxu | 2012-08-17 | 2 | -2/+2 |
* | Implement syscall clock_getcpuclockid2, so we can get a clock id | davidxu | 2012-08-17 | 5 | -13/+173 |
* | Remove D_NEEDGIANT from dead_devsw. biofinish() (and thus dead_strategy) | jhb | 2012-08-16 | 1 | -1/+0 |
* | As a safety measure, disable lowering pid_max too much. | kib | 2012-08-16 | 2 | -2/+9 |
* | Fix grammar. | kib | 2012-08-16 | 2 | -2/+2 |
* | Limit popcorn limit to something sane (either 2ns or 2 ticks if that's | imp | 2012-08-16 | 1 | -2/+9 |
* | Correct a KASSERT message. | alc | 2012-08-15 | 1 | -1/+1 |
* | Add a sysctl kern.pid_max, which limits the maximum pid the system is | kib | 2012-08-15 | 5 | -7/+45 |
* | Revert r239178 and implement two new functions, namely | hselasky | 2012-08-15 | 2 | -25/+33 |
* | Don't include opt_ddb.h & <ddb/ddb.h> twice. | obrien | 2012-08-15 | 1 | -2/+0 |
* | Reserve room for the terminating NUL when setting or getting kernel | jh | 2012-08-14 | 1 | -6/+6 |
* | Some style fixes inspired by @bde. | davidxu | 2012-08-11 | 1 | -12/+12 |
* | Some more minor tunings inspired by bde@. | mav | 2012-08-11 | 2 | -25/+31 |
* | Allow idle threads to steal second threads from other cores on systems with | mav | 2012-08-11 | 1 | -6/+0 |
* | tvtohz will print out an error message if a negative value is given | davidxu | 2012-08-11 | 1 | -9/+13 |
* | Some minor tunings/cleanups inspired by bde@ after previous commits: | mav | 2012-08-10 | 2 | -44/+69 |
* | sched_rr_interval() seems always returned period in hz ticks, but same | mav | 2012-08-10 | 1 | -1/+1 |