]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
linux(4): Cleanup sys/queue.h from linux.h
[FreeBSD/FreeBSD.git] / sys / kern /
2023-02-24 Konstantin Belousovkern/sysv_ipc.c: use ANSI C function definition
2023-02-24 Alexander V. Chernikovnetlink: fix style(9) after c3d3f3594fdf.
2023-02-20 Kyle Evanskern: physmem: improve region coalescing logic
2023-02-19 Konstantin Belousovallocbuf(): convert direct panic() calls to KASSERT()s
2023-02-15 Mitchell HorneUse maybe_yield() in a few more places
2023-02-15 Mitchell HorneBoolify should_yield()
2023-02-15 Mitchell HorneUpdate comments referencing create_thread()
2023-02-11 Konstantin BelousovFIOSEEKHOLE/FIOSEEKDATA: correct consistency for bmap...
2023-02-10 Alexander V. Chernikovnetlink: allow to override sb_max for netlink sockets.
2023-02-10 Alexander V. ChernikovRevert "netlink: allow to override sb_max for netlink...
2023-02-10 Alexander V. Chernikovnetlink: allow to override sb_max for netlink sockets
2023-02-09 Alexander V. Chernikovsockbufs: add sbreserve_locked_limit() with custom...
2023-02-09 Alexander V. Chernikovsockets: add MSG_TRUNC flag handling for recvfrom(...
2023-02-06 Mitchell Hornekern_reboot: unconditionally call shutdown_reset()
2023-02-06 Dmitry Chagincpuset: Handle CPU_WHICH_TIDPID wherever cpuset_which...
2023-02-06 Dmitry Chaginsubr_smp: Trim trailing whitespaces.
2023-02-06 Dmitry Chagincpuset: Fix sched_[g|s]etaffinity() for better compatib...
2023-02-06 Dmitry Chaginlibthr: Fix pthread_attr_[g|s]etaffinity_np to match...
2023-01-29 Jiajie ChenAdd kf_file_nlink field to kf_file and populate it
2023-01-26 Martin Matuskazfs: merge openzfs/zfs@92e0d9d18 (zfs-2.1-release)...
2023-01-24 Brooks Davisepoch: replace hand coded assertion
2023-01-24 John Baldwinktls: Post receive errors on partially closed sockets.
2023-01-24 John Baldwinktls: Close a race with setting so_error when dropping...
2023-01-24 John Baldwinktls: Don't leak ktls session objects for certain errors.
2023-01-24 Adrian ChaddAdd device and ifnet logging methods, similar to device...
2023-01-23 Alexander V. Chernikovdomains: allow pre-defined domains to be unloaded
2023-01-22 Konstantin Belousovkern_umtx.c do_wait(): correct confusing indent
2023-01-22 Konstantin BelousovRequire INVARIANTS and WITNESS if DEBUG_VFS_LOCKS is set
2023-01-20 Konstantin BelousovAdd descrip_check_write_mp() helper
2023-01-20 Konstantin BelousovFixes for ptrace_syscallreq()
2023-01-20 Konstantin Belousovptrace(2): add PT_SC_REMOTE remote syscall request
2023-01-20 Konstantin BelousovAdd a thread debugging flag TDB_BOUNDARY
2023-01-20 Konstantin Belousovsys: rename td_coredump to td_remotereq
2023-01-20 Konstantin Belousovshmfd: account for the actually allocated pages
2023-01-20 Konstantin Belousovtmpfs: for used pages, account really allocated pages...
2023-01-20 Konstantin Belousovuiomove_object: hide diagnostic under bootverbose
2023-01-18 Bjoern A. Zeebdevice_get_property: add a HANDLE case
2023-01-11 Zhenlei Huangif_me: Use dedicated network privilege
2023-01-06 Doug RabsonDon't allow stacking of file mounts
2023-01-06 Doug RabsonAllow realpath to work for file mounts
2023-01-06 Doug RabsonAdd support for mounting single files in nullfs
2023-01-06 Doug RabsonAdd vn_path_to_global_path_hardlink
2022-12-30 Rick Macklemvfs_mount.c: fix vfs_domount() for PRIV_VFS_MOUNT_EXPORTED
2022-12-22 Doug Rabsonimgact_binmisc: Optionally pre-open the interpreter...
2022-12-06 Martin Matuskazfs: merge openzfs/zfs@21bd76613 (zfs-2.1-release)...
2022-12-02 Rick Macklemvfs_vnops.c: Fix blksize for ZFS
2022-11-14 Mark Johnstonatomic: Intercept atomic_(load|store)_bool for kernel...
2022-11-14 Mark JohnstonSimplify kernel sanitizer interceptors
2022-11-12 Hans Petter Selaskytime(3): Fix spelling.
2022-11-12 Hans Petter Selaskytime(3): Optimize tvtohz() function.
2022-11-12 Hans Petter Selaskytime(3): Declare the minimum and maximum hz values...
2022-11-12 Hans Petter Selaskytime(3): Align fast clock times to avoid firing multipl...
2022-11-12 Alexander MotinFix umtxq_sleep() regression caused by 56070dd2e4d.
2022-11-12 Alexander MotinImprove timeout precision of pthread_cond_timedwait().
2022-11-11 John BaldwinImport the WireGuard driver from zx2c4.com.
2022-11-02 Mitchell Hornekasan: disable kasan_mark() after a violation
2022-11-02 Mitchell Hornekasan: provide bus peek/poke definitions
2022-10-26 Konstantin Belousovvn_bmap_seekhole: check that passed offset is non-negative
2022-10-24 Ali Abdallahksched: correct return code for invalid priority
2022-10-24 Mitchell Hornekern_intr: Check for NULL event in intr_destroy()
2022-10-20 Ed Mastesysent: regen after ee9bc5818356, posix_fadvise in...
2022-10-20 Ed MasteAllow posix_fadvise in capability mode
2022-10-19 Mitchell HorneDowngrade tty_intr_event from a global
2022-10-12 Alan Somerscopy_file_range: truncate write if it would exceed...
2022-10-08 Konstantin BelousovAdd vn_rlimit_fsizex() and vn_rlimit_fsizex_res()
2022-10-08 Konstantin BelousovAdd vn_rlimit_trunc()
2022-10-08 Konstantin Belousovfilesystems: return error from vn_rlimit_fsize() instea...
2022-10-06 Alfredo Dal'Ava... powerpc: cpuset: add local functions for copyin/copyout
2022-10-04 Martin Matuskazfs: merge openzfs/zfs@6a6bd4939 (zfs-2.1-release)...
2022-10-04 Hans Petter Selaskysysctl(3): Implement SYSCTL_FOREACH() to iterate all...
2022-10-01 Doug Moorerb_tree: reduce duplication in balancing code
2022-10-01 Mark Johnstonsched_4bsd: Fix a racy thread state modification
2022-09-30 Konstantin BelousovAdd AT_USRSTACK{BASE, LIM} AT vectors, and ELF_BSDF_VMN...
2022-09-28 Zhenlei Huangdebugnet: Fix parameter order in the calls to m_get()
2022-09-21 Mark Johnstondevstat: Remove DTrace io probes lacking a BIO reference
2022-09-19 Doug Moorerb_tree: avoid extra reads in rebalancing
2022-09-18 Gordon Berglingkern_jail: Fix a typo in a source code comment
2022-09-07 Gordon Berglingkern: Remove a double word in a source code comment
2022-09-06 Gordon Berglingkern: Fix a typo in asource code comment
2022-09-04 Ed MasteClarify code comments on ASLR default settings
2022-09-04 Ed MasteDisallow invalid PT_GNU_STACK
2022-09-03 Konstantin BelousovRemove TDF_DOING_SA
2022-09-03 Konstantin BelousovRemove struct proc p_singlethr member
2022-09-03 Konstantin BelousovREAP_KILL_PROC: kill processes in the threaded taskqueu...
2022-09-03 Konstantin Belousovfork_norfproc(): unlock p1 before retrying
2022-09-03 Konstantin Belousovkern_sig.c: style
2022-09-03 Konstantin Belousovksiginfo_tryfree(): change return type to bool
2022-09-03 Konstantin Belousovksiginfo_alloc(): change to directly take M_WAITOK...
2022-08-31 firkFix compat10 semaphore interface race
2022-08-31 Konstantin Belousovfork_exit(): style comment
2022-08-22 Konstantin Belousovreap_kill_proc_locked(): remove outdated part of the...
2022-08-22 Konstantin Belousovexit1(): update comment about thread_single()
2022-08-22 Konstantin Belousovsleepq_set_timeout_sbt(): correct comment to not talk...
2022-08-22 Konstantin Belousovsleepq_check_ast_sc_locked(): update comment
2022-08-22 Konstantin Belousovfork_norfproc(): style
2022-08-22 Andrew TurnerAdjust function definition in subr_devmap.c to avoid...
2022-08-21 Dimitry AndricAdjust function definition in kern_poll.c to avoid...
2022-08-11 Mark Johnstonfile: Move code to share fdtol structs into kern_descrip.c
2022-08-11 Mark Johnstondomain: Use designated constants for timeout periods
2022-08-11 Mitchell Horneddb: use _FLAGS command macros where appropriate
next