]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
ocs_fc: IO timeout handling and error reporting fix.
[FreeBSD/FreeBSD.git] / sys / sys /
2023-12-21 Olivier CertnerNew realgroupmember()
2023-12-21 Olivier CertnerNew cr_bsd_visible(): Whether BSD policies deny seeing...
2023-12-21 Olivier Certnercr_canseejailproc(): New privilege, no direct check...
2023-12-13 Dag-Erling Smørgravbitstring: Support large bit strings.
2023-12-02 Martin Matuskazfs: merge openzfs/zfs@d99134be8 (zfs-2.1-release)...
2023-12-02 Rick Macklemparam.h: Bump __FreeBSD_version to 1302509 for commit...
2023-11-30 Rick Macklemnfsd: Fix NFS access to .zfs/snapshot snapshots
2023-11-20 Christos Margiolistty: set IUTF8 by default
2023-10-26 Konstantin BelousovRegen
2023-10-26 Konstantin BelousovAdd membarrier(2)
2023-10-26 Konstantin BelousovAdd cpu_sync_core()
2023-10-21 Bojan Novković(s)tty: add support for IUTF8 input flag
2023-10-09 Konstantin Belousovsysentvec: add SV_SIGSYS flag
2023-10-09 Konstantin Belousovsyscalls: fix missing SIGSYS for several ENOSYS errors
2023-09-30 Martin Matuskazfs: merge openzfs/zfs@eb62221ff (zfs-2.1-release)...
2023-09-25 Sebastian Huberbuf.h: Fix declaration of unmapped_buf
2023-09-06 John Baldwinptrace: Clear TDB_BORN during PT_DETACH.
2023-09-06 John Baldwinaio: Fix more synchronization issues in aio_biowakeup.
2023-09-06 Thomas Munrolio_listio(2): Allow LIO_READV and LIO_WRITEV.
2023-08-25 Mateusz Guzikvfs: decouple freevnodes from vnode batching
2023-08-25 Konstantin Belousovlinuxolator: implement Linux' PROT_GROWSDOWN
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line sh pattern
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line .c pattern
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line .c comment pattern
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line .h pattern
2023-08-23 Warner Loshsys: Remove $FreeBSD$: two-line .h pattern
2023-08-13 Sebastian Hubersys/cdefs.h: fix for use __restrict in C++
2023-08-07 Dmitry Chaginsignal: Get rid of gsignal() as it not used anywhere
2023-08-07 Konstantin Belousovkillpg(2): close a race with fork(2), part1
2023-08-06 Marius Stroblbase: Remove support for the VTOC8 partitioning scheme
2023-08-05 Gordon Berglingelf(3): Fix a typo in a source code comment
2023-07-25 Warner Loshspdx: The BSD-2-Clause-NetBSD identifier is obsolete...
2023-07-25 Warner Loshspdx: The BSD-2-Clause-FreeBSD identifier is obsolete...
2023-07-23 Dimitry AndricBump __FreeBSD_version for llvm 16.0.6 merge
2023-07-20 Konstantin BelousovRevert "VFS: Remove VV_READLINK flag" and "fdescfs...
2023-07-17 Mitchell Hornehwpmc(4): document debugging options
2023-07-17 Mitchell Hornehpwmc: add __pmcdbg_used annotation
2023-07-17 Mitchell Hornehwpmc: add error for HWPMC_DEBUG without KTR
2023-07-04 Konstantin Belousovvn_lock_pair(): allow to request shared locking
2023-07-04 Konstantin BelousovVFS: Remove VV_READLINK flag
2023-06-29 Dmitry Chaginlinux(4): Add a dedicated statat() implementation
2023-06-28 John Baldwin<sys/cdefs.h>: Decay expression passed to fallback...
2023-06-26 Bjoern A. ZeebBump __FreeBSD_version to 1302506 for merges of LinuxKP...
2023-06-17 Martin Matuskazfs: merge openzfs/zfs@86783d7d9 (zfs-2.1-release)...
2023-06-16 Mark Johnstonkevent: Make references to filter definitions const
2023-06-09 Mitchell Hornehwpmc: remove pmd_pcpu_{init,fini} callbacks
2023-06-09 Mitchell Hornehwpmc: pass pmc pointer to more class methods
2023-06-09 Mitchell Hornehwpmc: formatting of CPU and class lists
2023-06-09 Mitchell Hornehwpmc: trim obsolete Intel CPU and class defs
2023-06-09 Mark Johnstonktrace: Make sys/ktrace.h self-contained
2023-06-05 Konstantin Belousovreapkill: handle possible pid reuse after the pid was...
2023-06-05 Konstantin Belousovunr(9): add iterator interface
2023-06-02 Mark Johnstonbitset: Remove BITSET_FOREACH_ADVANCE
2023-05-21 Rick Macklemvfs_export: Add mnt_exjail to control exports done...
2023-05-19 Rick MacklemRevert "vfs_export: Add mnt_exjail to control exports...
2023-05-19 Rick Macklemvfs_export: Add mnt_exjail to control exports done...
2023-05-17 Rick Macklemkern_jail.c: Allow mountd/nfsd to optionally run in...
2023-05-05 Olivier Certnervfs: Rename vfs_emptydir() to vn_dir_check_empty()
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-03 Dimitry Andricboolean_t: change to unsigned int to avoid signed bitfi...
2023-04-27 Olivier Certnersys/dirent.h: comment update, 'd_off' is offset of...
2023-04-25 Konstantin Belousovumtx: allow to configure minimal timeout (in nanoseconds)
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-16 Konstantin BelousovRegen
2023-04-16 Konstantin BelousovChange kqueue1() to be compatible with NetBSD
2023-04-16 Konstantin BelousovRename kqueue1(2) to kqueuex(2) to avoid compat issues...
2023-04-16 Konstantin Belousovkqueue1(2): export the symbol from libc
2023-04-16 Konstantin BelousovAdd kqueue1() syscall
2023-04-16 Konstantin BelousovAdd witness_is_owned(9)
2023-04-16 Konstantin BelousovDEBUG_VFS_LOCKS: use witness if available
2023-04-09 Dimitry AndricBump __FreeBSD_version for llvm 15.0.7 merge
2023-03-22 Warner Losh_endian.h: Include sys/cdefs.h for visibility macros
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-12 Tijl Coosemansrc.d: Generate machine-id from hostid_save
2023-03-07 Rick Macklemvfs_mount.c: Free exports structures in vfs_destroy_mount()
2023-02-21 Emmanuel VadotBump __FreeBSD_version after linuxkpi changes.
2023-02-20 Dmitry Chagincpuset: Adapt sched_affinity compat shims to the stable/13
2023-02-19 Dmitry Chagincpuset: Add compat shim to the sched_affinity functions
2023-02-19 Konstantin Belousovsys/param.h: Add _WANT_P_OSREL
2023-02-17 Bjoern A. ZeebBump __FreeBSD_version to 1302502 after LinuxKPI changes.
2023-02-16 Mark Johnstonatomic: Fix the atomic_load_ptr() *SAN interceptor
2023-02-16 Warner Loshsys/_endian.h: Move powerpc workaround into _endian.h
2023-02-16 Jean-Sébastien PédronBump __FreeBSD_version to 1302501
2023-02-16 Elliott MitchellAdd ck.h userspace shims for CK_SLIST_
2023-02-15 Mitchell HorneBoolify should_yield()
2023-02-15 Mitchell HorneUpdate comments referencing create_thread()
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-10 Colin PercivalPost-13.2-branch updates
2023-02-09 Stefan Eßerusr.sbin/kbdcontrol.c: Add backwards compatibility...
2023-02-09 Stefan EßerSupport Unicode characters in keymap dead key tables
2023-02-09 Alexander V. Chernikovsockbufs: add sbreserve_locked_limit() with custom...
2023-02-06 Mitchell Horneelf_common.h: remove obsolete riscv relocations
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-02-06 Dmitry Chaginsched.h: Fix _S macros for better compatibility with...
next