C.msg revision 1.13
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.9Skleink34 Result too large or too small 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.3Skleink$ ENOMSG 1671.3Skleink83 No message of desired type 1681.4Skleink$ EOVERFLOW 1691.4Skleink84 Value too large to be stored in data type 1701.6Skleink$ EILSEQ 1711.6Skleink85 Illegal byte sequence 1721.7Sskrll$ ENOTSUP 1731.7Sskrll86 Not supported 1741.7Sskrll$ ECANCELED 1751.7Sskrll87 Operation Canceled 1761.7Sskrll$ EBADMSG 1771.7Sskrll88 Bad or Corrupt message 1781.7Sskrll$ ENODATA 1791.7Sskrll89 No message available 1801.7Sskrll$ ENOSR 1811.8Skleink90 No STREAM resources 1821.7Sskrll$ ENOSTR 1831.7Sskrll91 Not a STREAM 1841.10Skleink$ ETIME 1851.11Sjdolecek92 STREAM ioctl timeout 1861.12Sthorpej$ ENOATTR 1871.12Sthorpej93 Attribute not found 1881.13Schristos$ EMULTIHOP 1891.13Schristos94 Multihop attempted 1901.13Schristos$ ENOLINK 1911.13Schristos95 Link has been severed 1921.13Schristos$ EPROTO 1931.13Schristos96 Protocol error 1941.1Sjtc$set 2 1951.1Sjtc$ SIGHUP 1961.1Sjtc1 Hangup 1971.1Sjtc$ SIGINT 1981.1Sjtc2 Interrupt 1991.1Sjtc$ SIGQUIT 2001.1Sjtc3 Quit 2011.1Sjtc$ SIGILL 2021.1Sjtc4 Illegal instruction 2031.1Sjtc$ SIGTRAP 2041.1Sjtc5 Trace/BPT trap 2051.1Sjtc$ SIGABRT 2061.1Sjtc6 Abort trap 2071.1Sjtc$ SIGEMT 2081.1Sjtc7 EMT trap 2091.1Sjtc$ SIGFPE 2101.1Sjtc8 Floating point exception 2111.1Sjtc$ SIGKILL 2121.1Sjtc9 Killed 2131.1Sjtc$ SIGBUS 2141.1Sjtc10 Bus error 2151.1Sjtc$ SIGSEGV 2161.1Sjtc11 Segmentation fault 2171.1Sjtc$ SIGSYS 2181.1Sjtc12 Bad system call 2191.1Sjtc$ SIGPIPE 2201.1Sjtc13 Broken pipe 2211.1Sjtc$ SIGALRM 2221.1Sjtc14 Alarm clock 2231.1Sjtc$ SIGTERM 2241.1Sjtc15 Terminated 2251.1Sjtc$ SIGURG 2261.1Sjtc16 Urgent I/O condition 2271.1Sjtc$ SIGSTOP 2281.1Sjtc17 Stopped (signal) 2291.1Sjtc$ SIGTSTP 2301.1Sjtc18 Stopped 2311.1Sjtc$ SIGCONT 2321.1Sjtc19 Continued 2331.1Sjtc$ SIGCHLD 2341.1Sjtc20 Child exited 2351.1Sjtc$ SIGTTIN 2361.1Sjtc21 Stopped (tty input) 2371.1Sjtc$ SIGTTOU 2381.1Sjtc22 Stopped (tty output) 2391.1Sjtc$ SIGIO 2401.1Sjtc23 I/O possible 2411.1Sjtc$ SIGXCPU 2421.1Sjtc24 Cputime limit exceeded 2431.1Sjtc$ SIGXFSZ 2441.1Sjtc25 Filesize limit exceeded 2451.1Sjtc$ SIGVTALRM 2461.1Sjtc26 Virtual timer expired 2471.1Sjtc$ SIGPROF 2481.1Sjtc27 Profiling timer expired 2491.1Sjtc$ SIGWINCH 2501.1Sjtc28 Window size changes 2511.1Sjtc$ SIGINFO 2521.1Sjtc29 Information request 2531.1Sjtc$ SIGUSR1 2541.1Sjtc30 User defined signal 1 2551.1Sjtc$ SIGUSR2 2561.1Sjtc31 User defined signal 2 2571.5Sjdolecek$ SIGPWR 2581.5Sjdolecek32 Power fail/restart 259