| Commit message (Expand) | Author | Age | Files | Lines |
| * | Properly bzero kldstat structure to prevent information leak. [SA-17:10] | Gordon Tetlow | 2017-11-15 | 1 | -5/+7 |
| * | Fix kernel data leak via ptrace(PT_LWPINFO). [SA-17:08] | Gordon Tetlow | 2017-11-15 | 1 | -2/+2 |
| * | Fix OpenSSH Denial of Service vulnerability. [SA-17:06] | Xin LI | 2017-08-10 | 1 | -0/+2 |
| * | MFS11 r305250: | Nathan Whitehorn | 2016-09-02 | 1 | -2/+5 |
| * | MFS r304704: Update iflib to support more NIC designs | Stephen Hurd | 2016-08-24 | 2 | -360/+864 |
| * | MFS r304512: | Bryan Drewery | 2016-08-20 | 1 | -2/+0 |
| * | MFC r303562,303563,r303584,r303643,r303652,r303655,r303707: | Mateusz Guzik | 2016-08-11 | 4 | -63/+196 |
| * | MFC 303503: Don't treat NOCPU as a valid CPU to CPU_ISSET. | John Baldwin | 2016-08-09 | 1 | -1/+1 |
| * | Regenerate for r303857. | Bryan Drewery | 2016-08-08 | 2 | -2/+2 |
| * | MFC r303755: | Bryan Drewery | 2016-08-08 | 1 | -2/+2 |
| * | MFC r303729: | Bryan Drewery | 2016-08-08 | 1 | -4/+4 |
| * | MFC r303702: | Konstantin Belousov | 2016-08-06 | 1 | -3/+3 |
| * | MFC 303406,303501: Fix panic when using aio_fsync(). | John Baldwin | 2016-08-05 | 1 | -27/+44 |
| * | MFC r302614: | Konstantin Belousov | 2016-08-01 | 2 | -10/+47 |
| * | MFC r303211: | Konstantin Belousov | 2016-07-30 | 1 | -0/+28 |
| * | MFC 303164: Add more documentation regarding unsafe AIO requests. | John Baldwin | 2016-07-28 | 1 | -1/+10 |
| * | MFC r303154: | Konstantin Belousov | 2016-07-28 | 1 | -1/+13 |
| * | MFC r303151: | Konstantin Belousov | 2016-07-28 | 1 | -0/+21 |
| * | MFC r302567: | Konstantin Belousov | 2016-07-25 | 1 | -1/+7 |
| * | MFC r302936: | Konstantin Belousov | 2016-07-23 | 1 | -2/+5 |
| * | MFC r302919: | Konstantin Belousov | 2016-07-22 | 1 | -1/+1 |
| * | MFC r302893: | Konstantin Belousov | 2016-07-22 | 1 | -0/+2 |
| * | Merge r302894, r303098: fix regression caused by r302350. Stopping a | Gleb Smirnoff | 2016-07-21 | 1 | -0/+6 |
| * | MFC r302981: | Konstantin Belousov | 2016-07-21 | 1 | -1/+1 |
| * | MFC r302770: | Konstantin Belousov | 2016-07-20 | 1 | -0/+17 |
| * | Add new unmount(2) flag, MNT_NONBUSY, to check whether there are | Edward Tomasz Napierala | 2016-07-07 | 1 | -0/+37 |
| * | Replace a number of conflations of mp_ncpus and mp_maxid with either | Nathan Whitehorn | 2016-07-06 | 2 | -9/+22 |
| * | The paradigm of a callout is that it has three consequent states: | Gleb Smirnoff | 2016-07-05 | 2 | -25/+19 |
| * | Compile in the kassert_panic() function with INVARIANT_SUPPORT | Gleb Smirnoff | 2016-07-05 | 1 | -1/+1 |
| * | Ensure that spinlock sections are balanced even after a panic. | Mark Johnston | 2016-07-05 | 1 | -1/+8 |
| * | Call audit hooks to capture vnode attributes for three file-descriptor | Robert Watson | 2016-07-05 | 1 | -0/+3 |
| * | add description for debug.elf{32,64}_legacy_coredump sysctl | Ed Maste | 2016-07-05 | 1 | -1/+2 |
| * | Provide helper macros to detect 'non-silent SBDRY' state and to | Konstantin Belousov | 2016-07-03 | 3 | -30/+35 |
| * | Remove racy assert. The thread which changes vnode usecount from 0 to 1 | Konstantin Belousov | 2016-07-03 | 1 | -5/+2 |
| * | When a process knote was attached to the process which is already exiting, | Konstantin Belousov | 2016-07-01 | 1 | -0/+3 |
| * | Currently the ntptime code and resettodr() are Giant-locked. In | Konstantin Belousov | 2016-06-28 | 1 | -74/+100 |
| * | Do not use Giant to prevent parallel calls to CLOCK_SETTIME(). Use | Konstantin Belousov | 2016-06-28 | 2 | -3/+10 |
| * | Complete r302215. TDF_SBDRY | TDF_SERESTART and TDF_SBDRY | | Konstantin Belousov | 2016-06-28 | 1 | -6/+20 |
| * | Fix userspace build after r302235: do not expose bool field of the | Konstantin Belousov | 2016-06-27 | 1 | -2/+2 |
| * | When filt_proc() removes event from the knlist due to the process | Konstantin Belousov | 2016-06-27 | 6 | -69/+87 |
| * | When sleeping waiting for either local or remote advisory lock, | Konstantin Belousov | 2016-06-26 | 1 | -1/+3 |
| * | Rewrite sigdeferstop(9) and sigallowstop(9) into more flexible | Konstantin Belousov | 2016-06-26 | 3 | -23/+77 |
| * | Do not clear robust lists pointers on fork. The forked child thread | Konstantin Belousov | 2016-06-25 | 1 | -0/+1 |
| * | posixshm: Fix lock leak when mac_posixshm_check_read rejects read. | Jilles Tjoelker | 2016-06-23 | 1 | -3/+3 |
| * | Generate syscall tables and update pipe() implementation after r302094. | Brooks Davis | 2016-06-22 | 4 | -15/+15 |
| * | Mark the pipe() system call as COMPAT10. | Brooks Davis | 2016-06-22 | 1 | -1/+2 |
| * | Add support for COMPAT10 keywords in syscalls.master. | Brooks Davis | 2016-06-22 | 1 | -6/+34 |
| * | Account for AIO socket operations in thread/process resource usage. | John Baldwin | 2016-06-21 | 2 | -21/+35 |
| * | Get closer to a VIMAGE network stack teardown from top to bottom rather | Bjoern A. Zeeb | 2016-06-21 | 1 | -2/+2 |
| * | Fix typo. Note that atomic is still required even for interlocked case. | Konstantin Belousov | 2016-06-20 | 1 | -2/+3 |