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