aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | padlock: fix Via Padlock with 192-bit keysAlan Somers2020-07-201-1/+1
* | ext2fs: Stop checking for failures from malloc(M_WAITOK).Mark Johnston2020-07-205-30/+0
* | geli(8): Add an example on how to use geli(8) with a file as encrypted storageGordon Bergling2020-07-201-2/+62
* | zpool(8): Fix a few typos regarding 'inverval' -> 'interval'Gordon Bergling2020-07-201-3/+3
* | tests/sys/opencrypto: use python3Alan Somers2020-07-204-6/+6
* | Fix indent for if clause.Xin LI2020-07-201-1/+1
* | Revert that!Simon J. Gerraty2020-07-198-22/+9
* | Oops missed Makefile.configSimon J. Gerraty2020-07-199-9/+33
* | riscv: look for bootargs in FDTMitchell Horne2020-07-191-0/+16
* | Make efirt module dependent on MK_EFIMitchell Horne2020-07-191-2/+6
* | The ds3231 RTC chip bitmask values for 12- versus 24-hour mode were reversed,Ian Lepore2020-07-191-2/+2
* | Simplify non-pti syscall entry on amd64.Konstantin Belousov2020-07-191-3/+2
* | [if_an] unbreak!Adrian Chadd2020-07-191-1/+1
* | [net80211] missing from last commit, le whoopsAdrian Chadd2020-07-191-2/+4
* | [net80211] Add new privileges; restrict what can be done in a jail.Adrian Chadd2020-07-193-7/+19
* | at(1): Markup environment variables with proper macrosAllan Jude2020-07-191-1/+5
* | Add reference counts for inp/stcb/net when timers are running.Michael Tuexen2020-07-195-82/+153
* | Make linux(4) support the BLKPBSZGET ioctl. Oracle uses it.Edward Tomasz Napierala2020-07-192-3/+25