Differences From Artifact [a7232aabca]:
- File kcore/magic.h — part of check-in [6479e060a3] at 2019-07-26 09:51:02 on branch trunk — major update. fix ridiculous old type size determination mechanism. mmap is still broken and i'm not sure why; the syscall does not appear to be going through correctly - see posix_mmap, kmheapa, and kcore/testbin.exe.fn (user: lexi, size: 2010) [annotate] [blame] [check-ins using]
- File mod/kcore/magic.h — part of check-in [14172a910a] at 2019-08-21 06:00:24 on branch trunk — move modules to a subdirectory in order to keep the directory tree organized and make room for OS-specific build files (user: lexi, size: 2010) [annotate] [blame] [check-ins using]
To Artifact [2cde04fb07]:
- File mod/kcore/magic.h — part of check-in [55dc614190] at 2019-08-26 19:49:35 on branch trunk — minor tweaks; update docs to explain error handling (user: lexi, size: 2012) [annotate] [blame] [check-ins using]
53 53 kbad_osfile = 72, 54 54 /* # fbsd EX_OSFILE 55 55 * a system file is fucked up or gone */ 56 56 kbad_creat = 73, 57 57 /* # fbsd EX_CANTCREAT */ 58 58 kbad_io = 74, 59 59 /* # fbsd EX_IOERR */ 60 - kbad_try = 75, 60 + kbad_retry = 75, 61 61 /* # fbsd EX_TEMPFAIL 62 62 * something went wrong this time. try again 63 63 * some other time */ 64 64 kbad_proto = 76, 65 65 /* # fbsd EX_PROTOCOL 66 66 * failure to speak a protocol correctly */ 67 67 kbad_perm = 77,