| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix kernel stack data disclosure | Gordon Tetlow | 2020-01-28 | 1 | -1/+1 |
| * | Fix nmount invalid pointer dereference | Gordon Tetlow | 2020-01-28 | 1 | -2/+2 |
| * | Fix reference count overflow in mqueuefs. | Gordon Tetlow | 2019-08-20 | 1 | -1/+2 |
| * | Fix IPv6 remote denial of service. | Gordon Tetlow | 2019-08-20 | 1 | -1/+1 |
| * | Fix incorrect locking in epoch(9). | Gordon Tetlow | 2019-08-06 | 2 | -22/+20 |
| * | Fix file descriptor reference count leak. | Gordon Tetlow | 2019-07-24 | 1 | -8/+33 |
| * | Fix reference count overflow in mqueuefs. | Gordon Tetlow | 2019-07-24 | 1 | -3/+6 |
| * | Fix pts write-after-free. | Gordon Tetlow | 2019-07-24 | 1 | -3/+3 |
| * | MFS12 r343785: Avoid leaking fp references when truncating SCM_RIGHTS | Ed Maste | 2019-02-05 | 1 | -1/+3 |
| * | MFS12 r341490, r341493: | Glen Barber | 2018-12-05 | 1 | -3/+14 |
| * | MFstable/12 r341082: | Mark Johnston | 2018-11-28 | 1 | -9/+19 |
| * | MFstable/12 r341077: | Mark Johnston | 2018-11-28 | 1 | -1/+1 |
| * | MFstable/12 r341075: | Mark Johnston | 2018-11-28 | 2 | -1/+4 |
| * | MFstable/12 r340970: | Mark Johnston | 2018-11-27 | 2 | -2/+2 |
| * | MFstable/12 r340921: | Mark Johnston | 2018-11-26 | 2 | -3/+2 |
| * | MFstable/12 r340903: | Mark Johnston | 2018-11-26 | 1 | -8/+13 |
| * | MFstable/12 r340788: | Mark Johnston | 2018-11-23 | 1 | -0/+2 |
| * | MFS r340603: | Konstantin Belousov | 2018-11-19 | 1 | -0/+1 |
| * | MFC r339927: | Mark Johnston | 2018-11-13 | 5 | -35/+47 |
| * | MFC r339925: | Mark Johnston | 2018-11-13 | 1 | -11/+21 |
| * | MFC r340302: | Brooks Davis | 2018-11-12 | 1 | -1/+1 |
| * | MFC r340272, r340274, r340294 | Brooks Davis | 2018-11-12 | 1 | -1/+1 |
| * | MFC 340164,340168,340170: Add custom cpu_lock_delay() for x86. | John Baldwin | 2018-11-08 | 1 | -1/+1 |
| * | MFC r339861: | Stephen Hurd | 2018-11-06 | 1 | -2/+54 |
| * | MFC r339616: | Mark Johnston | 2018-11-01 | 1 | -0/+6 |
| * | MFC r339931,r339933: | Bjoern A. Zeeb | 2018-10-31 | 2 | -4/+38 |
| * | MFC r339452, r339664: | Mark Johnston | 2018-10-31 | 1 | -5/+32 |
| * | In r78161 the lookup_set linker method was introduced which optionally | Bjoern A. Zeeb | 2018-10-18 | 1 | -14/+18 |
| * | Fix typos from r339409. | Jamie Gritton | 2018-10-18 | 1 | -1/+1 |
| * | r334853 added a "socket destructor" callback. However, as implemented, it | Jonathan T. Looney | 2018-10-18 | 1 | -2/+3 |
| * | Add a new jail permission, allow.read_msgbuf. When true, jailed processes | Jamie Gritton | 2018-10-17 | 3 | -10/+31 |
| * | The countp argument passed to linker_file_lookup_set() in | Bjoern A. Zeeb | 2018-10-17 | 1 | -2/+2 |
| * | Reparent a child of pdfork(2) to its reaper when the procdesc is closed. | Mark Johnston | 2018-10-16 | 1 | -7/+8 |
| * | Plug sendfile(2) on a listening socket with proper error code. | Gleb Smirnoff | 2018-10-16 | 1 | -0/+2 |
| * | Correct COMPAT* macro names in syscalls.master | Kyle Evans | 2018-10-15 | 1 | -1/+1 |
| * | capsicum: provide cap_rights_fde_inline | Mateusz Guzik | 2018-10-12 | 2 | -3/+3 |
| * | Add a file missed in r339321 | Mateusz Guzik | 2018-10-12 | 1 | -0/+76 |
| * | Provide string functions for use before ifuncs get resolved. | Mateusz Guzik | 2018-10-11 | 1 | -5/+1 |
| * | Fix the test prohibiting jails from sharing IP addresses. | Jamie Gritton | 2018-10-06 | 1 | -4/+6 |
| * | eliminate locking surrounding ui_vmsize and swap reserve by using atomics | Matt Macy | 2018-10-05 | 1 | -3/+0 |
| * | In PR 227259, a user is reporting that they have code which is using | Gleb Smirnoff | 2018-10-03 | 1 | -5/+23 |
| * | Add kernel ifunc support on arm64. | Andrew Turner | 2018-10-01 | 1 | -1/+1 |
| * | Allow empty NUMA memory domains to support Threadripper2 | Andrew Gallatin | 2018-10-01 | 1 | -0/+33 |
| * | Regenerate after UNIMPL -> OBSOL changes in r339001. | John Baldwin | 2018-09-28 | 2 | -40/+40 |
| * | Mark various removed system calls as OBSOL instead of UNIMPL. | John Baldwin | 2018-09-28 | 1 | -20/+20 |
| * | Clear stack allocated data structure to prevent kernel memory leak. | Gordon Tetlow | 2018-09-27 | 1 | -0/+2 |
| * | Eliminate false sharing in malloc due to statistic collection | Mateusz Guzik | 2018-09-23 | 1 | -8/+27 |
| * | select: stop doing zero-sized memsets | Mateusz Guzik | 2018-09-21 | 1 | -2/+3 |
| * | Ensure that imports into per-domain kmem arenas are KVA_QUANTUM-aligned. | Mark Johnston | 2018-09-20 | 1 | -3/+0 |
| * | vfs: remove lookup_shared tunable | Mateusz Guzik | 2018-09-20 | 1 | -11/+2 |