]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
release: rework distributions list
[FreeBSD/FreeBSD.git] / sys /
2024-01-24 Martin Matuskazfs: merge openzfs/zfs@a4bf6baae
2024-01-24 Konstantin BelousovBump __FreeBSD_version for kern_openatfp(9) and kcmp(2)
2024-01-24 Konstantin BelousovAdd kern_openatfp(9)
2024-01-24 Konstantin Belousovkern_openat(): minor style fixes
2024-01-24 Konstantin Belousovkern_openat(): rename fd argument to dirfd
2024-01-24 Konstantin Belousovregen
2024-01-24 Konstantin Belousovkcmp(2): implement for procdesc
2024-01-24 Konstantin Belousovkcmp(2): implement for linuxkpi cdevs
2024-01-24 Konstantin Belousovkcmp(2): implement for devfs files
2024-01-24 Konstantin Belousovkcmp(2): implement for vnode files
2024-01-24 Konstantin Belousovkcmp(2): implement for generic file types
2024-01-24 Konstantin BelousovAdd kcmp(2) kernel bits
2024-01-24 Konstantin Belousovfile: add fo_cmp method
2024-01-24 Konstantin BelousovAdd fget_remote()
2024-01-24 Konstantin Belousovsys/file.h: style
2024-01-23 Gleb Smirnofftcp: remove 20+ year old disabled code from d912c694ee00
2024-01-23 Gleb Smirnofftcp: clear outdated comment mentioning T/TCP
2024-01-23 Gleb Smirnofftcp: pass positive errno to tcp_drop()
2024-01-23 Mike Karelstmpfs: increase vfs.tmpfs.memory_percent to 100 as...
2024-01-23 John Baldwinpowerpc: Add RF_LITTLEENDIAN resource flag
2024-01-23 John Baldwinsimplebus: Consistently map SYS_RES_IOPORT to SYS_RES_M...
2024-01-23 John Baldwinofw_pcib: Use bus_generic_rman_*
2024-01-23 John Baldwinpowerpc: Fix bus_space_unmap
2024-01-23 John Baldwinarm64 thunder: Use bus_generic_rman_* in the pcie_pem...
2024-01-23 John Baldwinarm mv_pcib: Use bus_generic_rman_*
2024-01-23 John Baldwinarm nexus: Use bus_generic_rman_*
2024-01-23 John Baldwinpowerpc nexus: Use bus_generic_rman_*
2024-01-23 John Baldwinpowerpc powermac: Use bus_generic_rman_*
2024-01-23 John Baldwinpowerpc mpc85xx: Use bus_generic_rman_*
2024-01-23 John Baldwinpowerpc psim: Use bus_generic_rman_*
2024-01-23 John Baldwinpowerpc ps3bus: Use bus_generic_rman_*
2024-01-23 John Baldwinhyperv vmbus_pcib: Use pci_domain_*_bus for PCI_RES_BUS...
2024-01-23 John Baldwinx86: Use pci_domain_[de]activate_bus for PCI_RES_BUS...
2024-01-23 John Baldwinpci_host_generic: Use pci_domain_[de]activate_bus for...
2024-01-23 John Baldwinacpi_pcib: Use pci_domain_[de]activate_bus for PCI_RES_...
2024-01-23 John Baldwinpcib: Add helper routines for [de]activating PCI_RES_BU...
2024-01-23 Elliott Mitchellarm/mpic: remove empty pic_init_secondary() hook
2024-01-22 Gordon Berglingdwc: Fix two typos in a source code comment
2024-01-22 Gordon Berglingvirtio(4): Fix a typo in a source code comment
2024-01-22 Gordon Berglingusb: Fix a typo in a source code comment
2024-01-22 Gordon Berglingvmd(4): Fix typos in source code comments
2024-01-22 Gordon Berglingnet80211: Fix a typo in a source code comment
2024-01-22 Gordon Berglingrtsock: Fix a typo in a source code comment
2024-01-22 Gordon Berglingnetlink(4): Fix a typo in a source code comment
2024-01-22 Gordon Berglingnetpfil: Fix a typo in a source code comment
2024-01-22 Gordon Berglingtcp_fastopen: Fix a typo in a source code comment
2024-01-22 Gordon Berglingnetinet6: Fix two typos in source code comments
2024-01-22 Gordon Berglingaic7xxx: Fix two typos in source code comments
2024-01-22 Gleb Smirnofftcp: remove outdated comment
2024-01-22 Kristof Provostpflow: limit to no more than 128 flow exporters
2024-01-22 Aaron LIwg: detach bpf upon destroy as well
2024-01-22 Cy Schubertsqlite3: Vendor import of sqlite3 3.45.0
2024-01-22 Kristof Provostpf: work around icmp6 packet-too-big not being sent...
2024-01-22 Christos Margiolissound: use device_set_descf() to set device descriptions
2024-01-22 Lexi Winternetlink.h: s/typeof/__typeof
2024-01-20 Kristof Provostnetipsec: fix LINT-NOINET build
2024-01-20 Gordon Berglingaic7xxx: Fix a typo in a kernel message
2024-01-20 Gordon Berglingif_llatbl: Fix a typo in a KASSERT message
2024-01-20 Gordon Berglinggjournal(8): Fix a typo in a sysctl description
2024-01-20 Gordon Berglingbce(4): Fix a typo in a kernel message
2024-01-20 Gordon Berglingatse(4): Fix a typo in a source code comment
2024-01-20 Gordon Berglingciss(4): Fix a typo in a source code comment
2024-01-20 Gordon Berglingvmware: Fix a typo in a source code comment
2024-01-20 Gordon Berglingusb: Fix two typos in source code comments
2024-01-20 Gordon Berglingnetpfil: Fix two typos in source code comments
2024-01-20 Gordon Berglingtcp_hpts: Fix a typo of a function name in a comment
2024-01-20 Gordon Berglingnet: Fix two typos in source code comments
2024-01-20 Gordon Berglingdevfs(5): Fix a typo in a source code comment
2024-01-20 Gordon Berglingfusefs(5): Fix a typo in a SDT probe
2024-01-20 Gordon Berglingnetgraph: Fix two typos in source code comments
2024-01-20 Konstantin Belousovmsdosfs_remount_ro(): correct vfs_unbusy() loop
2024-01-19 Chuck Silversmpi3mr: add missing terminator entry to mpi3mr_identifi...
2024-01-19 Richard Scheffeneggertcp: remove unused tcp_sack_output_debug() function
2024-01-18 Mark Johnstonmlx5: Zero DMA memory mlx5_alloc_cmd_msg() and alloc_cm...
2024-01-18 Mitchell Hornearm64: fix db_read_bytes() for size == 8
2024-01-18 Mitchell HorneRevert "arm64: fix db_read_bytes() for size == 8"
2024-01-18 Mitchell Hornearm64: fix db_read_bytes() for size == 8
2024-01-18 Konstantin Belousovmsdosfs_integrity_error(): plug possible busy leak
2024-01-18 Konstantin Belousovmsdosfs_rename(): implement several XXXs about downgrad...
2024-01-18 Konstantin Belousovmsdosfs_rename(): handle errors from msdosfs_lookup_ino()
2024-01-18 Doug Rabsonarm64: fix the handling of DDB symbols in early boot
2024-01-18 Muhammad Moinur... contrib/kyua: Merge vendor import
2024-01-17 Aaron LIif_wg: fix access to noise_local->l_has_identity and...
2024-01-17 Aaron LIif_wg: fix erroneous calculation in calculate_padding...
2024-01-17 Martin Matuskazfs: merge openzfs/zfs@a0b2a93c4
2024-01-17 Pawel Jakub DawidekFix the build.
2024-01-17 Pawel Jakub Dawidekjail: Fix information leak.
2024-01-17 Wei Humana: Fix TX CQE error handling
2024-01-17 Alexander Leidingerjail(8): add support for ZFS datasets
2024-01-17 Gleb Smirnoffsctp: restore missing inpcb lock
2024-01-16 Allan JudeFix KASSERT in 80044c78 causing build failures
2024-01-16 Florian Walpensound: Fix OSS API requests for more than 8 channels
2024-01-16 Xavier BeaudouinAdd UDP encapsulation of ESP in IPv6
2024-01-16 Konstantin Belousovsysctl vm.objects/vm.swap_objects: do not fill vnode...
2024-01-16 Gleb Smirnoffsockets: provide correct pr_shutdown for keysock and SDP
2024-01-16 Gleb Smirnoffsockets: retire sorflush()
2024-01-16 Gleb Smirnoffsockets: remove dom_dispose and PR_RIGHTS
2024-01-16 Gleb Smirnoffsockets: make pr_shutdown fully protocol specific method
2024-01-16 Gleb Smirnoffsockets: make shutdown(2) how argument a enum
2024-01-16 Roger Pau Monnéx86/xen: fix HVM guest hypercall page setup
next