Commit Graph

123 Commits

Author SHA1 Message Date
jmc cde4553cd9 Add suggested wording from PR#24654 to reference BUILDING and build.sh as
the first place one should go when building.
2004-06-13 08:08:43 +00:00
itojun d28d146fa1 sysctl update: describe failure case. 2004-05-31 00:18:58 +00:00
lukem c1f9391e92 src/x11 stuff after the /etc/X11 change 2004-05-16 11:33:44 +00:00
atatat f217667991 You also need a new libc for the new sysctl binary to work. 2004-05-03 04:12:21 +00:00
atatat b0004c2157 Note the change to the sysctl machinery, and how to rebootstrap
yourself if both your boots appear to have fallen off.
2004-05-03 03:57:15 +00:00
dbj 0dab748521 mention the fixsb script and updated information on botched superblock
upgrade issues
2004-04-25 21:16:57 +00:00
jmc d01e0e4fa1 Typo police 2004-04-23 19:44:47 +00:00
christos 9be64e49b4 be more specific about what to cleanup. 2004-04-23 15:07:31 +00:00
christos 68b4d0866c Mention statvfs pitfalls. 2004-04-22 14:35:55 +00:00
jmc 34fda5691a Note need for latest bsd.files.mk now wrt athhal-elf.o 2004-03-26 17:48:13 +00:00
dan e98f1f3c17 Note cgd blowfish changes, see comments in sys/dev/cgd.c 1.15 for more
details.
2004-03-18 11:03:57 +00:00
keihan ca3871791b s/netbsd.org/NetBSD.org/ 2004-03-16 14:33:03 +00:00
simonb de37ce0135 Use tabs consistently at the start of lines. 2004-03-14 21:08:10 +00:00
dbj 6f51d6ea03 update information about the botched superblock messages 2004-03-14 14:56:47 +00:00
dbj 16def41342 update information about the botched superblock messages 2004-03-14 14:56:00 +00:00
bjh21 402ecd3c7b Mention required kernel config change caused by death of busmouse(4)
on acorn32.
2004-03-13 20:03:52 +00:00
reinoud 1d654e444e It wasn't stated that with the superblock problems that were fixed before
it is also needed to update fsck_ffs or it will keep on bugging.
2004-02-23 22:51:51 +00:00
bjh21 a64b6f36a8 Mention removal of "beep" alongside "sysbeep". 2004-01-25 14:13:08 +00:00
bjh21 ef6393dd75 Mention acorn32 sysbeep removal, since it needs a kernel config file change. 2004-01-18 12:52:47 +00:00
dbj 51134cc5dd change the updating note to say you may need fsck_ffs -b 32 -c 4' 2004-01-12 16:19:19 +00:00
dbj a0d8cc6467 change fsck to fsck_ffs in 20040109 updating note 2004-01-12 05:01:22 +00:00
dbj b4c4fbb551 add fsck compatibility notes
20040109:
	Compatibility for old ffs superblock layouts has been
	added, and the restrictive fsck checks have been reenabled
	when using those layouts.  If you have been using -current
	since 20030402, you may find that fsck again signals fatal
	superblock mismatches.  To work around, you can use
	fsck -b 32 to restore an alternate superblock.
2004-01-09 19:36:28 +00:00
junyoung 80da8f2035 Fix typo. 2003-12-31 16:20:54 +00:00
keihan cd805c4cf7 Typo: dependancies -> dependencies. 2003-12-12 12:36:37 +00:00
mrg b5272af9ed note binutils/cxxfilt dependancies issues 2003-12-04 01:25:21 +00:00
wiz 999be53892 Add a paragraph about mkdep. 2003-11-20 08:07:52 +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
christos 561e92ee2f mention that you *need* COMPAT_16 before building. 2003-09-06 22:12:42 +00:00
wiz c5710fd04d It is openssl, not openssh, and fix another typo. 2003-08-05 18:39:56 +00:00
christos d435be0cef Mention how to fix libdes lossage. 2003-08-05 17:49:52 +00:00
salo 8d1781e39d netbsd.org->NetBSD.org 2003-07-26 17:06:22 +00:00
wiz cfa081118a Add paragraph for texinfo-4.6. 2003-07-03 15:29:15 +00:00
wiz 7eea230300 Note that you need to update share/mk too. 2003-07-01 08:13:41 +00:00
wiz df287667aa Add (untested) paragraph about groff update. 2003-06-30 20:13:26 +00:00
christos 4c6da4d976 mention export lossage 2003-05-16 14:19:49 +00:00
itojun bcefcfe7dd put a not on 2002/12/19 cvs repository layout change. 2003-04-30 07:23:49 +00:00
bjh21 fae8295a3b Mention nasty interactions between new FFS superblock layout and old
fsck_ffs, using a heavily-abridged version of fvdl's original announcement.
2003-04-19 21:27:04 +00:00
kleink 8ecd984927 Since we mention __assert13, add __unsetenv13 here as well. 2003-04-10 08:12:29 +00:00
atatat 91865a2d18 Mention the import of the new version of sendmail, describe what's
needed of people when updating, and point them at some of the sendmail
documentation so that they can easily find more information.
2003-04-02 18:01:53 +00:00
grant 0df4872b2e add entry for smmsp user/group.
fixes PR misc/17513 from Geoff C. Wing.
2003-02-06 04:37:59 +00:00
kei 3afb432b11 fix typo. USETOOLS, not USE_TOOLS. 2003-01-29 09:17:08 +00:00
wiz d68e4e3017 Note texinfo-4.3 update and how to make it work if one wants to avoid build.sh. 2003-01-17 22:58:52 +00:00
lukem e12b1c97ab METALOG format tweak 2002-12-23 06:55:33 +00:00
lukem c069154e9b the recently added -N option of install(1) is now used by default 2002-12-19 12:48:42 +00:00
wiz 84f0e13d3a Some typo and grammar fixes. Begin new sentences with upper case letters. 2002-12-09 18:59:07 +00:00
lukem e7c8b9a1ba fparseln issues 2002-12-04 12:50:43 +00:00
lukem 8b7fb4d514 bye bye SYS_INCLUDE=symlinks 2002-11-26 23:33:35 +00:00
thorpej 470625bc1c Note that libtool needs to be rebuilt after updating to a
crti/crtn-using C run-time.
2002-11-22 15:48:33 +00:00
thorpej ecce995e37 Note the ARM ELF "softvfp" object marking change, and the resulting
(somewhat minor) flag-day.
2002-11-21 18:05:59 +00:00
jschauma 6bef1ce544 Add a short blurb explaining that after the merge of the i386mp branch
people will need 'cpu* at mainbus?'.
2002-11-20 04:36:43 +00:00