summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fix OpenSSH Denial of Service vulnerability. [SA-17:06]releng/11.0delphij2017-08-101-0/+2
* MFS11 r305250:nwhitehorn2016-09-021-2/+5
* MFS r304704: Update iflib to support more NIC designsshurd2016-08-242-360/+864
* MFS r304512:bdrewery2016-08-201-2/+0
* MFC r303562,303563,r303584,r303643,r303652,r303655,r303707:mjg2016-08-114-63/+196
* MFC 303503: Don't treat NOCPU as a valid CPU to CPU_ISSET.jhb2016-08-091-1/+1
* Regenerate for r303857.bdrewery2016-08-082-2/+2
* MFC r303755:bdrewery2016-08-081-2/+2
* MFC r303729:bdrewery2016-08-081-4/+4
* MFC r303702:kib2016-08-061-3/+3
* MFC 303406,303501: Fix panic when using aio_fsync().jhb2016-08-051-27/+44
* MFC r302614:kib2016-08-012-10/+47
* MFC r303211:kib2016-07-301-0/+28
* MFC 303164: Add more documentation regarding unsafe AIO requests.jhb2016-07-281-1/+10
* MFC r303154:kib2016-07-281-1/+13
* MFC r303151:kib2016-07-281-0/+21
* MFC r302567:kib2016-07-251-1/+7
* MFC r302936:kib2016-07-231-2/+5
* MFC r302919:kib2016-07-221-1/+1
* MFC r302893:kib2016-07-221-0/+2
* Merge r302894, r303098: fix regression caused by r302350. Stopping aglebius2016-07-211-0/+6
* MFC r302981:kib2016-07-211-1/+1
* MFC r302770:kib2016-07-201-0/+17
* Add new unmount(2) flag, MNT_NONBUSY, to check whether there aretrasz2016-07-071-0/+37
* Replace a number of conflations of mp_ncpus and mp_maxid with eithernwhitehorn2016-07-062-9/+22
* The paradigm of a callout is that it has three consequent states:glebius2016-07-052-25/+19
* Compile in the kassert_panic() function with INVARIANT_SUPPORTglebius2016-07-051-1/+1
* Ensure that spinlock sections are balanced even after a panic.markj2016-07-051-1/+8
* Call audit hooks to capture vnode attributes for three file-descriptorrwatson2016-07-051-0/+3
* add description for debug.elf{32,64}_legacy_coredump sysctlemaste2016-07-051-1/+2
* Provide helper macros to detect 'non-silent SBDRY' state and tokib2016-07-033-30/+35
* Remove racy assert. The thread which changes vnode usecount from 0 to 1kib2016-07-031-5/+2
* When a process knote was attached to the process which is already exiting,kib2016-07-011-0/+3
* Currently the ntptime code and resettodr() are Giant-locked. Inkib2016-06-281-74/+100
* Do not use Giant to prevent parallel calls to CLOCK_SETTIME(). Usekib2016-06-282-3/+10
* Complete r302215. TDF_SBDRY | TDF_SERESTART and TDF_SBDRY |kib2016-06-281-6/+20
* Fix userspace build after r302235: do not expose bool field of thekib2016-06-271-2/+2
* When filt_proc() removes event from the knlist due to the processkib2016-06-276-69/+87
* When sleeping waiting for either local or remote advisory lock,kib2016-06-261-1/+3
* Rewrite sigdeferstop(9) and sigallowstop(9) into more flexiblekib2016-06-263-23/+77
* Do not clear robust lists pointers on fork. The forked child threadkib2016-06-251-0/+1
* posixshm: Fix lock leak when mac_posixshm_check_read rejects read.jilles2016-06-231-3/+3
* Generate syscall tables and update pipe() implementation after r302094.brooks2016-06-224-15/+15
* Mark the pipe() system call as COMPAT10.brooks2016-06-221-1/+2
* Add support for COMPAT10 keywords in syscalls.master.brooks2016-06-221-6/+34
* Account for AIO socket operations in thread/process resource usage.jhb2016-06-212-21/+35
* Get closer to a VIMAGE network stack teardown from top to bottom ratherbz2016-06-211-2/+2
* Fix typo. Note that atomic is still required even for interlocked case.kib2016-06-201-2/+3
* vfs: ifdef out noop vop_* primitives on !DEBUG_VFS_LOCKS kernelsmjg2016-06-171-10/+2
* Add VFS interface to flush specified amount of free vnodes belongingkib2016-06-171-10/+34
OpenPOWER on IntegriCloud