]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2021-12-29 Bjoern A. ZeebUSB dwc3 controller: add quirk snps,dis_rxdet_inp3_quirk
2021-12-29 Bjoern A. ZeebUSB: add CYUSB330x to usbdevs
2021-12-29 Bjoern A. Zeebfw_stub: fix -Wunused-but-set-variable for firmware...
2021-12-29 Bjoern A. Zeebrc: network.subr improve network6_getladdr()
2021-12-29 Mark Johnstonx86: Do not attempt to calibrate the LAPIC timer if...
2021-12-29 Mark Johnstonx86: Perform late TSC calibration before LAPIC timer...
2021-12-29 Mark Johnstonx86: Defer LAPIC calibration until after timecounters...
2021-12-29 Mark Johnstonx86: Implement deferred TSC calibration
2021-12-29 Piotr KubajAdd assembly optimized code for OpenSSL on powerpc...
2021-12-29 Bjoern A. ZeebIPv4: fix redirect sending conditions
2021-12-29 Andrew TurnerFix dtrace fbt return probes on arm64
2021-12-29 Andrew TurnerAdd accelerated arm64 sha512 to libmd
2021-12-29 Andrew TurnerFix a set but not used warning in the arm64 pmap
2021-12-29 Andrew TurnerHandle table attributes in the arm64 kernel map
2021-12-29 Andrew TurnerTeach vm.pmap.kernel_maps about both XN bits
2021-12-29 Andrew TurnerDon't fail changing props for unmapped DMAP memory
2021-12-29 Andrew TurnerOnly change DMAP props on DMAP covered memory
2021-12-29 Andriy Gaponsys/queue.h: move trashing from SLIST_REMOVE to REMOVE_...
2021-12-28 Mark Johnstonvm_fault: Fix vm_fault_populate()'s handling of VM_FAUL...
2021-12-28 Jason A. HarmeningClean up a couple of MD warts in vm_fault_populate():
2021-12-27 Mark Johnstonx86: Deduplicate clock.h
2021-12-27 Mark Johnstonaesni: Fix an out-of-bounds read in AES_GCM_decrypt()
2021-12-27 Andriy Gaponamdsbwd: always enable watchdog register decoding
2021-12-27 Andriy Gaponvmxnet3: skip zero-length descriptor in the middle...
2021-12-27 Dimitry AndricApply clang fix for crash or assertion failure compilin...
2021-12-27 Dimitry Andrictests/libalias: Make inline functions static inline
2021-12-27 Cy Schubertipfilter userland: Revert the ipmon part of a6fb9bbea731
2021-12-27 黃清隆sys/dev/arcmsr: Update Areca RAID driver to fix some...
2021-12-27 Rick Macklemnfscl: add a filesize limit check to nfs_allocate()
2021-12-27 Rick Macklemnfsd: Limit parsing of layout errors to maxcnt bytes
2021-12-27 Mark Johnstonqat: Address -Wunused-but-set-variable warnings
2021-12-27 Domagoj Stolfadtrace: Disable getf() as it is broken on FreeBSD
2021-12-27 Vitaliy Gusevbhyve: Only snapshot initialized VirtIO queues
2021-12-26 Andriy Gapontwsi: use twsi_error() to handle wrong bus status when...
2021-12-26 Rick Macklemnfscl: Fix must_commit handling for mirrored pNFS mounts
2021-12-26 Alexander Motinhwpmc: Add IDs for Intel Comet/Ice/Tiger/Rocketlake...
2021-12-25 Alexander Motinlibpmc: Update some x86 event definitions.
2021-12-25 Gordon Berglinggfx_fb: Fix a typo in a source code comment
2021-12-25 Gordon Berglingsound(4): Fix a typo in a source code comment
2021-12-25 Andriy Gaponmmc_sim: fix setting of the mutex name
2021-12-25 Rick Macklemnfscl: Fix must_commit/writeverf handling for Direct I/O
2021-12-24 Ram Kishore... ocs_fc: Populate subvendor and subdevice ids.
2021-12-24 Li-Wen Hsulibefivar(3): efi_set_variables_supported.3 should...
2021-12-24 Alexander Motinsmist: Remove unneeded Giant from bus_dma_tag_create().
2021-12-24 Alexander Motinhpt27xx: Remove FreeBSD 9.x support including Giant.
2021-12-24 Alexander Motinbusdma: Remove outdated comments about Giant.
2021-12-24 Alexander Motinahc: Mark sysctls with CTLFLAG_MPSAFE.
2021-12-24 Alexander Motinahci(4): Allow enclosure emulation without hardware.
2021-12-24 Alexander Motinwbwd: Mark sysctls with CTLFLAG_MPSAFE.
2021-12-24 Alexander Motinhptiop: Remove Giant locking around ioctls.
2021-12-24 Alexander Motinfxp: Mark sysctls with CTLFLAG_MPSAFE.
2021-12-24 Alexander Motinfxp: Remove unneeded Giant from bus_dma_tag_create().
2021-12-23 Andriy Gapontwsi: fix handling of consecuitve write messages in...
2021-12-23 Andriy Gaponds3231: allow configuration via hints on FDT systems
2021-12-23 Doug MooreCorrect type size format error in KASSERT.
2021-12-23 Doug Moorevm: Don't break vm reserv that can't meet align reqs
2021-12-23 Alexander Motinmca: Some error handling logic improvements.
2021-12-23 Alexander Motinloader.efi: Do not use as frame buffer BLT-only GOPs.
2021-12-23 Rick Macklemnfscl: Sanity check the callback tag length
2021-12-23 Rick Macklemnfscl: Check for an error return from nfsrv_getattrbits()
2021-12-22 Jung-uk KimOpenSSL: Do not remove symbolic links readded in 1...
2021-12-22 Vincenzo Maffionee1000: fix interface capabilities management
2021-12-22 Ruslan Bukino Fix i2c read operation for large transfers (more...
2021-12-22 Andriy Gaponrk_i2c_fill_tx: fix a number of issues
2021-12-22 Andriy Gaponrk_i2c_transfer: minor improvement to bit twiddling
2021-12-22 Andriy Gaponrk_i2c: do not hide NACK condition from consumers
2021-12-22 Andriy Gaponrk_i2c: keep sending bytes until all bytes are sent
2021-12-22 Andriy Gaponrk_i2c_transfer: fix off-by-one in check for last message
2021-12-22 Andriy Gaponrk_i2c_drain_rx: remove useless arithmetic manipulations
2021-12-22 Andriy Gaponrk_i2c: consistently treat booleans as such
2021-12-22 Andriy Gaponrk_i2c_transfer: use iicbus error codes instead of...
2021-12-22 Andriy Gaponrk_i2c: remove write-only softc field
2021-12-21 Cy Schubertipfilter: MSN RPC proxy is not complete
2021-12-21 Cy Schubertipfilter: ipf_dstlist is a kernel source file
2021-12-21 Cy Schubertipfilter: Fix struct ifnet pointer type
2021-12-21 Cy Schubertipfilter fil.c: Fix two typos in comments
2021-12-21 Cy Schubertipfilter userland: Replace sprintf with range checking...
2021-12-21 Cy Schubertipfilter: radix_ipf is a kernel source file
2021-12-21 Cy Schubertipfilter: Replace sprintf with range checking version...
2021-12-21 Cy Schubertipfilter radix_ipf: name is only valid with RDX_DEBUG
2021-12-21 Cy Schubertipfilter: The SNPRINTF macro doesn't exist, remove it
2021-12-21 Cy Schuberthostapd: Fix wlan interfaces not UP/RUNNING
2021-12-21 Piotr Kubajsrc.conf.5: regenerate
2021-12-21 Piotr Kubajriscv64*: enable OFED
2021-12-21 Glen Barberrelease: riscv64 - increase GENERICSD image size
2021-12-21 Bryan DreweryFix 'make bmake' top-level bootstrapping.
2021-12-21 Simon J. Gerratybsd.links.mk wants full paths
2021-12-21 Simon J. GerratyLinks for bmake and bmake.1
2021-12-21 Emmanuel Vadotfb: Add new FBTYPE_EFIFB
2021-12-21 Emmanuel Vadotfb: Remove some unused ioctls
2021-12-21 Emmanuel Vadotfb: Remove unused cursors ioctls
2021-12-21 Emmanuel Vadotfb: Remove unused FBIOVERTICAL ioctl
2021-12-21 Emmanuel Vadotfb: Remove unused FBIOSVIDEO/FBIOGVIDEO ioctls
2021-12-21 Emmanuel Vadotfb: Remove unused FBIOSATTR/FBIOGATTR ioctls
2021-12-21 Emmanuel Vadotfb: Remove unused code
2021-12-21 Alexander Motinisp(4): Allow more than 2 ports to read WWNs from NVRAM.
2021-12-21 Scott LongFIx "set but not used" in the isp driver.
2021-12-20 Ed MasteCorrect syscons description in i386 and amd64 configs
2021-12-20 Ed Mastearch.7: update applicable FreeBSD versions to 12.0...
2021-12-20 Andrew TurnerAdd an arm64 sha512 feature check
next