]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Handle UFS/FFS file deletion from cylinder groups with check-hash failure.
[FreeBSD/FreeBSD.git] / sys /
2023-08-20 Kirk McKusickHandle UFS/FFS file deletion from cylinder groups with...
2023-08-19 Konstantin Belousovtc_fill_vdso_timehands32(): fix
2023-08-18 Shailend Chandgve: Simplify tx loop over buffer ring
2023-08-18 Shailend Chandgve: Fix Tx tcpdump panic
2023-08-18 Xin LIgve: Unobfuscate code by using nitems directly for...
2023-08-18 Xin LIgve: Add PNP info to PCI attachment of gve(4) driver.
2023-08-18 Xin LIgve: Fix build on i386 and enable LINT builds.
2023-08-18 Shailend ChandAdd gve, the driver for Google Virtual NIC (gVNIC)
2023-08-18 Mike Karelsmd driver compat32: fix structure padding for arm,...
2023-08-18 Vitaliy Gusevbhyve: save/restore pir_desc
2023-08-18 Kyle Evanskern: osd: avoid dereferencing freed slots
2023-08-18 Kevin Bowlingvlan: Respect IFCAP_LRO mask
2023-08-18 Kevin Bowlinge1000: Some fixes for hardware capabilities
2023-08-18 Kevin Bowlinge1000: Fix off by one ipcse
2023-08-17 Ed Mastemsi: report error for attempt to use APIC ID > 255
2023-08-17 Corvin Köhnelinuxkpi: advance platform_device
2023-08-17 Bojan Novkovićbhyve: fix vCPU single-stepping on VMX
2023-08-17 Kevin Bowlingixgbe: Check for fw_recovery
2023-08-17 Kevin Bowlingigc: sync srrctl buffer sizing with e1000
2023-08-17 Kevin Bowlingixgbe: Add support for 82599 LS
2023-08-16 Konstantin Belousovtmpfs: add the "pgread" mount option to the allowed...
2023-08-16 Konstantin Belousovtmpfs: add a knob to enable pgcache read for mount
2023-08-16 Konstantin Belousovvnode io: request range-locking when pgcache reads...
2023-08-16 Konstantin BelousovRevert "vnode read(2)/write(2): acquire rangelock regar...
2023-08-16 Konstantin Belousovvnode read(2)/write(2): acquire rangelock regardless...
2023-08-14 Richard Scheffeneggertcp: Handle <RST,ACK> in SYN-RCVD
2023-08-13 Sebastian Hubersys/cdefs.h: fix for use __restrict in C++
2023-08-13 Konstantin BelousovUpdate comment describing struct vm_map
2023-08-11 Kristof Provostpf: add SCTP NAT support
2023-08-11 Kristof Provostpf: support 'return' for SCTP
2023-08-11 Kristof Provostpf: initial SCTP support
2023-08-11 Kristof Provostpf: use sctp_calculate_cksum()
2023-08-11 Dmitry Chaginlinux(4): Add elf_hwcap2 to x86
2023-08-11 John Baldwinlinux: binutils as requires %eflags instead of %flags...
2023-08-10 Gordon Berglingarm64-iommu: Fix a typo in a kernel message
2023-08-10 Konstantin Belousovudf: reject invalid block sizes from lvd
2023-08-10 Yuichiro Naitoixv: Separate VFTA table for each interface
2023-08-10 Kevin Bowlingixgbe: Warn once for unsupported SFPs
2023-08-10 Kevin Bowlinge1000: Automask TSO on lem(4)/em(4) 10/100 Ethernet
2023-08-09 Mark Johnstonvm_map: Add a macro to fetch a map entry's split bounda...
2023-08-07 Kevin Bowlinge1000: Fix lem(4)/em(4) TSO6
2023-08-07 Dmitry Chaginvfs: Deleting a doubled inclusion of sys/capsicum.h
2023-08-07 Dmitry Chaginlinux(4): Fix control message size calculation
2023-08-07 Dmitry Chaginlinux(4): Use M_LINUX for malloc type of proc emuldata
2023-08-07 Dmitry Chaginlinux(4): Use M_LINUX for malloc type in getdents
2023-08-07 Dmitry Chaginlinux(4): Use M_LINUX for malloc type in getdents64
2023-08-07 Dmitry Chaginlinux(4): Delete a useless variable in getdents64
2023-08-07 Dmitry Chaginlinux(4): Use M_LINUX for malloc type in readdir
2023-08-07 Dmitry Chaginlinux(4): Delete a useless variable in readdir
2023-08-07 Dmitry Chaginlinux(4): Properly allocate buffer for kern_getdirentri...
2023-08-07 Dmitry Chaginsignal: Get rid of gsignal() as it not used anywhere
2023-08-07 Mark Johnstonarm64: Add constants for decoding ISS fields for WF...
2023-08-07 Mark Johnstonpcpu: Remove unused definitions of ALT_STACK_SIZE
2023-08-07 Konstantin Belousovcd9660: do not leak buffers in cd9660_rrip_loop()
2023-08-07 Konstantin Belousovfork1(): properly track the state of the pg_killsx...
2023-08-07 Konstantin Belousovkillpg(): close a race with fork(), part 2
2023-08-07 Konstantin Belousovsigtd(): prefer non-stopped thread as a target for...
2023-08-07 Konstantin Belousovkillpg(2): close a race with fork(2), part1
2023-08-06 Chuck Silversffs: wait for trims earlier during unmount to avoid...
2023-08-06 Marius Stroblbase: Remove support for the VTOC8 partitioning scheme
2023-08-06 Marius Stroblofw(4): Add my copyright and additional history for...
2023-08-06 Marius Stroblgif(4): Assert that gif_output() isn't called for EtherIP
2023-08-06 Marius Stroblgif(4): Revert in{,6}_gif_output() misalignment handling
2023-08-06 Marius Stroblxhci(4): Describe AMD 400 Series USB 3.1 controllers
2023-08-06 Marius Stroblgem(4): Remove onboard-only Sun ERI and remnants of...
2023-08-06 Marius Stroblmmc(4): Don't call bridge driver for timings not requir...
2023-08-06 Kirk McKusickUFS/FFS: Migrate to modern uintXX_t from u_intXX_t.
2023-08-05 Kirk McKusickAdd diagnostics to fsck_ffs(8) for journaled soft-updat...
2023-08-05 Kirk McKusickComment cleanup.
2023-08-05 Gordon Berglingnfsserver: Fix a typo in a source code comment
2023-08-05 Gordon Berglingnetpfil: Fix a typo in a source code comment
2023-08-05 Gordon Berglingaic7xxx: Fix two typos in source code comments
2023-08-05 Gordon Berglingisp(4): Fix a typo in a source code comment
2023-08-05 Gordon Berglingcam(4): Fix a typo in a source code comment
2023-08-05 Gordon Berglingelf(3): Fix a typo in a source code comment
2023-08-05 Gordon Berglinglinux(4): Fix two typos in source code comments
2023-08-05 Gordon Berglingpsm(4): Fix a typo in a source code comment
2023-08-05 Gordon Berglingvnic: Fix a typo in a source code comment
2023-08-05 Gordon Berglingusb(4): Fix a typo in a source code comment
2023-08-05 Gordon Berglinget(4): Fix a typo in a source code comment
2023-08-04 Kristof Provostpf: handle multiple IPv6 fragment headers
2023-08-04 Gordon Berglingsk(4): Fix a typo in a source code comment
2023-08-04 Kevin Bowlinge1000: HWCSUM excemption fixes
2023-08-04 Kevin Bowlinge1000: Corrections for lem(4)/em(4) txcsum offload
2023-08-04 Kevin Bowlinge1000: add missing parens in csum setup
2023-08-04 Kevin Bowlinge1000: Fix/enable IPv6 transmit checksum offload
2023-08-04 Kevin Bowlinge1000: lem(4)/em(4) ifcaps, TSO and hwcsum fixes
2023-08-04 Kevin BowlingRevert "e1000: lem(4)/em(4) ifcaps, TSO and hwcsum...
2023-08-04 Kevin Bowlinge1000: lem(4)/em(4) ifcaps, TSO and hwcsum fixes
2023-08-04 Kevin Bowlinge1000: Some fixes for em(4) TSO setup
2023-08-01 Jessica Clarkekmod.mk: Use portable printf '%s' over non-portable...
2023-08-01 Jessica Clarkeriscv: Add pass(4) to GENERIC kernel
2023-08-01 Jessica Clarkeriscv: Add da9063_pmic and da9063_rtc to GENERIC and...
2023-08-01 Jessica Clarkeda9063_rtc: Add new driver for the Dialog Semiconductor...
2023-08-01 Jessica Clarkeda9063_iic: Add new driver for the Dialog Semiconductor...
2023-08-01 Jonathan T. Looneyfrag6: Avoid a possible integer overflow in fragment...
2023-08-01 Hans Petter Selaskytcp_lro: Fix for undefined behaviour.
2023-08-01 Mark Johnstonbuf: Make the number of pbufs slightly more dynamic
2023-07-31 Mykola Hohsadzearm64/disassem.c: add extended register instruction...
2023-07-31 Mykola Hohsadzearm64/disassem.c: remove redundant OP_RN_SP for TYPE_02
next