Commit Graph

211 Commits

Author SHA1 Message Date
lukem 3f725c3c63 ccdconfig(8) CCDF_NOLABEL support 2003-10-17 05:25:10 +00:00
lukem a305f0dedb syslogd -r 2003-10-17 01:42:07 +00:00
scw 3b192f5429 Note Xscale micro-optimisations. 2003-10-14 08:10:15 +00:00
christos acdf7caf16 mention new whois 2003-10-10 01:49:51 +00:00
lukem 1c33b4e6a4 Overhaul MBR handling (part 1):
<sys/bootblock.h>:
    *	Added definitions for the Master Boot Record (MBR) used by
	a variety of systems (primarily i386), including the format
	of the BIOS Parameter Block (BPB).
	This information was cribbed from a variety of sources
	including <sys/disklabel_mbr.h> which this is a superset of.

	As part of this, some data structure elements and #defines
	were renamed to be more "namespace friendly" and consistent
	with other bootblocks and MBR documentation.
	Update all uses of the old names to the new names.

<sys/disklabel_mbr.h>:
    *	Deprecated in favor of <sys/bootblock.h> (the latter is more
	"host tool" friendly).

amd64 & i386:
    *	Renamed /usr/mdec/bootxx_dosfs to /usr/mdec/bootxx_msdos, to
	be consistent with the naming convention of the msdosfs tools.

    *	Removed /usr/mdec/bootxx_ufs, as it's equivalent to bootxx_ffsv1
	and it's confusing to have two functionally equivalent bootblocks,
	especially given that "ufs" has multiple meanings (it could be
	a synonym for "ffs", or the group of ffs/lfs/ext2fs file systems).

    *	Rework pbr.S (the first sector of bootxx_*):
	    +	Ensure that BPB (bytes 11..89) and the partition table
		(bytes 446..509) do not contain code.
	    +	Add support for booting from FAT partitions if BOOT_FROM_FAT
		is defined.  (Only set for bootxx_msdos).
	    +	Remove "dummy" partition 3; if people want to installboot(8)
		these to the start of the disk they can use fdisk(8) to
		create a real MBR partition table...
	    +	Compile with TERSE_ERROR so it fits because of the above.
		Whilst this is less user friendly, I feel it's important
		to have a valid partition table and BPB in the MBR/PBR.

    *	Renamed /usr/mdec/biosboot to /usr/mdec/boot, to be consistent
	with other platforms.

    *	Enable SUPPORT_DOSFS in /usr/mdec/boot (stage2), so that
    	we can boot off FAT partitions.

    *	Crank version of /usr/mdec/boot to 3.1, and fix some of the other
	entries in the version file.

installboot(8) (i386):
    *	Read the existing MBR of the filesystem and retain the BIOS
    	Parameter Block (BPB) in bytes 11..89 and the MBR partition
	table in bytes 446..509.  (Previously installboot(8) would
	trash those two sections of the MBR.)

mbrlabel(8):
    *	Use sys/lib/libkern/xlat_mbr_fstype.c instead of homegrown code
	to map the MBR partition type to the NetBSD disklabel type.


