]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2021-09-02 Kevin BowlingRevert "arm: Bump KSTACK_PAGES default to match i386...
2021-09-02 Gordon BerglingFix a common typo in man pages and src comments
2021-09-02 Konstantin... amd64: remove lfence after swapgs on syscall entry
2021-09-02 Konstantin... Style
2021-09-01 Alexander Motinpcib(4): Write window registers after resource adjustment
2021-09-01 Jessica Clarkepci_pci: Support growing windows in bus_adjust_resource...
2021-09-01 Alan Coxpmap: Micro-optimize pmap_remove_pages() on amd64 and...
2021-09-01 Alan CoxClear the accessed bit when copying a managed superpage...
2021-09-01 Jason A. Harmeningfactor out PT page allocation/freeing
2021-09-01 Jason A. Harmeningamd64 pmap: convert to counter(9), add PV and pagetable...
2021-09-01 Kristof Provostpf tests: Test ALTQ on top of if_bridge
2021-09-01 Luiz Otavio... if_bridge: add ALTQ support
2021-09-01 Kristof Provostpf tests: ALTQ priority test
2021-09-01 Kristof Provostpf tests: test ALTQ CBQ on top of if_vlan
2021-09-01 Luiz Otavio... if_vlan: add the ALTQ support to if_vlan.
2021-09-01 Cyril Zhangvmm: Add credential to cdev object
2021-09-01 Mark Johnstonfsetown: Avoid process group lock recursion
2021-09-01 Mark Johnstonfsetown: Simplify error handling
2021-09-01 Mark Johnstonfsetown: Fix process lookup bugs
2021-09-01 Gordon Berglinglibsa: Fix a typo in source code comments
2021-09-01 Gordon Berglingisci(4): Fix a common typo in src comments
2021-09-01 Gordon BerglingFix a common typo in source code comments
2021-08-31 Alan Coxamd64: Don't repeat unnecessary tests when cmpset fails
2021-08-31 Alan Coxamd64: Eliminate a redundant test from pmap_enter_object()
2021-08-31 Alan Coxarm64: Sync icache when creating executable superpage...
2021-08-31 Alan Coxarm64: Simplify fcmpset failure in pmap_promote_l2()
2021-08-31 Alan CoxOn a failed fcmpset don't pointlessly repeat tests
2021-08-31 Alan Coxamd64: a simplication to pmap_remove_{all,write}
2021-08-31 Alan Coxarm64: a few simplications to pmap_remove_{all,write}
2021-08-31 Alan Coxarm64: eliminate a duplicated #define
2021-08-31 Alan Coxarm64: fix a potential KVA leak in pmap_demote_l1()
2021-08-31 Alan Coxarm64: make it possible to define PV_STATS
2021-08-31 Alan Coxarm64: replace pa_to_pvh() with page_to_pvh() in pmap_r...
2021-08-31 Alan Coxarm64: remove an unneeded test from pmap_clear_modify()
2021-08-31 Alan Coxarm64: Use page_to_pvh() when the vm_page_t is known
2021-08-31 Dimitry AndricExplicitly link zfsd with libspl to avoid undefined...
2021-08-31 Dimitry AndricSilence more gtest warnings, now in fusefs tests
2021-08-31 Dimitry AndricFix null pointer subtraction in mergesort()
2021-08-31 Kristof Provostpfctl: build fix
2021-08-31 Kristof Provostpf tests: test killing states by ID
2021-08-31 Kristof Provostpfctl: fix killing states by ID
2021-08-31 Ka Ho Ngpmap_extract.9: Fix pmap_extract_and_hold()'s function...
2021-08-31 Gordon BerglingFix some common typos in source code comments
2021-08-31 Gordon Berglingsound(4): Fix some common typos in comments
2021-08-31 Gordon Berglinginet(3): Fix a few common typos in source code comments
2021-08-31 Gordon Berglinginet6(4): Fix a few common typos in source code comments
2021-08-30 John Baldwinktls: Fix accounting for TLS 1.0 empty fragments.
2021-08-30 Andrew Gallatinktls: Init reset tag task for cloned sessions
2021-08-30 John Baldwinktls: Don't mark existing received mbufs notready for...
2021-08-30 Mitchell Hornekdb: Handle process enumeration before procinit()
2021-08-30 Mitchell Hornepmc(3): remove Pentium-related man pages and references
2021-08-30 Mitchell Hornearm: enable stack-smashing protection
2021-08-30 Alfredo Dal... llvm/powerpc64*: fix broken binaries generated by clang12
2021-08-30 Alfredo Dal... virtio-modern: fix PCI common read/write functions...
2021-08-30 Andrew TurnerAdd more arm64 external abort sources
2021-08-30 Andrew TurnerOnly store the arm64 ID registers in the cpu_desc
2021-08-30 Andrew TurnerMove setting arm64 HWCAP values to the ID tables
2021-08-30 Andrew TurnerAdd missing arm64 ID registers
2021-08-30 Andrew TurnerSort the arm64 ID_AA64* user registers
2021-08-30 Andrew TurnerAdd macros for arm64 special reg op and CR values
2021-08-30 Andrew TurnerTeach the arm64 kernel to identify the Arm AEM
2021-08-30 Andrew TurnerSwitch to an ifunc in the kernel for crc32c
2021-08-30 Andrew TurnerStart to clean up arm64 address space selection
2021-08-30 Andrew TurnerSplit out the arm64 ID field comparison function
2021-08-30 Kristof Provostaltq: Fix panics on rmc_restart()
2021-08-30 Gordon Berglingnfsstat(1): Fix a typo in an error message
2021-08-29 Kyle Evanskern: mountroot: avoid fd leak in .md parsing
2021-08-29 Dave Fullardfreebsd-update: create a ZFS boot environment on install
2021-08-29 Mark Johnstonbhyve: Use pci(4) to access I/O port BARs
2021-08-29 Mark Johnstonpci: Add an ioctl to perform I/O to BARs
2021-08-29 Dimitry AndricCleanup compiler warning flags in lib/libefivar/Makefile
2021-08-29 Dimitry Andricgoogletest: Silence warnings about deprecated implicit...
2021-08-29 Dan LangilleEnable rc.d/jail within jails
2021-08-29 Gordon Berglingext2fs(5): Correct a typo in an error message
2021-08-28 Toomas Soomeloader: loader_lua can run command_more twice
2021-08-28 Piotr Pawel... ls: prevent no-color build from complaining when COLORT...
2021-08-28 Piotr Pawel... sh: fix NO_HISTORY build
2021-08-28 Piotr Pawel... mount.h: improve a comment about flags
2021-08-28 Piotr Pawel... style.9: remove an outdated comment about indent(1)
2021-08-28 Piotr Pawel... fstyp: add BeFS support
2021-08-28 Toomas Soomeloader: FB console does leave garbage on screen while...
2021-08-28 Alexander Motinsched_ule(4): Pre-seed sched_random().
2021-08-28 Alexander Motinsched_ule(4): Use trylock when stealing load.
2021-08-28 Alexander Motinsched_ule(4): Reduce duplicate search for load.
2021-08-28 Alexander MotinRefactor/optimize cpu_search_*().
2021-08-27 Ka Ho NgAMD-vi: Fortify IVHD device_identify process
2021-08-27 Ka Ho Ngvmm: Bump vmname buffer in struct vm to VM_MAX_NAMELEN + 1
2021-08-27 Ka Ho Ngtmpfs: Fix error being cleared after commit c12118f6cec0
2021-08-27 Ka Ho Ngtmpfs: Fix styles
2021-08-27 Goran Mekićsound: Add an example of basic sound application
2021-08-27 Ka Ho Ngvfs: Add get_write_ioflag helper to calculate ioflag
2021-08-27 Kevin Bowlingintel ethernet: Use ether_gen_addr(9)
2021-08-27 Rick Macklemnfsd: Fix sanity check for NFSv4.2 Allocate operations
2021-08-26 Dimitry AndricApply clang fix for assertion failure compiling multime...
2021-08-26 Kyle Evanscrunch: drop WARNS override
2021-08-26 Kyle Evanscrunchgen: fix remaining issues under WARNS=6
2021-08-26 Kyle Evanscrunchide: static'ify remaining non-exported functions
2021-08-26 Kyle Evanscrunchide: address complaints from WARNS=6
2021-08-26 Kyle Evanscrunchgen: sprinkle some const-poisoning around
2021-08-26 Kyle Evanspkg: use specific CONFSNAME_${file} for FreeBSD.conf
next