ca.msg revision 1.1 1 1.1 perry $set 1
2 1.1 perry $ EPERM
3 1.1 perry 1 Operation not permitted, eh?
4 1.1 perry $ ENOENT
5 1.1 perry 2 No such file or directory, eh?
6 1.1 perry $ ESRCH
7 1.1 perry 3 No such process, eh?
8 1.1 perry $ EINTR
9 1.1 perry 4 Interrupted system call, eh?
10 1.1 perry $ EIO
11 1.1 perry 5 Input/output error, eh?
12 1.1 perry $ ENXIO
13 1.1 perry 6 Device not configured, eh?
14 1.1 perry $ E2BIG
15 1.1 perry 7 Argument list too long, eh?
16 1.1 perry $ ENOEXEC
17 1.1 perry 8 Exec format error, eh?
18 1.1 perry $ EBADF
19 1.1 perry 9 Bad file descriptor, eh?
20 1.1 perry $ ECHILD
21 1.1 perry 10 No child processes, eh?
22 1.1 perry $ EDEADLK
23 1.1 perry 11 Resource deadlock avoided, eh?
24 1.1 perry $ ENOMEM
25 1.1 perry 12 Cannot allocate memory, eh?
26 1.1 perry $ EACCES
27 1.1 perry 13 Permission denied, eh?
28 1.1 perry $ EFAULT
29 1.1 perry 14 Bad address, eh?
30 1.1 perry $ ENOTBLK
31 1.1 perry 15 Block device required, eh?
32 1.1 perry $ EBUSY
33 1.1 perry 16 Device busy, eh?
34 1.1 perry $ EEXIST
35 1.1 perry 17 File exists, eh?
36 1.1 perry $ EXDEV
37 1.1 perry 18 Cross-device link, eh?
38 1.1 perry $ ENODEV
39 1.1 perry 19 Operation not supported by device, eh?
40 1.1 perry $ ENOTDIR
41 1.1 perry 20 Not a directory, eh?
42 1.1 perry $ EISDIR
43 1.1 perry 21 Is a directory, eh?
44 1.1 perry $ EINVAL
45 1.1 perry 22 Invalid argument, eh?
46 1.1 perry $ ENFILE
47 1.1 perry 23 Too many open files in system, eh?
48 1.1 perry $ EMFILE
49 1.1 perry 24 Too many open files, eh?
50 1.1 perry $ ENOTTY
51 1.1 perry 25 Inappropriate ioctl for device, eh?
52 1.1 perry $ ETXTBSY
53 1.1 perry 26 Text file busy, eh?
54 1.1 perry $ EFBIG
55 1.1 perry 27 File too large, eh?
56 1.1 perry $ ENOSPC
57 1.1 perry 28 No space left on device, eh?
58 1.1 perry $ ESPIPE
59 1.1 perry 29 Illegal seek, eh?
60 1.1 perry $ EROFS
61 1.1 perry 30 Read-only file system, eh?
62 1.1 perry $ EMLINK
63 1.1 perry 31 Too many links, eh?
64 1.1 perry $ EPIPE
65 1.1 perry 32 Broken pipe, eh?
66 1.1 perry $ EDOM
67 1.1 perry 33 Numerical argument out of domain, eh?
68 1.1 perry $ ERANGE
69 1.1 perry 34 Result too large, eh?
70 1.1 perry $ EAGAIN, EWOULDBLOCK
71 1.1 perry 35 Resource temporarily unavailable, eh?
72 1.1 perry $ EINPROGRESS
73 1.1 perry 36 Operation now in progress, eh?
74 1.1 perry $ EALREADY
75 1.1 perry 37 Operation already in progress, eh?
76 1.1 perry $ ENOTSOCK
77 1.1 perry 38 Socket operation on non-socket, eh?
78 1.1 perry $ EDESTADDRREQ
79 1.1 perry 39 Destination address required, eh?
80 1.1 perry $ EMSGSIZE
81 1.1 perry 40 Message too long, eh?
82 1.1 perry $ EPROTOTYPE
83 1.1 perry 41 Protocol wrong type for socket, eh?
84 1.1 perry $ ENOPROTOOPT
85 1.1 perry 42 Protocol not available, eh?
86 1.1 perry $ EPROTONOSUPPORT
87 1.1 perry 43 Protocol not supported, eh?
88 1.1 perry $ ESOCKTNOSUPPORT
89 1.1 perry 44 Socket type not supported, eh?
90 1.1 perry $ EOPNOTSUPP
91 1.1 perry 45 Operation not supported, eh?
92 1.1 perry $ EPFNOSUPPORT
93 1.1 perry 46 Protocol family not supported, eh?
94 1.1 perry $ EAFNOSUPPORT
95 1.1 perry 47 Address family not supported by protocol family, eh?
96 1.1 perry $ EADDRINUSE
97 1.1 perry 48 Address already in use, eh?
98 1.1 perry $ EADDRNOTAVAIL
99 1.1 perry 49 Can't assign requested address, eh?
100 1.1 perry $ ENETDOWN
101 1.1 perry 50 Network is down, eh?
102 1.1 perry $ ENETUNREACH
103 1.1 perry 51 Network is unreachable, eh?
104 1.1 perry $ ENETRESET
105 1.1 perry 52 Network dropped connection on reset, eh?
106 1.1 perry $ ECONNABORTED
107 1.1 perry 53 Software caused connection abort, eh?
108 1.1 perry $ ECONNRESET
109 1.1 perry 54 Connection reset by peer, eh?
110 1.1 perry $ ENOBUFS
111 1.1 perry 55 No buffer space available, eh?
112 1.1 perry $ EISCONN
113 1.1 perry 56 Socket is already connected, eh?
114 1.1 perry $ ENOTCONN
115 1.1 perry 57 Socket is not connected, eh?
116 1.1 perry $ ESHUTDOWN
117 1.1 perry 58 Can't send after socket shutdown, eh?
118 1.1 perry $ ETOOMANYREFS
119 1.1 perry 59 Too many references: can't splice, eh?
120 1.1 perry $ ETIMEDOUT
121 1.1 perry 60 Connection timed out, eh?
122 1.1 perry $ ECONNREFUSED
123 1.1 perry 61 Connection refused, eh?
124 1.1 perry $ ELOOP
125 1.1 perry 62 Too many levels of symbolic links, eh?
126 1.1 perry $ ENAMETOOLONG
127 1.1 perry 63 File name too long, eh?
128 1.1 perry $ EHOSTDOWN
129 1.1 perry 64 Host is down, eh?
130 1.1 perry $ EHOSTUNREACH
131 1.1 perry 65 No route to host, eh?
132 1.1 perry $ ENOTEMPTY
133 1.1 perry 66 Directory not empty, eh?
134 1.1 perry $ EPROCLIM
135 1.1 perry 67 Too many processes, eh?
136 1.1 perry $ EUSERS
137 1.1 perry 68 Too many users, eh?
138 1.1 perry $ EDQUOT
139 1.1 perry 69 Disc quota exceeded, eh?
140 1.1 perry $ ESTALE
141 1.1 perry 70 Stale NFS file handle, eh?
142 1.1 perry $ EREMOTE
143 1.1 perry 71 Too many levels of remote in path, eh?
144 1.1 perry $ EBADRPC
145 1.1 perry 72 RPC struct is bad, eh?
146 1.1 perry $ ERPCMISMATCH
147 1.1 perry 73 RPC version wrong, eh?
148 1.1 perry $ EPROGUNAVAIL
149 1.1 perry 74 RPC prog. not avail, eh?
150 1.1 perry $ EPROGMISMATCH
151 1.1 perry 75 Program version wrong, eh?
152 1.1 perry $ EPROCUNAVAIL
153 1.1 perry 76 Bad procedure for program, eh?
154 1.1 perry $ ENOLCK
155 1.1 perry 77 No locks available, eh?
156 1.1 perry $ ENOSYS
157 1.1 perry 78 Function not implemented, eh?
158 1.1 perry $ EFTYPE
159 1.1 perry 79 Inappropriate file type or format, eh?
160 1.1 perry $set 2
161 1.1 perry $ SIGHUP
162 1.1 perry 1 Hangup, eh?
163 1.1 perry $ SIGINT
164 1.1 perry 2 Interrupt, eh?
165 1.1 perry $ SIGQUIT
166 1.1 perry 3 Quit, eh?
167 1.1 perry $ SIGILL
168 1.1 perry 4 Illegal instruction, eh?
169 1.1 perry $ SIGTRAP
170 1.1 perry 5 Trace/BPT trap, eh?
171 1.1 perry $ SIGABRT
172 1.1 perry 6 Abort trap, eh?
173 1.1 perry $ SIGEMT
174 1.1 perry 7 EMT trap, eh?
175 1.1 perry $ SIGFPE
176 1.1 perry 8 Floating point exception, eh?
177 1.1 perry $ SIGKILL
178 1.1 perry 9 Killed, eh?
179 1.1 perry $ SIGBUS
180 1.1 perry 10 Bus error, eh?
181 1.1 perry $ SIGSEGV
182 1.1 perry 11 Segmentation fault, eh?
183 1.1 perry $ SIGSYS
184 1.1 perry 12 Bad system call, eh?
185 1.1 perry $ SIGPIPE
186 1.1 perry 13 Broken pipe, eh?
187 1.1 perry $ SIGALRM
188 1.1 perry 14 Alarm clock, eh?
189 1.1 perry $ SIGTERM
190 1.1 perry 15 Terminated, eh?
191 1.1 perry $ SIGURG
192 1.1 perry 16 Urgent I/O condition, eh?
193 1.1 perry $ SIGSTOP
194 1.1 perry 17 Stopped (signal), eh?
195 1.1 perry $ SIGTSTP
196 1.1 perry 18 Stopped, eh?
197 1.1 perry $ SIGCONT
198 1.1 perry 19 Continued, eh?
199 1.1 perry $ SIGCHLD
200 1.1 perry 20 Child exited, eh?
201 1.1 perry $ SIGTTIN
202 1.1 perry 21 Stopped (tty input), eh?
203 1.1 perry $ SIGTTOU
204 1.1 perry 22 Stopped (tty output), eh?
205 1.1 perry $ SIGIO
206 1.1 perry 23 I/O possible, eh?
207 1.1 perry $ SIGXCPU
208 1.1 perry 24 Cputime limit exceeded, eh?
209 1.1 perry $ SIGXFSZ
210 1.1 perry 25 Filesize limit exceeded, eh?
211 1.1 perry $ SIGVTALRM
212 1.1 perry 26 Virtual timer expired, eh?
213 1.1 perry $ SIGPROF
214 1.1 perry 27 Profiling timer expired, eh?
215 1.1 perry $ SIGWINCH
216 1.1 perry 28 Window size changes, eh?
217 1.1 perry $ SIGINFO
218 1.1 perry 29 Information request, eh?
219 1.1 perry $ SIGUSR1
220 1.1 perry 30 User defined signal 1, eh?
221 1.1 perry $ SIGUSR2
222 1.1 perry 31 User defined signal 2, eh?
223