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