aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ntb: Stop checking for failures from malloc(M_WAITOK).Mark Johnston2020-07-231-25/+4
* vm: annotate swap_reserved with __exclusive_cache_lineMateusz Guzik2020-07-231-1/+1
* Detect and handle an invalid reassembly constellation, which results inMichael Tuexen2020-07-232-23/+33
* Correct a type-mismatch between xdr_long and the variable "bad".Brooks Davis2020-07-221-1/+2
* Use SI_ORDER_(FOURTH|FIFTH) rather than bespoke versions.Brooks Davis2020-07-221-4/+4
* Modify writing to mirrored pNFS DSs to prepare for use of ext_pgs mbufs.Rick Macklem2020-07-222-74/+98
* Add missing space after switch.John Baldwin2020-07-222-4/+4
* Avoid reading one byte before the path buffer.Brooks Davis2020-07-221-2/+2
* Untie nmi_handle_intr() from DEV_ISA.Alexander Motin2020-07-222-8/+0
* mmccam: Add support for 1.2V and 1.8V eMMCEmmanuel Vadot2020-07-221-4/+71
* mmccam: Add support for 1.8V sdcardEmmanuel Vadot2020-07-222-3/+49
* aw_mmc: Start a mmccam discovery when the CD handler is called.Emmanuel Vadot2020-07-221-0/+4
* mmccam: Add a generic mmccam_start_discovery functionEmmanuel Vadot2020-07-223-44/+27
* mmccam: Use a sbuf for the mmc ident functionEmmanuel Vadot2020-07-221-21/+41
* Fix sys.geom.class.eli.onetime_test.onetime after r363402Li-Wen Hsu2020-07-221-1/+1
* mmc_xpt: Fix debug messagesEmmanuel Vadot2020-07-221-1/+2
* pkg-bootstrap: complain on improper `pkg bootstrap` usageKyle Evans2020-07-221-1/+9
* usb(4): Stop checking for failures from malloc(M_WAITOK).Mark Johnston2020-07-2212-60/+19
* Add tests for "add", "change" and "delete" functionality of /sbin/route.Tom Jones2020-07-225-0/+188
* geli(8): Add missing commands in the EXAMPLES sectionGordon Bergling2020-07-221-2/+4
* lockmgr: add adaptive spinningMateusz Guzik2020-07-223-18/+114
* Consistently use gctl_get_provider instead of home-grown variants.Xin LI2020-07-2210-202/+62
* gctl_get_class, gctl_get_geom and gctl_get_provider: provide feedbackXin LI2020-07-221-6/+11
* libbe: annotate lbh as __unused in be_is_auto_snapshot_nameKyle Evans2020-07-221-1/+1
* getty appears to date from 3rd edition research unix. That's the oldest man pageWarner Losh2020-07-221-2/+2
* INTRNG: only shuffle for !EARLY_AP_STARTUPMitchell Horne2020-07-212-5/+10
* Transition from rtrequest1_fib() to rib_action().Alexander V. Chernikov2020-07-219-154/+92
* Fix geli's null cipher, and add a test caseAlan Somers2020-07-213-6/+55
* Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmpDimitry Andric2020-07-212-5/+5
|\
* | Avoid code duplicaiton by using ipi_selected().Alexander Motin2020-07-212-14/+2
* | [skip ci] document close_range(2) as async-signal-safeAlan Somers2020-07-211-1/+2
* | Fix style and comment around concave/convex regions in TCP cubic.Richard Scheffenegger2020-07-211-3/+2
* | netstat(1): Add EXAMPLES sectionFernando ApesteguĂ­a2020-07-211-2/+23
* | traceroute6: Fix most warnings at the default WARNS level.Mark Johnston2020-07-212-61/+52
* | lockmgr: denote recursion with a bit in lock valueMateusz Guzik2020-07-212-7/+12
* | lockmgr: rewrite upgrade to stop always dropping the lockMateusz Guzik2020-07-211-36/+34
* | lockmgr: add a helper for reading the lock valueMateusz Guzik2020-07-212-17/+18
* | Only write to VIRTIO_MMIO_GUEST_PAGE_SIZE with virtio mmio version 1Andrew Turner2020-07-211-4/+8
* | Move sys/iommu.h to dev/iommu/ as a part of generic IOMMU busdma backend.Ruslan Bukin2020-07-214-3/+3
* | Move the Intel DMAR busdma backend to a generic place soRuslan Bukin2020-07-2112-13/+13
* | dtrace/fbt: fix return probe arguments on armAndriy Gapon2020-07-212-7/+13
* | gpioiic: never drive lines active highAndriy Gapon2020-07-211-11/+14
* | Fix some regressions with the zgrep(1) wrapper.Craig Leres2020-07-203-13/+150
* | Add MODULE_VERSION to TCP loadable congestion control modules.Richard Scheffenegger2020-07-208-1/+8
* | Don't dynamically allocate data structures for KTLS crypto requests.John Baldwin2020-07-201-70/+64
* | iflib: initialize netmap with the correct number of descriptorsVincenzo Maffione2020-07-201-22/+38
* | add a few tests for sendfile.Chuck Silvers2020-07-203-0/+305
* | libdwarf: Hide SHT_NOBITS sections.Mark Johnston2020-07-201-0/+6
* | crypto(9): Stop checking for failures from malloc(M_WAITOK).Mark Johnston2020-07-201-5/+1
* | Fix a memory leak in dsl_scan_visitbp().Mark Johnston2020-07-201-1/+1