]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2023-07-01 VexedUXRStand: Silence undefined symbols check command
2023-07-01 santhoshkumar... bios: Don't keep sending BIO_FLUSH after first ENOTSUPP.
2023-07-01 Mark O'Donovanqlnxe: remove unused variable from ecore_ll2.c
2023-07-01 Mark O'Donovanqlnxe: add driver to amd64 NOTES
2023-07-01 Mark O'Donovanqlnxe: Fix building as in-kernel component
2023-07-01 Mark O'Donovanqlnxe: Fix unused but set variable warning
2023-07-01 Mark O'Donovanqlnxe: Remove #ifdef ECORE_PACKAGE
2023-07-01 Mark O'Donovanqlnxe: Fix too many args in call to internal_ram_wr()
2023-07-01 Mark O'Donovanqlnxe: Move sriov includes to qlnx_os.c
2023-07-01 Mark O'Donovanqlnxe: Remove -Wno-case-qual from module build
2023-07-01 Martin Matuskazfs: merge openzfs/zfs@009d3288d
2023-07-01 Michael Tuexensiftr: unbreak dtrace support
2023-07-01 Dmitry Chagincsu: Add the prologue and epilogue to the _init and...
2023-07-01 Dmitry Chaginrtld: Add a stop indicator to rtld_start to satisfy...
2023-07-01 Michael Tuexendtrace: third update to the siftr probe
2023-07-01 Alexander V... netinet[6]: make in[6]_control use ucred instead of td.
2023-07-01 Michael Tuexendtrace: another update of the siftr probe
2023-07-01 Michael Tuexendtrace: update siftr probe
2023-06-30 Michael Tuexensiftr: document siftr probe to man page of the tcp...
2023-06-30 Marius Strobltest: remove remainder of testfloat
2023-06-30 Michael Tuexendtrace: fix constants used by the siftr probe
2023-06-30 Michael Tuexensiftr: provide dtrace with the correct pointer to data
2023-06-30 Brian BehlendorfTag 2.2.0-rc1
2023-06-30 Prakash SuryaEnable tuning of ZVOL open timeout value
2023-06-30 Brian BehlendorfRevert "spa.h: use IN_BASE instead of IN_FREEBSD_BASE"
2023-06-30 John Baldwinlinux: binutils as requires %eflags instead of %flags...
2023-06-30 John Baldwini386 acpi: Remove unneeded function declaration.
2023-06-30 Rich ErcolaniPack our DDT ZAPs a bit denser.
2023-06-30 Rob Nddt_addref: remove unnecessary phys fill when refcount...
2023-06-30 Alexander MotinAgain fix race between zil_commit() and zil_suspend().
2023-06-30 Alexander MotinSome ZIO micro-optimizations.
2023-06-30 Alexander MotinDo not report bytes skipped by scan as issued.
2023-06-30 Arshad HussainDon't use hard-coded 'size' value in snprintf()
2023-06-30 Alexander MotinFix remount when setting multiple properties.
2023-06-30 Simon J. Gerratylibsecureboot: avoid set but not used errors
2023-06-30 Simon J. GerratySeparate dependencies on tools built for host.
2023-06-29 Yuri PankovRevert "openzfs: use IN_BASE instead of IN_FREEBSD_BASE...
2023-06-29 Yuri Pankovopenzfs: use IN_BASE instead of IN_FREEBSD_BASE in...
2023-06-29 vimprovedcontrib: dracut: Conditionalize copying of libgcc_s...
2023-06-29 Simon J. GerratyBOOT_MACHINE_DIR should be stand not boot
2023-06-29 Yuri Pankovspa.h: use IN_BASE instead of IN_FREEBSD_BASE
2023-06-29 Mitchell Hornetcp(4): fix a misnomer
2023-06-29 Mateusz Piotrowskizdb: Add missing poolname to -C synopsis
2023-06-29 Alan Coxarm64: make VM_NFREEORDER and the comment describing...
2023-06-29 Mitchell Hornehier(7): adjust overlays/ subdirectory
2023-06-29 Dmitry Chaginlibexecinfo: Enable backtrace_test.backtrace_fmt_basic...
2023-06-29 Dmitry Chagincsu: Implement _start using as to satisfy unwinders...
2023-06-29 Dag-Erling... libstdbuf: Add proper SEE ALSO section.
2023-06-29 Dag-Erling... stdbuf: Code cleanup.
2023-06-29 Warner Loshatkbc: Better test for old chromebooks
2023-06-29 Dag-Erling... Restore and document -ps / -nps option.
2023-06-29 Michael Tuexenman: improve man pages for dtrace_sctp and dtrace_tcp
2023-06-29 Yuri PankovCorrectly spell illumos (all lowercase) in man pages
2023-06-28 Piotr Kubajgdtoa: fix endianness issue on powerpc64le
2023-06-28 Martin Matuskazfs: merge openzfs/zfs@a9d6b0690
2023-06-28 Alfonso Gregorynewfs: nextnum should be a u_int32_t, not an int
2023-06-28 Alfonso Gregorynewfs: prefer unsigned index over signed
2023-06-28 Warner Loshatkbdc: Minor style nits
2023-06-28 Mark Johnstonarm64: Make register definitions const
2023-06-28 Mark Johnstonarm64: Add a masked get_kernel_reg()
2023-06-28 Mark Johnstonctfconvert: Integer encoding types are unsigned
2023-06-28 Mark Johnstonbhyve: Rename a pci_cfgrw() parameter
2023-06-28 Mark Johnstonbhyve: Stop calling pci_lintr_request() in the NVMe...
2023-06-28 John Baldwinbsd.sys.mk: Re-enable -Wunused-but-set-variable for...
2023-06-28 Ed Mastelogin.conf: document how to specify env var values...
2023-06-28 John Baldwinbsd.sys.mk: Stop muting -Wunused-but-set-variable for...
2023-06-28 John Baldwincamdd: Remove some dead code but also make -E functional.
2023-06-28 John Baldwinbsdinstall: Handle errors from geom_gettree.
2023-06-28 John Baldwinmrsas: Use mrsas_sge64 instead of iovec for the S/G...
2023-06-28 Alan Coxarm64 pmap: Tidy up pmap_promote_l2() calls
2023-06-28 Jon HopperAdds support for Purism coreboot keyboards
2023-06-28 Andrew TurnerContinue searching for an irq map from the start
2023-06-28 Andrew TurnerHide irq_next_free, it's not used out of this file
2023-06-28 Benedict ReuschlingAdd quotes around variables and replace backticks with $()
2023-06-28 Mitchell Hornehier(7): tweak /media description
2023-06-28 Randall Stewarttcp: With the right options in the kernel cc_cubic...
2023-06-28 Andrey V. Elsukovcarp: use nd6log() macro to log debug messages
2023-06-28 Graham Perrinbectl(8): clarifications, expansion
2023-06-28 Bjoern A. ZeebLinuxKPI: list.h add list_count_nodes()
2023-06-28 Alexander MotinZIL: Fix another use-after-free.
2023-06-28 Alexander MotinUse big transactions for small recordsize writes.
2023-06-27 LaevosRemove unnecessary commas in zpool-create.8
2023-06-27 Jessica ClarkeGeneralise libcompat to be a list rather than a single...
2023-06-27 Jessica ClarkeMakefile.libcompat: Handle MK_FOO varying for native...
2023-06-27 Jessica ClarkeMakefile.libcompat: Remove unused _LC_INCDIRS
2023-06-27 Jessica Clarkeusb: Fixed botched spacing
2023-06-27 Gabriele LaganàAdd vendor id for Quectel USB modem and align with...
2023-06-27 Igor Ostapenkovfs: bring vfs_lookup() description comment up to date
2023-06-27 Igor Ostapenkovfs: fix description comment of vfs_lookup()
2023-06-27 Alfonso Gregoryifconfig: skip calling fnmatch once the result no longe...
2023-06-27 Konstantin... vm_fault: move FAULT_* return codes out of range for...
2023-06-27 Simon J. GerratyMerge bmake-20230622
2023-06-27 Simon J. GerratyImport bmake-20230622
2023-06-27 Graham Perrinhier(7): fix inline markup for a variable
2023-06-27 Cy Schubertsystat: Chase 70ea484e3ec5, removing vdev_cache
2023-06-27 Doug Mooreradix_trie: pass fewer params to node_get
2023-06-27 John Baldwinldns: Remove a set but unused variable.
2023-06-27 John Baldwinefi loader: Move 'module' variable under #ifdef MODINFO...
2023-06-27 John Baldwinlibbsnmptools: Fully comment out set but unused count...
2023-06-27 John Baldwinxo: Disable -Wunused-but-set-variable.
next