HardenedBSD/sys
Bruce Evans e9c2b07f51 Define macros _BSD_OFF_T_ and _BSD_PID_T_ suitable for use instead
of the typedefs off_t and pid_t when use of the latter would cause
namespace pollution.  These macros are used like _BSD_VA_LIST_ and
aren't #undef'ed when the corresponding typedef is declared.
off_t is very machine-dependent and should never have been decided
in <sys/types.h> (its declaration is compiler-dependent).  pid_t
isn't very machine-dependent, but this might change.  `long' is
a wasteful type for it if longs are longer than ints.

Move the definition of _BSD_VA_LIST_ away from the comment that
suggests that it is #undefed when va_list is declared.
1995-06-28 01:39:26 +00:00
..
alpha First incarnation of our Linux emulator or rather compatibility code. 1995-06-25 17:32:43 +00:00
amd64 Partially fix `sysctl machdep.console_device'. The fix will be complete 1995-06-26 07:39:52 +00:00
compat/linux First incarnation of our Linux emulator or rather compatibility code. 1995-06-25 17:32:43 +00:00
compile
conf Add an option to the psm driver to skip the parts of the probe which break 1995-06-22 10:56:56 +00:00
ddb
dev Reduce timeout frequency from `hz' to 0 if no ports are open or to 1 if 1995-06-25 04:51:01 +00:00
fs
gnu
i386 Define macros _BSD_OFF_T_ and _BSD_PID_T_ suitable for use instead 1995-06-28 01:39:26 +00:00
isa Reduce timeout frequency from `hz' to 0 if no ports are open or to 1 if 1995-06-25 04:51:01 +00:00
isofs/cd9660
kern Pass the correct nonblocking flag to VOP_CLOSE() in vclean(). 1995-06-27 21:29:08 +00:00
libkern
miscfs
modules First incarnation of our Linux emulator or rather compatibility code. 1995-06-25 17:32:43 +00:00
msdosfs
net
netccitt
netinet Delete obsolete #if 0 block. 1995-06-27 20:36:34 +00:00
netiso
netns
nfs Changes to support version 3 of the NFS protocol. 1995-06-27 11:07:30 +00:00
nfsclient Changes to support version 3 of the NFS protocol. 1995-06-27 11:07:30 +00:00
nfsserver Changes to support version 3 of the NFS protocol. 1995-06-27 11:07:30 +00:00
pci
powerpc/include
rpc
scsi
sys Changes to support version 3 of the NFS protocol. 1995-06-27 11:07:30 +00:00
tools
ufs
vm
Makefile