aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* kern_ntptime: Fix undefined behavior of the shift operatorDmitriy Alexandrov2023-06-091-1/+7
* msun: Correct FreeBSD version in sincos() man pageBrad Smith2023-06-091-1/+1
* Update the Arm Optimized Routine library to v23.01Andrew Turner2023-06-09486-916/+20132
|\
| * Update the Arm Optimized Routinesvendor/arm-optimized-routines/v23.01Andrew Turner2023-03-27486-916/+20132
* | Add more arm64 ID registers to the user_regs arrayAndrew Turner2023-06-091-0/+8
* | Cirrus-CI: split main script into separate world + kernelEd Maste2023-06-091-2/+5
* | nlsysevent: remove useless CFLAGSBaptiste Daroussin2023-06-091-1/+0
* | veriexec: Do not save error from file info in fingerprint statusStephen J. Kiernan2023-06-091-3/+3
* | tcp: Rack fixes and misc updatesRandall Stewart2023-06-093-90/+389
* | Regenerate sysent stuff after $FreeBSD$ removalWarner Losh2023-06-0931-31/+0
* | makesyscall: Stop generating $FreeBSD$Warner Losh2023-06-091-14/+8
* | tcpdump: Do not hard code HAVE_LIBCRYPTO in config.hJoseph Mingrone2023-06-091-1/+2
* | rtld: fix allocate_module_tls() variant I fallback to static allocationKonstantin Belousov2023-06-091-1/+1
* | e1000: Format em_txrxKevin Bowling2023-06-091-31/+46
* | e1000: Add SPDX tag to em_txrxKevin Bowling2023-06-091-0/+2
* | hexdump: Partial lines cannot be repetitions of earlier lines.Xin LI2023-06-096-1/+25
* | linux(4): Preserve fpu xsave state across signal delivery on amd64Dmitry Chagin2023-06-082-5/+114
* | linux(4): In preparation for xsave refactor fxsave code on amd64Dmitry Chagin2023-06-082-59/+76
* | sh: make smark a static variable instead of a local in main()Daniel Kolesa2023-06-081-1/+7
* | libvmmapi: Remove some unneeded includesMark Johnston2023-06-081-3/+0
* | stand/boot1.efi: use the bootonce dataset as root datasetGleb Smirnoff2023-06-081-12/+42
* | stand/loader.efi: read zfs bootonce attribute before checking currdevGleb Smirnoff2023-06-081-11/+6
* | etc: Don't create stray directories in NO_ROOT distrib-dirsJessica Clarke2023-06-081-1/+0
* | Makefile.inc1: Fix distributeworld mtree mangling for dist root dirJessica Clarke2023-06-081-2/+2
* | Makefile.inc1: Use INSTALL_DDIR for distributeworld's distrib-dirsJessica Clarke2023-06-081-1/+1
* | LinuxKPI: add dummy rhashtable implementationBjoern A. Zeeb2023-06-081-0/+89
* | LinuxKPI: add devm_ioremap()Bjoern A. Zeeb2023-06-081-0/+7
* | LinuxKPI: pci: update struct msi_descBjoern A. Zeeb2023-06-082-3/+7
* | LinuxKPI: pci: add PCI_COMMAND_MEMORYBjoern A. Zeeb2023-06-081-0/+1
* | LinuxKPI: add struct_group(...)Bjoern A. Zeeb2023-06-081-0/+6
* | LinuxKPI: add ktime_get_real_ts64()Bjoern A. Zeeb2023-06-081-0/+1
* | tpcdump: Update to 4.99.4Joseph Mingrone2023-06-08277-32914/+47612
|\ \
| * | Import tcpdump 4.99.4vendor/tcpdump/4.99.4Joseph Mingrone2023-05-101435-348830/+77447
* | | kern: Move devctl_systems[] out of sys/sys/devctl.hEd Maste2023-06-082-23/+23
* | | arm64: Malloc the cpu_desc arrayAndrew Turner2023-06-083-5/+42
* | | arm64: Reduce the direct use of cpu_descAndrew Turner2023-06-081-83/+96
* | | contrib/spleen: update to Spleen 2.0.0Ed Maste2023-06-088-182/+10087
|\ \ \
| * | | Vendor import of Spleen font 2.0.0vendor/spleen/2.0.0vendor/spleenEd Maste2023-06-028-182/+10087
* | | | stress2: Avoid using "__unused"Peter Holm2023-06-083-16/+14
* | | | EC2: Chase awscli package renameColin Percival2023-06-081-1/+1
* | | | ndp: Prepare for pending tcpdump updateJoseph Mingrone2023-06-083-7/+20
* | | | od(1): Fix skip value handlingXin LI2023-06-081-1/+1
* | | | ptrace: Clear TDB_BORN during PT_DETACH.John Baldwin2023-06-073-3/+3
* | | | pmcstat: Tweak typo fix.John Baldwin2023-06-071-1/+1
* | | | libpmc: Handle PMCALLOCATE log with PMC code on PMU event systemJessica Clarke2023-06-072-7/+29
* | | | pmcstat: Update manpage dateJessica Clarke2023-06-071-1/+1
* | | | hwpmc: Update manpage dateJessica Clarke2023-06-071-1/+1
* | | | ipmi: add Block Transfer interface supportAndrey V. Elsukov2023-06-079-33/+353
* | | | arm64 Hyper-V: enable Hyper-V SMP for ARM64Wei Hu2023-06-071-22/+6
* | | | gve: Unobfuscate code by using nitems directly for loop.Xin LI2023-06-071-4/+3