Test built "make release" for i386, and new bootblocks verified to work
(even off FAT!).
2003-10-08 04:25:43 +00:00
wiz d562f2908b Note gawk update to 3.1.3. 2003-10-06 16:56:52 +00:00
tsutsui 3073d901c4 Fix and sort an entry of gdb-5.3 import. 2003-10-05 16:14:14 +00:00
tsutsui ccc9d1bb37 Note addition of mips r10k cache ops and fixes of O2 support on sgimips. 2003-10-05 16:02:23 +00:00
dsl 9b293a6add Add note about /dev/constty 2003-10-03 16:48:55 +00:00
wiz 08cf6988bc Note HTTP support in pkg_add. 2003-10-03 15:41:53 +00:00
thorpej 4a178080ab Note new i2c code. 2003-09-30 00:39:19 +00:00
kent 9c77f060e0 Note multi-channel support of auich(4) 2003-09-28 14:30:00 +00:00
matt 6ddd9afabe Note switch of arm & powerpc to GCC 3.3.1.
Note switch of alpha & powerpc to GDB 5.3.
Note SA_SIGINFO support for powerpc.
2003-09-25 22:51:32 +00:00
pooka a201291938 note file 4.04 2003-09-25 18:14:09 +00:00
pooka 3885715fb0 note isdncapi and iavc 2003-09-25 16:54:07 +00:00
lonewolf c07f451dd7 Note the new haltwo(4) driver. 2003-09-25 16:48:10 +00:00
mrg dd706c0759 note GCC3.3.1 switch for i386, sparc, sparc64 & alpha. 2003-09-19 08:32:26 +00:00
jdolecek c07fdf8b55 note the LKM versioning change 2003-09-13 09:14:57 +00:00
lukem 1519890aa6 imakeicide2 2003-09-12 16:25:37 +00:00
christos 61aa48ec24 Mention things I did lately. 2003-09-09 23:35:43 +00:00
itojun 738d85299b randomized frag ID/flowlabel 2003-09-06 03:40:59 +00:00
ragge 639a0627b0 Note qt driver addition. 2003-08-29 21:23:26 +00:00
tron 5b173599d5 Note i865G integrated graphics in agp(4). 2003-08-26 17:35:28 +00:00
chs 27393bff6e non-exec mappings. 2003-08-25 04:46:53 +00:00
skrll cf1a159cd2 Note addition of (working) RTLD_SELF, RTLD_NEXT, RTLD_DEFAULT. 2003-08-12 11:04:49 +00:00
bsh eb855bc27b SMDK2410 2003-08-05 16:13:29 +00:00
tsutsui 1f7a4f40e6 Note hp300 MI SCSI. 2003-08-01 06:04:12 +00:00
lukem 29d4256657 ftp(1): $FTPUSERAGENT 2003-07-31 05:38:28 +00:00
dsl 42a7c729c9 Add six month old entry for sh(1) changes.
Add entries for i386 bootstrap and sysinst changes.
2003-07-28 18:14:15 +00:00
salo 0a6047a968 netbsd.org->NetBSD.org 2003-07-26 17:24:44 +00:00
itojun 0adc49acf8 add new IPsec algorithms 2003-07-25 10:12:53 +00:00
itojun 1fd6b422b9 note libcrypto upgrade 2003-07-24 15:35:30 +00:00
mrg 3c0ab73024 note sparc port uses xf4 now 2003-07-22 11:50:45 +00:00
itojun c7bb6b93fd hmac-sha2 support 2003-07-22 03:42:18 +00:00
lukem bf913f806c MK{MANZ,UPDATE,UNPRIVED} overhaul 2003-07-18 15:48:48 +00:00
itojun 45bd42b224 libtelnet has gone 2003-07-16 05:43:24 +00:00
lukem f15957a936 the XXX -> TOOL_XXX rename 2003-07-11 04:37:16 +00:00
simonb 670252d63a Note tar -O "extract to stdout" support. 2003-07-08 06:04:36 +00:00
tshiozak d2094d8bdc add about iconv(3), iconv(1) and locale(1). 2003-07-04 07:03:10 +00:00
wiz fe7b91e452 Add line for texinfo-4.6 update. 2003-07-03 15:30:15 +00:00
wiz a0f0ff03b9 groff-1.19 imported. 2003-06-30 20:11:01 +00:00
cdi f56e78e36d Note NetBSD/cobalt bootloader. 2003-06-25 18:35:25 +00:00
itojun bea29d3ab7 CVS_RSH default value change 2003-06-20 03:29:55 +00:00
tsutsui 580d8d6204 Note fix of DeskStation Tyne support on arc. 2003-06-15 04:26:59 +00:00
uwe 42dfb65e6b Note wscons support for netwinder. 2003-06-15 01:21:01 +00:00
wiz 48850be241 Note hunt, huntd update. 2003-06-11 12:17:11 +00:00
briggs da5aa2ba74 Note addition of tftp option support. 2003-06-11 01:49:30 +00:00
itojun 60b2a9bcce bind update 2003-06-09 13:19:32 +00:00
itojun b73a9e5490 mrouted have came back to src/usr.sbin after license change, so remove change entry 2003-06-06 08:33:21 +00:00
itojun 7c84cf3418 BIND 8.3.5 2003-06-03 07:38:21 +00:00