]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
bsdinstall.8: Set Bl's -width correctly
[FreeBSD/FreeBSD.git] / sys /
2023-09-20 Zhenlei Huangnet: Check per-flow priority code point for untagged...
2023-09-20 Dimitry AndricFix geom build with clang 17 and KTR enabled
2023-09-17 Florian Florensanet/bpf: Fix writing of buffer bigger than PAGESIZE
2023-09-17 Ed Mastemsi: handle error from BUS_REMAP_INTR in msi_assign_cpu
2023-09-16 Konstantin Belousovshmfd: hide direct rangelock(9) use under a wrapper
2023-09-14 Gleb Smirnoffblackhole(4): disable for locally originated TCP/UDP...
2023-09-13 Andrey V. Elsukovahci: add AMD device id in RAID mode
2023-09-11 Mitchell Hornehwpmc_armv7: plug memory leak
2023-09-11 Mitchell Hornehwpmc_arm64: plug memory leak
2023-09-11 Mitchell Hornesys/README.md: Add a section for documentation
2023-09-11 Kevin Bowlingvmxnet3: do restart on VLAN changes
2023-09-11 Kevin Bowlingiflib: invert default restart on VLAN changes
2023-09-11 Kevin Bowlingice: Don't restart on VLAN changes
2023-09-11 Kevin Bowlingiavf: Add explicit ifdi_needs_reset for VLAN changes
2023-09-11 Kevin Bowlingbnxt: Don't restart on VLAN changes
2023-09-09 Konstantin Belousovkthread_add(): do not allow to attach the thread to...
2023-09-09 Konstantin Belousovkern_kthread: fork1() does not handle locked Giant
2023-09-09 Konstantin Belousovkern_kthread.c: some style
2023-09-08 Mustafa Ateş Uzunarcmsr(4): Fix typo: rebulid -> rebuild
2023-09-08 Dag-Erling Smørgravif_vlan: Always default to 802.1q.
2023-09-08 Dag-Erling Smørgravwmistat: don't restrict reading to the pid that opened...
2023-09-08 Xin LIMFC: MFV: zlib: examples: define functions as static...
2023-09-07 Kristof Provostmcast: fix memory leak in imf_purge()
2023-09-06 John Baldwincxgbe ddp: Trim stale function prototype
2023-09-06 John Baldwinpcm: Turn SND_DECLARE_FILE into a no-op.
2023-09-06 John Baldwinsys: Add a deprecation warning for 32-bit kernels.
2023-09-06 John Baldwinnetsmb: Add bounds checking to smb_t2_placedata
2023-09-06 John Baldwincd9660: Reject volumes with small logical block sizes
2023-09-06 John Baldwing_raid concat: Fail requests to read beyond the end...
2023-09-06 John Baldwinudf: Reject read requests with an invalid length
2023-09-06 John Baldwinptrace: Clear TDB_BORN during PT_DETACH.
2023-09-06 John Baldwincxgbe: Don't leak memory resource if t4iov attach fails.
2023-09-06 John Baldwinaio: Fix more synchronization issues in aio_biowakeup.
2023-09-06 John Baldwinaio_biowakeup: Various style fixes.
2023-09-06 Keith Reynoldsaio: Fix a test and set race in aio_biowakeup.
2023-09-06 Mateusz Guzikaio: whack "set but not used" warnings
2023-09-06 Mark Johnstonaio: Fix up the opcode in aiocb32_copyin()
2023-09-06 Thomas Munrolio_listio(2): Allow LIO_READV and LIO_WRITEV.
2023-09-06 John Baldwinccr: Retire ccr_softc member in struct adapter.
2023-09-06 Alan SomersDuring F_SETFL, don't change file flags on error
2023-09-06 Alan SomersImplement GEOM::rotation_rate for gmirror
2023-09-06 Zhenlei Huangtcp: Initialize the maximum number of entries in a...
2023-09-06 Zhenlei Huangnet: Remove vlan metadata on pcp / vlan encapsulation
2023-09-06 Zhenlei Huanggeom_linux_lvm: Check the offset of physical volume...
2023-09-04 Jessica Clarkearm: Add missing no-ctfconvert for fw_stub.awk target
2023-09-03 Xin LIMFC: MFV: zlib 1.3
2023-09-01 Mike Karelsclk_fixed: reduce and clarify messages due to missing...
2023-09-01 Andrey V. Elsukovcarp: delete interface routes on link loss.
2023-08-31 Elliott Mitchellintr: merge interrupt table uses of MAXCOMLEN into...
2023-08-30 Zhenlei Huangnet: Do not overwrite if_vlan's PCP
2023-08-28 Ed Masteiir: prevent negative offsets in ioctl
2023-08-28 Kajetan Staszkiewiczpf: enable the syncookie feature for IPv6
2023-08-28 Kajetan Staszkiewiczpf: reduce indentation
2023-08-28 Kristof Provostpf: expose syncookie active/inactive status
2023-08-28 Konstantin BelousovFix mis-merge
2023-08-28 Konstantin Belousovhwpmc: on process exit, ensure that the owned log is...
2023-08-27 Mateusz Guzikvfs: retried++ -> retried = true for the boolean
2023-08-27 Mateusz Guzikvfs: try harder to find free vnodes when recycling
2023-08-27 Mateusz Guzikvfs: trylock vnode requeue
2023-08-25 Mateusz Guzikvfs: track how many times vn_alloc blocked on hitting...
2023-08-25 Mateusz Guzikvfs: flip deferred_inact to atomic
2023-08-25 Mateusz Guzikvfs: decouple freevnodes from vnode batching
2023-08-25 Kevin Bowlingixgbe: define IXGBE_LE32_TO_CPUS
2023-08-25 Konstantin Belousovsubr_unit.c: another attempt to fix the build
2023-08-25 Konstantin Belousovstd.nodebug: remove DIAGNOSTIC from debug configs
2023-08-25 Konstantin Belousovkern/subr_unit.c: fix non-debug build
2023-08-25 Konstantin Belousovvm_map.c: fix syntax
2023-08-25 Konstantin Belousovvm_map.c: plug several more places which might modify...
2023-08-25 Konstantin Belousovlinuxolator: implement Linux' PROT_GROWSDOWN
2023-08-25 Konstantin Belousovvm_map_protect(): add VM_MAP_PROTECT_GROWSDOWN flag
2023-08-25 Konstantin Belousovvm_map_growstack(): restore stack gap data if gap entry...
2023-08-25 Konstantin Belousovvm_map: do not allow to merge stack gap entries
2023-08-25 Konstantin Belousovvm_map_protect(): handle stack protection stored in...
2023-08-25 Konstantin Belousovvm_map_protect(): move guard handling at the last phase...
2023-08-25 Konstantin Belousovvm_map_growstack(): handle max protection for stacks
2023-08-25 Konstantin Belousovvm_map.c: add CONTAINS_BITS macro
2023-08-25 Konstantin BelousovAdd vm_map_insert1(9)
2023-08-25 Konstantin Belousovvm_map_insert(): update herald comment
2023-08-25 Konstantin Belousovvmspace_fork(): do not override offset for the guard...
2023-08-25 Konstantin Belousovmmap(MAP_STACK): on stack grow, use original protection
2023-08-24 Mateusz Guzikufs: try to elide the interlock in ufs_itimes
2023-08-24 Mateusz Guzikufs: always call ufs_itimes on close
2023-08-24 Eric Joyneriflib: Fix white space and reduce some line lengths
2023-08-24 Eric Joyneriflib: Remove redundant variable
2023-08-24 Przemyslaw Lewandowskiiflib: Fix panic during driver reload stress test
2023-08-24 Mark Johnstonvmm: Fix VM_GET_CPUS compatibility
2023-08-24 Mark Johnstonossl: Add missing labels to bsaes-armv7.S
2023-08-24 Mark Johnstonarm/unwind: Check stack pointer boundaries before deref...
2023-08-24 Mark Johnstonopencrypto: Respect alignment constraints in xor_and_en...
2023-08-23 Warner LoshDelete trailing whitespace from $FreeBSD$ removal
2023-08-23 Warner Loshsys: Remove $FreeBSD$: two-line lua tag
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line catalog
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line bare tag
2023-08-23 Warner Loshsys: Remove $FreeBSD$: two-line nroff pattern
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line sh pattern
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line .S pattern
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line .c pattern
2023-08-23 Warner Loshsys: Remove $FreeBSD$: two-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
next