aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* shm_open(2): Cross-reference posixshmcontrol(1)Michael Gmelin2021-06-251-3/+4
* linux(4): Make vDSO defines private.Dmitry Chagin2021-06-252-6/+6
* bhyve: fix NVMe MDTS commentChuck Tuffli2021-06-251-5/+3
* Enable OPENMP on riscv64* by default.Piotr Kubaj2021-06-251-1/+1
* tcp: Preparation for allowing hardware TLS to be able to kick a tcp connectio...Randall Stewart2021-06-255-21/+63
* sbin/md5: re-enable testsStefan Eßer2021-06-251-4/+4
* sbin/md5: Create /usr/tests/sbin/md5 directory for placing testsLi-Wen Hsu2021-06-251-0/+2
* sbin/md5: disable tests due to build failuresStefan Eßer2021-06-251-4/+4
* sbin/md5: fix test case to not write outside temp directoryStefan Eßer2021-06-251-2/+2
* sbin/md5: improve compatibility with coreutils -c optionStefan Eßer2021-06-254-34/+209
* sbin/md5: add testsStefan Eßer2021-06-2565-0/+448
* nfscl: Add entries to UPDATING and RELNOTES for commit a145cf3f73c7Rick Macklem2021-06-252-0/+12
* nfscl: Change the default minor version for NFSv4 mountsRick Macklem2021-06-252-5/+18
* arm64: make it possible to define PV_STATSAlan Cox2021-06-241-2/+0
* tcp: Rack not being very friendly with V6:4 socket and having a connection fr...Randall Stewart2021-06-241-1/+4
* rc.subr: use _pidcmd to determine pid for protectMariusz Zaborski2021-06-241-3/+3
* bsd-family-tree: add DragonFly 6.0.0Warner Losh2021-06-241-1/+2
* Update ENA version to v2.4.0Marcin Wojtas2021-06-241-2/+2
* Update ENA driver man pageMarcin Wojtas2021-06-241-35/+236
* Merge tag 'vendor/ena-com/2.4.0'Marcin Wojtas2021-06-2411-318/+397
|\
| * ena-com: restructure the ENA logging systemvendor/ena-com/2.4.0Marcin Wojtas2021-06-242-27/+81
| * ena-com: update sources to the latest versionMarcin Wojtas2021-06-246-33/+46
* | ena: hide sysctl nodes for unused ENA queuesMarcin Wojtas2021-06-244-1/+52
* | ena: remove surplus NULL checks when freeing ENA resourcesMarcin Wojtas2021-06-241-6/+3
* | ena: add support for the large LLQ headers in ENAMarcin Wojtas2021-06-243-7/+54
* | ena: change ENA C++-style comment into C-styleMarcin Wojtas2021-06-241-1/+1
* | Introduce LS1028A PCI MDIO driver.Marcin Wojtas2021-06-242-0/+192
* | Introduce new driver for NXP Ethernet controllerMarcin Wojtas2021-06-247-0/+2457
* | Introduce MDIO read/write functions for LS1028A.Marcin Wojtas2021-06-242-0/+213
* | iflib: Add a new quirkMarcin Wojtas2021-06-242-1/+10
* | Fix error value returned by ofw_bus_gen_get_node().Michal Meloun2021-06-241-1/+1
* | libsa: Add tslog support for arm64Colin Percival2021-06-241-0/+6
* | arm64: Instrument initarm with TSLOGColin Percival2021-06-241-0/+4
* | arm64: Disable early printf if TSLOGColin Percival2021-06-241-0/+2
* | arm64: replace pa_to_pvh() with page_to_pvh() in pmap_remove_l2()Alan Cox2021-06-241-10/+8
* | amd64: do not touch BIOS reset flag halfword, unless we boot through BIOSKonstantin Belousov2021-06-232-5/+10
* | vdso: lower precision of vdso implementation of CLOCK_MONOTONIC_FAST and CLOC...Konstantin Belousov2021-06-231-1/+27
* | vdso gettimeofday: minor restructuringKonstantin Belousov2021-06-231-7/+8
* | bsdinstall: Avoid double-mounting /devRyan Moeller2021-06-231-2/+0
* | ffs_softdep: force sync if journal is low in journal_check_spaceKonstantin Belousov2021-06-231-0/+7
* | ffs_softdep.c: add journal_check_space() helperKonstantin Belousov2021-06-231-15/+16
* | softdep_prelink(): only do sync if other thread changed the vnode metadata si...Konstantin Belousov2021-06-234-13/+46
* | ufs_rename(): only do softdep_prerename() when other thread changed a vnodeKonstantin Belousov2021-06-231-1/+14
* | ffs: mark block (re-)allocations as seqc writesKonstantin Belousov2021-06-232-50/+75
* | ufs_rename(): softdep_prerename() does something only for SU+JKonstantin Belousov2021-06-231-1/+1
* | ffs: reduce number of dvp relocks in softdep_prelink()Konstantin Belousov2021-06-231-8/+6
* | ufs_vnops.c: styleKonstantin Belousov2021-06-231-2/+4
* | unionfs: do not use bare struct componentnameKonstantin Belousov2021-06-231-32/+38
* | namei: add NDPREINIT() macroKonstantin Belousov2021-06-232-0/+12
* | seqc: add symbolic name for in-modify bitKonstantin Belousov2021-06-231-6/+8