aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Step 2.2:Gleb Smirnoff2020-05-027-117/+74
* Step 2.1: Build TLS workqueue from mbufs, not struct mbuf_ext_pgs.Gleb Smirnoff2020-05-024-30/+26
* Get rid of the mbuf self-pointing pointer.Gleb Smirnoff2020-05-022-9/+7
* Start moving into EPG_/epg_ namespace. There is only one flag, butGleb Smirnoff2020-05-023-5/+4
* In mb_unmapped_compress() we don't need mbuf structure to keep data,Gleb Smirnoff2020-05-021-8/+4
* Continuation of multi page mbuf redesign from r359919.Gleb Smirnoff2020-05-0212-155/+184
* Fix various Coverity-detected errors in nvme driverDavid Bright2020-05-027-17/+24
* Resolve conflict between the fusefs(5) and mac_bsdextended(4) testsAlan Somers2020-05-022-1/+24
* kern_exec.c: Produce valid code ifndef SYS_PROTO_HConrad Meyer2020-05-021-1/+1
* Actually remove support for Triple DES, not just the warning.John Baldwin2020-05-021-3/+0
* Cleanup LUN addition/removal.Alexander Motin2020-05-026-485/+185
* Document removal of deprecated algorithms from /dev/crypto.John Baldwin2020-05-021-0/+4
* Remove support for the algorithms deprecated in r348876.John Baldwin2020-05-022-109/+0
* Don't pass bogus keys down for NULL algorithms.John Baldwin2020-05-022-5/+9
* Print the fs last-mounted time too.Chuck Silvers2020-05-021-3/+5
* Document removal of deprecated IPsec algorithms.John Baldwin2020-05-021-0/+5
* Remove support for IPsec algorithms deprecated in r348205 and r360202.John Baldwin2020-05-0211-202/+53
* Use the HSM SBI extension to halt CPUsMitchell Horne2020-05-011-0/+7
* Use the HSM SBI extension to start APsMitchell Horne2020-05-011-1/+21
* Add support for HSM SBI extensionMitchell Horne2020-05-012-0/+60
* Make mpentry independent of _startMitchell Horne2020-05-011-7/+17
* Add KASSERT to ensure sane nsid.Warner Losh2020-05-011-1/+6
* Rename ns notification function...Warner Losh2020-05-011-3/+3
* Document the passthru commands.Warner Losh2020-05-012-1/+71
* Various improvements to this man page:Warner Losh2020-05-011-34/+125
* Redo r360540 to retain the ifndef sparc code, not delete it.Warner Losh2020-05-011-4/+10
* Spell LOADER correctly so we test lua build.Warner Losh2020-05-011-1/+1
* Remove more stray sparc64 ifdefs.Warner Losh2020-05-011-18/+4
* Catch up to arm/arm and sparc64 removal.Warner Losh2020-05-011-13/+2
* When we have an invalid build option, don't rm -rf the currentWarner Losh2020-05-011-1/+12
* [PowerPC] Set fixed boot1.elf load addressBrandon Bergren2020-05-011-1/+14
* Remove sparc relocation support from reloc_elf.c.Brandon Bergren2020-05-011-26/+1
* correct procctl(PROC_PROTMAX_STATUS _NOFORCE returnEd Maste2020-05-011-1/+1
* Fix typo in r360492:Benedict Reuschling2020-05-012-2/+2
* Implement more PCI-express bandwidth functions in the LinuxKPI.Hans Petter Selasky2020-05-011-0/+41
* Implement mutex_lock_killable() in the LinuxKPI.Hans Petter Selasky2020-05-011-0/+12
* Implement DIV64_U64_ROUND_UP() in the LinuxKPI.Hans Petter Selasky2020-05-011-0/+9
* Implement more lockdep macros in the LinuxKPI.Hans Petter Selasky2020-05-011-0/+6
* Implement kstrtou64() in the LinuxKPI.Hans Petter Selasky2020-05-011-0/+15
* Fix a number of the following issues in man4:Benedict Reuschling2020-05-0111-41/+57
* Add RISC-V interpreter exampleMitchell Horne2020-05-011-1/+12
* MFV: r360512Jung-uk Kim2020-05-0117-74/+307
|\
| * Import ACPICA 20200430.vendor/acpica/20200430Jung-uk Kim2020-04-3018-83/+313
* | Factor some code out of nfsm_dissct() into separate functions.Rick Macklem2020-05-012-25/+97
* | Remove the SYMVER build option.John Baldwin2020-04-3012-40/+19
* | geli tests require OpenSSL - exclude them under WITHOUT_OPENSSLEd Maste2020-04-301-0/+4
* | Fix three bugs highlighted by review:Warner Losh2020-04-301-3/+4
* | src.conf.5: regen after WITHOUT_OPENSSL dep changesEd Maste2020-04-301-1/+17
* | lualoader: config: improve readConfFiles, rename to readConfKyle Evans2020-04-303-46/+47
* | lualoader: config: add a table for restricted environment varsKyle Evans2020-04-301-5/+33