aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* FIOSEEKHOLE/FIOSEEKDATA: correct consistency for bmap-based implementationKonstantin Belousov2023-02-111-1/+11
* netlink: allow to override sb_max for netlink sockets.Alexander V. Chernikov2023-02-102-1/+12
* Revert "netlink: allow to override sb_max for netlink sockets"Alexander V. Chernikov2023-02-102-12/+1
* netlink: allow to override sb_max for netlink socketsAlexander V. Chernikov2023-02-102-1/+12
* sockbufs: add sbreserve_locked_limit() with custom maxsockbuf limit.Alexander V. Chernikov2023-02-091-7/+15
* sockets: add MSG_TRUNC flag handling for recvfrom()/recvmsg().Alexander V. Chernikov2023-02-091-4/+9
* kern_reboot: unconditionally call shutdown_reset()Mitchell Horne2023-02-061-2/+6
* cpuset: Handle CPU_WHICH_TIDPID wherever cpuset_which() is called.Dmitry Chagin2023-02-061-15/+28
* subr_smp: Trim trailing whitespaces.Dmitry Chagin2023-02-061-4/+4
* cpuset: Fix sched_[g|s]etaffinity() for better compatibility with Linux.Dmitry Chagin2023-02-061-1/+41
* libthr: Fix pthread_attr_[g|s]etaffinity_np to match it's manual and the kernel.Dmitry Chagin2023-02-062-0/+8
* Add kf_file_nlink field to kf_file and populate itJiajie Chen2023-01-291-0/+1
* epoch: replace hand coded assertionBrooks Davis2023-01-241-3/+1
* ktls: Post receive errors on partially closed sockets.John Baldwin2023-01-241-1/+5
* ktls: Close a race with setting so_error when dropping a connection.John Baldwin2023-01-241-6/+23
* ktls: Don't leak ktls session objects for certain errors.John Baldwin2023-01-241-4/+4
* Add device and ifnet logging methods, similar to device_printf / if_printfAdrian Chadd2023-01-241-0/+41
* domains: allow pre-defined domains to be unloadedAlexander V. Chernikov2023-01-231-0/+23
* kern_umtx.c do_wait(): correct confusing indentKonstantin Belousov2023-01-221-1/+1
* Require INVARIANTS and WITNESS if DEBUG_VFS_LOCKS is setKonstantin Belousov2023-01-221-0/+4
* Add descrip_check_write_mp() helperKonstantin Belousov2023-01-201-0/+25
* Fixes for ptrace_syscallreq()Konstantin Belousov2023-01-201-2/+3
* ptrace(2): add PT_SC_REMOTE remote syscall requestKonstantin Belousov2023-01-202-22/+194
* Add a thread debugging flag TDB_BOUNDARYKonstantin Belousov2023-01-202-4/+12
* sys: rename td_coredump to td_remotereqKonstantin Belousov2023-01-202-10/+10
* shmfd: account for the actually allocated pagesKonstantin Belousov2023-01-201-5/+78
* tmpfs: for used pages, account really allocated pages, instead of file sizesKonstantin Belousov2023-01-201-1/+1
* uiomove_object: hide diagnostic under bootverboseKonstantin Belousov2023-01-201-2/+4
* device_get_property: add a HANDLE caseBjoern A. Zeeb2023-01-181-0/+1
* if_me: Use dedicated network privilegeZhenlei Huang2023-01-111-0/+1
* Don't allow stacking of file mountsDoug Rabson2023-01-061-0/+6
* Allow realpath to work for file mountsDoug Rabson2023-01-062-2/+31
* Add support for mounting single files in nullfsDoug Rabson2023-01-062-8/+28
* Add vn_path_to_global_path_hardlinkDoug Rabson2023-01-061-2/+67
* vfs_mount.c: fix vfs_domount() for PRIV_VFS_MOUNT_EXPORTEDRick Macklem2022-12-301-0/+2
* imgact_binmisc: Optionally pre-open the interpreter vnodeDoug Rabson2022-12-222-6/+61
* vfs_vnops.c: Fix blksize for ZFSRick Macklem2022-12-021-22/+29
* atomic: Intercept atomic_(load|store)_bool for kernel sanitizersMark Johnston2022-11-142-0/+5
* Simplify kernel sanitizer interceptorsMark Johnston2022-11-142-4/+0
* time(3): Fix spelling.Hans Petter Selasky2022-11-121-2/+2
* time(3): Optimize tvtohz() function.Hans Petter Selasky2022-11-122-46/+69
* time(3): Declare the minimum and maximum hz values supported.Hans Petter Selasky2022-11-121-0/+11
* time(3): Align fast clock times to avoid firing multiple timers.Hans Petter Selasky2022-11-121-2/+13
* Fix umtxq_sleep() regression caused by 56070dd2e4d.Alexander Motin2022-11-121-1/+3
* Improve timeout precision of pthread_cond_timedwait().Alexander Motin2022-11-121-48/+82
* Import the WireGuard driver from zx2c4.com.John Baldwin2022-11-111-0/+1
* kasan: disable kasan_mark() after a violationMitchell Horne2022-11-021-0/+3
* kasan: provide bus peek/poke definitionsMitchell Horne2022-11-021-0/+27
* vn_bmap_seekhole: check that passed offset is non-negativeKonstantin Belousov2022-10-261-1/+1
* ksched: correct return code for invalid priorityAli Abdallah2022-10-241-1/+1