aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Chase mixer(8) command-line interface changesHans Petter Selasky2022-03-142-3/+3
* armv6/legacy: optimize cpu_getcount performanceWojciech Macek2022-03-141-4/+4
* Update leap-seconds to leap-seconds.3676924800Xin LI2022-03-141-4/+4
* nfscl: Fix NFSv4.1/4.2 Lookup+Open RPCRick Macklem2022-03-131-6/+10
* rc.d/*: Use startmsg instead of echo on start messagesJose Luis Duran2022-03-136-18/+18
* Introduce startmsg and use it in rc scriptsJose Luis Duran2022-03-1316-29/+49
* Chase mixer(8) command-line interface changesMateusz Piotrowski2022-03-135-24/+23
* vfs: prefix lookup and relookup with vfs_Mateusz Guzik2022-03-135-10/+10
* cache: use flexible array memberMateusz Guzik2022-03-131-1/+1
* usbtest: Fix issue when multiple devices are sharing same USB vendor and prod...Hans Petter Selasky2022-03-135-81/+92
* mixer .8: Clean up the manual pageMateusz Piotrowski2022-03-131-67/+87
* riscv: actually enable sanitizersPiotr Kubaj2022-03-132-6/+18
* Merge commit '2f8d4418415511460bd7b3b3e532f6b328cf993f'Alfonso S. Siciliano2022-03-1354-432/+957
|\
| * bsddialog: Import version0.2vendor/bsddialog/0.2Alfonso S. Siciliano2022-03-1354-432/+957
* | pfdenied: match actual variable name to the documented oneMatteo Riondato2022-03-121-1/+1
* | GEOM: Introduce partial confxml APIAlexander Motin2022-03-1210-124/+264
* | usr.bin/who.c: Fix boot time checkingSteve Wills2022-03-121-2/+5
* | amd64: make bcmp in libc just call memcmpMateusz Guzik2022-03-122-1/+16
* | teken: color #3 is yellow not brown - use TC_YELLOW as the nameEd Maste2022-03-127-11/+11
* | vfs: reduce spurious zeroing in VOP_STATMateusz Guzik2022-03-121-2/+5
* | vfs: stop evaluating the argument multpile times in stat macrosMateusz Guzik2022-03-121-4/+6
* | touch: don't leak descriptor if fstat(2) failsMariusz Zaborski2022-03-121-1/+9
* | Correct minor typos/grammos and break long lines to fit in 80 chars.Jens Schweikhardt2022-03-121-7/+9
* | loader: accept "yellow" as a named colorEd Maste2022-03-112-2/+2
* | arm64 hwpmc: Support restricting counters to user or kernel mode.John Baldwin2022-03-112-5/+29
* | aarch64: Add constants for fields in the PMEVTYPERn_EL0 event registers.John Baldwin2022-03-111-1/+10
* | loader: support numeric and named bright colors (8-15)Ed Maste2022-03-112-24/+44
* | Revert "Add the PMCR_EL0.N arm64 register field"Andrew Turner2022-03-111-2/+0
* | ratecheck: mininterval is constEric van Gyzen2022-03-111-2/+2
* | lindebugfs: Make single_release() NULL safe.Hans Petter Selasky2022-03-111-1/+7
* | lindebugfs: The Linux file operations use negative return values in the kernel.Hans Petter Selasky2022-03-111-2/+2
* | lindebugfs: Zero the linux_file structure before use.Hans Petter Selasky2022-03-111-2/+1
* | Add more arm64 register op* and CR* valuesAndrew Turner2022-03-111-0/+293
* | Add the PMCR_EL0.N arm64 register fieldAndrew Turner2022-03-111-0/+2
* | Correct the location of the arm64 PMCR registerAndrew Turner2022-03-111-28/+27
* | Sort the M* and P* arm64 registersAndrew Turner2022-03-111-141/+141
* | pci_vendors: update to 2022.03.06Baptiste Daroussin2022-03-111-16/+170
* | libgeom(3): Use calloc instead of malloc and bzero.Hans Petter Selasky2022-03-111-2/+1
* | ps(1): Use calloc instead of malloc and memset.Alfonso2022-03-111-2/+1
* | newfs(8): Fix a bug in initialization of sblock.fs_maxbsize .Wuyang Chung2022-03-111-1/+1
* | df: do not report a 100% full inode usage on fs without inodesBaptiste Daroussin2022-03-112-4/+10
* | zfs: update zfs_config.h and zfs_gitrev.hMartin Matuska2022-03-112-7/+33
* | icl_soft: Use PHYS_TO_DMAP instead of pmap_map_io_transient.John Baldwin2022-03-111-14/+2
* | cxgbei: Support unmapped I/O requests.John Baldwin2022-03-104-76/+416
* | iscsi: Support unmapped I/O requests in the default initiator.John Baldwin2022-03-101-11/+199
* | iscsi: Handle unmapped I/O requests.John Baldwin2022-03-104-3/+99
* | iser: Fix check for opcodes in iser_conn_pdu_append_data.John Baldwin2022-03-101-2/+4
* | iscsi: Use ICL_NOCOPY for SCSI command immediate data and R2T.John Baldwin2022-03-101-2/+3
* | gcore: Use PT_GETREGSET to fetch NT_PRSTATUS and NT_FPREGSET.John Baldwin2022-03-102-109/+37
* | Store core dump notes for all valid register sets for FreeBSD processes.John Baldwin2022-03-102-56/+74