aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9
Commit message (Expand)AuthorAgeFilesLines
...
* sx: fix up manpage after r363113Mateusz Guzik2020-09-051-0/+1
* add Xr to device_get_sysctl(9) to make this easier to findJohn-Mark Gurney2020-09-011-1/+2
* LinuxKPI: Implement ksize() function.Vladimir Kondratyev2020-08-291-1/+10
* Make sbuf_setpos match the implementation.Warner Losh2020-08-261-4/+3
* crypto(9): add CRYPTO_BUF_VMPAGEAlan Somers2020-08-262-5/+37
* bitset: add BIT_FFS_AT() for finding the first bit set greater than a start bitD Scott Phillips2020-08-261-2/+18
* Fix function name in zone.9Warner Losh2020-08-201-3/+3
* Add prng(9) APIConrad Meyer2020-08-132-0/+104
* vfs: add VOP_STATMateusz Guzik2020-08-072-5/+43
* Add a .Pp to separate description and sample code for readability.Li-Wen Hsu2020-08-071-0/+1
* Remove free_domain() and uma_zfree_domain().Mark Johnston2020-08-043-15/+2
* Allow swi_sched() to be called from NMI context.Alexander Motin2020-07-251-2/+9
* fix up docs for m_getjcl as well..John-Mark Gurney2020-07-241-2/+5
* document that m_get2 only accepts up to MJUMPAGESIZE..John-Mark Gurney2020-07-241-1/+4
* Add missing bitset(9) MLINKS.Edward Tomasz Napierala2020-07-191-0/+6
* devstat(9): Update the man page to reflect the current implementationGordon Bergling2020-07-172-20/+27
* Add crypto_initreq() and crypto_destroyreq().John Baldwin2020-07-162-6/+33
* Relax the rule against declaring variables in nested scopes and forWarner Losh2020-07-161-13/+21
* sx: remove SX_NOADAPTIVE from the man pageMateusz Guzik2020-07-111-6/+0
* Fixup for r360574: install new mlinks for sglist(9) and remove old ones.Gleb Smirnoff2020-07-071-4/+2
* Cross-reference style(9) and style.mdoc(5)Mateusz Piotrowski2020-06-301-1/+2
* Update VFS_CHECKEXP.9 to reflect how it is currently used by the NFS server.Rick Macklem2020-06-271-14/+10
* 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-678/+1369
* 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