fpc/rtl/bsd
2002-08-19 12:29:11 +00:00
..
i386 * First working POSIX *BSD system unit. 2002-08-19 12:29:11 +00:00
bsdmacro.inc * First working POSIX *BSD system unit. 2002-08-19 12:29:11 +00:00
bsdsysc.inc * First working POSIX *BSD system unit. 2002-08-19 12:29:11 +00:00
bsdtypes.inc * First working POSIX *BSD system unit. 2002-08-19 12:29:11 +00:00
bsduname.inc * Initial versions, to allow support for uname in posix.pp 2002-08-08 11:39:30 +00:00
osposix.inc * First working POSIX *BSD system unit. 2002-08-19 12:29:11 +00:00
osposixh.inc * First working POSIX *BSD system unit. 2002-08-19 12:29:11 +00:00
readme.txt * First working POSIX *BSD system unit. 2002-08-19 12:29:11 +00:00
sysbsd.pp * First working POSIX *BSD system unit. 2002-08-19 12:29:11 +00:00
sysctl.pp * First working POSIX *BSD system unit. 2002-08-19 12:29:11 +00:00
system.pp * First working POSIX *BSD system unit. 2002-08-19 12:29:11 +00:00

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