aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* vfs: add restrictions to read(2) of a directory [2/2]Kyle Evans2020-06-043-1/+21
* vfs: add restrictions to read(2) of a directory [1/2]Kyle Evans2020-06-041-0/+19
* vt(4): reset scrollback and cursor position after clearing history bufferJason A. Harmening2020-06-021-0/+10
* Fix build issue introduced by r361699.Rick Macklem2020-06-021-0/+3
* Assign default security flavor when converting old export argsRyan Moeller2020-06-011-1/+13
* Clarify which hints file is the source of an error message.Peter Wemm2020-06-011-2/+2
* corefile_open_last: don't keep a locked vnode while locking other onesAndriy Gapon2020-05-291-3/+10
* Permit SO_NO_DDP and SO_NO_OFFLOAD to be read via getsockopt(2).John Baldwin2020-05-291-0/+2
* Update the files created from the new syscalls.master from r361599.Rick Macklem2020-05-283-0/+28
* Add a syscall for the nfs-over-tls daemons to use.Rick Macklem2020-05-281-0/+7
* Fix sosend() for the case where mbufs are passed in while doing ktls.Rick Macklem2020-05-271-0/+7
* Fix build issue after r360292 when using both RSS and KERN_TLS options.Hans Petter Selasky2020-05-261-1/+0
* This commit enables a UFS filesystem to do a forcible unmount whenChuck Silvers2020-05-251-0/+4
* Add support for optional separate output buffers to in-kernel crypto.John Baldwin2020-05-251-7/+18
* copystr(9): Move to deprecate (attempt #2)Conrad Meyer2020-05-251-8/+0
* proc: refactor clearing credentials into proc_unset_credMateusz Guzik2020-05-252-9/+14
* vfs: use atomic_{store,load}_long to manage f_offsetMateusz Guzik2020-05-251-8/+4
* vfs: restore mtx-protected foffset locking for 32 bit platformsMateusz Guzik2020-05-251-4/+48
* vfs: scale foffset_lock by using atomics instead of serializing on mtx poolMateusz Guzik2020-05-241-31/+47
* Deduplicate fsid comparisonsRyan Moeller2020-05-211-9/+4
* Remove copyinfrom() and copyinstrfrom().John Baldwin2020-05-201-38/+0
* Use the symbolic name for "modmetadata_set".Mark Johnston2020-05-191-2/+1
* Add BSM record conversion for a number of syscalls:Christian S.J. Peron2020-05-161-0/+2
* Improve comment for compat32 handling of sysctl hw.pagesizes.Konstantin Belousov2020-05-151-2/+3
* Revert r361077 to recommit with proper message.Konstantin Belousov2020-05-151-3/+2
* Implement RTLD_DEEPBIND.Konstantin Belousov2020-05-151-2/+3
* Assign process group of the TTY under the "proctree_lock".Hans Petter Selasky2020-05-151-1/+1
* Fix r361037.Konstantin Belousov2020-05-141-1/+10
* Fix spurious ENOTCONN from closed unix domain socket other' side.Konstantin Belousov2020-05-141-2/+3
* vfs_extattr: Allow extattr names up to the full maxConrad Meyer2020-05-141-14/+14
* Revert r360944 and r360946 until reported issues can be resolvedConrad Meyer2020-05-121-0/+8
* copystr(9): Move to deprecate [2/2]Conrad Meyer2020-05-111-8/+0
* sigfastblock: fix delivery of the pending signals in single-threaded processes.Konstantin Belousov2020-05-111-12/+19
* vfs_exports: Tighten bounds and assert consistency of numsecflavorsRyan Moeller2020-05-111-3/+17
* remove %n support from printf(9)Ed Maste2020-05-091-7/+11
* Avoid spurious ENOMEMs from sysctl hw.pagesizes.Konstantin Belousov2020-05-091-2/+11
* [PowerPC] kernel ifunc support for powerpc*, fix ppc64 relocation oddities.Brandon Bergren2020-05-071-4/+12
* [PowerPC] Fix powerpcspe build failure after r360569Brandon Bergren2020-05-071-0/+5
* Step 4.2: start divorce of M_EXT and M_EXTPGGleb Smirnoff2020-05-035-69/+73
* Mechanically rename MBUF_EXT_PGS_ASSERT() to M_ASSERTEXTPG() to matchGleb Smirnoff2020-05-034-5/+5
* Step 4.1: mechanically rename M_NOMAP to M_EXTPGGleb Smirnoff2020-05-038-30/+30
* Step 3: anonymize struct mbuf_ext_pgs and move all its fields into mbufGleb Smirnoff2020-05-037-112/+112
* Step 2.5: Stop using 'struct mbuf_ext_pgs' in the kernel itself.Gleb Smirnoff2020-05-035-102/+70
* Make MBUF_EXT_PGS_ASSERT_SANITY() a macro, so that it prints file:line.Gleb Smirnoff2020-05-031-34/+0
* Step 2.3: Rename mbuf_ext_pg_len() to m_epg_pagelen() thatGleb Smirnoff2020-05-025-6/+6
* Step 2.2:Gleb Smirnoff2020-05-022-63/+36
* Step 2.1: Build TLS workqueue from mbufs, not struct mbuf_ext_pgs.Gleb Smirnoff2020-05-022-27/+24
* Get rid of the mbuf self-pointing pointer.Gleb Smirnoff2020-05-021-8/+6
* Start moving into EPG_/epg_ namespace. There is only one flag, butGleb Smirnoff2020-05-022-3/+3
* In mb_unmapped_compress() we don't need mbuf structure to keep data,Gleb Smirnoff2020-05-021-8/+4