1 #
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet
9 # at http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # Copyright 2011, Richard Lowe
14 # Copyright 2013 Nexenta Systems, Inc. All rights reserved.
15 # Copyright 2015 Joyent, Inc.
16 #
17
18 include $(SRC)/Makefile.master
19
20 MANSECT= 3proc
21
22 MANFILES= \
23 Lctlfd.3proc \
24 Lfree.3proc \
25 Lgrab_error.3proc \
26 Lgrab.3proc \
27 Lprochandle.3proc \
28 Lpsinfo.3proc \
29 Lstate.3proc \
30 Lstatus.3proc \
31 Paddr_to_ctf.3proc \
32 Paddr_to_loadobj.3proc \
33 Paddr_to_map.3proc \
34 Pasfd.3proc \
35 Pclearfault.3proc \
47 Perror_printf.3proc \
48 Pexecname.3proc \
49 Pfault.3proc \
50 Pfdinfo_iter.3proc \
51 Pgcore.3proc \
52 Pgetareg.3proc \
53 Pgetauxval.3proc \
54 Pgetauxvec.3proc \
55 Pgetenv.3proc \
56 Pgrab_core.3proc \
57 Pgrab_error.3proc \
58 Pgrab_file.3proc \
59 Pgrab.3proc \
60 Pisprocdir.3proc \
61 Pissyscall.3proc \
62 Pldt.3proc \
63 Plmid.3proc \
64 Plookup_by_addr.3proc \
65 Plwp_getasrs.3proc \
66 Plwp_getgwindows.3proc \
67 Plwp_getpsinfo.3proc \
68 Plwp_getregs.3proc \
69 Plwp_getspymaster.3proc \
70 Plwp_getxregs.3proc \
71 Plwp_iter.3proc \
72 Plwp_stack.3proc \
73 Pmapping_iter.3proc \
74 Pobjname.3proc \
75 Pplatform.3proc \
76 Ppltdest.3proc \
77 Ppriv.3proc \
78 Ppsinfo.3proc \
79 pr_access.3proc \
80 pr_close.3proc \
81 pr_creat.3proc \
82 pr_door_info.3proc \
83 pr_exit.3proc \
84 pr_fcntl.3proc \
85 pr_fstatvfs.3proc \
86 pr_getitimer.3proc \
|
1 #
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet
9 # at http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # Copyright 2011, Richard Lowe
14 # Copyright 2013 Nexenta Systems, Inc. All rights reserved.
15 # Copyright 2018 Joyent, Inc.
16 #
17
18 include $(SRC)/Makefile.master
19
20 MANSECT= 3proc
21
22 MANFILES= \
23 Lctlfd.3proc \
24 Lfree.3proc \
25 Lgrab_error.3proc \
26 Lgrab.3proc \
27 Lprochandle.3proc \
28 Lpsinfo.3proc \
29 Lstate.3proc \
30 Lstatus.3proc \
31 Paddr_to_ctf.3proc \
32 Paddr_to_loadobj.3proc \
33 Paddr_to_map.3proc \
34 Pasfd.3proc \
35 Pclearfault.3proc \
47 Perror_printf.3proc \
48 Pexecname.3proc \
49 Pfault.3proc \
50 Pfdinfo_iter.3proc \
51 Pgcore.3proc \
52 Pgetareg.3proc \
53 Pgetauxval.3proc \
54 Pgetauxvec.3proc \
55 Pgetenv.3proc \
56 Pgrab_core.3proc \
57 Pgrab_error.3proc \
58 Pgrab_file.3proc \
59 Pgrab.3proc \
60 Pisprocdir.3proc \
61 Pissyscall.3proc \
62 Pldt.3proc \
63 Plmid.3proc \
64 Plookup_by_addr.3proc \
65 Plwp_getasrs.3proc \
66 Plwp_getgwindows.3proc \
67 Plwp_getname.3proc \
68 Plwp_getpsinfo.3proc \
69 Plwp_getregs.3proc \
70 Plwp_getspymaster.3proc \
71 Plwp_getxregs.3proc \
72 Plwp_iter.3proc \
73 Plwp_stack.3proc \
74 Pmapping_iter.3proc \
75 Pobjname.3proc \
76 Pplatform.3proc \
77 Ppltdest.3proc \
78 Ppriv.3proc \
79 Ppsinfo.3proc \
80 pr_access.3proc \
81 pr_close.3proc \
82 pr_creat.3proc \
83 pr_door_info.3proc \
84 pr_exit.3proc \
85 pr_fcntl.3proc \
86 pr_fstatvfs.3proc \
87 pr_getitimer.3proc \
|