aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9
Commit message (Expand)AuthorAgeFilesLines
* Add support to the crypto framework for separate AAD buffers.John Baldwin2020-06-222-3/+19
* Complete a function block with Fc, no content change.Sergey Kandaurov2020-06-161-0/+1
* Update VFS_CHECKEXP.9 for the argument changes done by r362158.Rick Macklem2020-06-161-6/+19
* Add a crypto capability flag for accelerated software drivers.John Baldwin2020-06-091-1/+3
* taskqueue(9): reference callout(9) instead of timeout(9)Yuri Pankov2020-06-071-3/+3
* Remove an extraneous line continuation from r361481.John Baldwin2020-05-251-1/+1
* Add support for optional separate output buffers to in-kernel crypto.John Baldwin2020-05-256-131/+481
* copystr(9): Move to deprecate [1/2]Conrad Meyer2020-05-111-6/+9
* Remove MD5 HMAC from OCF.John Baldwin2020-05-111-1/+0
* Remove support for DES and Triple DES from OCF.John Baldwin2020-05-111-2/+0
* Remove support for the Blowfish algorithm from OCF.John Baldwin2020-05-111-1/+0
* Remove support for the ARC4 algorithm from OCF.John Baldwin2020-05-111-1/+0
* Remove support for keyed MD5 and SHA1 authentication hashes.John Baldwin2020-05-111-2/+0
* Remove support for the skipjack encryption algorithm.John Baldwin2020-05-111-1/+0
* Remove support for the cast128 encryption algorithm.John Baldwin2020-05-111-1/+0
* Remove incomplete support for plain MD5 from OCF.John Baldwin2020-05-111-2/+1
* remove %n support from printf(9)Ed Maste2020-05-091-2/+6
* Fix various, mostly minor errors in man pages like:Benedict Reuschling2020-05-039-18/+25
* Step 2.2:Gleb Smirnoff2020-05-021-31/+14
* Fix typo in r360492:Benedict Reuschling2020-05-012-2/+2
* Add HISTORY sections to disk(9), driver(9), andBenedict Reuschling2020-04-303-3/+18
* Add HISTORY section to domain(9).Benedict Reuschling2020-04-291-1/+13
* Retire the CRYPTO_F_IV_GENERATE flag.John Baldwin2020-04-203-12/+11
* bus_dma.9: Remove erroneous usage recommendationConrad Meyer2020-04-151-4/+1
* Document EINTEGRITY errors for many system calls.John Baldwin2020-03-304-4/+12
* Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin2020-03-277-681/+1372
* Sort UMA macros and create MLINKS for themMateusz Piotrowski2020-03-232-3/+7
* Add COUNTER_U64_SYSINIT() and COUNTER_U64_DEFINE_EARLY().Mark Johnston2020-03-061-1/+18
* _Static_assert is to be preferred to CTASSERT.Warner Losh2020-02-271-1/+6
* style.9: update C99 commentaryEd Maste2020-02-251-7/+7
* Add zfree to zero allocation before freeMatt Macy2020-02-161-0/+15
* Remove sparc64 specific bits of the man pages.Warner Losh2020-02-121-11/+1
* uma: add UMA_ZONE_CONTIG, and a default contig_allocRyan Libby2020-02-041-7/+7
* Remove vpo.4Warner Losh2020-02-021-2/+2
* Reimplement stack capture of running threads on i386 and amd64.Mark Johnston2020-01-311-15/+12
* Correct the return types of fueword*().John Baldwin2020-01-231-4/+4
* Remove struct callout_handle. Should have gone with r355732.Gleb Smirnoff2020-01-222-7/+0
* Change argument order of epoch_call() to more natural, first function,Gleb Smirnoff2020-01-221-3/+4
* fdt_pinctrl: Add new methods for gpiosEmmanuel Vadot2020-01-161-0/+33
* uma: reorganize flagsRyan Libby2020-01-091-20/+12
* epoch.9: Add missing functions, clean up documentationConrad Meyer2019-12-281-58/+133
* Add read-mostly sleepable locksMateusz Guzik2019-12-271-12/+67
* random(9): Deprecate random(9), remove meaningless srandom(9)Conrad Meyer2019-12-261-36/+11
* sleep(9), sleepqueue(9): const'ify wchan pointersConrad Meyer2019-12-242-24/+24
* Introduce the concept of busdma tag templates. A template can be allocatedScott Long2019-12-241-0/+65
* Bump Dd for changes in r355866.John Baldwin2019-12-181-1/+1
* Update the crypto(4) and crypto(9) manpages.John Baldwin2019-12-171-86/+110
* Better copyright adviceWarner Losh2019-12-131-5/+28
* Don't use contractions. Fix the date.Warner Losh2019-12-131-2/+2
* Remove the deprecated timeout(9) interface.John Baldwin2019-12-132-145/+104