summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Acquire the rangelock for truncate(2) as well.kib2012-10-151-3/+7
* Add a KPI to allow to reserve some amount of space in the numvnodeskib2012-10-142-24/+74
* panic() with reasonable message instead of returning zero frequency causingmav2012-10-101-1/+2
* Add an unified macro to deny ability from the compiler to reorderattilio2012-10-091-6/+2
* cngetc: use cpu_spinwait to ease the cncheckc loop a tiny bitavg2012-10-061-1/+1
* ktrace/kern_exec: check p_tracecred instead of p_credavg2012-10-061-1/+2
* Fix faulty error code handling in read(2) on TTYs.ed2012-10-031-12/+12
* Fix spelling of the function name in two assertion messages.wollman2012-10-021-2/+2
* Provide a generic way to disable devices at boot timeeadler2012-10-021-0/+7
* - Enforce CAP_MKFIFO on mkfifoat(2), not on mknodat(2). Without this changepjd2012-10-011-3/+4
* Fix the mis-handling of the VV_TEXT on the nullfs vnodes.kib2012-09-285-10/+55
* Fix up kernel sources to be ready for a 64-bit ino_t.mdf2012-09-271-1/+1
* 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
OpenPOWER on IntegriCloud