xref: /dragonfly/share/man/man9/Makefile (revision fcce2b94)
1# $FreeBSD: src/share/man/man9/Makefile,v 1.60.2.26 2003/06/13 01:04:17 hmp Exp $
2# $DragonFly: src/share/man/man9/Makefile,v 1.31 2006/06/28 19:41:59 swildner Exp $
3
4MAN=	DECLARE_MODULE.9 DELAY.9 DEV_MODULE.9 KASSERT.9 MD5.9 \
5	MODULE_DEPEND.9 MODULE_VERSION.9 SYSCALL_MODULE.9 \
6	VFS.9 VFS_FHTOVP.9 VFS_INIT.9 VFS_MOUNT.9 VFS_QUOTACTL.9 \
7	VFS_ROOT.9 VFS_START.9 VFS_STATFS.9 VFS_SYNC.9 VFS_UNMOUNT.9 \
8	VFS_VGET.9 VFS_VPTOFH.9 VFS_CHECKEXP.9 \
9	VOP_ACCESS.9 VOP_ADVLOCK.9 VOP_ATTRIB.9 \
10	VOP_BWRITE.9 VOP_CREATE.9 VOP_FSYNC.9 VOP_LEASE.9 \
11	VOP_GETPAGES.9 VOP_INACTIVE.9 VOP_IOCTL.9 VOP_LINK.9 \
12	VOP_LOCK.9 VOP_LOOKUP.9 VOP_MMAP.9 VOP_OPENCLOSE.9 \
13	VOP_PATHCONF.9 VOP_PRINT.9 VOP_RDWR.9 VOP_READDIR.9 \
14	VOP_READLINK.9 VOP_REALLOCBLKS.9 VOP_REMOVE.9 VOP_RENAME.9 \
15	VOP_STRATEGY.9 \
16	accf_data.9 accf_http.9 \
17	accept_filter.9 at_exit.9 at_fork.9 bios.9 boot.9 buf.9 bufcache.9 \
18	bus_dma.9 \
19	cd.9 copy.9 \
20	crypto.9 devstat.9 \
21	devtoname.9 fetch.9 \
22	hash.9 \
23	ieee80211.9 ieee80211_crypto.9 ieee80211_input.9 ieee80211_ioctl.9 \
24	ieee80211_node.9 ieee80211_output.9 ieee80211_proto.9 \
25	ieee80211_radiotap.9 \
26	ifnet.9 inittodr.9 intro.9 kernacc.9 kobj.9 ktr.9 lock.9 \
27	malloc.9 make_dev.9 mbuf.9 microseq.9 mi_switch.9 module.9 \
28	nlookup.9 \
29	panic.9 pci.9 pfil.9 physio.9 posix4.9 psignal.9 \
30	resettodr.9 \
31	rman.9 \
32	rtalloc.9 rtentry.9 sleep.9 spinlock.9 \
33	store.9 style.9 suser.9 time.9 timeout.9 uio.9 \
34	vget.9 vnode.9 vput.9 vref.9 vrele.9 vslock.9 \
35	microtime.9 microuptime.9 tvtohz.9
36
37MAN+=	device.9 device_add_child.9 device_delete_child.9 device_enable.9 \
38	device_find_child.9 device_get_children.9 \
39	device_get_devclass.9 device_get_driver.9 \
40	device_get_ivars.9 device_get_softc.9 device_get_state.9 \
41	device_get_unit.9 device_probe_and_attach.9 device_quiet.9 \
42	device_set_desc.9 device_set_flags.9 driver.9 \
43	devclass.9 devclass_add_driver.9 devclass_find.9 \
44	devclass_get_device.9 devclass_get_devices.9 devclass_get_maxunit.9 \
45	devclass_get_name.9 devclass_get_softc.9 \
46	DEVICE_ATTACH.9 DEVICE_DETACH.9 DEVICE_IDENTIFY.9 DEVICE_PROBE.9 \
47	DEVICE_SHUTDOWN.9 \
48	DRIVER_MODULE.9 BUS_PRINT_CHILD.9 BUS_SETUP_INTR.9 \
49	BUS_READ_IVAR.9 \
50	bus_generic_attach.9 bus_generic_detach.9 bus_generic_map_intr.9 \
51	bus_generic_print_child.9 bus_generic_read_ivar.9 \
52	bus_generic_shutdown.9 \
53	bus_alloc_resource.9 bus_release_resource.9 \
54	VOP_ACLCHECK.9 VOP_GETACL.9 VOP_GETEXTATTR.9 VOP_SETACL.9 \
55	VOP_SETEXTATTR.9 acl.9 extattr.9 \
56	sbuf.9 sysctl.9 sysctl_add_oid.9 sysctl_ctx_init.9 vfs_unmountall.9 \
57	vn_fullpath.9 \
58	zone.9
59
60MLINKS+=DRIVER_MODULE.9 MULTI_DRIVER_MODULE.9
61MLINKS+=KASSERT.9 KKASSERT.9
62MLINKS+=MD5.9 MD5Init.9 MD5.9 MD5Transform.9
63MLINKS+=VOP_ATTRIB.9 VOP_GETATTR.9
64MLINKS+=VOP_ATTRIB.9 VOP_SETATTR.9
65MLINKS+=VOP_CREATE.9 VOP_MKDIR.9
66MLINKS+=VOP_CREATE.9 VOP_MKNOD.9
67MLINKS+=VOP_CREATE.9 VOP_SYMLINK.9
68MLINKS+=VOP_GETPAGES.9 VOP_PUTPAGES.9
69MLINKS+=VOP_INACTIVE.9 VOP_RECLAIM.9
70MLINKS+=VOP_LOCK.9 VOP_ISLOCKED.9
71MLINKS+=VOP_LOCK.9 VOP_UNLOCK.9
72MLINKS+=VOP_LOCK.9 vn_lock.9
73MLINKS+=VOP_OPENCLOSE.9 VOP_CLOSE.9
74MLINKS+=VOP_OPENCLOSE.9 VOP_OPEN.9
75MLINKS+=VOP_RDWR.9 VOP_READ.9
76MLINKS+=VOP_RDWR.9 VOP_WRITE.9
77MLINKS+=VOP_REMOVE.9 VOP_RMDIR.9
78MLINKS+=accept_filter.9 accept_filt_add.9
79MLINKS+=accept_filter.9 accept_filt_del.9
80MLINKS+=accept_filter.9 accept_filt_generic_mod_event.9
81MLINKS+=accept_filter.9 accept_filt_get.9
82MLINKS+=at_exit.9 rm_at_exit.9
83MLINKS+=at_fork.9 rm_at_fork.9
84MLINKS+=bios.9 bios32.9
85MLINKS+=bios.9 bios32_SDlookup.9
86MLINKS+=bios.9 bios_sigsearch.9
87MLINKS+=bufcache.9 bread.9
88MLINKS+=bufcache.9 bwrite.9
89MLINKS+=bufcache.9 bufinit.9
90MLINKS+=bus_alloc_resource.9 bus_alloc_resource_any.9
91MLINKS+=bus_dma.9 busdma.9
92MLINKS+=bus_dma.9 bus_dma_tag_create.9
93MLINKS+=bus_dma.9 bus_dma_tag_destroy.9
94MLINKS+=bus_dma.9 bus_dmamap_create.9
95MLINKS+=bus_dma.9 bus_dmamap_destroy.9
96MLINKS+=bus_dma.9 bus_dmamap_load.9
97MLINKS+=bus_dma.9 bus_dmamap_load_mbuf.9
98MLINKS+=bus_dma.9 bus_dmamap_load_uio.9
99MLINKS+=bus_dma.9 bus_dmamap_sync.9
100MLINKS+=bus_dma.9 bus_dmamap_unload.9
101MLINKS+=bus_dma.9 bus_dmamem_alloc.9
102MLINKS+=bus_dma.9 bus_dmamem_free.9
103MLINKS+=copy.9 copyin.9 copy.9 copyinstr.9 copy.9 copyout.9 copy.9 copystr.9
104MLINKS+=devstat.9 devicestat.9 devstat.9 devstat_add_entry.9
105MLINKS+=devstat.9 devstat_remove_entry.9 devstat.9 devstat_start_transaction.9
106MLINKS+=devstat.9 devstat_end_transaction.9
107MLINKS+=devstat.9 devstat_end_transaction_buf.9
108MLINKS+=fetch.9 fubyte.9 fetch.9 fuswintr.9 fetch.9 fusword.9 fetch.9 fuword.9
109MLINKS+=hash.9 hashinit.9 hash.9 phashinit.9
110MLINKS+=ieee80211.9 ieee80211_chan2ieee.9 \
111	ieee80211.9 ieee80211_chan2mode.9 \
112	ieee80211.9 ieee80211_ieee2mhz.9 \
113	ieee80211.9 ieee80211_ifattach.9 \
114	ieee80211.9 ieee80211_ifdetach.9 \
115	ieee80211.9 ieee80211_media2rate.9 \
116	ieee80211.9 ieee80211_media_change.9 \
117	ieee80211.9 ieee80211_media_init.9 \
118	ieee80211.9 ieee80211_media_status.9 \
119	ieee80211.9 ieee80211_mhz2ieee.9 \
120	ieee80211.9 ieee80211_rate2media.9 \
121	ieee80211.9 ieee80211_setmode.9 \
122	ieee80211.9 ieee80211_watchdog.9
123MLINKS+=ieee80211_crypto.9 ieee80211_crypto_encap.9
124MLINKS+=ieee80211_input.9 ieee80211_recv_mgmt.9
125MLINKS+=ieee80211_ioctl.9 ieee80211_cfgget.9 \
126	ieee80211_ioctl.9 ieee80211_cfgset.9
127MLINKS+=ieee80211_node.9 ieee80211_begin_scan.9 \
128	ieee80211_node.9 ieee80211_create_ibss.9 \
129	ieee80211_node.9 ieee80211_end_scan.9 \
130	ieee80211_node.9 ieee80211_find_node.9 \
131	ieee80211_node.9 ieee80211_find_rxnode.9 \
132	ieee80211_node.9 ieee80211_find_txnode.9 \
133	ieee80211_node.9 ieee80211_free_node.9 \
134	ieee80211_node.9 ieee80211_iterate_nodes.9 \
135	ieee80211_node.9 ieee80211_next_scan.9
136#	ieee80211_node.9 ieee80211_alloc_node.9 \
137#	ieee80211_node.9 ieee80211_dup_bss.9 \
138#	ieee80211_node.9 ieee80211_free_allnodes.9 \
139#	ieee80211_node.9 ieee80211_node_attach.9 \
140#	ieee80211_node.9 ieee80211_node_detach.9 \
141#	ieee80211_node.9 ieee80211_node_lateattach.9
142MLINKS+=ieee80211_output.9 ieee80211_add_rates.9 \
143	ieee80211_output.9 ieee80211_add_ssid.9 \
144	ieee80211_output.9 ieee80211_add_xrates.9 \
145	ieee80211_output.9 ieee80211_encap.9 \
146	ieee80211_output.9 ieee80211_send_mgmt.9
147MLINKS+=ieee80211_proto.9 ieee80211_dump_pkt.9 \
148	ieee80211_proto.9 ieee80211_fix_rate.9 \
149	ieee80211_proto.9 ieee80211_print_essid.9 \
150	ieee80211_proto.9 ieee80211_proto_attach.9 \
151	ieee80211_proto.9 ieee80211_proto_detach.9
152MLINKS+=ieee80211_radiotap.9 radiotap.9
153MLINKS+=ifnet.9 if_data.9 ifnet.9 ifaddr.9 ifnet.9 ifqueue.9
154MLINKS+=kernacc.9 useracc.9
155MLINKS+=kobj.9 DEFINE_CLASS.9
156MLINKS+=kobj.9 kobj_class_compile.9
157MLINKS+=kobj.9 kobj_class_compile_static.9
158MLINKS+=kobj.9 kobj_class_free.9
159MLINKS+=kobj.9 kobj_create.9
160MLINKS+=kobj.9 kobj_delete.9
161MLINKS+=kobj.9 kobj_init.9
162MLINKS+=make_dev.9 destroy_dev.9
163MLINKS+=malloc.9 FREE.9 malloc.9 MALLOC.9 malloc.9 free.9
164MLINKS+=malloc.9 realloc.9 malloc.9 reallocf.9
165MLINKS+=malloc.9 MALLOC_DEFINE.9 malloc.9 MALLOC_DECLARE.9
166MLINKS+=mi_switch.9 cpu_switch.9
167MLINKS+=pci.9 pci_read_config.9 pci.9 pci_write_config.9
168MLINKS+=pci.9 pci_enable_busmaster.9 pci.9 pci_disable_busmaster.9
169MLINKS+=pci.9 pci_enable_io.9 pci.9 pci_disable_io.9
170MLINKS+=pci.9 pci_get_powerstate.9 pci.9 pci_set_powerstate.9
171MLINKS+=pci.9 pci_find_bsf.9 pci.9 pci_find_device.9
172MLINKS+=posix4.9 p1003_1b.9
173MLINKS+=psignal.9 gsignal.9 psignal.9 pgsignal.9
174MLINKS+=rman.9 rman_activate_resource.9
175MLINKS+=rman.9 rman_await_resource.9
176MLINKS+=rman.9 rman_deactivate_resource.9
177MLINKS+=rman.9 rman_fini.9
178MLINKS+=rman.9 rman_get_bushandle.9
179MLINKS+=rman.9 rman_get_bustag.9
180MLINKS+=rman.9 rman_get_device.9
181MLINKS+=rman.9 rman_get_end.9
182MLINKS+=rman.9 rman_get_flags.9
183#MLINKS+=rman.9 rman_get_rid.9
184MLINKS+=rman.9 rman_get_size.9
185MLINKS+=rman.9 rman_get_start.9
186MLINKS+=rman.9 rman_get_virtual.9
187MLINKS+=rman.9 rman_init.9
188MLINKS+=rman.9 rman_make_alignment_flags.9
189MLINKS+=rman.9 rman_manage_region.9
190MLINKS+=rman.9 rman_release_resource.9
191MLINKS+=rman.9 rman_reserve_resource.9
192#MLINKS+=rman.9 rman_reserve_resource_bound.9
193MLINKS+=rman.9 rman_set_bushandle.9
194MLINKS+=rman.9 rman_set_bustag.9
195#MLINKS+=rman.9 rman_set_rid.9
196MLINKS+=rman.9 rman_set_virtual.9
197MLINKS+=rtalloc.9 rtalloc1.9 rtalloc.9 rtalloc_ign.9
198MLINKS+=sleep.9 tsleep.9 sleep.9 wakeup.9 sleep.9 wakeup_one.9
199MLINKS+=sleep.9 asleep.9 sleep.9 await.9
200MLINKS+=buf.9 bp.9
201MLINKS+=spinlock.9 spin_init.9
202MLINKS+=spinlock.9 spin_lock_rd.9
203MLINKS+=spinlock.9 spin_lock_rd_quick.9
204MLINKS+=spinlock.9 spin_lock_wr.9
205MLINKS+=spinlock.9 spin_lock_wr_quick.9
206MLINKS+=spinlock.9 spin_trylock_wr.9
207MLINKS+=spinlock.9 spin_uninit.9
208MLINKS+=spinlock.9 spin_unlock_rd.9
209MLINKS+=spinlock.9 spin_unlock_rd_quick.9
210MLINKS+=spinlock.9 spin_unlock_wr.9
211MLINKS+=spinlock.9 spin_unlock_wr_quick.9
212MLINKS+=store.9 subyte.9 store.9 suswintr.9 store.9 susword.9 store.9 suword.9
213MLINKS+=suser.9 suser_cred.9
214MLINKS+=suser.9 suser_proc.9
215MLINKS+=time.9 boottime.9 time.9 mono_time.9 time.9 runtime.9
216MLINKS+=timeout.9 untimeout.9
217MLINKS+=timeout.9 callout_handle_init.9 timeout.9 callout_init.9
218MLINKS+=timeout.9 callout_stop.9 timeout.9 callout_reset.9
219MLINKS+=uio.9 uiomove.9
220MLINKS+=vref.9 VREF.9
221MLINKS+=vslock.9 vsunlock.9
222
223MLINKS+=device_add_child.9 device_add_child_ordered.9
224MLINKS+=device_enable.9 device_disable.9
225MLINKS+=device_enable.9 device_is_enabled.9
226MLINKS+=device_get_state.9 device_busy.9
227MLINKS+=device_get_state.9 device_unbusy.9
228MLINKS+=device_get_state.9 device_is_alive.9
229MLINKS+=device_quiet.9 device_verbose.9
230MLINKS+=device_quiet.9 device_is_quiet.9
231MLINKS+=device_set_desc.9 device_get_desc.9
232MLINKS+=device_set_desc.9 device_set_desc_copy.9
233MLINKS+=device_set_flags.9 device_get_flags.9
234MLINKS+=devclass_add_driver.9 devclass_delete_driver.9
235MLINKS+=devclass_add_driver.9 devclass_find_driver.9
236MLINKS+=BUS_READ_IVAR.9 BUS_WRITE_IVAR.9
237MLINKS+=bus_generic_read_ivar.9 bus_generic_write_ivar.9
238
239MLINKS+=ktr.9 CTR0.9
240MLINKS+=ktr.9 CTR1.9
241MLINKS+=ktr.9 CTR2.9
242MLINKS+=ktr.9 CTR3.9
243MLINKS+=ktr.9 CTR4.9
244MLINKS+=ktr.9 CTR5.9
245MLINKS+=ktr.9 CTR6.9
246
247MLINKS+=lock.9 lockcount.9
248MLINKS+=lock.9 lockcountnb.9
249MLINKS+=lock.9 lockinit.9
250MLINKS+=lock.9 lockmgr.9
251MLINKS+=lock.9 lockmgr_printinfo.9
252MLINKS+=lock.9 lockstatus.9
253
254MLINKS+=microtime.9 getmicrotime.9 microtime.9 nanotime.9
255MLINKS+=microtime.9 getnanotime.9
256MLINKS+=microuptime.9 getmicrouptime.9 microuptime.9 nanouptime.9
257MLINKS+=microuptime.9 getnanouptime.9
258
259MLINKS+=nlookup.9 nlookup_init.9
260MLINKS+=nlookup.9 nlookup_init_raw.9
261MLINKS+=nlookup.9 nlookup_set_cred.9
262MLINKS+=nlookup.9 nlookup_zero.9
263MLINKS+=nlookup.9 nlookup_done.9
264MLINKS+=nlookup.9 nlookup_simple.9
265MLINKS+=nlookup.9 nlookup_mp.9
266MLINKS+=nlookup.9 nreadsymlink.9
267MLINKS+=nlookup.9 naccess.9
268MLINKS+=nlookup.9 naccess_va.9
269MLINKS+=nlookup.9 namei.9
270
271MLINKS+=pfil.9 pfil_hook_get.9
272MLINKS+=pfil.9 pfil_add_hook.9
273MLINKS+=pfil.9 pfil_remove_hook.9
274MLINKS+=pfil.9 pfil_head_register.9
275MLINKS+=pfil.9 pfil_head_unregister.9
276MLINKS+=pfil.9 pfil_head_get.9
277MLINKS+=pfil.9 pfil_run_hooks.9
278
279MLINKS+=sysctl.9 SYSCTL_DECL.9
280MLINKS+=sysctl.9 SYSCTL_INT.9
281MLINKS+=sysctl.9 SYSCTL_LONG.9
282MLINKS+=sysctl.9 SYSCTL_QUAD.9
283MLINKS+=sysctl.9 SYSCTL_NODE.9
284MLINKS+=sysctl.9 SYSCTL_OPAQUE.9
285MLINKS+=sysctl.9 SYSCTL_PROC.9
286MLINKS+=sysctl.9 SYSCTL_STRING.9
287MLINKS+=sysctl.9 SYSCTL_STRUCT.9
288MLINKS+=sysctl.9 SYSCTL_UINT.9
289MLINKS+=sysctl.9 SYSCTL_ULONG.9
290MLINKS+=sysctl.9 SYSCTL_UQUAD.9
291MLINKS+=sysctl_add_oid.9 sysctl_remove_oid.9
292MLINKS+=sysctl_add_oid.9 SYSCTL_CHILDREN.9
293MLINKS+=sysctl_add_oid.9 SYSCTL_STATIC_CHILDREN.9
294MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_OID.9
295MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_NODE.9
296MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_STRING.9
297MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_INT.9
298MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_QUAD.9
299MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_UQUAD.9
300MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_UINT.9
301MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_LONG.9
302MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_ULONG.9
303MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_OPAQUE.9
304MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_STRUCT.9
305MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_PROC.9
306MLINKS+=sysctl_ctx_init.9 sysctl_ctx_free.9
307MLINKS+=sysctl_ctx_init.9 sysctl_ctx_entry_add.9
308MLINKS+=sysctl_ctx_init.9 sysctl_ctx_entry_del.9
309MLINKS+=sysctl_ctx_init.9 sysctl_ctx_entry_find.9
310
311MLINKS+=sbuf.9 sbuf_new.9
312MLINKS+=sbuf.9 sbuf_clear.9
313MLINKS+=sbuf.9 sbuf_setpos.9
314MLINKS+=sbuf.9 sbuf_cat.9
315MLINKS+=sbuf.9 sbuf_cpy.9
316MLINKS+=sbuf.9 sbuf_printf.9
317MLINKS+=sbuf.9 sbuf_vprintf.9
318MLINKS+=sbuf.9 sbuf_putc.9
319MLINKS+=sbuf.9 sbuf_trim.9
320MLINKS+=sbuf.9 sbuf_overflowed.9
321MLINKS+=sbuf.9 sbuf_finish.9
322MLINKS+=sbuf.9 sbuf_data.9
323MLINKS+=sbuf.9 sbuf_len.9
324MLINKS+=sbuf.9 sbuf_delete.9
325MLINKS+=sbuf.9 sbuf_bcat.9
326MLINKS+=sbuf.9 sbuf_bcopyin.9
327MLINKS+=sbuf.9 sbuf_bcpy.9
328MLINKS+=sbuf.9 sbuf_copyin.9
329
330MLINKS+=zone.9 zalloc.9
331MLINKS+=zone.9 zfree.9
332MLINKS+=zone.9 zinit.9
333MLINKS+=zone.9 zinitna.9
334MLINKS+=zone.9 zbootinit.9
335
336.include <bsd.prog.mk>
337