summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Revert r240931, as the previous comment was actually in sync with POSIX.pjd2012-09-271-3/+3
* Kernel and modules have "set_vnet" linker set, where virtualizedtrociny2012-09-271-1/+98
* Make the updates of the tid ring buffer' head and tail pointerskib2012-09-261-6/+6
* Fix freebsd32_kmq_timedreceive() and freebsd32_kmq_timedsend() to usepjd2012-09-251-2/+2
* vn_write() always expects FOF_OFFSET flag, which is asserted at the begining,pjd2012-09-251-4/+3
* We cannot open file for reading and executing (O_RDONLY | O_EXEC).pjd2012-09-251-3/+3
* Require CAP_DELETE on directory descriptor for unlinkat(2).pjd2012-09-251-2/+2
* Require CAP_CREATE on directory descriptor for symlinkat(2).pjd2012-09-251-2/+2
* Require CAP_CREATE on directory descriptor for linkat(2).pjd2012-09-251-2/+2
* O_EXEC flag is not part of the O_ACCMODE mask, check it separately.pjd2012-09-251-15/+13
* Change the module name for the I/O provider to "kernel" fromgnn2012-09-251-9/+9
* Add optional entropy harvesting for software interrupts in swi_sched()jhb2012-09-251-0/+10
* Do not skip two elements of the tid_buffer when reusing the bufferkib2012-09-221-1/+1
* Correct double "the the"eadler2012-09-141-1/+1
* sched_ule: fix inverted condition in reporting of priority lending via ktravg2012-09-141-1/+1
* Remove all the checks on curthread != NULL with the exception of some MDattilio2012-09-136-15/+1
* Ignore stop and continue signals sent to an exiting process. Stop signalsjhb2012-09-132-2/+13
* Improve check coverage about idle threads.attilio2012-09-126-1/+41
* Tweak the commit message in case of panic for sleeping from threadsattilio2012-09-121-1/+2
* 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
OpenPOWER on IntegriCloud