aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Properly bzero kldstat structure to prevent information leak. [SA-17:10]Gordon Tetlow2017-11-151-5/+7
* Fix kernel data leak via ptrace(PT_LWPINFO). [SA-17:08]Gordon Tetlow2017-11-151-2/+2
* Fix OpenSSH Denial of Service vulnerability. [SA-17:06]Xin LI2017-08-101-0/+2
* MFS11 r305250:Nathan Whitehorn2016-09-021-2/+5
* MFS r304704: Update iflib to support more NIC designsStephen Hurd2016-08-242-360/+864
* MFS r304512:Bryan Drewery2016-08-201-2/+0
* MFC r303562,303563,r303584,r303643,r303652,r303655,r303707:Mateusz Guzik2016-08-114-63/+196
* MFC 303503: Don't treat NOCPU as a valid CPU to CPU_ISSET.John Baldwin2016-08-091-1/+1
* Regenerate for r303857.Bryan Drewery2016-08-082-2/+2
* MFC r303755:Bryan Drewery2016-08-081-2/+2
* MFC r303729:Bryan Drewery2016-08-081-4/+4
* MFC r303702:Konstantin Belousov2016-08-061-3/+3
* MFC 303406,303501: Fix panic when using aio_fsync().John Baldwin2016-08-051-27/+44
* MFC r302614:Konstantin Belousov2016-08-012-10/+47
* MFC r303211:Konstantin Belousov2016-07-301-0/+28
* MFC 303164: Add more documentation regarding unsafe AIO requests.John Baldwin2016-07-281-1/+10
* MFC r303154:Konstantin Belousov2016-07-281-1/+13
* MFC r303151:Konstantin Belousov2016-07-281-0/+21
* MFC r302567:Konstantin Belousov2016-07-251-1/+7
* MFC r302936:Konstantin Belousov2016-07-231-2/+5
* MFC r302919:Konstantin Belousov2016-07-221-1/+1
* MFC r302893:Konstantin Belousov2016-07-221-0/+2
* Merge r302894, r303098: fix regression caused by r302350. Stopping aGleb Smirnoff2016-07-211-0/+6
* MFC r302981:Konstantin Belousov2016-07-211-1/+1
* MFC r302770:Konstantin Belousov2016-07-201-0/+17
* Add new unmount(2) flag, MNT_NONBUSY, to check whether there areEdward Tomasz Napierala2016-07-071-0/+37
* Replace a number of conflations of mp_ncpus and mp_maxid with eitherNathan Whitehorn2016-07-062-9/+22
* The paradigm of a callout is that it has three consequent states:Gleb Smirnoff2016-07-052-25/+19
* Compile in the kassert_panic() function with INVARIANT_SUPPORTGleb Smirnoff2016-07-051-1/+1
* Ensure that spinlock sections are balanced even after a panic.Mark Johnston2016-07-051-1/+8
* Call audit hooks to capture vnode attributes for three file-descriptorRobert Watson2016-07-051-0/+3
* add description for debug.elf{32,64}_legacy_coredump sysctlEd Maste2016-07-051-1/+2
* Provide helper macros to detect 'non-silent SBDRY' state and toKonstantin Belousov2016-07-033-30/+35
* Remove racy assert. The thread which changes vnode usecount from 0 to 1Konstantin Belousov2016-07-031-5/+2
* When a process knote was attached to the process which is already exiting,Konstantin Belousov2016-07-011-0/+3
* Currently the ntptime code and resettodr() are Giant-locked. InKonstantin Belousov2016-06-281-74/+100
* Do not use Giant to prevent parallel calls to CLOCK_SETTIME(). UseKonstantin Belousov2016-06-282-3/+10
* Complete r302215. TDF_SBDRY | TDF_SERESTART and TDF_SBDRY |Konstantin Belousov2016-06-281-6/+20
* Fix userspace build after r302235: do not expose bool field of theKonstantin Belousov2016-06-271-2/+2
* When filt_proc() removes event from the knlist due to the processKonstantin Belousov2016-06-276-69/+87
* When sleeping waiting for either local or remote advisory lock,Konstantin Belousov2016-06-261-1/+3
* Rewrite sigdeferstop(9) and sigallowstop(9) into more flexibleKonstantin Belousov2016-06-263-23/+77
* Do not clear robust lists pointers on fork. The forked child threadKonstantin Belousov2016-06-251-0/+1
* posixshm: Fix lock leak when mac_posixshm_check_read rejects read.Jilles Tjoelker2016-06-231-3/+3
* Generate syscall tables and update pipe() implementation after r302094.Brooks Davis2016-06-224-15/+15
* Mark the pipe() system call as COMPAT10.Brooks Davis2016-06-221-1/+2
* Add support for COMPAT10 keywords in syscalls.master.Brooks Davis2016-06-221-6/+34
* Account for AIO socket operations in thread/process resource usage.John Baldwin2016-06-212-21/+35
* Get closer to a VIMAGE network stack teardown from top to bottom ratherBjoern A. Zeeb2016-06-211-2/+2
* Fix typo. Note that atomic is still required even for interlocked case.Konstantin Belousov2016-06-201-2/+3