]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
ObsoleteFiles: Complete 20201025: Remove cal data files
[FreeBSD/FreeBSD.git] / sys /
2023-05-03 Michael Tuexensctp: only start shutdown guard timer when sending...
2023-05-03 Mark Johnstonunix: Fix locking in uipc_peeraddr()
2023-05-03 Michael Tuexensctp: improve shutdown(..., SHUT_WR) handling
2023-05-03 Martin Matuskazfs: merge openzfs/zfs@d96e29576
2023-05-03 Kajetan Staszkiewiczpf: improve source node error handling
2023-05-03 Kristof Provostpf: simplify structs with anonymous unions
2023-05-03 Mateusz Guzikvfs: reduce audit branching in namei_setup
2023-05-03 Jessica Clarkeriscv: Add pass(4) to GENERIC kernel
2023-05-02 Justin HibbitsConvert nfs bootp/diskless to use IfAPI
2023-05-02 Justin HibbitsMechanically convert if_hn(4) to IfAPI
2023-05-02 Justin HibbitsIfAPI: Add if_maddr_empty() to check for any maddrs
2023-05-02 Mitchell Horneriscv: retire the FPE kernel option
2023-05-02 Mitchell Horneriscv: remove unused string from swtch.S
2023-05-02 Konstantin Belousovfstatat(2): restore AT_EMPTY_PATH handling
2023-05-02 Jason A. HarmeningIntel DMAR: remove parsing of 6-level paging capability
2023-05-02 Konstantin Belousovamd64: store pcids pmap data in pcpu zone
2023-05-02 Konstantin Belousovamd64 pmap_pcid_alloc(): pass a pointer to struct pmap_...
2023-05-02 Konstantin Belousovamd64: add pmap_get_pcid() helper
2023-05-02 Konstantin Belousovamd64 pmap: add pmap_pinit_pcids() helper
2023-05-02 Konstantin Belousovamd64: move definition of the struct pmap_pcids into...
2023-05-02 Xin LIMFV: less v632.
2023-05-01 Warner Loshstand: Add isspace to FreeBSD ctypes.h
2023-05-01 Warner Loshstand: back out the most of the horrible aarch64 kludge
2023-05-01 Warner Loshstand: remove ZFS warning about computered but unused...
2023-05-01 Ed Mastebxe: prefer C99 bool to boolean_t
2023-05-01 Christos Margioliskinst: test lock in kinst_trampoline_dealloc_locked()
2023-05-01 Christos Margiolisfbt: get rid of redundant defines
2023-05-01 Mark Johnstonhwpmc: Fix a typo
2023-05-01 Alexander V. Chernikovnetlink: whitespace fix in netlink_message_writer.h.
2023-05-01 Tom Hukinspf: Fix a spelling mistake in a comment
2023-05-01 Kajetan Staszkiewiczpf: reduce number of hashing operations when handling...
2023-05-01 Alexander V. Chernikovnetlink: always zero provided header buffers.
2023-05-01 Emmanuel Vadotarm: Remove TI code from GENERIC
2023-04-30 Eugene Grosbeinlisten(2): improve administrator control over logging
2023-04-30 Kristof Provostlibifconfig: fix carp key configuration
2023-04-30 Michael Tuexensctp: improve handling of stale cookie error causes
2023-04-30 Kirk McKusickUpdates to UFS/FFS superblock integrity checks when...
2023-04-29 Kristof Provostwg: change module name to if_wg
2023-04-28 Doug Ambriskomrsas(4) switch from PTRIN define to include sys/abi_co...
2023-04-28 Doug Ambriskomrsas(4) fix build on targets that don't define PTRIN.
2023-04-28 Konrad Sewiłło-Jopekarmv7: Fix BeagleBone Black panic on system start
2023-04-28 Olivier Certnervfs: Rename vfs_emptydir() to vn_dir_check_empty()
2023-04-28 Olivier Certnervfs: vn_dir_next_dirent(): Adapt comments to style(9)
2023-04-28 Ravi Pokalajedec_dimm(4): Refactor offset adjustment and page0...
2023-04-28 Ravi Pokalajedec_dimm(4): Add manufacturing year and week.
2023-04-28 Doug AmbriskoAdd the mfi(4) ioctl support to mrsas(4)
2023-04-28 Alexander V. Chernikovnetlink: fix debug message on 32-bit archs
2023-04-28 Alexander V. Chernikovnetlink: add forgotten opt_netlink header
2023-04-28 Christos Margioliskinst: do not use DPCPU_ID_GET if we already have the...
2023-04-28 Mark Johnstonbusdma: Update KMSAN shadow maps later in bounce_bus_dm...
2023-04-28 Alexander V. Chernikovnetlink: properly zero all fields in the ndmsg header.
2023-04-28 Alexander V. Chernikovroute: show originator PID in netlink monitor
2023-04-28 Alexander V. Chernikovnetlink: fix netlink interface operations when netlink...
2023-04-28 Andrew TurnerSplit out pmap_map_delete on arm64
2023-04-28 Zhenlei Huangmrsas: Fix a typo in a source code comment
2023-04-28 Zhenlei Huangmps: Fix a typo in a source code comment
2023-04-28 Ian Moffettixgbe: Fix typos in source code comments
2023-04-28 Dmitry Chaginlinux(4): Uniformly dev_t arguments translation
2023-04-28 Dmitry Chaginlinux(4): Add a dedicated fstat() implementation
2023-04-28 Dmitry Chaginlinux(4): Add a dedicated statat() implementation
2023-04-28 Dmitry Chaginlinux(4): Make struct stat64 to match Linux actual one
2023-04-28 Dmitry Chaginlinux(4): Regen for mknod syscall changes
2023-04-28 Dmitry Chaginlinux(4): Use Linux dev_t type for mknod syscalls dev...
2023-04-28 Dmitry Chaginlinux(4): Move dev_t type declaration under /compat...
2023-04-28 Dmitry Chaginlinux(4): Make struct newstat to match actual Linux one
2023-04-28 Dmitry Chaginlinux(4): Regen for struct l_old_stat changes
2023-04-28 Dmitry Chaginlinux(4): Update syscalls.master to reflect struct...
2023-04-28 Dmitry Chaginlinux(4): Mark old fstat syscal as unimplemented
2023-04-28 Dmitry Chaginlinux(4): Rename obsolete old struct l_stat to struct...
2023-04-28 Dmitry Chaginlinux(4): Move statx_copyout() close to linux_statx()
2023-04-28 Dmitry Chaginlinux(4): Move translate_vnhook_major_minor() into...
2023-04-28 Dmitry Chaginlinux(4): Sort includes in the linux_stats.c
2023-04-28 Johannes TotzExpose EFI wake time API
2023-04-28 Olivier Certnervfs: Fix "emptydir" mount option
2023-04-28 Olivier Certnervfs: vn_dir_next_dirent(): Simplify interface and harden
2023-04-28 Olivier Certnervfs: Export get_next_dirent() as vn_dir_next_dirent()
2023-04-27 Mark Johnstonsockbuf: Add KMSAN checks to sbappend*()
2023-04-27 Kyle Evansopenzfs: re-enable FPU usage on aarch64
2023-04-27 Tino ReichardtFix BLAKE3 aarch64 assembly for FreeBSD and macOS
2023-04-26 Cheng Cuisiftr: remove barely used hash generation per record
2023-04-26 Elliott Mitchellarm: remove passing trapframe to intr_ipi_dispatch()
2023-04-26 Elliott Mitchellarm: remove interrupt nesting by ipi_preempt()/ipi_hard...
2023-04-26 Mateusz Guzikzfs: Fix positive ABD size assertion in abd_verify().
2023-04-26 Ed Masteipv6: disable RFC 4620 nodeinfo by default
2023-04-26 Kyle Evansopenzfs: arm64: implement kfpu_begin/kfpu_end
2023-04-26 Mark Johnstoncallout: Remove an unneeded MTX_NEW
2023-04-26 Kristof Provostpf: clear PF_TAG_ROUTE_TO for dummynet fast path
2023-04-26 Mark Johnstonbuf: Dynamically allocate per-CPU buffer queues
2023-04-26 Mark Johnstoncallout: Move per-CPU callout state into the dpcpu...
2023-04-26 Mark Johnstonvmm: Dynamically allocate a couple of per-CPU state...
2023-04-26 Dmitry Chaginlinux(4): Use inlined LINUX_KERNVER for tests to improv...
2023-04-26 Dmitry Chaginlinux(4): Don't relie on process osreldata when testing...
2023-04-26 Mark Johnstonirdma: Silence an unused function warning
2023-04-26 Alexander V. Chernikovnetlink: fix IPv6 proxy ndp deletion.
2023-04-26 Andrew TurnerAdd vt_simplefb to the arm64 NOTES file
2023-04-26 Andrew TurnerMark simplefb as depending on fdt
2023-04-26 Alexander V. Chernikovnetlink: fix build without NETLINK in the kernel.
2023-04-26 Dag-Erling SmørgravUpdate tzcode to 2023c.
2023-04-26 Christian McDonaldpf: introduce ridentifier and labels to ether rules
2023-04-26 Vitaliy Gusevvmm: fix HLT loop while vcpu has requested virtual...
next