NetBSD/usr.sbin/installboot/arch
lukem d22f5cff9c - use uint8_t instead of char for boot block blobs
- bbinfo_params:
	- replace "int littleendian" with "bbinfo_endian endian"
	- add comments
- shared_bbinfo_clearboot():
	- add callback method to shared_bbinfo_clearboot()
	- don't clear from 0..headeroffset; use a callback to do that
- add news68k and newsmips support.
  From Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>, with a rework by me to
  take advantage of the new shared_bbinfo_clearboot() callback.
  (XXX: untested yet)
2002-05-20 16:05:26 +00:00
..
alpha.c - add fsstat (fstat(2) on fsfd) and s1stat (fstat(2) on s1fd) in ib_params, 2002-05-15 02:18:22 +00:00
macppc.c - use uint8_t instead of char for boot block blobs 2002-05-20 16:05:26 +00:00
news.c - use uint8_t instead of char for boot block blobs 2002-05-20 16:05:26 +00:00
pmax.c - add fsstat (fstat(2) on fsfd) and s1stat (fstat(2) on s1fd) in ib_params, 2002-05-15 02:18:22 +00:00
sparc.c - use uint8_t instead of char for boot block blobs 2002-05-20 16:05:26 +00:00
sparc64.c - add fsstat (fstat(2) on fsfd) and s1stat (fstat(2) on s1fd) in ib_params, 2002-05-15 02:18:22 +00:00
sun68k.c - use uint8_t instead of char for boot block blobs 2002-05-20 16:05:26 +00:00
vax.c - add fsstat (fstat(2) on fsfd) and s1stat (fstat(2) on s1fd) in ib_params, 2002-05-15 02:18:22 +00:00