Go to file
is ebe1c82eda Make the struct lfs 512 bytes long on 32bit machines whose compiler doesn't
align 32bit integers. Use explicit sized typing at some other places.

XXX This still won't fix lfs for 64bit machines, as we have some
assumptions about sizeof(pointer)=sizeof(u_int32_t) in here, and (if I
looked right) a misaligned u_int64_t. The right fix (to cite cgd) will
be to seperate on-disk-representation from in-core, but I don't have
the time (at the moment) to do this.
1996-12-05 19:01:46 +00:00
bin
distrib add libwrap manpage 1996-12-04 06:49:24 +00:00
etc add inetd_flags, mostly from <jbernard@tater.Mines.EDU> in pr#2987 1996-12-04 12:55:33 +00:00
games
gnu
include
lib turn on PROCESS_OPTIONS, and link in hosts.allow.5, hosts.deny.5, hosts_ctl.3, 1996-12-04 13:34:27 +00:00
libexec
regress
sbin PR/2975: fsck lies to children about their program name 1996-12-05 18:30:23 +00:00
share this should work now. 1996-12-05 07:18:28 +00:00
sys Make the struct lfs 512 bytes long on 32bit machines whose compiler doesn't 1996-12-05 19:01:46 +00:00
usr.bin
usr.sbin We don't need this (approved by mrg) 1996-12-05 06:04:30 +00:00
Makefile