aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | dpaa2: Simplify addresses translation with PHYS_TO_DMAPDmitry Salychev2023-05-114-158/+113
* | ktls_test: specify OpenSSL 1.1 APIPierre Pronchery2023-05-111-0/+1
* | bhyve: make passthru sel public availableCorvin Köhne2023-05-112-0/+9
* | bhyve: add cmdline option for user defined fw_cfg itemsCorvin Köhne2023-05-114-2/+173
* | Complete removing twe(4)Li-Wen Hsu2023-05-111-1/+0
* | e1000: fix VLAN 0Kristof Provost2023-05-111-1/+3
* | md5: Add missing <errno.h>.Dag-Erling Smørgrav2023-05-111-0/+1
* | rc.subr(8): run `trailing-whitespace-fixer`Enji Cooper2023-05-111-5/+5
* | rc: add support for cpuset(1)Miroslav Lachman2023-05-111-2/+30
* | twe: Remove driverWarner Losh2023-05-1112-4354/+0
* | lualoader: add support for .lua configuration filesKyle Evans2023-05-117-14/+175
* | net/pfkeyv2.h: fix typo, meNberKonstantin Belousov2023-05-101-1/+1
* | Install spleen vt(4) fontsEd Maste2023-05-102-0/+20
* | tsort: Add unit tests.Dag-Erling Smørgrav2023-05-104-0/+79
* | tsort: Replace bcopy() with memcpy().Dag-Erling Smørgrav2023-05-101-4/+4
* | md5: Add missing references to sha384.Dag-Erling Smørgrav2023-05-101-3/+4
* | hier(7): fix a couple mandoc warningsMitchell Horne2023-05-101-3/+3
* | hier(7): document /home/ and /usr/home/Mitchell Horne2023-05-101-0/+10
* | hier(7): drop list of /usr/share/doc subdirectoriesMitchell Horne2023-05-101-33/+1
* | hier(7): drop list of /usr/include subdirectoriesMitchell Horne2023-05-101-143/+0
* | ifconfig: fix family selection after 982cd5ae8ef6Alexander V. Chernikov2023-05-101-0/+1
* | ifconfig: fix interface selection after 982cd5ae8ef6.Alexander V. Chernikov2023-05-102-16/+14
* | arm64: fix stack unwinding past exception handlersZachary Leaf2023-05-101-0/+1
* | ifconfig: split argument parsing and actual execution logicAlexander V. Chernikov2023-05-103-68/+103
* | netlink: provide original interface lladdr in the interface dump.Alexander V. Chernikov2023-05-103-3/+40
* | netlink: export more IPv6 ifa infoAlexander V. Chernikov2023-05-103-6/+75
* | netlink: export carp VHID when dumping interface addresses.Alexander V. Chernikov2023-05-103-2/+29
* | md5: Don't increment a bool.Dag-Erling Smørgrav2023-05-101-3/+3
* | md5: Include <osreldate.h> for __FreeBSD_version.Dag-Erling Smørgrav2023-05-101-0/+1
* | md5: Fix input error check.Dag-Erling Smørgrav2023-05-101-2/+2
* | pkgbase: report error if files are installed multiple timesEd Maste2023-05-101-2/+1
* | includes: avoid installing if_wg.h twiceEd Maste2023-05-101-2/+2
* | loader: install help files only onceEd Maste2023-05-107-0/+8
* | freebsd-update: Fix merging already-updated filesColin Percival2023-05-091-9/+11
* | Cirrus-CI: add gcc12 automatic task on primary GitHub mirrorEd Maste2023-05-091-1/+7
* | Fix off-by-one error in fsck_ffs(8) chkrange() block-number check.Kirk McKusick2023-05-091-2/+2
* | ktls: re-work alloc threadAndrew Gallatin2023-05-091-48/+34
* | vm: implement vm_page_reclaim_contig_domain_ext()Andrew Gallatin2023-05-092-16/+56
* | Revert "cpuset: increase userland maximum size to 1024"Ed Maste2023-05-091-1/+1
* | locks: fix two potential overflows in the lock delay codeJonathan T. Looney2023-05-092-6/+4
* | amd64 MINIMAL: SysV IPC syscalls are loadableKonstantin Belousov2023-05-091-3/+0
* | amd64 MINIMAL: remove UFS from compiled-in listKonstantin Belousov2023-05-091-1/+0
* | amd64 MINIMAL config: remove statements about UFS moduleKonstantin Belousov2023-05-091-2/+0
* | smp_topo(): correct allocation sizes for trivial topologiesKonstantin Belousov2023-05-091-2/+3
* | smp_topo(): make it idempotentKonstantin Belousov2023-05-091-1/+8
* | smp_topo: dynamically allocate group arrayKonstantin Belousov2023-05-091-7/+10
* | quiesce_cpus(): do not overallocate generation arrayKonstantin Belousov2023-05-091-1/+2
* | netlink: fix compiler warningsAlexander V. Chernikov2023-05-091-6/+6
* | netlink: temporary skip snl(3) capped test.Alexander V. Chernikov2023-05-091-0/+2
* | netlink: automatically fill sin6_scope_id in the default snl(3) parsers.Alexander V. Chernikov2023-05-092-9/+76