summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Add a facility for vgone() to inform the set of subscribed mountskib2012-09-092-1/+59
* Add MNTK_LOOKUP_EXCL_DOTDOT struct mount flag, which specifies to thekib2012-09-091-9/+13
* Move the checks for td_pinned, td_critnest, TDP_NOFAULTING andattilio2012-09-082-22/+14
* Move PT_UPDATED_FLUSH() before td_locks check in order to have moreattilio2012-09-081-3/+3
* userret() already checks for td_locks when INVARIANTS is enabled, soattilio2012-09-082-2/+0
* Supply the pr_ctloutput method for local datagram sockets,glebius2012-09-071-0/+1
* A few whitespace and comment fixes.jhb2012-09-072-4/+4
* Style fixes.ray2012-09-041-6/+9
* Add missing braces.ray2012-09-031-1/+2
* - Mark some sysctls with CTLFLAG_TUN flag instead of CTLFLAG_RDTUN.zont2012-09-031-7/+7
* Add kern.hintmode sysctl variable to show current state of hints:ray2012-09-031-0/+77
* - Make kern.maxtsiz, kern.dfldsiz, kern.maxdsiz, kern.dflssiz, kern.maxssizzont2012-09-021-7/+7
* In soreceive_generic() remove the optimization for the case whentrociny2012-09-021-8/+2
* In soreceive_generic() when checking if the type of mbuf has changedtrociny2012-09-021-2/+2
* Fix panic in procdesc that can be triggered in the following scenario:pjd2012-09-011-2/+10
* Post r222812 KTR_CPUMASK started being initialized only as a tunableattilio2012-08-302-14/+12
* - Unlike cache invalidation and TLB demapping IPIs, reading registers frommarius2012-08-291-3/+0
* Remove unused SI_* flags.ed2012-08-281-3/+0
* Shorten the name of the fast SWI taskqueue to "fast taskq" so thatjhb2012-08-281-1/+1
* Allow nmbjumbop, nmbjumbo9, and nmbjumbo16 to be set directly via loadernp2012-08-231-4/+13
* Provide some compat32 shims for sysctl vfs.conflist. It is requiredkib2012-08-221-16/+49
* Assert that system calls do not leak a pinned thread (via sched_pin()) tojhb2012-08-221-0/+3
* Fix a typo.jhb2012-08-221-1/+1
* Mark the idle threads as non-sleepable and also assert that an idlejhb2012-08-223-0/+3
* Fix the 'show witness' DDB command to honor db_pager_quit.jhb2012-08-221-0/+12
* Add a BUS_CHILD_DELETED() method that a bus can hook to allow it to cleanupjhb2012-08-212-0/+16
* Deliver SIGSYS to the guilty thread, not to the process.kib2012-08-181-1/+1
* regen.davidxu2012-08-172-2/+2
* Implement syscall clock_getcpuclockid2, so we can get a clock iddavidxu2012-08-175-13/+173
* Remove D_NEEDGIANT from dead_devsw. biofinish() (and thus dead_strategy)jhb2012-08-161-1/+0
* As a safety measure, disable lowering pid_max too much.kib2012-08-162-2/+9
* Fix grammar.kib2012-08-162-2/+2
* Limit popcorn limit to something sane (either 2ns or 2 ticks if that'simp2012-08-161-2/+9
* Correct a KASSERT message.alc2012-08-151-1/+1
* Add a sysctl kern.pid_max, which limits the maximum pid the system iskib2012-08-155-7/+45
* Revert r239178 and implement two new functions, namelyhselasky2012-08-152-25/+33
* Don't include opt_ddb.h & <ddb/ddb.h> twice.obrien2012-08-151-2/+0
* Reserve room for the terminating NUL when setting or getting kerneljh2012-08-141-6/+6
* Some style fixes inspired by @bde.davidxu2012-08-111-12/+12
* Some more minor tunings inspired by bde@.mav2012-08-112-25/+31
* Allow idle threads to steal second threads from other cores on systems withmav2012-08-111-6/+0
* tvtohz will print out an error message if a negative value is givendavidxu2012-08-111-9/+13
* Some minor tunings/cleanups inspired by bde@ after previous commits:mav2012-08-102-44/+69
* sched_rr_interval() seems always returned period in hz ticks, but samemav2012-08-101-1/+1
* Add new device method to free the automaticallyhselasky2012-08-102-4/+25
* Rework r220198 change (by fabient). I believe it solves the problem frommav2012-08-092-9/+14
* SCHED_4BSD scheduling quantum mechanism appears to be broken for some time.mav2012-08-091-33/+36
* Always initialize pl_event.kib2012-08-081-0/+1
* Do not add handler to event handlers list until ithread is created.kan2012-08-061-25/+27
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonkib2012-08-053-1/+3
OpenPOWER on IntegriCloud