Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-13rpcb_clnt.c: Do not force use of UDPHEADmainRick Macklem
2022-11-13stress2: Added a tmpfs regression test for Bug 223015Peter Holm
2022-11-13stress2: Added more "mdconfig -o force" testsPeter Holm
2022-11-13stress2: Snapshots of SU+J has been enabledPeter Holm
2022-11-13Enable taking snapshots on UFS/FFS filesystems using journaled soft updates.Kirk McKusick
2022-11-13Fix for tunefs(8) unable to add a UFS/FFS soft update journal.Kirk McKusick
2022-11-12vipw.8: Add a FILES sectionGordon Bergling
2022-11-12ascii.7: Add full names of the control character setGordon Bergling
2022-11-12ktls: Inline ktls_cleanup() into ktls_destroy().John Baldwin
2022-11-12ktls: Don't leak ktls session objects for certain errors.John Baldwin
2022-11-12wg: Drop the compat shim for sbcreatecontrol().John Baldwin
2022-11-12wg.4: Update first appeared release to 13.2.John Baldwin
2022-11-12rc: add a manual entry for ${name}_setupFranco Fichtner
2022-11-11zfs tests: stop writing to arbitrary devicesEric van Gyzen
2022-11-11linuxkpi: Define `ZERO_OR_NULL_PTR()` in <linux/slab.h>Jean-Sébastien Pédron
2022-11-11linuxkpi: Define `pci_reset_function()` in <linux/pci.h>Jean-Sébastien Pédron
2022-11-11linuxkpi: Include <linux/list.h> and <linux/kernel.h> from <linux/mutex.h>Jean-Sébastien Pédron
2022-11-11linuxkpi: Add <linux/mman.h> which includes <linux/smp.h>Jean-Sébastien Pédron
2022-11-11linuxkpi: Add <linux/page-flags.h>Jean-Sébastien Pédron
2022-11-11arm64: add a spin-table implementation for Apple SiliconKyle Evans
2022-11-11nvmecontrol: fix wrong temperature unit for INTEL SSDs.Wanpeng Qian
2022-11-11ddb: don't limit pindex output in 'show vmopag'Mitchell Horne
2022-11-11ddb(4): document some missing commandsMitchell Horne
2022-11-11ddb(4): misc updatesMitchell Horne
2022-11-11netdump(4): document all kernel options requiredMitchell Horne
2022-11-11netgdb(4): update list of required kernel optionsMitchell Horne
2022-11-11linuxkpi: Define `boot_cpu_data.x86_max_cores`Jean-Sébastien Pédron
2022-11-11linuxkpi: Add `dev_warn_once()` in <linux/device.h>Jean-Sébastien Pédron
2022-11-11linuxkpi: Add `list_for_each_entry_from_rcu()` in <linux/rculist.h>Jean-Sébastien Pédron
2022-11-11linuxkpi: Define `typeof_member()` in <linux/kernel.h>Jean-Sébastien Pédron
2022-11-11linuxkpi: Add <linux/dma-buf-map.h>Jean-Sébastien Pédron
2022-11-11linuxkpi: Add <linux/mmzone.h>Jean-Sébastien Pédron
2022-11-11linuxkpi: Add <acpi/actbl.h>Jean-Sébastien Pédron
2022-11-11linuxkpi: Add `krealloc_array()`Jean-Sébastien Pédron
2022-11-11linuxkpi: Introduce module_param() of type `hexint`Jean-Sébastien Pédron
2022-11-11linuxkpi: Introduce `vma_set_file()`Jean-Sébastien Pédron
2022-11-11linuxkpi: Include <linux/shinker.h> in <linux/mm.h>Jean-Sébastien Pédron
2022-11-11linuxkpi: Update `struct irq_work`Jean-Sébastien Pédron
2022-11-11linuxkpi: Add `__GFP_NOMEMALLOC` kmalloc flagJean-Sébastien Pédron
2022-11-11Remove dead code in the cscope targetKonrad Witaszczyk
2022-11-11lib/libsecureboot: Fix some typosElyes HAOUAS
2022-11-11bhyve: Cast away const when fetching a config nvlistMark Johnston
2022-11-11bhyve: Drop volatile qualifiers from snapshot codeMark Johnston
2022-11-11bhyve: Drop volatile qualifiers from virtio ringsMark Johnston
2022-11-11bhyve: Drop volatile qualifiers from xhci hw struct fieldsMark Johnston
2022-11-11bhyve: Define an accessor for net backend private dataMark Johnston
2022-11-11bhyve: Address warnings about potential unaligned accesses in fwctl.cMark Johnston
2022-11-11netpfil tests: add dummynet fq_codel test caseKristof Provost
2022-11-11dummynet: fix codelKristof Provost
2022-11-11if_ovpn tests: add aes-128-gcm test caseKristof Provost