Fixup fromcvs/togit conversion
[pkgsrcv2.git] / sysutils / strace / patches / patch-ax
1 $NetBSD$
2
3 --- /dev/null   2007-04-26 23:20:40.000000000 -0400
4 +++ netbsd/syscalls.cat 2007-04-26 15:06:52.000000000 -0400
5 @@ -0,0 +1,175 @@
6 +#
7 +# Copyright (c) 2000, GaĆ«l Roualland <gael.roualland@iname.com>
8 +# All rights reserved.
9 +#
10 +# Redistribution and use in source and binary forms, with or without
11 +# modification, are permitted provided that the following conditions
12 +# are met:
13 +# 1. Redistributions of source code must retain the above copyright
14 +#    notice, this list of conditions and the following disclaimer.
15 +# 2. Redistributions in binary form must reproduce the above copyright
16 +#    notice, this list of conditions and the following disclaimer in the
17 +#    documentation and/or other materials provided with the distribution.
18 +# 3. The name of the author may not be used to endorse or promote products
19 +#    derived from this software without specific prior written permission.
20 +#
21 +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
22 +# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
23 +# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
24 +# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
25 +# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
26 +# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28 +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
30 +# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31 +#
32 +#      $Id: patch-ag,v 1.1 2006/03/05 08:17:49 christos Exp $
33 +#
34 +# Syscalls categories
35 +# syntax: syscall catmask
36 +#
37 +# mostly built from other archs/os syscallent.h
38 +
39 +# file calls
40 +access TF
41 +acct   TF
42 +acl    TF
43 +chdir  TF
44 +chmod  TF
45 +chown  TF
46 +chroot TF
47 +creat  TF
48 +close  TF
49 +chflags        TF
50 +fstat64        TF
51 +fstat  TF
52 +fchdir TF
53 +fchflags       TF
54 +lchown TF
55 +link   TF
56 +lstat  TF
57 +lstat64        TF
58 +lxstat TF
59 +mkdir  TF
60 +mknod  TF
61 +mount  TF
62 +oldlstat       TF
63 +oldstat        TF
64 +oldumount      TF
65 +open   TF
66 +outime TF
67 +pathconf       TF
68 +pread  TF
69 +pwrite TF
70 +readlink       TF
71 +rename TF
72 +rmdir  TF
73 +sendfile       TF
74 +stat   TF
75 +stat64 TF
76 +statfs TF
77 +statvfs        TF
78 +swapon TF
79 +symlink        TF
80 +truncate       TF
81 +umount TF
82 +unlink TF
83 +unmount        TF
84 +uselib TF
85 +utime  TF
86 +utimes TF
87 +xmknod TF
88 +xstat  TF
89 +
90 +# file/process calls
91 +exec   TF|TP
92 +execv  TF|TP
93 +execve TF|TP
94 +
95 +# IPC calls
96 +msgctl TI
97 +msgget TI
98 +msgrcv TI
99 +msgsnd TI
100 +msgsys TI
101 +semctl TI
102 +semget TI
103 +semop  TI
104 +semsys TI
105 +shmat  TI
106 +shmctl TI
107 +shmdt  TI
108 +shmget TI
109 +shmsys TI
110 +
111 +# network calls
112 +accept TN
113 +bind   TN
114 +connect        TN
115 +getmsg TN
116 +getpeername    TN
117 +getpmsg        TN
118 +getsockname    TN
119 +getsockopt     TN
120 +listen TN
121 +poll   TN
122 +putmsg TN
123 +putpmsg        TN
124 +recv   TN
125 +recvfrom       TN
126 +recvmsg        TN
127 +send   TN
128 +sendmsg        TN
129 +sendto TN
130 +setsockopt     TN
131 +shutdown       TN
132 +socket TN
133 +socketpair     TN
134 +
135 +# process calls
136 +_exit  TP
137 +clone  TP
138 +fork   TP
139 +fork1  TP
140 +owait  TP
141 +owait3 TP
142 +vfork  TP
143 +wait   TP
144 +wait4  TP
145 +waitid TP
146 +waitpid        TP
147 +waitsys        TP
148 +
149 +# signal calls
150 +kill   TS
151 +killpg TS
152 +ksigqueue      TS
153 +pause  TS
154 +rt_sigaction   TS
155 +rt_sigpending  TS
156 +rt_sigprocmask TS
157 +rt_sigqueueinfo        TS
158 +rt_sigreturn   TS
159 +rt_sigsuspend  TS
160 +rt_sigtimedwait        TS
161 +sigaction      TS
162 +sigaltstack    TS
163 +sigblock       TS
164 +sigcleanup     TS
165 +sigfillset     TS
166 +siggetmask     TS
167 +sighold        TS
168 +sigignore      TS
169 +signal TS
170 +sigpause       TS
171 +sigpending     TS
172 +sigpoll        TS
173 +sigprocmask    TS
174 +sigrelse       TS
175 +sigreturn      TS
176 +sigsendset     TS
177 +sigset TS
178 +sigsetmask     TS
179 +sigsuspend     TS
180 +sigtimedwait   TS