aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fix several dev_clone callbacks to avoid out-of-bounds readsMark Johnston2021-03-281-1/+1
* vfs: Add an assertion around name length limitsMark Johnston2021-03-271-0/+9
* accept_filter: Fix filter parameter handlingMark Johnston2021-03-251-0/+1
* Generalize sanitizer interceptors for memory and string routinesMark Johnston2021-03-241-6/+0
* Generalize bus_space(9) and atomic(9) sanitizer interceptorsMark Johnston2021-03-233-3/+15
* Add device and ifnet logging methods, similar to device_printf / if_printfAdrian Chadd2021-03-221-0/+41
* Unbreak MSG_CMSG_CLOEXECAlex Richardson2021-03-181-1/+1
* vfs: fix vnlru marker handling for filtered/unfiltered casesMateusz Guzik2021-03-181-7/+65
* base: remove if_wg(4) and associated utilities, manpageKyle Evans2021-03-173-13/+3
* link_elf_obj: Add a case missing from 5e6989ba4f26Mark Johnston2021-03-161-0/+1
* if_wg: import latest fixup work from the wireguard-freebsd projectKyle Evans2021-03-153-3/+13
* Fetch the sigfastblock value in syscalls that wait for signalsJonathan T. Looney2021-03-121-0/+6
* Set TDP_KTHREAD before calling cpu_fork() and cpu_copy_thread().John Baldwin2021-03-122-14/+15
* vlrureclaim: only skip vnode with resident pages if it own the pagesKonstantin Belousov2021-03-121-1/+1
* config_intrhook: provide config_intrhook_drainWarner Losh2021-03-111-3/+47
* Use the word "LinuxKPI" instead of "Linux compatibility", to not confuse withHans Petter Selasky2021-03-101-2/+2
* kern: malloc: fix panic on M_WAITOK during THREAD_NO_SLEEPING()Kyle Evans2021-03-091-1/+1
* config_intrhook: Move from TAILQ to STAILQ and paddingWarner Losh2021-03-081-11/+11
* Rename _cscan_atomic.h and _cscan_bus.h to atomic_san.h and bus_san.hMark Johnston2021-03-081-2/+2
* posix timers: Improve the overrun calculationMark Johnston2021-03-081-7/+28
* posix timers: Sprinkle some style fixesMark Johnston2021-03-081-11/+11
* posix timers: Declare unexported functions as staticMark Johnston2021-03-081-4/+4
* Make kern.timecounter.hardware tunableKonstantin Belousov2021-03-081-6/+16
* Implement mallocarray_domainset(9) variant of mallocarray(9).Hans Petter Selasky2021-03-061-0/+11
* Restore AT_RESOLVE_BENEATH support for funlinkat(2)/unlinkat(2).Konstantin Belousov2021-03-061-1/+1
* ktls: Hide initialization message behind bootverboseMark Johnston2021-03-051-1/+2
* link_elf_obj: Handle init_array sections in KLDsMark Johnston2021-03-041-7/+36
* ktls: Cache output buffers for software encryptionMark Johnston2021-03-031-27/+135
* Speed up geom_stats_resync in the presence of many devicesAlan Somers2021-03-031-0/+21
* filt_fsevent: only record interested eventsRobert Wing2021-03-021-1/+2
* O_RELATIVE_BENEATH: return ENOTCAPABLE instead of EINVAL for abs pathKonstantin Belousov2021-03-021-1/+1
* nameicap_check_dotdot: trim tracker on checkKonstantin Belousov2021-03-021-1/+5
* Add nameicap_cleanup_from(), to clean tracker list starting from some elementKonstantin Belousov2021-03-021-4/+11
* nameicap_tracker_add: avoid duplicates in the tracker listKonstantin Belousov2021-03-021-0/+3
* Do not call nameicap_tracker_add() for dotdot case.Konstantin Belousov2021-03-021-1/+2
* open(2): Remove O_BENEATH and AT_BENEATHKonstantin Belousov2021-03-023-99/+32
* jail: allow root to implicitly widen its cpuset to attachKyle Evans2021-03-011-0/+8
* copy_file_range(2): Fix for small values of input file offset and lenRick Macklem2021-03-011-1/+1
* Use atomic_interrupt_fence() instead of bare __compiler_membar()Konstantin Belousov2021-02-271-17/+15
* cache: temporarily drop the assert that dvp != vp when adding an entryMateusz Guzik2021-02-271-0/+5
* jail: Add safety around prison_deref() flags.Jamie Gritton2021-02-261-2/+8
* jail: Fix locking on an early jail_set error.Jamie Gritton2021-02-261-1/+1
* ktls: Use COUNTER_U64_DEFINE_EARLY for the ktls_toe_chacha20 counter.John Baldwin2021-02-251-1/+1
* Close races in vm object chain traversal for unlockRyan Libby2021-02-251-3/+3
* Modify lock_delay() to increase the delay time after spinningEdward Tomasz Napierala2021-02-251-4/+4
* buf: Fix the dirtybufthresh checkMark Johnston2021-02-251-2/+4
* sendfile: Use the pager size to determine the file extent when possibleMark Johnston2021-02-251-14/+41
* jail: re-commit 811e27fa3c44 with fixesJamie Gritton2021-02-251-94/+168
* jail: back out 811e27fa3c44 until it doesn't break JenkinsJamie Gritton2021-02-251-165/+93
* rmlock: Add a required compiler membar to the rlock slow pathMark Johnston2021-02-241-1/+5