10e315a54Sjtc$set 1 20e315a54Sjtc$ EPERM 30e315a54Sjtc1 Operation not permitted 40e315a54Sjtc$ ENOENT 50e315a54Sjtc2 No such file or directory 60e315a54Sjtc$ ESRCH 70e315a54Sjtc3 No such process 80e315a54Sjtc$ EINTR 90e315a54Sjtc4 Interrupted system call 100e315a54Sjtc$ EIO 110e315a54Sjtc5 Input/output error 120e315a54Sjtc$ ENXIO 130e315a54Sjtc6 Device not configured 140e315a54Sjtc$ E2BIG 150e315a54Sjtc7 Argument list too long 160e315a54Sjtc$ ENOEXEC 170e315a54Sjtc8 Exec format error 180e315a54Sjtc$ EBADF 190e315a54Sjtc9 Bad file descriptor 200e315a54Sjtc$ ECHILD 210e315a54Sjtc10 No child processes 220e315a54Sjtc$ EDEADLK 230e315a54Sjtc11 Resource deadlock avoided 240e315a54Sjtc$ ENOMEM 250e315a54Sjtc12 Cannot allocate memory 260e315a54Sjtc$ EACCES 270e315a54Sjtc13 Permission denied 280e315a54Sjtc$ EFAULT 290e315a54Sjtc14 Bad address 300e315a54Sjtc$ ENOTBLK 310e315a54Sjtc15 Block device required 320e315a54Sjtc$ EBUSY 330e315a54Sjtc16 Device busy 340e315a54Sjtc$ EEXIST 350e315a54Sjtc17 File exists 360e315a54Sjtc$ EXDEV 370e315a54Sjtc18 Cross-device link 380e315a54Sjtc$ ENODEV 390e315a54Sjtc19 Operation not supported by device 400e315a54Sjtc$ ENOTDIR 410e315a54Sjtc20 Not a directory 420e315a54Sjtc$ EISDIR 430e315a54Sjtc21 Is a directory 440e315a54Sjtc$ EINVAL 450e315a54Sjtc22 Invalid argument 460e315a54Sjtc$ ENFILE 470e315a54Sjtc23 Too many open files in system 480e315a54Sjtc$ EMFILE 490e315a54Sjtc24 Too many open files 500e315a54Sjtc$ ENOTTY 510e315a54Sjtc25 Inappropriate ioctl for device 520e315a54Sjtc$ ETXTBSY 530e315a54Sjtc26 Text file busy 540e315a54Sjtc$ EFBIG 550e315a54Sjtc27 File too large 560e315a54Sjtc$ ENOSPC 570e315a54Sjtc28 No space left on device 580e315a54Sjtc$ ESPIPE 590e315a54Sjtc29 Illegal seek 600e315a54Sjtc$ EROFS 610e315a54Sjtc30 Read-only file system 620e315a54Sjtc$ EMLINK 630e315a54Sjtc31 Too many links 640e315a54Sjtc$ EPIPE 650e315a54Sjtc32 Broken pipe 660e315a54Sjtc$ EDOM 670e315a54Sjtc33 Numerical argument out of domain 680e315a54Sjtc$ ERANGE 6927d85887Skleink34 Result too large or too small 700e315a54Sjtc$ EAGAIN, EWOULDBLOCK 710e315a54Sjtc35 Resource temporarily unavailable 720e315a54Sjtc$ EINPROGRESS 730e315a54Sjtc36 Operation now in progress 740e315a54Sjtc$ EALREADY 750e315a54Sjtc37 Operation already in progress 760e315a54Sjtc$ ENOTSOCK 770e315a54Sjtc38 Socket operation on non-socket 780e315a54Sjtc$ EDESTADDRREQ 790e315a54Sjtc39 Destination address required 800e315a54Sjtc$ EMSGSIZE 810e315a54Sjtc40 Message too long 820e315a54Sjtc$ EPROTOTYPE 830e315a54Sjtc41 Protocol wrong type for socket 840e315a54Sjtc$ ENOPROTOOPT 854b14bb63Scbiere42 Protocol option not available 860e315a54Sjtc$ EPROTONOSUPPORT 870e315a54Sjtc43 Protocol not supported 880e315a54Sjtc$ ESOCKTNOSUPPORT 890e315a54Sjtc44 Socket type not supported 900e315a54Sjtc$ EOPNOTSUPP 910e315a54Sjtc45 Operation not supported 920e315a54Sjtc$ EPFNOSUPPORT 930e315a54Sjtc46 Protocol family not supported 940e315a54Sjtc$ EAFNOSUPPORT 950e315a54Sjtc47 Address family not supported by protocol family 960e315a54Sjtc$ EADDRINUSE 970e315a54Sjtc48 Address already in use 980e315a54Sjtc$ EADDRNOTAVAIL 990e315a54Sjtc49 Can't assign requested address 1000e315a54Sjtc$ ENETDOWN 1010e315a54Sjtc50 Network is down 1020e315a54Sjtc$ ENETUNREACH 1030e315a54Sjtc51 Network is unreachable 1040e315a54Sjtc$ ENETRESET 1050e315a54Sjtc52 Network dropped connection on reset 1060e315a54Sjtc$ ECONNABORTED 1070e315a54Sjtc53 Software caused connection abort 1080e315a54Sjtc$ ECONNRESET 1090e315a54Sjtc54 Connection reset by peer 1100e315a54Sjtc$ ENOBUFS 1110e315a54Sjtc55 No buffer space available 1120e315a54Sjtc$ EISCONN 1130e315a54Sjtc56 Socket is already connected 1140e315a54Sjtc$ ENOTCONN 1150e315a54Sjtc57 Socket is not connected 1160e315a54Sjtc$ ESHUTDOWN 1170e315a54Sjtc58 Can't send after socket shutdown 1180e315a54Sjtc$ ETOOMANYREFS 1190e315a54Sjtc59 Too many references: can't splice 1200e315a54Sjtc$ ETIMEDOUT 121b967d10fSmgorny60 Operation timed out 1220e315a54Sjtc$ ECONNREFUSED 1230e315a54Sjtc61 Connection refused 1240e315a54Sjtc$ ELOOP 1250e315a54Sjtc62 Too many levels of symbolic links 1260e315a54Sjtc$ ENAMETOOLONG 1270e315a54Sjtc63 File name too long 1280e315a54Sjtc$ EHOSTDOWN 1290e315a54Sjtc64 Host is down 1300e315a54Sjtc$ EHOSTUNREACH 1310e315a54Sjtc65 No route to host 1320e315a54Sjtc$ ENOTEMPTY 1330e315a54Sjtc66 Directory not empty 1340e315a54Sjtc$ EPROCLIM 1350e315a54Sjtc67 Too many processes 1360e315a54Sjtc$ EUSERS 1370e315a54Sjtc68 Too many users 1380e315a54Sjtc$ EDQUOT 1390e315a54Sjtc69 Disc quota exceeded 1400e315a54Sjtc$ ESTALE 1410e315a54Sjtc70 Stale NFS file handle 1420e315a54Sjtc$ EREMOTE 1430e315a54Sjtc71 Too many levels of remote in path 1440e315a54Sjtc$ EBADRPC 1450e315a54Sjtc72 RPC struct is bad 1460e315a54Sjtc$ ERPCMISMATCH 1470e315a54Sjtc73 RPC version wrong 1480e315a54Sjtc$ EPROGUNAVAIL 1490e315a54Sjtc74 RPC prog. not avail 1500e315a54Sjtc$ EPROGMISMATCH 1510e315a54Sjtc75 Program version wrong 1520e315a54Sjtc$ EPROCUNAVAIL 1530e315a54Sjtc76 Bad procedure for program 1540e315a54Sjtc$ ENOLCK 1550e315a54Sjtc77 No locks available 1560e315a54Sjtc$ ENOSYS 1570e315a54Sjtc78 Function not implemented 1580e315a54Sjtc$ EFTYPE 1590e315a54Sjtc79 Inappropriate file type or format 160fff4d118Smikel$ EAUTH 161fff4d118Smikel80 Authentication error 162fff4d118Smikel$ ENEEDAUTH 163fff4d118Smikel81 Need authenticator 164fff4d118Smikel$ EIDRM 165fff4d118Smikel82 Identifier removed 166014cb945Skleink$ ENOMSG 167014cb945Skleink83 No message of desired type 1684d282292Skleink$ EOVERFLOW 1694d282292Skleink84 Value too large to be stored in data type 170fc34e21eSkleink$ EILSEQ 171fc34e21eSkleink85 Illegal byte sequence 172b2079901Sskrll$ ENOTSUP 173b2079901Sskrll86 Not supported 174b2079901Sskrll$ ECANCELED 175b967d10fSmgorny87 Operation canceled 176b2079901Sskrll$ EBADMSG 177b2079901Sskrll88 Bad or Corrupt message 178b2079901Sskrll$ ENODATA 179b2079901Sskrll89 No message available 180b2079901Sskrll$ ENOSR 181792483aeSkleink90 No STREAM resources 182b2079901Sskrll$ ENOSTR 183b2079901Sskrll91 Not a STREAM 1849d85c4a5Skleink$ ETIME 185c01f6773Sjdolecek92 STREAM ioctl timeout 1866593d72eSthorpej$ ENOATTR 1876593d72eSthorpej93 Attribute not found 188c07324ceSchristos$ EMULTIHOP 189c07324ceSchristos94 Multihop attempted 190c07324ceSchristos$ ENOLINK 191c07324ceSchristos95 Link has been severed 192c07324ceSchristos$ EPROTO 193c07324ceSchristos96 Protocol error 194*558ea2bcSmgorny$ EOWNERDEAD 195*558ea2bcSmgorny97 Previous owner died 196*558ea2bcSmgorny$ ENOTRECOVERABLE 197*558ea2bcSmgorny98 State not recoverable 1980e315a54Sjtc$set 2 1990e315a54Sjtc$ SIGHUP 2000e315a54Sjtc1 Hangup 2010e315a54Sjtc$ SIGINT 2020e315a54Sjtc2 Interrupt 2030e315a54Sjtc$ SIGQUIT 2040e315a54Sjtc3 Quit 2050e315a54Sjtc$ SIGILL 2060e315a54Sjtc4 Illegal instruction 2070e315a54Sjtc$ SIGTRAP 2080e315a54Sjtc5 Trace/BPT trap 2090e315a54Sjtc$ SIGABRT 2100e315a54Sjtc6 Abort trap 2110e315a54Sjtc$ SIGEMT 2120e315a54Sjtc7 EMT trap 2130e315a54Sjtc$ SIGFPE 2140e315a54Sjtc8 Floating point exception 2150e315a54Sjtc$ SIGKILL 2160e315a54Sjtc9 Killed 2170e315a54Sjtc$ SIGBUS 2180e315a54Sjtc10 Bus error 2190e315a54Sjtc$ SIGSEGV 2200e315a54Sjtc11 Segmentation fault 2210e315a54Sjtc$ SIGSYS 2220e315a54Sjtc12 Bad system call 2230e315a54Sjtc$ SIGPIPE 2240e315a54Sjtc13 Broken pipe 2250e315a54Sjtc$ SIGALRM 2260e315a54Sjtc14 Alarm clock 2270e315a54Sjtc$ SIGTERM 2280e315a54Sjtc15 Terminated 2290e315a54Sjtc$ SIGURG 2300e315a54Sjtc16 Urgent I/O condition 2310e315a54Sjtc$ SIGSTOP 23211397e5cSmgorny17 Suspended (signal) 2330e315a54Sjtc$ SIGTSTP 23411397e5cSmgorny18 Suspended 2350e315a54Sjtc$ SIGCONT 2360e315a54Sjtc19 Continued 2370e315a54Sjtc$ SIGCHLD 2380e315a54Sjtc20 Child exited 2390e315a54Sjtc$ SIGTTIN 2400e315a54Sjtc21 Stopped (tty input) 2410e315a54Sjtc$ SIGTTOU 2420e315a54Sjtc22 Stopped (tty output) 2430e315a54Sjtc$ SIGIO 2440e315a54Sjtc23 I/O possible 2450e315a54Sjtc$ SIGXCPU 24611397e5cSmgorny24 CPU time limit exceeded 2470e315a54Sjtc$ SIGXFSZ 2480e315a54Sjtc25 File size limit exceeded 2490e315a54Sjtc$ SIGVTALRM 2500e315a54Sjtc26 Virtual timer expired 2510e315a54Sjtc$ SIGPROF 2520e315a54Sjtc27 Profiling timer expired 2530e315a54Sjtc$ SIGWINCH 25411397e5cSmgorny28 Window size changed 2550e315a54Sjtc$ SIGINFO 2560e315a54Sjtc29 Information request 2570e315a54Sjtc$ SIGUSR1 2580e315a54Sjtc30 User defined signal 1 2590e315a54Sjtc$ SIGUSR2 2600e315a54Sjtc31 User defined signal 2 261320ccac4Sjdolecek$ SIGPWR 262320ccac4Sjdolecek32 Power fail/restart 263