marco 85c71c6ba6 * Lseek and ftruncate 64-bit fix 23 years ago
..
i386 65318837d2 * and again for ftruncate (sigh) 23 years ago
bsdfuncs.inc 2c73b6c7a8 * Forgot external name's 23 years ago
bsdmacro.inc 9f31783a0a * old logs removed and tabs fixed 23 years ago
bsdsysc.inc 85c71c6ba6 * Lseek and ftruncate 64-bit fix 23 years ago
bsdsysch.inc 3bc109ae66 * Fixes from Tuesday. 23 years ago
bsdtypes.inc 9f31783a0a * old logs removed and tabs fixed 23 years ago
osposix.inc 9f31783a0a * old logs removed and tabs fixed 23 years ago
osposixh.inc 9f31783a0a * old logs removed and tabs fixed 23 years ago
readme.txt e2367dfb42 * First working POSIX *BSD system unit. 23 years ago
sysbsd.pp e2367dfb42 * First working POSIX *BSD system unit. 23 years ago
sysctl.pp 9f31783a0a * old logs removed and tabs fixed 23 years ago
system.pp 495cb55113 + call to initvariantmanager inserted 23 years ago

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