1 1.75 jdolecek # $NetBSD: Makefile,v 1.75 2001/04/27 07:54:24 jdolecek Exp $ 2 1.1 perry 3 1.1 perry # Makefile for section 9 (kernel function and variable) manual pages. 4 1.1 perry 5 1.69 tv MAN= access.9 arp.9 audio.9 bitmask_snprintf.9 bus_dma.9 bus_space.9 \ 6 1.69 tv callout.9 copy.9 cpu_reboot.9 ctxsw.9 disk.9 disklabel.9 \ 7 1.69 tv dopowerhooks.9 doshutdownhooks.9 ethersubr.9 evcnt.9 \ 8 1.69 tv extent.9 fetch.9 fork1.9 humanize_number.9 inittodr.9 \ 9 1.71 eeh intro.9 ioctl.9 kprintf.9 linedisc.9 lock.9 log.9 malloc.9 mbuf.9 \ 10 1.72 briggs microtime.9 panic.9 pci_configure_bus.9 pci_intr.9 pfil.9 physio.9 \ 11 1.74 thorpej pmap.9 pool.9 powerhook_establish.9 ppsratecheck.9 psignal.9 \ 12 1.69 tv ratecheck.9 resettodr.9 rnd.9 rt_timer.9 \ 13 1.69 tv shutdownhook_establish.9 sleep.9 softintr.9 \ 14 1.69 tv spl.9 store.9 time.9 todr.9 uiomove.9 ucom.9 \ 15 1.67 pk usbdi.9 uvm.9 wdc.9 16 1.18 is MLINKS+=arp.9 arp_ifinit.9 arp.9 arpresolve.9 arp.9 arpintr.9 17 1.16 mikel MLINKS+=access.9 kernacc.9 access.9 useracc.9 18 1.26 cgd MLINKS+=bus_space.9 bus_space_alloc.9 bus_space.9 bus_space_barrier.9 \ 19 1.26 cgd bus_space.9 bus_space_copy_region_1.9 \ 20 1.26 cgd bus_space.9 bus_space_copy_region_2.9 \ 21 1.26 cgd bus_space.9 bus_space_copy_region_4.9 \ 22 1.26 cgd bus_space.9 bus_space_copy_region_8.9 \ 23 1.26 cgd bus_space.9 bus_space_free.9 bus_space.9 bus_space_map.9 \ 24 1.26 cgd bus_space.9 bus_space_read_1.9 bus_space.9 bus_space_read_2.9 \ 25 1.26 cgd bus_space.9 bus_space_read_4.9 bus_space.9 bus_space_read_8.9 \ 26 1.26 cgd bus_space.9 bus_space_read_multi_1.9 \ 27 1.26 cgd bus_space.9 bus_space_read_multi_2.9 \ 28 1.26 cgd bus_space.9 bus_space_read_multi_4.9 \ 29 1.26 cgd bus_space.9 bus_space_read_multi_8.9 \ 30 1.26 cgd bus_space.9 bus_space_read_region_1.9 \ 31 1.26 cgd bus_space.9 bus_space_read_region_2.9 \ 32 1.26 cgd bus_space.9 bus_space_read_region_4.9 \ 33 1.26 cgd bus_space.9 bus_space_read_region_8.9 \ 34 1.26 cgd bus_space.9 bus_space_set_region_1.9 \ 35 1.26 cgd bus_space.9 bus_space_set_region_2.9 \ 36 1.26 cgd bus_space.9 bus_space_set_region_4.9 \ 37 1.26 cgd bus_space.9 bus_space_set_region_8.9 \ 38 1.26 cgd bus_space.9 bus_space_subregion.9 bus_space.9 bus_space_unmap.9 \ 39 1.26 cgd bus_space.9 bus_space_write_1.9 bus_space.9 bus_space_write_2.9 \ 40 1.26 cgd bus_space.9 bus_space_write_4.9 bus_space.9 bus_space_write_8.9 \ 41 1.26 cgd bus_space.9 bus_space_write_multi_1.9 \ 42 1.26 cgd bus_space.9 bus_space_write_multi_2.9 \ 43 1.26 cgd bus_space.9 bus_space_write_multi_4.9 \ 44 1.26 cgd bus_space.9 bus_space_write_multi_8.9 \ 45 1.26 cgd bus_space.9 bus_space_write_region_1.9 \ 46 1.26 cgd bus_space.9 bus_space_write_region_2.9 \ 47 1.26 cgd bus_space.9 bus_space_write_region_4.9 \ 48 1.26 cgd bus_space.9 bus_space_write_region_8.9 49 1.27 christos MLINKS+=bus_dma.9 bus_dmamap_create.9 bus_dma.9 bus_dmamap_destroy.9 \ 50 1.27 christos bus_dma.9 bus_dmamap_load.9 bus_dma.9 bus_dmamap_load_mbuf.9 \ 51 1.27 christos bus_dma.9 bus_dmamap_load_uio.9 bus_dma.9 bus_dmamap_load_raw.9 \ 52 1.27 christos bus_dma.9 bus_dmamap_unload.9 bus_dma.9 bus_dmamap_sync.9 \ 53 1.27 christos bus_dma.9 bus_dmamem_alloc.9 bus_dma.9 bus_dmamem_free.9 \ 54 1.27 christos bus_dma.9 bus_dmamem_map.9 bus_dma.9 bus_dmamem_unmap.9 \ 55 1.27 christos bus_dma.9 bus_dmamem_mmap.9 56 1.58 thorpej MLINKS+=callout.9 callout_init.9 callout.9 callout_reset.9 \ 57 1.58 thorpej callout.9 callout_stop.9 callout.9 callout_active.9 \ 58 1.58 thorpej callout.9 callout_pending.9 callout.9 callout_deactivate.9 \ 59 1.58 thorpej callout.9 timeout.9 callout.9 untimeout.9 60 1.3 thorpej MLINKS+=copy.9 copyin.9 copy.9 copyout.9 copy.9 copystr.9 \ 61 1.3 thorpej copy.9 copyinstr.9 copy.9 copyoutstr.9 62 1.16 mikel MLINKS+=ctxsw.9 cpu_switch.9 ctxsw.9 mi_switch.9 63 1.2 thorpej MLINKS+=disk.9 disk_init.9 disk.9 disk_attach.9 disk.9 disk_detatch.9 \ 64 1.2 thorpej disk.9 disk_busy.9 disk.9 disk_unbusy.9 disk.9 disk_find.9 \ 65 1.2 thorpej disk.9 disk_resetstat.9 66 1.16 mikel MLINKS+=disklabel.9 readdisklabel.9 disklabel.9 writedisklabel.9 \ 67 1.16 mikel disklabel.9 setdisklabel.9 disklabel.9 bounds_check_with_label.9 68 1.23 is MLINKS+=ethersubr.9 ether_ifattach.9 ethersubr.9 ether_addmulti.9 \ 69 1.23 is ethersubr.9 ether_delmulti.9 ethersubr.9 ETHER_IS_MULTICAST.9 \ 70 1.23 is ethersubr.9 ETHER_FIRST_MULTI.9 ethersubr.9 ETHER_NEXT_MULTI.9 \ 71 1.23 is ethersubr.9 fddi_ifattach.9 \ 72 1.23 is ethersubr.9 fddi_addmulti.9 ethersubr.9 fddi_delmulti.9 73 1.62 cgd MLINKS+=evcnt.9 evcnt_attach_dynamic.9 evcnt.9 evcnt_attach_static.9 \ 74 1.62 cgd evcnt.9 evcnt_detach.9 75 1.11 ghudson MLINKS+=extent.9 extent_create.9 extent.9 extent_destroy.9 \ 76 1.11 ghudson extent.9 extent_alloc.9 extent.9 extent_alloc_subregion.9 \ 77 1.11 ghudson extent.9 extent_alloc_region.9 extent.9 extent_free.9 \ 78 1.11 ghudson extent.9 extent_print.9 79 1.4 thorpej MLINKS+=fetch.9 fubyte.9 fetch.9 fuibyte.9 fetch.9 fusword.9 \ 80 1.4 thorpej fetch.9 fuswintr.9 fetch.9 fuword.9 fetch.9 fuiword.9 81 1.52 lukem MLINKS+=humanize_number.9 format_bytes.9 82 1.69 tv MLINKS+=kprintf.9 printf.9 kprintf.9 sprintf.9 kprintf.9 snprintf.9 \ 83 1.69 tv kprintf.9 vprintf.9 kprintf.9 vsprintf.9 kprintf.9 vsnprintf.9 \ 84 1.69 tv kprintf.9 uprintf.9 kprintf.9 ttyprintf.9 \ 85 1.69 tv kprintf.9 tprintf.9 kprintf.9 tprintf_open.9 kprintf.9 tprintf_close.9 86 1.63 gmcgarry MLINKS+=lock.9 simple_lock_init.9 lock.9 simple_lock.9 \ 87 1.63 gmcgarry lock.9 simple_lock_try.9 lock.9 simple_lock_unlock.9 \ 88 1.63 gmcgarry lock.9 simple_lock_freecheck.9 lock.9 simple_lock_dump.9 \ 89 1.63 gmcgarry lock.9 lockinit.9 lock.9 lockmgr.9 \ 90 1.63 gmcgarry lock.9 lockstatus.9 lock.9 lockmgr_printinfo.9 \ 91 1.64 veego lock.9 spinlockinit.9 lock.9 spinlockmgr.9 92 1.6 pk MLINKS+=malloc.9 free.9 93 1.32 mrg MLINKS+=mbuf.9 m_get.9 mbuf.9 m_getclr.9 mbuf.9 m_gethdr.9 mbuf.9 m_devget.9 \ 94 1.32 mrg mbuf.9 m_copym.9 mbuf.9 m_copypacket.9 mbuf.9 m_copydata.9 \ 95 1.70 itojun mbuf.9 m_copyback.9 mbuf.9 m_cat.9 mbuf.9 m_dup.9 mbuf.9 m_prepend.9 \ 96 1.32 mrg mbuf.9 m_pullup.9 mbuf.9 m_split.9 mbuf.9 m_adj.9 mbuf.9 m_free.9 \ 97 1.32 mrg mbuf.9 m_freem.9 mbuf.9 mtod.9 mbuf.9 mtocl.9 mbuf.9 cltom.9 \ 98 1.32 mrg mbuf.9 MGET.9 mbuf.9 MGETHDR.9 mbuf.9 MEXTMALLOC.9 \ 99 1.32 mrg mbuf.9 MEXTADD.9 mbuf.9 MCLGET.9 mbuf.9 M_COPY_PKTHDR.9 \ 100 1.32 mrg mbuf.9 M_ALIGN.9 mbuf.9 MH_ALIGN.9 mbuf.9 M_LEADINGSPACE.9 \ 101 1.32 mrg mbuf.9 M_TRAILINGSPACE.9 mbuf.9 M_PREPEND.9 mbuf.9 MCHTYPE.9 \ 102 1.32 mrg mbuf.9 MEXTREMOVE.9 mbuf.9 MFREE.9 103 1.72 briggs MLINKS+=pci_configure_bus.9 pci_conf_interrupt.9 104 1.51 msaitoh MLINKS+=pool.9 pool_create.9 pool.9 pool_destroy.9 pool.9 pool_get.9 \ 105 1.51 msaitoh pool.9 pool_put.9 pool.9 pool_prime.9 pool.9 pool_sethiwat.9 \ 106 1.51 msaitoh pool.9 pool_setlowat.9 107 1.32 mrg MLINKS+=rnd.9 rnd_attach_source.9 rnd.9 rnd_detach_source.9 \ 108 1.32 mrg rnd.9 rnd_add_data.9 rnd.9 rnd_add_uint32.9 109 1.39 kml MLINKS+=rt_timer.9 rt_timer_queue_create.9 rt_timer.9 rt_timer_queue_change.9 \ 110 1.39 kml rt_timer.9 rt_timer_queue_destroy.9 rt_timer.9 rt_timer_add.9 \ 111 1.39 kml rt_timer.9 rt_timer_remove_all.9 112 1.12 ghudson MLINKS+=pfil.9 pfil_hook_get.9 pfil.9 pfil_add_hook.9 pfil.9 pfil_remove_hook.9 113 1.53 augustss MLINKS+=powerhook_establish.9 powerhook_disestablish.9 114 1.7 pk MLINKS+=psignal.9 pgsignal.9 psignal.9 gsignal.9 115 1.16 mikel MLINKS+=shutdownhook_establish.9 shutdownhook_disestablish.9 116 1.75 jdolecek MLINKS+=sleep.9 wakeup.9 sleep.9 tsleep.9 sleep.9 ltsleep.9 117 1.61 cgd MLINKS+=softintr.9 softintr_establish.9 softintr.9 softintr_disestablish.9 \ 118 1.61 cgd softintr.9 softintr_schedule.9 119 1.16 mikel MLINKS+=spl.9 spl0.9 spl.9 splbio.9 spl.9 splclock.9 spl.9 splhigh.9 \ 120 1.59 soda spl.9 splimp.9 spl.9 spllowersoftclock.9 spl.9 splnet.9 \ 121 1.59 soda spl.9 splsched.9 spl.9 splserial.9 \ 122 1.16 mikel spl.9 splsoftclock.9 spl.9 splsoftnet.9 spl.9 splsoftserial.9 \ 123 1.73 jdolecek spl.9 splstatclock.9 spl.9 spltty.9 spl.9 splvm.9 spl.9 splx.9 124 1.16 mikel MLINKS+=store.9 subyte.9 store.9 suibyte.9 store.9 susword.9 \ 125 1.16 mikel store.9 suswintr.9 store.9 suword.9 store.9 suiword.9 126 1.16 mikel MLINKS+=time.9 boottime.9 time.9 mono_time.9 time.9 runtime.9 127 1.40 mrg MLINKS+=uvm.9 uvm_init.9 uvm.9 uvm_init_limits.9 uvm.9 uvm_setpagesize.9 \ 128 1.40 mrg uvm.9 uvm_swap_init.9 uvm.9 uvm_map.9 uvm.9 uvm_map_pageable.9 \ 129 1.40 mrg uvm.9 uvm_map_checkprot.9 uvm.9 uvm_map_protect.9 \ 130 1.40 mrg uvm.9 uvm_deallocate.9 uvm.9 uvmspace_alloc.9 uvm.9 uvmspace_exec.9 \ 131 1.40 mrg uvm.9 uvmspace_fork.9 uvm.9 uvmspace_free.9 uvm.9 uvmspace_share.9 \ 132 1.66 gmcgarry uvm.9 uvmspace_unshare.9 uvm.9 uvm_fault.9 uvm.9 uvn_attach.9 \ 133 1.40 mrg uvm.9 uvm_vnp_setsize.9 uvm.9 uvm_vnp_sync.9 uvm.9 uvm_vnp_terminate.9 \ 134 1.40 mrg uvm.9 uvm_io.9 uvm.9 uvm_km_alloc.9 uvm.9 uvm_km_zalloc.9 \ 135 1.40 mrg uvm.9 uvm_km_alloc1.9 uvm.9 uvm_km_kmemalloc.9 uvm.9 uvm_km_valloc.9 \ 136 1.40 mrg uvm.9 uvm_km_valloc_wait.9 uvm.9 uvm_km_suballoc.9 uvm.9 uvm_km_free.9 \ 137 1.40 mrg uvm.9 uvm_km_free_wakeup.9 uvm.9 uvm_pagealloc.9 \ 138 1.40 mrg uvm.9 uvm_pagerealloc.9 uvm.9 uvm_pagefree.9 uvm.9 uvm_pglistalloc.9 \ 139 1.40 mrg uvm.9 uvm_pglistfree.9 uvm.9 uvm_page_physload.9 uvm.9 uvm_pageout.9 \ 140 1.42 mrg uvm.9 uvm_scheduler.9 uvm.9 uvm_swapin.9 uvm.9 uao_create.9 \ 141 1.42 mrg uvm.9 uao_detach.9 uvm.9 uao_reference.9 uvm.9 uvm_chgkprot.9 \ 142 1.42 mrg uvm.9 uvm_kernacc.9 uvm.9 uvm_useracc.9 uvm.9 uvm_vslock.9 \ 143 1.42 mrg uvm.9 uvm_vsunlock.9 uvm.9 uvm_meter.9 uvm.9 uvm_sysctl.9 \ 144 1.42 mrg uvm.9 uvm_fork.9 uvm.9 uvm_grow.9 uvm.9 uvm_coredump.9 145 1.67 pk MLINKS+=todr.9 todr_gettime.9 todr.9 todr_settime.9 \ 146 1.67 pk todr.9 todr_getcal.9 todr.9 todr_setcal.9 \ 147 1.67 pk todr.9 clock_ymdhms_to_secs.9 todr.9 clock_secs_to_ymdhms.9 148 1.21 jeremy 149 1.47 jtk SUBDIR= man9.i386 man9.sun3 150 1.1 perry 151 1.30 mycroft .include <bsd.man.mk> 152 1.30 mycroft .include <bsd.subdir.mk> 153