]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
pf: Introduce pf_nvbool()
[FreeBSD/FreeBSD.git] / sys /
2021-10-20 Kristof Provostpf: Introduce pf_nvbool()
2021-10-19 Alexander Motinsbuf(9): Microoptimize sbuf_put_byte()
2021-10-19 Alexander Motinciss(4): Fix typo.
2021-10-19 Alexander Motinciss(4): Properly handle data underrun.
2021-10-19 Gordon BerglingFix two typos in source code comments
2021-10-19 Rick Macklemnfscl: Fix another deadlock related to the NFSv4 client...
2021-10-19 Rick Macklemnfscl: Fix a deadlock related to the NFSv4 clientID...
2021-10-18 Mark Johnstongeom_label: Fix the stable/12 build
2021-10-18 Mark Johnstongeom_label: Add more validation for NTFS volume tasting
2021-10-17 Mark Peekvmci: fix panic due to freeing unallocated resources
2021-10-17 Gordon Berglingng_ppp(4): Fix a typo in a comment
2021-10-14 Marcin Wojtaspci_dw: fix outbound I/O window configuration
2021-10-14 Wojciech Macekpci_dw: Trim ATU windows bigger than 4GB
2021-10-13 Kevin Bowlinge1000: print EEPROM/NVM/OROM versions
2021-10-13 Kevin Bowlinge1000: Lock nvm print sysctl
2021-10-12 Kevin Bowlingixgbe: Update shared code catchup
2021-10-12 Adam Fennpvclock: Add vDSO support
2021-10-12 Adam Fennkvm_clock: KVM paravirtual clock support
2021-10-12 Adam Fennpvclock: Add 'struct pvclock' API
2021-10-12 Adam Fennx86: files: Make sys/x86/x86/pvclock.c optional
2021-10-12 Adam Fennx86: cpufunc: Add rdtsc_ordered()
2021-10-12 Adam Fennx86: cpufunc: Add rdtscp_aux()
2021-10-12 Hans Petter Selaskymlx4en(4): Fix wrong mbuf cluster size in mlx4_en_debug...
2021-10-12 Konstantin Belousovmlx5_en: fix use of CALLOUT_DIRECT
2021-10-12 Alan Somersfusefs: Fix a bug during VOP_STRATEGY when the server...
2021-10-12 Alan Somersfusefs: fix a recurse-on-non-recursive lockmgr panic
2021-10-12 Alan Somersfusefs: quiet some cache-related warnings
2021-10-11 Marcin WojtasUpgrade ENA to v2.4.1
2021-10-11 Marcin WojtasUpgrade ENA to v2.4.0
2021-10-11 Marcin Wojtaspci_user: call bus_translate_resource before BAR mmap
2021-10-09 Gordon Berglingqlnxe: Fix typos in two error messages
2021-10-09 Gordon Berglingti(4): Fix a typo in an error message
2021-10-09 Kevin Bowlinge1000: Function prototype cleanup
2021-10-08 Toomas Soomeloader: create single zfs nextboot implementation
2021-10-08 Toomas Soomeloader: replace zfs_alloc/zfs_free with malloc/free
2021-10-08 Toomas Soomeloader: rewrite zfs reader zap code to use malloc
2021-10-07 Konstantin Belousovfusefs: don't panic if FUSE_GETATTR fails durint VOP_GE...
2021-10-07 Alan Somersses: Guard the elm_type_names declaration by _KERNEL
2021-10-07 Alan Somersses: Correct spelling of "Temperature Sensor"
2021-10-07 Konstantin Belousovvinvalbuf: do not panic if we were unable to flush...
2021-10-07 Alan Somersgmultipath: make physpath distinct from the underlying...
2021-10-07 Jamie GrittonMFC uipc_shm: Fix kern.ipc.posix_shm_list for jails
2021-10-07 Ravi PokalaFix build for mips.XLP64 kernel, by re-ordering headers
2021-10-07 Brandon Bergren[PowerPC] Fix atomic_cmpset_masked().
2021-10-07 Justin Hibbitsatomic: Add atomic_cmpset_masked to powerpc and use it
2021-10-07 Justin Hibbitspowerpc/atomic: Fix atomic_cmpset_rel()
2021-10-07 Justin Hibbitspowerpc: Implement atomic_(f)cmpset_ for short and...
2021-10-07 Kyle Evansmips: use generic sub-word atomic *cmpset
2021-10-07 Kyle EvansProvide generic sub-word atomic *cmpset
2021-10-07 Kyle Evanssys/dev/cfi: include sys/types.h as well
2021-10-07 Glen Barber12.3: update stable/12 to -PRERELEASE to start the...
2021-10-06 Kyle Evansmips: fcmpset: do not spin on sc failure
2021-10-06 Warner Loshatomic_cmpset return value is also an int.
2021-10-06 Warner Loshatomic_fcmpset* return int, not the type of *.
2021-10-06 Warner LoshTwo minor issues:
2021-10-06 Kyle Evansemulated atomic64: disable interrupts as the lock mecha...
2021-10-06 Brandon Bergren[PowerPC] [MIPS] Implement 32-bit kernel emulation...
2021-10-06 Ian LeporeFix busdma resource leak on usb device detach.
2021-10-06 Kristof Provostpfctl: userspace adaptive syncookies configration
2021-10-06 Kristof Provostpf: hook up adaptive mode configuration
2021-10-06 Kristof Provostpf: implement adaptive mode
2021-10-06 Kyle Evanskqueue: don't arbitrarily restrict long-past values...
2021-10-06 Gordon Berglingcam: Fix a typo in a comment
2021-10-06 Gordon Berglingvnic: Fix a typo in a comment
2021-10-06 Gordon Berglingevdev: Fix a typo in a commit
2021-10-06 Gordon Berglingnetvsc: Fix a typo in a comment
2021-10-05 Alexander Motinsched_ule(4): Fix interactive threads stealing.
2021-10-04 Mitchell Horneboot(9): update to match reality
2021-10-04 Elliott Mitchellrman: fix overflow in rman_reserve_resource_bound()
2021-10-04 David Brightntb_hw_intel: fix xeon NTB gen3 bar disable logic
2021-10-04 Cy Schubertipfilter: Print the correct TCP sequence index number
2021-10-04 Cy Schubertipfilter: Correct a comment
2021-10-04 Cy Schubertipfilter: Avoid a null if-then-else blocks
2021-10-03 Matt Macyiflib: ensure that tx interrupts enabled and cleanups
2021-10-03 Eric van Gyzenixgbe: fix impossible condition
2021-10-03 Kevin Bowlingixgbe: whitespace cleanup pass
2021-10-03 Mark Johnstoniflib: Make if_shared_ctx_t a pointer to const
2021-10-03 Conrad Meyerixgbe(4): Eliminate bogus sizeof() expressions
2021-10-03 Eric Joynerixgbe(4): Fix enabling/disabling and reconfiguration...
2021-10-03 Kevin Bowlingixgbe: Rename 'struct adapter' to 'struct ixgbe_softc'
2021-10-02 Warner Loshgenoffset.sh: Use 10 X's instead of 5 for pick mkdtemp...
2021-10-02 Warner Loshcdefs.h: Remove redundant #ifdefs
2021-10-02 Warner Loshppbus: Set the lock for pps interface, update to latest api
2021-10-02 Yoshihiro Takahashing_ether: Create netgraph nodes for bridge interfaces.
2021-09-30 Kristof Provostpf: fix pagefault in pf_getstatus()
2021-09-30 Wenzhuo Lue1000: fix K1 configuration
2021-09-29 Gordon Berglingnfsclient: Fix a typo in a comment
2021-09-29 Gordon Berglingpcm(4): Fix a common typo in source code comments
2021-09-29 Gordon Berglingsctp: Fix a typo in a comment
2021-09-29 Gordon Berglingjail(9): Fix a typo in a comment
2021-09-29 Alexander MotinFix false device_set_unit() error.
2021-09-29 Alexander Motinipmi(4): Limit maximum watchdog pre-timeout interval.
2021-09-28 Kevin Bowlinge1000: Re-arm link changes
2021-09-28 Kevin Bowlinge1000: Fix tabstop width in if_em.h
2021-09-28 Sean Brunouart: Add PCI ID for intel 100 Series/C230 Series AMT
2021-09-28 Kevin Bowlinge1000: Rename 'struct adapter' to 'struct e1000_sc'
2021-09-28 Sai Rajesh Tallamrajuiflib: Free resources in a consistent order during...
2021-09-28 Kevin Bowlinge1000: Consistently use FALLTHROUGH
2021-09-28 Kevin Bowlinge1000: Use C99 bool types
2021-09-28 Kevin Bowlinge1000: Fix up HW vlan ops
next