summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Replace the ill-named ZERO_COPY_SOCKET kernel option with twoandre2012-10-232-21/+24
* Remove unused `vfslocked' variable.ed2012-10-221-2/+1
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-2231-842/+181
* Correct the killpg(2) return values:eadler2012-10-221-6/+14
* Colin acked the wrong diff originally. fixed version coming soon.eadler2012-10-221-15/+6
* Correct the killpg(2) return values:eadler2012-10-221-6/+15
* remove duplicate semicolons where possible.eadler2012-10-221-1/+1
* Grammar fixes to r241781.andre2012-10-201-1/+1
* Hide the unfortunate named sysctl kern.ipc.somaxconn from sysctl -aandre2012-10-201-1/+7
* Tidy up somaxconn (accept queue limit) and related functionsandre2012-10-201-22/+26
* Move socket UMA zone initialization functionality together intoandre2012-10-191-17/+16
* Move UMA socket zone initialization from uipc_domain.c to uipc_socket.candre2012-10-192-17/+23
* Remove unnecessary includes from sosend_copyin() and fixandre2012-10-181-10/+4
* Remove double-wrapping of #ifdef ZERO_COPY_SOCKETS withinandre2012-10-181-17/+1
* Disconnect non-MPSAFE SMBFS from the build in preparation for droppingattilio2012-10-182-57/+0
* Disconnect non-MPSAFE NTFS from the build in preparation for droppingattilio2012-10-171-1/+0
* Disconnect non-MPSAFE NWFS from the build in preparation for droppingattilio2012-10-171-1/+0
* Disconnect non-MPSAFE PORTALFS from the build in preparation for droppingattilio2012-10-161-2/+0
* Disconnect non-MPSAFE HPFS from the build in preparation for droppingattilio2012-10-161-1/+0
* 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
OpenPOWER on IntegriCloud