]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2021-12-06 Gleb Smirnoffifnet_byindex() actually requires network epoch
2021-12-06 Gleb Smirnoffifnet: merge ifindex_alloc(), ifnet_setbyindex(), if_gr...
2021-12-06 Gleb Smirnoffifnet: initial if_grow() shall always succeed
2021-12-06 Gleb Smirnoffifnet: use ck_pr(3) store & load setting ifnet pointer...
2021-12-06 Gleb Smirnoffifnet: allocate index at the end of if_alloc_domain()
2021-12-06 Warner Loshnvme_sim: Only report PCI related stats when we can
2021-12-06 Warner Loshnvd: For AHCI attached devices, report ahci bridge
2021-12-06 Warner Loshnvme_ahci: Mark AHCI devices as such in the controller
2021-12-06 Warner Loshnvme: Move to a quirk for the Intel alignment data
2021-12-06 Kristof Provostdummynet tests: disable for now
2021-12-06 Mark Johnstonx86: Perform late TSC calibration before LAPIC timer...
2021-12-06 Mark Johnstonx86: Defer LAPIC calibration until after timecounters...
2021-12-06 Mark Johnstonx86: Deduplicate clock.h
2021-12-06 Mark Johnstonlibdwarf: Support consumption of compressed ELF sections
2021-12-06 Randall Stewarttcp: rack fails to send out a TLP after a MTU change
2021-12-06 Mitchell Horneucom: s/sio/ucom/
2021-12-06 Baptiste Daroussinkbdmap: adapt to the new bsddialog api
2021-12-06 Kristof Provostpf tests: more thorough pfsync defer test
2021-12-06 Kristof Provostpfsync: fix incorrect enabling of defer mode
2021-12-06 Kristof Provostpfsync: locking fixes
2021-12-06 Kristof Provostpfsync: fix defer timeout
2021-12-06 Kristof Provostpfsync: check IFF_DRV_RUNNING in the correct field
2021-12-06 Kristof Provostpfsync: NULL check sc before using it
2021-12-06 Baptiste Daroussinbsddialog: import snapshot 2021-12-05
2021-12-06 Kristof ProvostObsoleteFiles: Don't remove if_stf.h
2021-12-06 Baptiste Daroussinbsddialog: vendor import 2021-12-05
2021-12-06 Emmanuel Vadotfb: Add new FBTYPE_EFIFB
2021-12-06 Emmanuel Vadotfb: Remove some unused ioctls
2021-12-06 Emmanuel Vadotfb: Remove unused cursors ioctls
2021-12-06 Emmanuel Vadotfb: Remove unused FBIOVERTICAL ioctl
2021-12-06 Emmanuel Vadotfb: Remove unused FBIOSVIDEO/FBIOGVIDEO ioctls
2021-12-06 Emmanuel Vadotfb: Remove unused FBIOSATTR/FBIOGATTR ioctls
2021-12-06 Emmanuel Vadotfb: Remove unused code
2021-12-06 Andriy Gaponvmxnet3: skip zero-length descriptor in the middle...
2021-12-06 Andreas Wetzelrtwn/usb: add product ID for Asus USB N10 Nano Rev. B1
2021-12-06 Warner Loshcam/iosched: fix off by one error
2021-12-06 Warner Loshcam-iosched: Publish parameters of the latency buckets
2021-12-06 Warner Loshsysctl: Small style fix
2021-12-06 Alan Coxamd64/pmap: fix user page table page accounting
2021-12-05 Doug MooreSet uninitialized popmap bits in vm_reserv_init
2021-12-05 Scott LongFix "set but not used" in kern_cpu.c
2021-12-05 Scott LongFix "set but not used" in opencrypto, with a correction...
2021-12-05 Scott LongFix "set but not used" in opencrypto
2021-12-05 Scott LongFIx "set but not used" in the isp driver.
2021-12-05 Scott LongFix "set but not used" in cardbus
2021-12-05 Scott LongFix "set but not used" in the x86 pci driver.
2021-12-05 Stefan Eßersys/bitset.h: reduce visibility of BIT_* macros
2021-12-05 Adrian Chaddahci: Add Intel Comet Lake RAID/RST controller PCI ID
2021-12-05 Gleb Smirnoffin_pcb: delay crfree() down into UMA dtor
2021-12-05 Gleb Smirnoffuma: remove unused *item argument from cache_free()
2021-12-05 Dimitry AndricApply fix for clang crashing on invalid -Wa,-march...
2021-12-05 Mark Johnstonng_ubt: Avoid attaching to several newer Intel controllers
2021-12-05 Mark Johnstonvm_page: Tighten the object lock assertion in vm_page_i...
2021-12-05 Mitchell Hornex86: remove unused T_USER flag
2021-12-05 Mitchell HorneRemove riscv workaround in sys.netgraph.hub.loop test
2021-12-05 Gordon BerglingRevert "ffs(3): Fix a typo in a sysctl description"
2021-12-05 Peter Holmstress2: This test runs for hours with ASLR enabled
2021-12-05 Alexander Motinx86: Make AMD elvtX dump more compact.
2021-12-04 Rick Macklemnfsd: Fix Verify for attributes like FilesAvail
2021-12-04 Rick Macklemnfsd: Sanity check the Layouttype count
2021-12-04 Konstantin... swapoff(8): add -f flag
2021-12-04 Konstantin... swapoff(2): document extended syscall arguments
2021-12-04 Konstantin... swapoff(2): add a SWAPOFF_FORCE flag
2021-12-04 Konstantin... swapoff(2): replace special device name argument with...
2021-12-04 Konstantin... swap_pager.c: Remove MPSAFE and ARGSUSED annotations
2021-12-04 Ed MasteMove _p.a profiling archives under MK_INSTALLLIB
2021-12-04 Florian WalpenMAC/priority module for realtime privilege group
2021-12-04 Michael Tuexensctp: unbreak NOINET6 builds.
2021-12-04 Scott LongFix "set but not used" for hptmv
2021-12-04 Scott LongFix "set but not used" for hptiop
2021-12-04 Gleb Smirnoffnhop: hash ifnet pointer instead of if_index
2021-12-04 Michael Tuexentcpdrop: tweak comments
2021-12-04 Michael Tuexentcpdrop: explicitly choose TCP as the transport protocol
2021-12-04 Michael Tuexentcpdrop: allow TCP connections to be filtered by cc...
2021-12-04 Cy Schubertipfilter: Avoid more null if-then-else blocks
2021-12-04 Cy Schubertipfilter: Correct a comment and add notation
2021-12-04 Cy Schubertipfilter: Correct function description
2021-12-04 Cy Schubertipfilter: Add DTrace SDT probe
2021-12-04 Cy Schubertipfilter: New DT5 DTrace macro
2021-12-04 Cy Schubertipfilter: Whitespace cleanup
2021-12-04 Cy Schubertipfilter: Compat and simplify DTrace macro definitions
2021-12-04 Cy Schubertipfilter: Save a word of stack space
2021-12-04 Michael Tuexentcpdrop: update man page, since the fastack stack has...
2021-12-04 Michael Tuexentcpdrop: use a better name of a variable.
2021-12-04 Gordon Berglingffs(3): Fix a typo in a sysctl description
2021-12-04 Gordon Berglingomap4: Fix a few typos in source code comments
2021-12-04 Gordon Berglingipfilter(4): Fix a typo in an error message
2021-12-04 Gordon Berglingnet80211(4): Fix a typo in a sysctl description
2021-12-04 Kristof Provostif_pflog: fix packet length
2021-12-04 Scott LongFix "set but not used" in mrsas. This includes removin...
2021-12-04 Scott LongFix "set but not used" for geom
2021-12-04 Scott LongFix "set but not used" for bge
2021-12-03 Robert Wingipsec: fix a panic with INVARIANTS
2021-12-03 Scott LongFix "set but not used" in the tws driver
2021-12-03 Scott LongFix "set but not used" for the ti driver
2021-12-03 Scott LongFix "set but not used" in arcmsr
2021-12-03 Scott LongFix "set but not used" in busdma_bounce.
2021-12-03 Scott LongFix "set but not used" for the sym driver.
2021-12-03 Michael Tuexensctp: inherit IP level socket options from listening...
2021-12-03 Gleb Smirnofftcp_ccalgounload(): initialize the inpcb iterator when...
next