Commit Graph

134 Commits

Author SHA1 Message Date
lha
7e3ef8185e s/pfil_get_head/pfil_head_get/
fixes Joel Wilsson's <joelw@unix.se> misc/19796
2003-01-11 22:45:39 +00:00
thorpej
1fa13c5d00 Document aprint_error(), aprint_get_error_count(), and printf_nolog(). 2002-12-31 23:53:09 +00:00
thorpej
e0de80eb25 Document the "aprint" autoconfiguration message printing routines. 2002-12-31 17:49:14 +00:00
gmcgarry
f73425f16e Add vgonel(), although it is used only once. 2002-10-23 06:15:59 +00:00
gmcgarry
174f011eed More kernel documentation. 2002-10-20 05:16:31 +00:00
gmcgarry
1b54fb00e8 link for vn_rdwr() 2002-10-14 21:03:19 +00:00
gmcgarry
4bcdade258 Move the vnode file descriptor operations into their own file.
Add vn_marktext() and vn_statfile() descriptions.
2002-10-14 04:56:48 +00:00
gmcgarry
33ec7f1637 Document config_match(). 2002-10-05 05:39:35 +00:00
jdolecek
ecb97b038d bring knote(9) and kfilter_register(9) from kqueue branch to mainline
HISTORY section mentions the interface is only available on experimental
  kqueue branch (for now)
2002-09-29 20:29:13 +00:00
wiz
81d41a5c52 Sort man page a bit after last. 2002-09-29 17:41:44 +00:00
wiz
18d7c27687 Rename sleep.9 to ltsleep.9, since sleep(9) is not there any more. 2002-09-29 17:36:16 +00:00
gmcgarry
f84fa2a2f3 Document the details of the scheduler. 2002-09-22 06:26:33 +00:00
gmcgarry
fa0313ca0b Documentation for Restartable Atomic Sequences (RAS). 2002-08-28 07:56:30 +00:00
tron
81fd73e616 Fix incorret (and obiously untested) symlink targets. 2002-08-07 11:01:20 +00:00
briggs
81f3050a76 Document new performance monitoring interface. 2002-08-07 04:48:55 +00:00
gmcgarry
704898a9ea Document pci_set_powerstate()/pci_get_powerstate(). 2002-08-04 01:03:12 +00:00
thorpej
d09e51c588 Manual page for hardware-assisted data mover interface. 2002-08-02 00:41:53 +00:00
thorpej
67b2a0cf06 * Add copyin_proc() and copyout_proc(), which are like copyin() and
copyout(), except they can operate on any process, not just curproc.
* Use this in uiomove() to allow UIO_USERSPACE to non-curproc.
2002-07-20 03:58:24 +00:00
hannken
3f2c0f99e3 Add manpage for new device buffer queue interface.
With help from Thomas Klausner <wiz@netbsd.org>.
2002-07-17 15:53:50 +00:00
lha
5fd41a12f3 add missing pfil_head_get in manpage
add missing MLINKS
add new files to sets lists

fixes my own pr kern/15060
2002-07-16 00:36:45 +00:00
gmcgarry
f289290626 simple_lock_unlock -> simple_unlock 2002-07-14 04:08:42 +00:00
thorpej
3acbaeb040 Overhaul documentation of the kernel signal facilities. Some text
liberally borrowed from Paul's psignal(9) manpage.

More work can be done here, but there's more here than before, at least.
2002-07-09 02:28:08 +00:00
gmcgarry
4f8707c5a1 Document for driver authors. 2002-06-24 22:45:41 +00:00
kleink
bb1e88c03b Add missing bus_space_vaddr(9) link. 2002-05-31 11:11:26 +00:00
itojun
f8b9b40efd add arc4random(9). 2002-05-28 11:35:40 +00:00
gmcgarry
fc81003482 Document some mandatory machine-dependent interfaces. Addresses PR16272. 2002-05-25 02:16:35 +00:00
bouyer
99ff14de48 Add a man page for mstohz() 2002-04-05 18:30:32 +00:00
kleink
6ba195c4e1 Add link for pci_conf_hook(). 2002-02-11 18:48:03 +00:00
deberg
fe19c3cc0e add MALLOC.9 and FREE.9 2002-01-07 00:59:43 +00:00
deberg
8c068e11b6 add VOP_GETPAGES to NAME and create link 2002-01-06 21:29:20 +00:00
augustss
80fe404c6a Add radio(4) man pages. 2002-01-01 22:09:42 +00:00
jdolecek
165f781c45 Some basic documentation of uvm_loan() and uvm_unloan() 2001-12-24 12:28:46 +00:00
augustss
a240e78b7f Link malloc_roundup.9 to the right thing; section 9 links were off by one. 2001-12-05 21:13:59 +00:00
ad
079e2a0548 Document malloc_roundup(). 2001-12-05 12:44:24 +00:00
lukem
0de64177a3 add hash(9) 2001-12-05 07:31:24 +00:00
gmcgarry
796fcac29a Documentation for itimerfix(9), from Christos Zoulas. 2001-12-02 02:26:26 +00:00
kleink
735f41a128 Create a bus_space_mmap(9) link, too. 2001-11-18 12:02:13 +00:00
gmcgarry
8e84a660f0 Document new VEXECMAP vnode flag and rename vn_marktext() to vn_markexec(). 2001-10-31 19:53:07 +00:00
enami
4644bbe41d s/fnctl/fcntl/ 2001-10-24 09:01:47 +00:00
gmcgarry
ec7180252d fnctl -> fcntl 2001-10-22 19:22:42 +00:00
gmcgarry
d67daa9469 Update for new pages and sort. 2001-10-22 03:34:39 +00:00
eeh
15a1a192f2 Build the properties.9 manpage. 2001-10-04 18:58:04 +00:00
gmcgarry
f1ad946ad3 Document pci_find_device(). 2001-09-10 20:13:17 +00:00
wiz
4ba2e18ea5 Add hardclock(9). Written by myself, improved via some comments from
Christos (thanks!).
2001-09-09 03:07:09 +00:00
wiz
b35bc23d45 Add hz(9) man page. 2001-09-04 04:01:49 +00:00
wiz
220403858e Remove trailing whitespace 2001-09-04 03:02:19 +00:00
chs
72580e632a update uvm.9 links. 2001-07-28 15:35:10 +00:00
itojun
6d6ebe430c add altq(9). 2001-07-12 12:35:16 +00:00
perry
8057ca5380 add new b*() and mem*() man pages 2001-07-07 05:08:19 +00:00
nathanw
e66f3a0fe4 Basic man page for setrunqueue() and remrunqueue(). Why not? They're easy. 2001-07-05 18:38:49 +00:00