summaryrefslogtreecommitdiff
path: root/share/man/man9
AgeCommit message (Expand)Author
2020-06-16tweak previous; ok dlgJason McIntyre
2020-06-16how do you use the stoeplitz stuff?David Gwynne
2020-06-08taskq_barrier is less restricted now.David Gwynne
2020-06-05tweak previous;Jason McIntyre
2020-06-05spell if_rxr_livelocked properlyDavid Gwynne
2020-06-05add a small manpage for ifiq functions that drivers care about.David Gwynne
2020-05-29add_random() died years ago. additionally, remove other mistruths orTheo de Raadt
2020-05-29fix "STYLE: whitespace at end of input line"David Gwynne
2020-05-28people can't know ifq_deq_begin is discouraged unless it's actually stated.David Gwynne
2020-05-20timecounting: decide whether to advance offset within tc_windup()cheloha
2020-05-12add some missing functions to NAME;Jason McIntyre
2020-05-12Set timeout(9) to refill the receive ring descriptors if the amount ofjan
2020-05-10Use a double-underscore prefix for local variables declared in macrosPhilip Guenther
2020-04-23Document uvmexp.nswget without relying on implementation details.Martin Pieuchot
2020-04-07Zap a stray Pp.Visa Hankala
2020-04-07Fix a few old typos.Visa Hankala
2020-04-07Document SMR_TAILQ macros.Visa Hankala
2020-03-28CRYPTO_ALGORITHM_ALL died in a 2010 viking raid. UseKenneth R Westerback
2020-03-20tsleep_nsec(9): add MAXTSLP macro, the maximum sleep durationcheloha
2020-02-25Fix a mistake in context documentation of smr_barrier() and smr_flush().Visa Hankala
2020-02-031. To avoid confusion, when showing a function definition, call itIngo Schwarze
2020-02-02stop worrying about compilers that do not support ANSI C89;Ingo Schwarze
2020-01-23punctuation fixes;Jason McIntyre
2020-01-22document ml_hdatalen and mq_hdatalenDavid Gwynne
2020-01-20Add const to struct vops.Claudio Jeker
2020-01-12*sleep_nsec(9): sleep *at least* the given number of nanosecondscheloha
2020-01-08Unify handling of ioctls FIOSETOWN/SIOCSPGRP/TIOCSPGRP andVisa Hankala
2020-01-03Fix a file descriptor close race in kqueue_register()Visa Hankala
2020-01-03timeout(9): Add timeout_set_flags(9) and TIMEOUT_INITIALIZER_FLAGS(9)cheloha
2019-12-31Document fd_getfile_mode(9).Visa Hankala
2019-12-16Use 'UVM' when the page talks about the memory subsystem instead of functions.Martin Pieuchot
2019-12-16Cross reference uvn_attach(9) rather than uvm_init(9).Martin Pieuchot
2019-12-16Cross reference km_alloc(9) which is directly used rather than uvm_init(9).Martin Pieuchot
2019-12-06replace links to uvm(9) to uvm_init(9); ok mpiJason McIntyre
2019-12-06uvm_vslock and uvm_vsunlock are both in the same page,Jason McIntyre
2019-12-06Document uvm_vslock_device(9) and its DMA-reachable dance.Martin Pieuchot
2019-12-06Split uvm_vs{,un}lock(9) out of uvm_init(9).Martin Pieuchot
2019-12-06Mention uvm_vslock(9) and uvm_vsunlock(9) instead of uvm(9).Martin Pieuchot
2019-12-05tweak previous;Jason McIntyre
2019-12-05Split uvm(9) into smaller manuals.Martin Pieuchot
2019-12-05Remove clause #3 from mrg@NetBSD license.Martin Pieuchot
2019-12-02Revert "timeout(9): switch to tickless backend"cheloha
2019-11-26timeout(9): switch to tickless backendcheloha
2019-11-08spelling;Jason McIntyre
2019-11-08document the new interface hooks stuffDavid Gwynne
2019-11-08timeout.9: cite 1997 Varghese/Lauck timeout wheel paper; ok jmc@ schwarze@cheloha
2019-11-05Kill uvm_deallocate(9) and use uvm_unmap() directly.Martin Pieuchot
2019-11-04xr witness(4); prodded by and ok visa@anton
2019-11-04xr rwsleep(9); ok millert@ visa@anton
2019-10-22nanoboottime(9): add and document new interfacecheloha