aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* kboot: Update amd64 to use enumerate_memory_arch()Warner Losh2023-02-031-20/+20
* kboot: aarch64 memory enumeration enumerate_memory_arch()Warner Losh2023-02-031-0/+154
* kboot: Add powerpc stub for enumerate_memory_arch()Warner Losh2023-02-032-1/+12
* kboot: space_avail -- how much space exists from 'start' to end of segmentWarner Losh2023-02-032-0/+20
* kboot: Add parsing of /proc/iomem into seg.cWarner Losh2023-02-032-0/+151
* kboot: Create segment handling code at main levelWarner Losh2023-02-033-0/+206
* kboot: MI part of the memory enumeration codeWarner Losh2023-02-031-0/+9
* kboot: Add aarch64 fdt fixupWarner Losh2023-02-032-1/+15
* kboot: Probe all disks and partitions for a kernelWarner Losh2023-02-033-14/+58
* cp: Minor code cleanup.Dag-Erling Smørgrav2023-02-032-5/+3
* Mechanically convert wg(4) to IfAPIJustin Hibbits2023-02-031-54/+55
* linsysfs: Use IfAPI accessorsJustin Hibbits2023-02-031-2/+2
* linprocfs: Migrate to IfAPIJustin Hibbits2023-02-031-43/+64
* IfAPI: Add iterator to loop over all interfacesJustin Hibbits2023-02-032-0/+22
* efiserialio: use port settings (sio->Mode) for initial setupToomas Soome2023-02-031-16/+22
* pf tests: improve pfsync:basic_defer testKristof Provost2023-02-031-2/+2
* pfsync: add missing bucket lockKristof Provost2023-02-031-0/+4
* hastctl: use zlib's crc32 implementation.Xin LI2023-02-031-2/+1
* hastd: use zlib's crc32 implementation.Xin LI2023-02-034-147/+6
* kern_prot.c p_candebug(): Remove single-use variable.Pawel Jakub Dawidek2023-02-031-7/+5
* nv.9: Improve style in one of the examples.Pawel Jakub Dawidek2023-02-031-3/+2
* whitespace: rewrap to match case directly aboveBrooks Davis2023-02-031-2/+2
* vfs_export: Add checks for correct prison when updating exportsRick Macklem2023-02-034-6/+86
* tarfs: Remove unused code.Dag-Erling Smørgrav2023-02-022-82/+0
* tarfs: Fix non-ZSTDIO build.Dag-Erling Smørgrav2023-02-021-0/+4
* sctp: improve delivery of stream reset notificationsMichael Tuexen2023-02-021-2/+16
* kboot: Remove kboot_loadaddrWarner Losh2023-02-021-14/+0
* kboot: Assert errno is negativeWarner Losh2023-02-021-1/+8
* tarfs: Fix 32-bit build.Dag-Erling Smørgrav2023-02-023-7/+7
* kboot: Parse memory usageWarner Losh2023-02-021-0/+41
* kboot: For hostfs, return better errors from read, where possible.Warner Losh2023-02-022-3/+12
* kboot: Fix hostdisk fmtdevWarner Losh2023-02-021-1/+3
* kboot: Trim initial allocation to 64MBWarner Losh2023-02-021-2/+2
* stand: only compute symidx on x86Warner Losh2023-02-021-1/+8
* gh-bc: don't force CFLAGS to -O0 -gDimitry Andric2023-02-021-1/+1
* ipfilter: Fix use after free on packet with broken lengthsCy Schubert2023-02-021-1/+12
* ipfilter: Correctly type ipf_pullup()Cy Schubert2023-02-022-6/+7
* timeout: Move from /usr/bin to /binMateusz Piotrowski2023-02-0211-3/+9
* rescue: Fix link order of SSL libraries and fetch.John Baldwin2023-02-021-4/+4
* linux(4): Remove stale comment that no longer applies.Dmitry Chagin2023-02-021-2/+0
* linux(4): Microoptimize rt_sendsig() on amd64.Dmitry Chagin2023-02-021-17/+17
* linux(4): Preserve fpu fxsave state across signal delivery on amd64.Dmitry Chagin2023-02-022-9/+68
* Add tarfs, a filesystem backed by tarballs.Dag-Erling Smørgrav2023-02-0218-0/+3911
* Read the arm64 far early in el0 exceptionsAndrew Turner2023-02-022-19/+22
* Limit where we disable the Arm generic timerAndrew Turner2023-02-021-6/+6
* Check for the IORT before adding the ITS driverAndrew Turner2023-02-021-10/+13
* ixgbe: Do not count L3/L4 checksum errors as input errorsAndrew Gallatin2023-02-022-6/+0
* linux(4): Deduplicate linux_trans_osrel().Dmitry Chagin2023-02-026-106/+31
* linux(4): Deduplicate linux_copyout_strings().Dmitry Chagin2023-02-025-391/+158
* linux(4): Deduplicate linux_fixup_elf().Dmitry Chagin2023-02-023-49/+3