]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2022-03-28 Emmanuel Vadotlinuxkpi: Change irq_work_queue to return a bool
2022-03-28 Ganael LAPLANCHElibc: Check for readdir(2) errors in fts(3)
2022-03-28 Mark Johnstonlibc: Restore fp state upon flush error in fputc
2022-03-28 Mark Johnstonaudit: Initialize vattr fields before calling VOP_GETATTR
2022-03-28 John F. Carrhpet: Allow a MMIO window smaller than 1K
2022-03-28 Warner Loshdevd: Add rtw to wireless list
2022-03-28 Emmanuel Vadotlinuxkpi: Add llnode member in struct irq_work
2022-03-28 Mateusz Guzikpf: add a rule rb tree
2022-03-28 Mateusz Guzikpf: pre-compute rule hash
2022-03-28 Mateusz Guzikpf: add pf_config_lock
2022-03-28 Mateusz Guzikpf: include anchor path when hashing a rule
2022-03-28 Alexander V... routing: copy nexthop fib when changing existing nexthop
2022-03-28 Andrew TurnerFix a sign mismatch warning in the physmem code
2022-03-28 Piotr Pawel... uudecode: add missing test files to Makefile
2022-03-28 Andrew TurnerTreat cache write as a read in arm64 data faults
2022-03-28 Peter Holmstress2: Enable four quota tests, which now seems to...
2022-03-28 Piotr Pawel... uudecode: correct error message
2022-03-28 Piotr Pawel... uu{encode,decode}: improve style
2022-03-28 Piotr Pawel... sh: fix autocompletion for commands that share name...
2022-03-28 Xin LIMFV 45916e7c91ce: libbsdxml (expat) 2.4.7
2022-03-28 Xin LIVendor import of expat 2.4.7.
2022-03-28 Greg LeheyDescribe modern time zone handling.
2022-03-28 Konstantin... sys/stdatomic.h: be nicer to c++
2022-03-27 Gordon Berglingypbind(8): Fix a typo in the man page
2022-03-27 Gordon Berglingnetgraph(4): Fix a typo in a source code comment
2022-03-27 Mateusz Guzikclang: Skip attempts to access /proc/self/fd
2022-03-27 Gordon Berglingpf(4): Fix a typo in a source code comment
2022-03-27 Gordon Berglingmac_veriexec: Fix a typo in a source code comment
2022-03-27 Gordon Berglinglibmd: Fix a common typo in the license header
2022-03-27 Gordon Berglingath: Fix a typo in a source code comment
2022-03-27 Gordon Berglingnfsclient: Fix a typos in source code comments
2022-03-27 Mateusz Guzikvfs: add missing bits to vdropl_impl
2022-03-26 Mateusz Guzikvfs: assorted tidy ups to lookup
2022-03-26 Alexander LeidingerLog euid, rgid and jail on listen queue overflow
2022-03-26 Martin Matuskalibarchive: merge vendor bugfixes
2022-03-26 Martin MatuskaUpdate vendor/libarchive to libarchive/libarchive@cfaa28168
2022-03-26 Mateusz Guzikdepend-cleanup.sh: Handle libc bcmp.c moving back to...
2022-03-26 Mateusz Guzikamd64: bring back asm bcmp, shared with memcmp
2022-03-26 Jamie Grittonjail: handle jailsys parameters in modification permiss...
2022-03-26 Eric van Gyzenuma_zalloc_domain: call uma_zalloc_debug in multi-domai...
2022-03-26 Eric van Gyzenstack_zero is not needed before stack_save
2022-03-26 Eric van Gyzenstack(9): dynamic allocation is not necessary
2022-03-26 Eric van Gyzenuma_zalloc: assert M_NOWAIT ^ M_WAITOK
2022-03-26 Eric van Gyzenksiginfo_alloc: pass M_WAITOK or M_NOWAIT to uma_zalloc
2022-03-26 Eric van Gyzenvm_ksubmap_init: pass M_WAITOK to vmem_init -> uma_zall...
2022-03-26 Alfonso S.... bsdinstall checksum: Replace dialog with bsddialog
2022-03-26 Alfonso S.... bsdinstall mirrorselect: Replace dialog with bsddialog
2022-03-25 Alfonso S.... bsdinstall time: Revert dialog title
2022-03-25 Alfonso S.... bsdinstall services: Replace dialog with bsddialog
2022-03-25 Henri Hennebertrtsx: Remove update of softc during probe and some...
2022-03-25 Mateusz Guzikvfs: set cn_namelen when handling degenerate lookups
2022-03-25 John Baldwindepend-cleanup.sh: Handle libc bcmp.S moving to bcmp...
2022-03-25 John BaldwinDrop an OBE MP safe comment.
2022-03-25 John Baldwinarm: Zero padding in mcontext_vfp_t in get_vfpcontext().
2022-03-25 D Scott PhillipsAdd the Ampere and Fujitsu arm64 implementer IDs
2022-03-25 D Scott Phillipsarm64: Add explicit barrier after address translation...
2022-03-25 D Scott Phillipsarm64: pmap: Mask VA operand in TLBI instructions
2022-03-25 Mateusz Guzikamd64: remove bcmp.S
2022-03-25 Dmitry Chaginlinux(4): Add AT_NO_AUTOMOUNT to statx.
2022-03-25 Dmitry Chaginlinprocfs: Eliminate bogus comment (KSE).
2022-03-25 Kristof Provostpf: ether l3 rules can only use addresses
2022-03-25 Navdeep Parharcxgbe(4): Handle FORCE_FEC in pcaps correctly.
2022-03-24 Bjoern A. ZeebLinuxKPI: 802.11: cleanup debugging
2022-03-24 John Baldwinx86: Add a NT_X86_SEGBASES register set.
2022-03-24 Bjoern A. ZeebLinuxKPI: 802.11: improve hw_scan fallback to sw_scan
2022-03-24 Bjoern A. ZeebLinuxKPI: 802.11: remove special handling for (*ic_scan...
2022-03-24 Bjoern A. ZeebLinuxKPI: 802.11: check IEEE80211_FEXT_SCAN_OFFLOAD...
2022-03-24 Bjoern A. ZeebLinuxKPI: 802.11: make lkpi_ic_set_channel() unconditional
2022-03-24 Ed Mastekbd: replace vestigial spl calls with Giant assertions
2022-03-24 Bjoern A. ZeebLinuxKPI: 802.11: use cfg80211_chandef_create()
2022-03-24 Bjoern A. ZeebLinuxKPI: 802.11: improve lkpi_80211_mo_sta_state(...
2022-03-24 Bjoern A. Zeebbhyve: Do not remove guest physical addresses from...
2022-03-24 Bjoern A. ZeebLinuxKPI: allow bsddriver name to be set for PCI
2022-03-24 Mateusz Guzikvfs: hoist trailing slash handling out of the loop
2022-03-24 Piotr Kubajriscv: fix riscv64sf build
2022-03-24 Mateusz Guzikvfs: factor symlink traversal out of namei
2022-03-24 Mateusz Guzikvfs: factor FAILIFEXISTS handling out of vfs_lookup
2022-03-24 Mateusz Guzikvfs: hoist degenerate path lookups out of the loop
2022-03-24 Mateusz Guzikvfs: retire the NDF_ONLY_PNBUF flag
2022-03-24 Mateusz Guzikvfs: NDFREE(&nd, NDF_ONLY_PNBUF) -> NDFREE_PNBUF(&nd)
2022-03-24 Piotr KubajMerge LLVM commit c03fdd340356 to fix lang/rust on...
2022-03-24 Wojciech Macekhardware: added Dell H840 raid support
2022-03-24 Li-Wen HsuDTrace test: skip flakey common.misc.t_dtrace_contrib...
2022-03-24 Li-Wen HsuDTrace test: Add a new keyword SKIPCI to gentest.sh
2022-03-24 Henri Hennebertrtsx: Display error if rtsx_read()/rtsx_write() fail.
2022-03-24 Henri Hennebertrtsx: Don't detach during shutdown
2022-03-24 Ed Mastehda: whitespace fix for realtek pin patches
2022-03-24 Ed Mastesound: test PCM_REGISTERED before PCM_DETACHING
2022-03-23 Farhan Khanbsdinstall(8): Usage example of tar doesn't work
2022-03-23 John Baldwinarm,arm64: Add a NT_ARM_TLS read-only register set.
2022-03-23 John BaldwinUse a regset for NT_ARM_VFP.
2022-03-23 John Baldwinaarch64: Fix get_fpcontext32() to work on non-curthread.
2022-03-23 John Baldwin<sys/reg.h>: Add ELF32_REGSET.
2022-03-23 Navdeep Parharcxgbe(4): Allow dump_cimla and dump_devlog to sleep.
2022-03-23 Bjoern A. ZeebLinuxKPI: 802.11: fix lkpi_lsta_dump() debugging
2022-03-23 Bjoern A. ZeebLinuxKPI: skbuff: fix skb_queue_splice_init()
2022-03-23 Mark Johnstonelf: Avoid dumping uninitialized bytes in PRSTATUS...
2022-03-23 Mark Johnstoncallout: Remove the CS_EXECUTING flag
2022-03-23 Mark Johnstonsetitimer: Fix exit race
2022-03-23 Alfonso S.... bsdinstall time: Replace dialog with bsddialog
next