Go to file
lukem 966b42a3e6 bootblock.h:
- unify sparc_bbinfo (1064 bytes, with 256 block entries)
  and sun68k_bbinfo (296 byte, with 64 block entries)
  into shared_bbinfo (512 bytes, with 118 block entries),
  which will be also shared by future bbinfo-using platforms
  (including macppc)
- add datestamp to *_BBINFO_MAGIC strings, to prevent installboot vs
  bootxx version skew.
- add macppc support

*/bootxx.c:
- migrate to new shared_bbinfo structure

installboot:
- add macppc support (still needs applepartmap support and testing)
- improve and add some more warnings & errors to installboot
- implement shared_bbinfo_clearboot() and shared_bbinfo_setboot(), which
  perform the majority of the work for bbinfo-using back-ends
  (rather than replicating that across multiple back-ends).
2002-05-15 09:44:54 +00:00
bin Consistent wording: `regular' files, not `plain' ones; from Giorgos 2002-05-15 06:52:54 +00:00
crypto turn on privilege separation, as 3.2.1 default do. 2002-05-14 23:33:07 +00:00
dist ipf regression tests are in regress/sys/kern/ipf 2002-05-13 06:35:47 +00:00
distrib dig sshd uid/gid, and /var/empty, for sshd privilege separation 2002-05-14 23:26:24 +00:00
etc check sshd uid/gid, as well as /var/empty 2002-05-14 23:35:35 +00:00
games Raiders of the Lost Arch 2002-05-12 16:27:59 +00:00
gnu Change the sed expression that comments out NATDEPFILES to 2002-05-10 22:01:06 +00:00
include XNS5.2/POSIX-2001: change the size argument to inet_ntop from size_t to 2002-05-14 18:57:31 +00:00
lib <netdb.h> doesn't need prerequisite headers. 2002-05-15 08:53:42 +00:00
libexec Add .register directives to appease newer gas. 2002-05-06 18:53:30 +00:00
regress Added ipf regression tests 2002-05-13 06:34:13 +00:00
sbin In the description of the -r and -w options, match the wording of the 2002-05-15 01:58:16 +00:00
share Add a symbol for IEEE Std 1003.1-2001. 2002-05-14 18:26:37 +00:00
sys bootblock.h: 2002-05-15 09:44:54 +00:00
tools Use the target disklabel_mbr.h, since it just describes data structures for 2002-05-12 12:30:10 +00:00
usr.bin From Simon Burge: remove orphaned reference to _total; fixes PR bin/16804. 2002-05-15 06:43:37 +00:00
usr.sbin bootblock.h: 2002-05-15 09:44:54 +00:00
BUILDING add "-M makeobjdirprefix" to build.sh 2002-05-13 01:44:34 +00:00
BUILDING.mdoc add "-M makeobjdirprefix" to build.sh 2002-05-13 01:44:34 +00:00
Makefile Change -s srcdir and -d destdir so that they don't contain the "/etc" portion. 2002-05-07 02:11:07 +00:00
Makefile.inc don't set KERNSRCDIR here; pull in <bsd.kernobj.mk> if you need it 2002-04-10 14:53:43 +00:00
UPDATING turn on privilege separation, as 3.2.1 default do. 2002-05-14 23:33:07 +00:00
build.sh add "-M makeobjdirprefix" to build.sh 2002-05-13 01:44:34 +00:00