aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pci_user: Rename _old to _freebsd6HEADmainWarner Losh75 min.1-92/+92
* tcp: implement challenge ACK throttling for the base stackMichael Tuexen37 hours3-12/+48
* Revert "cam: better ioctl compatibility for cd"Warner Losh43 hours2-27/+1
* smbios: Compile into the kernel more completelyAllan Jude43 hours2-3/+12
* ipmi: Sort ipmi lines.Warner Losh43 hours1-4/+4
* arm64: Add smbios to kernelWarner Losh43 hours1-0/+3
* smbios: Add length sanity checkingWarner Losh43 hours2-5/+7
* ipmi_smbios: Only search for the BIOS signature on x86Warner Losh43 hours1-0/+2
* cam: better ioctl compatibility for cdWarner Losh44 hours2-1/+27
* style: Allow C++ commentsWarner Losh44 hours1-0/+6
* newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh44 hours44-49/+49
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh44 hours181-206/+894
* newbus: Document new DEVICE_UNIT_ANYWarner Losh44 hours1-2/+2
* newbus: introduce DEVICE_UNIT_ANYWarner Losh44 hours4-24/+26
* stand: Stop building in fat, ext2fs, gzip and bzip to BIOS /boot/loaderWarner Losh45 hours1-4/+4
* cross-build: Define DEFFILEMODE and ALLPERMS if not definedWarner Losh46 hours1-0/+8
* cross-build: progname.c is used only on linux, so no ifdefs neededWarner Losh46 hours1-2/+0
* cross-build: Move fcntl.h workaround to Linux specific fileWarner Losh46 hours2-7/+7
* nvme: Add bit names for nvme 2.0 for Async EventsWarner Losh46 hours1-2/+10
* nvme: Warn if there's system interrupt issues.Warner Losh3 days3-2/+17
* nvme: Optimize timeout code furtherWarner Losh3 days1-48/+90
* nvme: Lock when processing an abort completion command.Warner Losh3 days1-8/+21
* nvme: Always lock and only avoid processing for recovery stateWarner Losh3 days1-6/+6
* ota: Merge 20240623 (bsd-features) from ota 9f971fba471bWarner Losh3 days17-69/+141
* tcp: improve whitespace consistencyMichael Tuexen5 days1-2/+2
* tcp: use TCP_MAXWIN instead of 65535Michael Tuexen5 days1-1/+1
* tcp: mark TCP stacks which can serve as a default stackMichael Tuexen5 days4-2/+8
* tcp: simplify endpoint creation at the passive sideMichael Tuexen6 days4-37/+25
* tcp: improve SEG.ACK validationMichael Tuexen6 days8-4/+143
* cam/iosched: Use better malloc idiomWarner Losh6 days1-22/+24
* cdefs.9: Update for C++ environmentsWarner Losh6 days1-2/+41
* cam/iosched: Fix buildWarner Losh7 days1-0/+2
* nvme: widen nvme_qpair_manual_complete_request for better errorsWarner Losh7 days2-17/+23
* nvme: Fail passthrough commands right away in failed state.Warner Losh7 days1-34/+24
* cam/iosched: Make each periph driver provide schedule fnpWarner Losh7 days5-6/+12
* cam/iosched: Log outlier latency eventsWarner Losh7 days1-2/+28
* cam/iosched: Pass in the disk when initializingWarner Losh7 days5-27/+33
* cam/iosched: Pass the transaction down we're collecting stats forWarner Losh7 days1-10/+10
* cam/iosched: Add a counter of I/Os that take too longWarner Losh7 days1-0/+21
* cdefs.9: Fix clang version, and gcc versionWarner Losh8 days1-4/+7
* Remove residual blank line at start of MakefileWarner Losh11 days3184-3184/+0
* rtld-elf: Fix signed conversion for %hhWarner Losh12 days1-1/+1
* arch: Update to remove armv6Warner Losh13 days1-9/+12
* tcp: fix number in commentPeter Lei14 days1-1/+1
* tcp: refactor register_tcp_functions_as_names()Michael Tuexen14 days3-42/+64
* tcp: whitespace cleanup of enum tcp_log_eventsMichael Tuexen2024-07-111-20/+20
* cdefs(9): Start to document what sys/cdefs.h doesWarner Losh2024-07-082-0/+406
* cdefs.h: Fallback to printf0 for __printf0likeWarner Losh2024-07-061-2/+5
* cdefs.h: Add back fallback define for __printf0likeWarner Losh2024-07-061-5/+13
* cdefs.h: Remove NO_ANSI_KEYWORDSWarner Losh2024-07-061-15/+1