C.msg revision 1.2
11.1Sjtc$set 1
21.1Sjtc$ EPERM
31.1Sjtc1 Operation not permitted
41.1Sjtc$ ENOENT
51.1Sjtc2 No such file or directory
61.1Sjtc$ ESRCH
71.1Sjtc3 No such process
81.1Sjtc$ EINTR
91.1Sjtc4 Interrupted system call
101.1Sjtc$ EIO
111.1Sjtc5 Input/output error
121.1Sjtc$ ENXIO
131.1Sjtc6 Device not configured
141.1Sjtc$ E2BIG
151.1Sjtc7 Argument list too long
161.1Sjtc$ ENOEXEC
171.1Sjtc8 Exec format error
181.1Sjtc$ EBADF
191.1Sjtc9 Bad file descriptor
201.1Sjtc$ ECHILD
211.1Sjtc10 No child processes
221.1Sjtc$ EDEADLK
231.1Sjtc11 Resource deadlock avoided
241.1Sjtc$ ENOMEM
251.1Sjtc12 Cannot allocate memory
261.1Sjtc$ EACCES
271.1Sjtc13 Permission denied
281.1Sjtc$ EFAULT
291.1Sjtc14 Bad address
301.1Sjtc$ ENOTBLK
311.1Sjtc15 Block device required
321.1Sjtc$ EBUSY
331.1Sjtc16 Device busy
341.1Sjtc$ EEXIST
351.1Sjtc17 File exists
361.1Sjtc$ EXDEV
371.1Sjtc18 Cross-device link
381.1Sjtc$ ENODEV
391.1Sjtc19 Operation not supported by device
401.1Sjtc$ ENOTDIR
411.1Sjtc20 Not a directory
421.1Sjtc$ EISDIR
431.1Sjtc21 Is a directory
441.1Sjtc$ EINVAL
451.1Sjtc22 Invalid argument
461.1Sjtc$ ENFILE
471.1Sjtc23 Too many open files in system
481.1Sjtc$ EMFILE
491.1Sjtc24 Too many open files
501.1Sjtc$ ENOTTY
511.1Sjtc25 Inappropriate ioctl for device
521.1Sjtc$ ETXTBSY
531.1Sjtc26 Text file busy
541.1Sjtc$ EFBIG
551.1Sjtc27 File too large
561.1Sjtc$ ENOSPC
571.1Sjtc28 No space left on device
581.1Sjtc$ ESPIPE
591.1Sjtc29 Illegal seek
601.1Sjtc$ EROFS
611.1Sjtc30 Read-only file system
621.1Sjtc$ EMLINK
631.1Sjtc31 Too many links
641.1Sjtc$ EPIPE
651.1Sjtc32 Broken pipe
661.1Sjtc$ EDOM
671.1Sjtc33 Numerical argument out of domain
681.1Sjtc$ ERANGE
691.1Sjtc34 Result too large
701.1Sjtc$ EAGAIN, EWOULDBLOCK
711.1Sjtc35 Resource temporarily unavailable
721.1Sjtc$ EINPROGRESS
731.1Sjtc36 Operation now in progress
741.1Sjtc$ EALREADY
751.1Sjtc37 Operation already in progress
761.1Sjtc$ ENOTSOCK
771.1Sjtc38 Socket operation on non-socket
781.1Sjtc$ EDESTADDRREQ
791.1Sjtc39 Destination address required
801.1Sjtc$ EMSGSIZE
811.1Sjtc40 Message too long
821.1Sjtc$ EPROTOTYPE
831.1Sjtc41 Protocol wrong type for socket
841.1Sjtc$ ENOPROTOOPT
851.1Sjtc42 Protocol not available
861.1Sjtc$ EPROTONOSUPPORT
871.1Sjtc43 Protocol not supported
881.1Sjtc$ ESOCKTNOSUPPORT
891.1Sjtc44 Socket type not supported
901.1Sjtc$ EOPNOTSUPP
911.1Sjtc45 Operation not supported
921.1Sjtc$ EPFNOSUPPORT
931.1Sjtc46 Protocol family not supported
941.1Sjtc$ EAFNOSUPPORT
951.1Sjtc47 Address family not supported by protocol family
961.1Sjtc$ EADDRINUSE
971.1Sjtc48 Address already in use
981.1Sjtc$ EADDRNOTAVAIL
991.1Sjtc49 Can't assign requested address
1001.1Sjtc$ ENETDOWN
1011.1Sjtc50 Network is down
1021.1Sjtc$ ENETUNREACH
1031.1Sjtc51 Network is unreachable
1041.1Sjtc$ ENETRESET
1051.1Sjtc52 Network dropped connection on reset
1061.1Sjtc$ ECONNABORTED
1071.1Sjtc53 Software caused connection abort
1081.1Sjtc$ ECONNRESET
1091.1Sjtc54 Connection reset by peer
1101.1Sjtc$ ENOBUFS
1111.1Sjtc55 No buffer space available
1121.1Sjtc$ EISCONN
1131.1Sjtc56 Socket is already connected
1141.1Sjtc$ ENOTCONN
1151.1Sjtc57 Socket is not connected
1161.1Sjtc$ ESHUTDOWN
1171.1Sjtc58 Can't send after socket shutdown
1181.1Sjtc$ ETOOMANYREFS
1191.1Sjtc59 Too many references: can't splice
1201.1Sjtc$ ETIMEDOUT
1211.1Sjtc60 Connection timed out
1221.1Sjtc$ ECONNREFUSED
1231.1Sjtc61 Connection refused
1241.1Sjtc$ ELOOP
1251.1Sjtc62 Too many levels of symbolic links
1261.1Sjtc$ ENAMETOOLONG
1271.1Sjtc63 File name too long
1281.1Sjtc$ EHOSTDOWN
1291.1Sjtc64 Host is down
1301.1Sjtc$ EHOSTUNREACH
1311.1Sjtc65 No route to host
1321.1Sjtc$ ENOTEMPTY
1331.1Sjtc66 Directory not empty
1341.1Sjtc$ EPROCLIM
1351.1Sjtc67 Too many processes
1361.1Sjtc$ EUSERS
1371.1Sjtc68 Too many users
1381.1Sjtc$ EDQUOT
1391.1Sjtc69 Disc quota exceeded
1401.1Sjtc$ ESTALE
1411.1Sjtc70 Stale NFS file handle
1421.1Sjtc$ EREMOTE
1431.1Sjtc71 Too many levels of remote in path
1441.1Sjtc$ EBADRPC
1451.1Sjtc72 RPC struct is bad
1461.1Sjtc$ ERPCMISMATCH
1471.1Sjtc73 RPC version wrong
1481.1Sjtc$ EPROGUNAVAIL
1491.1Sjtc74 RPC prog. not avail
1501.1Sjtc$ EPROGMISMATCH
1511.1Sjtc75 Program version wrong
1521.1Sjtc$ EPROCUNAVAIL
1531.1Sjtc76 Bad procedure for program
1541.1Sjtc$ ENOLCK
1551.1Sjtc77 No locks available
1561.1Sjtc$ ENOSYS
1571.1Sjtc78 Function not implemented
1581.1Sjtc$ EFTYPE
1591.1Sjtc79 Inappropriate file type or format
1601.2Smikel$ EAUTH
1611.2Smikel80 Authentication error
1621.2Smikel$ ENEEDAUTH
1631.2Smikel81 Need authenticator
1641.2Smikel$ EIDRM
1651.2Smikel82 Identifier removed
1661.1Sjtc$set 2
1671.1Sjtc$ SIGHUP
1681.1Sjtc1 Hangup
1691.1Sjtc$ SIGINT
1701.1Sjtc2 Interrupt
1711.1Sjtc$ SIGQUIT
1721.1Sjtc3 Quit
1731.1Sjtc$ SIGILL
1741.1Sjtc4 Illegal instruction
1751.1Sjtc$ SIGTRAP
1761.1Sjtc5 Trace/BPT trap
1771.1Sjtc$ SIGABRT
1781.1Sjtc6 Abort trap
1791.1Sjtc$ SIGEMT
1801.1Sjtc7 EMT trap
1811.1Sjtc$ SIGFPE
1821.1Sjtc8 Floating point exception
1831.1Sjtc$ SIGKILL
1841.1Sjtc9 Killed
1851.1Sjtc$ SIGBUS
1861.1Sjtc10 Bus error
1871.1Sjtc$ SIGSEGV
1881.1Sjtc11 Segmentation fault
1891.1Sjtc$ SIGSYS
1901.1Sjtc12 Bad system call
1911.1Sjtc$ SIGPIPE
1921.1Sjtc13 Broken pipe
1931.1Sjtc$ SIGALRM
1941.1Sjtc14 Alarm clock
1951.1Sjtc$ SIGTERM
1961.1Sjtc15 Terminated
1971.1Sjtc$ SIGURG
1981.1Sjtc16 Urgent I/O condition
1991.1Sjtc$ SIGSTOP
2001.1Sjtc17 Stopped (signal)
2011.1Sjtc$ SIGTSTP
2021.1Sjtc18 Stopped
2031.1Sjtc$ SIGCONT
2041.1Sjtc19 Continued
2051.1Sjtc$ SIGCHLD
2061.1Sjtc20 Child exited
2071.1Sjtc$ SIGTTIN
2081.1Sjtc21 Stopped (tty input)
2091.1Sjtc$ SIGTTOU
2101.1Sjtc22 Stopped (tty output)
2111.1Sjtc$ SIGIO
2121.1Sjtc23 I/O possible
2131.1Sjtc$ SIGXCPU
2141.1Sjtc24 Cputime limit exceeded
2151.1Sjtc$ SIGXFSZ
2161.1Sjtc25 Filesize limit exceeded
2171.1Sjtc$ SIGVTALRM
2181.1Sjtc26 Virtual timer expired
2191.1Sjtc$ SIGPROF
2201.1Sjtc27 Profiling timer expired
2211.1Sjtc$ SIGWINCH
2221.1Sjtc28 Window size changes
2231.1Sjtc$ SIGINFO
2241.1Sjtc29 Information request
2251.1Sjtc$ SIGUSR1
2261.1Sjtc30 User defined signal 1
2271.1Sjtc$ SIGUSR2
2281.1Sjtc31 User defined signal 2
229