marco 38a63b01f0 * Fixes to get the generic *BSD RTL compiling again + fixes for thread 23 年之前
..
i386 65318837d2 * and again for ftruncate (sigh) 23 年之前
bsdfuncs.inc 2c73b6c7a8 * Forgot external name's 23 年之前
bsdmacro.inc 9f31783a0a * old logs removed and tabs fixed 23 年之前
bsdsysc.inc 38a63b01f0 * Fixes to get the generic *BSD RTL compiling again + fixes for thread 23 年之前
bsdsysch.inc 38a63b01f0 * Fixes to get the generic *BSD RTL compiling again + fixes for thread 23 年之前
bsdtypes.inc 9f31783a0a * old logs removed and tabs fixed 23 年之前
osposix.inc 9f31783a0a * old logs removed and tabs fixed 23 年之前
osposixh.inc 9f31783a0a * old logs removed and tabs fixed 23 年之前
readme.txt e2367dfb42 * First working POSIX *BSD system unit. 23 年之前
sysbsd.pp e2367dfb42 * First working POSIX *BSD system unit. 23 年之前
sysctl.pp 9f31783a0a * old logs removed and tabs fixed 23 年之前
system.pp 38a63b01f0 * Fixes to get the generic *BSD RTL compiling again + fixes for thread 23 年之前

readme.txt


Common *BSD files:

bsdmacro.inc The POSIX IS_DIR etc macro's.
bsdsysc.inc The base syscalls for *BSD system unit.
including a few that are _not_ posix, but still
req'ed in the system unit.
bsdtypes.inc some non POSIX BSD types required for the
syscalls
bsduname.inc The Uname implementation. Requires unit sysctl
osposix.inc The implementation of unit posix, redirects to libc
or bsdtypes.inc (via aliases)
osposixh.inc The headers of unit posix.
sysctl.pp Some basic sysctl headers.
sysposix.inc BSD specific part of the implementation
i386/syscall.inc The primitives for performing syscalls
i386/syscallh.inc Headers to syscall.inc