aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fix kernel stack data disclosureGordon Tetlow2020-01-281-1/+1
* Fix nmount invalid pointer dereferenceGordon Tetlow2020-01-281-2/+2
* Fix reference count overflow in mqueuefs.Gordon Tetlow2019-08-201-1/+2
* Fix IPv6 remote denial of service.Gordon Tetlow2019-08-201-1/+1
* Fix incorrect locking in epoch(9).Gordon Tetlow2019-08-062-22/+20
* Fix file descriptor reference count leak.Gordon Tetlow2019-07-241-8/+33
* Fix reference count overflow in mqueuefs.Gordon Tetlow2019-07-241-3/+6
* Fix pts write-after-free.Gordon Tetlow2019-07-241-3/+3
* MFS12 r343785: Avoid leaking fp references when truncating SCM_RIGHTSEd Maste2019-02-051-1/+3
* MFS12 r341490, r341493:Glen Barber2018-12-051-3/+14
* MFstable/12 r341082:Mark Johnston2018-11-281-9/+19
* MFstable/12 r341077:Mark Johnston2018-11-281-1/+1
* MFstable/12 r341075:Mark Johnston2018-11-282-1/+4
* MFstable/12 r340970:Mark Johnston2018-11-272-2/+2
* MFstable/12 r340921:Mark Johnston2018-11-262-3/+2
* MFstable/12 r340903:Mark Johnston2018-11-261-8/+13
* MFstable/12 r340788:Mark Johnston2018-11-231-0/+2
* MFS r340603:Konstantin Belousov2018-11-191-0/+1
* MFC r339927:Mark Johnston2018-11-135-35/+47
* MFC r339925:Mark Johnston2018-11-131-11/+21
* MFC r340302:Brooks Davis2018-11-121-1/+1
* MFC r340272, r340274, r340294Brooks Davis2018-11-121-1/+1
* MFC 340164,340168,340170: Add custom cpu_lock_delay() for x86.John Baldwin2018-11-081-1/+1
* MFC r339861:Stephen Hurd2018-11-061-2/+54
* MFC r339616:Mark Johnston2018-11-011-0/+6
* MFC r339931,r339933:Bjoern A. Zeeb2018-10-312-4/+38
* MFC r339452, r339664:Mark Johnston2018-10-311-5/+32
* In r78161 the lookup_set linker method was introduced which optionallyBjoern A. Zeeb2018-10-181-14/+18
* Fix typos from r339409.Jamie Gritton2018-10-181-1/+1
* r334853 added a "socket destructor" callback. However, as implemented, itJonathan T. Looney2018-10-181-2/+3
* Add a new jail permission, allow.read_msgbuf. When true, jailed processesJamie Gritton2018-10-173-10/+31
* The countp argument passed to linker_file_lookup_set() inBjoern A. Zeeb2018-10-171-2/+2
* Reparent a child of pdfork(2) to its reaper when the procdesc is closed.Mark Johnston2018-10-161-7/+8
* Plug sendfile(2) on a listening socket with proper error code.Gleb Smirnoff2018-10-161-0/+2
* Correct COMPAT* macro names in syscalls.masterKyle Evans2018-10-151-1/+1
* capsicum: provide cap_rights_fde_inlineMateusz Guzik2018-10-122-3/+3
* Add a file missed in r339321Mateusz Guzik2018-10-121-0/+76
* Provide string functions for use before ifuncs get resolved.Mateusz Guzik2018-10-111-5/+1
* Fix the test prohibiting jails from sharing IP addresses.Jamie Gritton2018-10-061-4/+6
* eliminate locking surrounding ui_vmsize and swap reserve by using atomicsMatt Macy2018-10-051-3/+0
* In PR 227259, a user is reporting that they have code which is usingGleb Smirnoff2018-10-031-5/+23
* Add kernel ifunc support on arm64.Andrew Turner2018-10-011-1/+1
* Allow empty NUMA memory domains to support Threadripper2Andrew Gallatin2018-10-011-0/+33
* Regenerate after UNIMPL -> OBSOL changes in r339001.John Baldwin2018-09-282-40/+40
* Mark various removed system calls as OBSOL instead of UNIMPL.John Baldwin2018-09-281-20/+20
* Clear stack allocated data structure to prevent kernel memory leak.Gordon Tetlow2018-09-271-0/+2
* Eliminate false sharing in malloc due to statistic collectionMateusz Guzik2018-09-231-8/+27
* select: stop doing zero-sized memsetsMateusz Guzik2018-09-211-2/+3
* Ensure that imports into per-domain kmem arenas are KVA_QUANTUM-aligned.Mark Johnston2018-09-201-3/+0
* vfs: remove lookup_shared tunableMateusz Guzik2018-09-201-11/+2