aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* kerneldump: Inline dump_savectx() into its callersMark Johnston26 hours2-13/+3
* smr: Remove the return value from smr_wait()Mark Johnston3 days1-0/+1
* intrng: track counter allocation with a bitmapMitchell Horne6 days1-14/+40
* intrng: sort includesMitchell Horne6 days1-9/+9
* kern: physmem: don't create a new exregion for different flags...Kyle Evans6 days1-1/+14
* kern: physmem: don't truncate addresses in DEBUG outputKyle Evans6 days1-3/+5
* deadlkres: Make parameters settable with tunablesMark Johnston10 days1-3/+3
* buf: Make buf_daemon_shutdown() a no-op after a panicMark Johnston10 days1-0/+3
* lockmgr: upgrade panic return checksMitchell Horne2023-03-071-8/+8
* vfs_mount.c: Free exports structures in vfs_destroy_mount()Rick Macklem2023-03-072-3/+8
* buf: Make bufspace_daemon_shutdown() a no-op after a panicMark Johnston2023-03-031-0/+3
* netlink: make the maximum allowed netlink socket buffer runtime tunable.Alexander V. Chernikov2023-03-011-1/+2
* kern/sysv_ipc.c: use ANSI C function definitionKonstantin Belousov2023-02-241-6/+1
* netlink: fix style(9) after c3d3f3594fdf.Alexander V. Chernikov2023-02-241-1/+1
* kern: physmem: improve region coalescing logicKyle Evans2023-02-201-6/+86
* allocbuf(): convert direct panic() calls to KASSERT()sKonstantin Belousov2023-02-191-5/+7
* Use maybe_yield() in a few more placesMitchell Horne2023-02-151-6/+3
* Boolify should_yield()Mitchell Horne2023-02-151-1/+1
* Update comments referencing create_thread()Mitchell Horne2023-02-151-1/+1
* 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