marco 3bc109ae66 * Fixes from Tuesday. 23 years ago
..
i386 82f9961048 * More errno changes 23 years ago
bsdfuncs.inc 3bc109ae66 * Fixes from Tuesday. 23 years ago
bsdmacro.inc e2367dfb42 * First working POSIX *BSD system unit. 23 years ago
bsdsysc.inc 3bc109ae66 * Fixes from Tuesday. 23 years ago
bsdsysch.inc 3bc109ae66 * Fixes from Tuesday. 23 years ago
bsdtypes.inc e2367dfb42 * First working POSIX *BSD system unit. 23 years ago
bsduname.inc b9f92442be * Initial versions, to allow support for uname in posix.pp 23 years ago
osposix.inc 3bc109ae66 * Fixes from Tuesday. 23 years ago
osposixh.inc 3bc109ae66 * Fixes from Tuesday. 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 e2367dfb42 * First working POSIX *BSD system unit. 23 years ago
system.pp e2367dfb42 * First working POSIX *BSD system unit. 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