]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
vfs_export: Add mnt_exjail to control exports done in prisons
[FreeBSD/FreeBSD.git] / sys / kern /
2023-05-19 Rick Macklemvfs_export: Add mnt_exjail to control exports done...
2023-05-17 Rick Macklemprison_check_nfsd: Add check for enforce_statfs != 0
2023-05-17 Rick Macklemkern_jail.c: Allow mountd/nfsd to optionally run in...
2023-05-16 Konstantin Belousovsmp_topo(): correct allocation sizes for trivial topologies
2023-05-16 Konstantin Belousovsmp_topo(): make it idempotent
2023-05-16 Konstantin Belousovsmp_topo: dynamically allocate group array
2023-05-16 Konstantin Belousovquiesce_cpus(): do not overallocate generation array
2023-05-11 Mark Johnstonbuf: Dynamically allocate per-CPU buffer queues
2023-05-11 Mark Johnstonunix: Fix locking in uipc_peeraddr()
2023-05-05 Olivier Certnervfs: Rename vfs_emptydir() to vn_dir_check_empty()
2023-05-05 Olivier Certnervfs: vn_dir_next_dirent(): Adapt comments to style(9)
2023-05-05 Olivier Certnervfs: Fix "emptydir" mount option
2023-05-05 Olivier Certnervfs: vn_dir_next_dirent(): Simplify interface and harden
2023-05-05 Olivier Certnervfs: Export get_next_dirent() as vn_dir_next_dirent()
2023-05-01 Olivier Certnervn_open_vnode(): fix locking around VOP_CLOSE() on...
2023-05-01 Konstantin Belousovlookup(): ensure that openat("/", "..", O_RESOLVE_BENEA...
2023-04-29 Dimitry Andrickcsan: add __tsan_mem(cpy|move|set) aliases for clang...
2023-04-27 Ed Mastelink_elf: fix SysV hash function overflow
2023-04-25 Konstantin Belousovumtx: allow to configure minimal timeout (in nanoseconds)
2023-04-25 Konstantin Belousovsyncer vnode: add VOP_GETWRITEMOUNT() definition explicitly
2023-04-25 Konstantin Belousovsync_vnode(): add assert to check vn_start_write()...
2023-04-24 Igor Ostapenkovfs cache: fix vfs.cache.stats.* name typos
2023-04-23 Martin Matuskazfs: merge openzfs/zfs@e25f9131d (zfs-2.1-release)...
2023-04-23 Val Packettprocctl: add state flags to PROC_REAP_GETPIDS reports
2023-04-19 Warner Loshtty: Default to printing kernel stack traceback only...
2023-04-18 Gordon Berglingkern: remove a double word in a KASSERT in subr_trap
2023-04-17 Mitchell Hornephysmem: add ram0 pseudo-driver
2023-04-16 Konstantin BelousovRegen
2023-04-16 Konstantin BelousovRename kqueue1(2) to kqueuex(2) to avoid compat issues...
2023-04-16 Konstantin BelousovAdd kqueue1() syscall
2023-04-16 Konstantin BelousovDEBUG_VFS_LOCKS: restore diagnostic for the witness...
2023-04-16 Konstantin BelousovAdd witness_is_owned(9)
2023-04-16 Konstantin BelousovDEBUG_VFS_LOCKS: use witness if available
2023-04-09 Mateusz Guziksysv: ansify
2023-04-09 Mateusz Guzikvfs: ansify
2023-03-24 Mark Johnstonmbuf: Fix an offset calculation in m_apply_extpg_one()
2023-03-23 Mateusz Guzikvfs cache: return ENOTDIR for not_a_dir/{.,..} lookups
2023-03-22 Mark Johnstonkerneldump: Inline dump_savectx() into its callers
2023-03-20 Mark Johnstonsmr: Remove the return value from smr_wait()
2023-03-17 Mitchell Horneintrng: track counter allocation with a bitmap
2023-03-17 Mitchell Horneintrng: sort includes
2023-03-17 Kyle Evanskern: physmem: don't create a new exregion for differen...
2023-03-17 Kyle Evanskern: physmem: don't truncate addresses in DEBUG output
2023-03-13 Mark Johnstondeadlkres: Make parameters settable with tunables
2023-03-13 Mark Johnstonbuf: Make buf_daemon_shutdown() a no-op after a panic
2023-03-07 Mitchell Hornelockmgr: upgrade panic return checks
2023-03-07 Rick Macklemvfs_mount.c: Free exports structures in vfs_destroy_mount()
2023-03-03 Mark Johnstonbuf: Make bufspace_daemon_shutdown() a no-op after...
2023-03-01 Alexander V. Chernikovnetlink: make the maximum allowed netlink socket buffer...
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...
next