1 1.49 nathanw # $NetBSD: Makefile,v 1.49 1999/02/13 08:03:34 nathanw 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.28 augustss MAN= access.9 arp.9 audio.9 bus_space.9 bus_dma.9 copy.9 cpu_reboot.9 \ 6 1.28 augustss ctxsw.9 disk.9 disklabel.9 doshutdownhooks.9 ethersubr.9 extent.9 \ 7 1.45 frueauf fetch.9 fork1.9 inittodr.9 intro.9 kprintf.9 log.9 malloc.9 mbuf.9 \ 8 1.46 jeremy microtime.9 panic.9 pfil.9 physio.9 pool.9 psignal.9 resettodr.9 rnd.9 \ 9 1.45 frueauf rt_timer.9 shutdownhook_establish.9 sleep.9 spl.9 store.9 time.9 \ 10 1.49 nathanw timeout.9 uiomove.9 uvm.9 vslock.9 wdc.9 11 1.18 is MLINKS+=arp.9 arp_ifinit.9 arp.9 arpresolve.9 arp.9 arpintr.9 12 1.16 mikel MLINKS+=access.9 kernacc.9 access.9 useracc.9 13 1.26 cgd MLINKS+=bus_space.9 bus_space_alloc.9 bus_space.9 bus_space_barrier.9 \ 14 1.26 cgd bus_space.9 bus_space_copy_region_1.9 \ 15 1.26 cgd bus_space.9 bus_space_copy_region_2.9 \ 16 1.26 cgd bus_space.9 bus_space_copy_region_4.9 \ 17 1.26 cgd bus_space.9 bus_space_copy_region_8.9 \ 18 1.26 cgd bus_space.9 bus_space_free.9 bus_space.9 bus_space_map.9 \ 19 1.26 cgd bus_space.9 bus_space_read_1.9 bus_space.9 bus_space_read_2.9 \ 20 1.26 cgd bus_space.9 bus_space_read_4.9 bus_space.9 bus_space_read_8.9 \ 21 1.26 cgd bus_space.9 bus_space_read_multi_1.9 \ 22 1.26 cgd bus_space.9 bus_space_read_multi_2.9 \ 23 1.26 cgd bus_space.9 bus_space_read_multi_4.9 \ 24 1.26 cgd bus_space.9 bus_space_read_multi_8.9 \ 25 1.26 cgd bus_space.9 bus_space_read_region_1.9 \ 26 1.26 cgd bus_space.9 bus_space_read_region_2.9 \ 27 1.26 cgd bus_space.9 bus_space_read_region_4.9 \ 28 1.26 cgd bus_space.9 bus_space_read_region_8.9 \ 29 1.26 cgd bus_space.9 bus_space_set_region_1.9 \ 30 1.26 cgd bus_space.9 bus_space_set_region_2.9 \ 31 1.26 cgd bus_space.9 bus_space_set_region_4.9 \ 32 1.26 cgd bus_space.9 bus_space_set_region_8.9 \ 33 1.26 cgd bus_space.9 bus_space_subregion.9 bus_space.9 bus_space_unmap.9 \ 34 1.26 cgd bus_space.9 bus_space_write_1.9 bus_space.9 bus_space_write_2.9 \ 35 1.26 cgd bus_space.9 bus_space_write_4.9 bus_space.9 bus_space_write_8.9 \ 36 1.26 cgd bus_space.9 bus_space_write_multi_1.9 \ 37 1.26 cgd bus_space.9 bus_space_write_multi_2.9 \ 38 1.26 cgd bus_space.9 bus_space_write_multi_4.9 \ 39 1.26 cgd bus_space.9 bus_space_write_multi_8.9 \ 40 1.26 cgd bus_space.9 bus_space_write_region_1.9 \ 41 1.26 cgd bus_space.9 bus_space_write_region_2.9 \ 42 1.26 cgd bus_space.9 bus_space_write_region_4.9 \ 43 1.26 cgd bus_space.9 bus_space_write_region_8.9 44 1.27 christos MLINKS+=bus_dma.9 bus_dmamap_create.9 bus_dma.9 bus_dmamap_destroy.9 \ 45 1.27 christos bus_dma.9 bus_dmamap_load.9 bus_dma.9 bus_dmamap_load_mbuf.9 \ 46 1.27 christos bus_dma.9 bus_dmamap_load_uio.9 bus_dma.9 bus_dmamap_load_raw.9 \ 47 1.27 christos bus_dma.9 bus_dmamap_unload.9 bus_dma.9 bus_dmamap_sync.9 \ 48 1.27 christos bus_dma.9 bus_dmamem_alloc.9 bus_dma.9 bus_dmamem_free.9 \ 49 1.27 christos bus_dma.9 bus_dmamem_map.9 bus_dma.9 bus_dmamem_unmap.9 \ 50 1.27 christos bus_dma.9 bus_dmamem_mmap.9 51 1.3 thorpej MLINKS+=copy.9 copyin.9 copy.9 copyout.9 copy.9 copystr.9 \ 52 1.3 thorpej copy.9 copyinstr.9 copy.9 copyoutstr.9 53 1.16 mikel MLINKS+=ctxsw.9 cpu_switch.9 ctxsw.9 mi_switch.9 54 1.2 thorpej MLINKS+=disk.9 disk_init.9 disk.9 disk_attach.9 disk.9 disk_detatch.9 \ 55 1.2 thorpej disk.9 disk_busy.9 disk.9 disk_unbusy.9 disk.9 disk_find.9 \ 56 1.2 thorpej disk.9 disk_resetstat.9 57 1.16 mikel MLINKS+=disklabel.9 readdisklabel.9 disklabel.9 writedisklabel.9 \ 58 1.16 mikel disklabel.9 setdisklabel.9 disklabel.9 bounds_check_with_label.9 59 1.23 is MLINKS+=ethersubr.9 ether_ifattach.9 ethersubr.9 ether_addmulti.9 \ 60 1.23 is ethersubr.9 ether_delmulti.9 ethersubr.9 ETHER_IS_MULTICAST.9 \ 61 1.23 is ethersubr.9 ETHER_FIRST_MULTI.9 ethersubr.9 ETHER_NEXT_MULTI.9 \ 62 1.23 is ethersubr.9 fddi_ifattach.9 \ 63 1.23 is ethersubr.9 fddi_addmulti.9 ethersubr.9 fddi_delmulti.9 64 1.11 ghudson MLINKS+=extent.9 extent_create.9 extent.9 extent_destroy.9 \ 65 1.11 ghudson extent.9 extent_alloc.9 extent.9 extent_alloc_subregion.9 \ 66 1.11 ghudson extent.9 extent_alloc_region.9 extent.9 extent_free.9 \ 67 1.11 ghudson extent.9 extent_print.9 68 1.4 thorpej MLINKS+=fetch.9 fubyte.9 fetch.9 fuibyte.9 fetch.9 fusword.9 \ 69 1.4 thorpej fetch.9 fuswintr.9 fetch.9 fuword.9 fetch.9 fuiword.9 70 1.45 frueauf MLINKS+=kprintf.9 printf.9 kprintf.9 sprintf.9 kprintf.9 vprintf.9 \ 71 1.45 frueauf kprintf.9 uprintf.9 kprintf.9 ttyprintf.9 72 1.6 pk MLINKS+=malloc.9 free.9 73 1.32 mrg MLINKS+=mbuf.9 m_get.9 mbuf.9 m_getclr.9 mbuf.9 m_gethdr.9 mbuf.9 m_devget.9 \ 74 1.32 mrg mbuf.9 m_copym.9 mbuf.9 m_copypacket.9 mbuf.9 m_copydata.9 \ 75 1.32 mrg mbuf.9 m_copyback.9 mbuf.9 m_cat.9 mbuf.9 m_prepend.9 \ 76 1.32 mrg mbuf.9 m_pullup.9 mbuf.9 m_split.9 mbuf.9 m_adj.9 mbuf.9 m_free.9 \ 77 1.32 mrg mbuf.9 m_freem.9 mbuf.9 mtod.9 mbuf.9 mtocl.9 mbuf.9 cltom.9 \ 78 1.32 mrg mbuf.9 MGET.9 mbuf.9 MGETHDR.9 mbuf.9 MEXTMALLOC.9 \ 79 1.32 mrg mbuf.9 MEXTADD.9 mbuf.9 MCLGET.9 mbuf.9 M_COPY_PKTHDR.9 \ 80 1.32 mrg mbuf.9 M_ALIGN.9 mbuf.9 MH_ALIGN.9 mbuf.9 M_LEADINGSPACE.9 \ 81 1.32 mrg mbuf.9 M_TRAILINGSPACE.9 mbuf.9 M_PREPEND.9 mbuf.9 MCHTYPE.9 \ 82 1.32 mrg mbuf.9 MEXTREMOVE.9 mbuf.9 MFREE.9 83 1.32 mrg MLINKS+=rnd.9 rnd_attach_source.9 rnd.9 rnd_detach_source.9 \ 84 1.32 mrg rnd.9 rnd_add_data.9 rnd.9 rnd_add_uint32.9 85 1.39 kml MLINKS+=rt_timer.9 rt_timer_queue_create.9 rt_timer.9 rt_timer_queue_change.9 \ 86 1.39 kml rt_timer.9 rt_timer_queue_destroy.9 rt_timer.9 rt_timer_add.9 \ 87 1.39 kml rt_timer.9 rt_timer_remove_all.9 88 1.12 ghudson MLINKS+=pfil.9 pfil_hook_get.9 pfil.9 pfil_add_hook.9 pfil.9 pfil_remove_hook.9 89 1.7 pk MLINKS+=psignal.9 pgsignal.9 psignal.9 gsignal.9 90 1.16 mikel MLINKS+=shutdownhook_establish.9 shutdownhook_disestablish.9 91 1.8 pk MLINKS+=sleep.9 wakeup.9 sleep.9 tsleep.9 92 1.16 mikel MLINKS+=spl.9 spl0.9 spl.9 splbio.9 spl.9 splclock.9 spl.9 splhigh.9 \ 93 1.16 mikel spl.9 splimp.9 spl.9 splnet.9 spl.9 splsched.9 spl.9 splserial.9 \ 94 1.16 mikel spl.9 splsoftclock.9 spl.9 splsoftnet.9 spl.9 splsoftserial.9 \ 95 1.16 mikel spl.9 splstatclock.9 spl.9 spltty.9 spl.9 splx.9 96 1.16 mikel MLINKS+=store.9 subyte.9 store.9 suibyte.9 store.9 susword.9 \ 97 1.16 mikel store.9 suswintr.9 store.9 suword.9 store.9 suiword.9 98 1.16 mikel MLINKS+=time.9 boottime.9 time.9 mono_time.9 time.9 runtime.9 99 1.9 pk MLINKS+=timeout.9 untimeout.9 100 1.40 mrg MLINKS+=uvm.9 uvm_init.9 uvm.9 uvm_init_limits.9 uvm.9 uvm_setpagesize.9 \ 101 1.40 mrg uvm.9 uvm_swap_init.9 uvm.9 uvm_map.9 uvm.9 uvm_map_pageable.9 \ 102 1.40 mrg uvm.9 uvm_map_checkprot.9 uvm.9 uvm_map_protect.9 \ 103 1.40 mrg uvm.9 uvm_deallocate.9 uvm.9 uvmspace_alloc.9 uvm.9 uvmspace_exec.9 \ 104 1.40 mrg uvm.9 uvmspace_fork.9 uvm.9 uvmspace_free.9 uvm.9 uvmspace_share.9 \ 105 1.40 mrg uvm.9 uvmspace_unshare.9 uvm.9 uvm_fault.9 uvm.9 uvn_attach.9 \ 106 1.40 mrg uvm.9 uvm_vnp_setsize.9 uvm.9 uvm_vnp_sync.9 uvm.9 uvm_vnp_terminate.9 \ 107 1.40 mrg uvm.9 uvm_io.9 uvm.9 uvm_km_alloc.9 uvm.9 uvm_km_zalloc.9 \ 108 1.40 mrg uvm.9 uvm_km_alloc1.9 uvm.9 uvm_km_kmemalloc.9 uvm.9 uvm_km_valloc.9 \ 109 1.40 mrg uvm.9 uvm_km_valloc_wait.9 uvm.9 uvm_km_suballoc.9 uvm.9 uvm_km_free.9 \ 110 1.40 mrg uvm.9 uvm_km_free_wakeup.9 uvm.9 uvm_pagealloc.9 \ 111 1.40 mrg uvm.9 uvm_pagerealloc.9 uvm.9 uvm_pagefree.9 uvm.9 uvm_pglistalloc.9 \ 112 1.40 mrg uvm.9 uvm_pglistfree.9 uvm.9 uvm_page_physload.9 uvm.9 uvm_pageout.9 \ 113 1.42 mrg uvm.9 uvm_scheduler.9 uvm.9 uvm_swapin.9 uvm.9 uao_create.9 \ 114 1.42 mrg uvm.9 uao_detach.9 uvm.9 uao_reference.9 uvm.9 uvm_chgkprot.9 \ 115 1.42 mrg uvm.9 uvm_kernacc.9 uvm.9 uvm_useracc.9 uvm.9 uvm_vslock.9 \ 116 1.42 mrg uvm.9 uvm_vsunlock.9 uvm.9 uvm_meter.9 uvm.9 uvm_sysctl.9 \ 117 1.42 mrg uvm.9 uvm_fork.9 uvm.9 uvm_grow.9 uvm.9 uvm_coredump.9 118 1.45 frueauf MLINKS+=vslock.9 vsunlock.9 119 1.21 jeremy 120 1.47 jtk SUBDIR= man9.i386 man9.sun3 121 1.1 perry 122 1.30 mycroft .include <bsd.man.mk> 123 1.30 mycroft .include <bsd.subdir.mk> 124