aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* stand: Fix a couple of comment typos in f8a199f28f9dJessica Clarke2022-08-131-2/+2
* Move the ability to search for alternate UFS superblocks from fsck_ffs(8)Kirk McKusick2022-08-1317-100/+364
* bhyve nvme: Fix out-of-bound IOV array accessChuck Tuffli2022-08-131-4/+14
* Fix wrong capitalization in man page references.Jens Schweikhardt2022-08-138-14/+16
* mrsas module: Use MACHINE_ARCH exlcusivelyWarner Losh2022-08-131-2/+1
* Fix a broken man page reference.Jens Schweikhardt2022-08-131-1/+1
* stand: Only compile decompression routinesWarner Losh2022-08-132-6/+10
* stand: Compile out the extensive superblock diagnostic messages for BIOS loaderWarner Losh2022-08-132-1/+16
* stand: Raise limit to 550,000 bytes for loaderWarner Losh2022-08-131-2/+16
* sys/vm: Add TSLOG to some functionsColin Percival2022-08-123-0/+9
* keysock: explicitly initialized LIST_HEADGleb Smirnoff2022-08-121-1/+2
* protosw: change prototype for pr_controlGleb Smirnoff2022-08-1216-26/+18
* mac_ddb: Fix the show rman validator.John Baldwin2022-08-121-1/+1
* When -u option is used also set USER, HOME and SHELL variables.Maxim Sobolev2022-08-121-0/+5
* netinet: do not broadcast PRC_REDIRECT_HOST on ICMP redirectGleb Smirnoff2022-08-124-26/+0
* protosw: provide prototypes for all protocol switch methodsGleb Smirnoff2022-08-121-51/+80
* netinet6: simplify defrouter_select_fib()Alexander V. Chernikov2022-08-121-29/+22
* routing: add rib_match_gw() helperAlexander V. Chernikov2022-08-122-3/+21
* Document implicit dependencies of the mlx5(4) & friends.Maxim Sobolev2022-08-111-1/+2
* stand: Go back to a.out format for /boot/loaderWarner Losh2022-08-112-10/+9
* Install working pkgconfig .pc files for compat librariesAlex Richardson2022-08-1112-17/+31
* mac: s/0/false/ in macros denoting probe enablementMateusz Guzik2022-08-111-14/+14
* routing: unbreak the build of a bunch of kernelsMateusz Guzik2022-08-111-0/+1
* x86: remove MP_WATCHDOGMateusz Guzik2022-08-1111-306/+0
* ctladm: Fix typo in command line help.Alexander Motin2022-08-111-1/+1
* rtsock: subscribe to ifnet eventhandlers instead of direct calls.Alexander V. Chernikov2022-08-113-11/+16
* iconv_std: complete the //IGNORE supportKyle Evans2022-08-111-2/+16
* libc: iconv: add mb_cur_min for encoder traitsKyle Evans2022-08-119-2/+100
* libc: iconv: push option ignore into citrus_iconv_open()Kyle Evans2022-08-112-22/+22
* iconv: only conditionally use ICONV_SET_DISCARD_ILSEQKyle Evans2022-08-111-3/+10
* tools: test: iconv: fix open_2 to not segfaultKyle Evans2022-08-111-6/+10
* stand: Make BIOS loader size limits settableWarner Losh2022-08-112-2/+2
* stand: i386_fmtdev can be reduced to devformatWarner Losh2022-08-114-32/+5
* stand: uboot_fmtdev can be reduced to devformatWarner Losh2022-08-113-25/+1
* stand: userboot_fmtdev can be reduced to devformatWarner Losh2022-08-115-41/+6
* stand: efi_fmtdev can be reduced to devformatWarner Losh2022-08-114-30/+3
* stand: Replace zfs_fmtdev with generic devformat()Warner Losh2022-08-114-5/+5
* stand: For zfs, set dv_fmtdev to zfs_fmtdevWarner Losh2022-08-112-1/+3
* stand: Use devformat instead of disk_devfmtWarner Losh2022-08-112-4/+2
* stand: Use devformat rather than disk_devfmtWarner Losh2022-08-112-3/+1
* stand: Add disk_fmtdev for dv_fmtdev for all the disk devicesWarner Losh2022-08-1110-2/+13
* stand: Add devformat to return formatted string for a deviceWarner Losh2022-08-111-0/+11
* stand: Add dv_devfmt to return a string represenation of the deviceWarner Losh2022-08-111-0/+5
* stand: Change zfs_fmtdev to take a struct devdesc *Warner Losh2022-08-116-8/+8
* stand: Change disk_fmtdev to take a struct devdesc *Warner Losh2022-08-113-3/+7
* stand: Move i386_devdesc to a unionWarner Losh2022-08-113-37/+32
* stand: Remove unnecessary includeWarner Losh2022-08-111-1/+0
* raw ip6: merge rip6_output() into rip6_send()Gleb Smirnoff2022-08-112-77/+48
* raw ip: merge rip_output() into rip_send()Gleb Smirnoff2022-08-112-58/+40
* protosw: retire pr_output methodGleb Smirnoff2022-08-116-21/+0