Commit Graph

4193 Commits

Author SHA1 Message Date
Bruce A. Mah
01fa0604af New release notes: UserConfig gone (release note long overdue!), kget(8)
gone, UDF support added, inetd(8) not run by default, inbound SMTP not
enabled by default.
2002-04-20 21:19:57 +00:00
Bruce A. Mah
71e398c525 New release notes: my driver.
MFCs noted:  viapm(4), ng_etf(4) (fixed spelling), libstand splitfs.
2002-04-19 17:07:28 +00:00
Ruslan Ermilov
33c4ab81da Record libtelnet.a death. 2002-04-19 12:39:09 +00:00
Udo Erdelhoff
1291e40d3d Whitespace fix after the restructuring, no content changes 2002-04-18 01:27:19 +00:00
Udo Erdelhoff
4bd2a978f6 Restructure the Sparc installation instructions to
- get rid of the 4th level headings
- seperate the actions required to prepare the installation (getting
  the CD, settings up the various daemons, ...) from the actual
  installation

Translation teams: This patch moves some paragraphs around and changes
a lot of <sectX> headers, but does not contain any content changes in
the strict sense of the word (i.e. I did not rewrite paragraphs yet).
There were no changes to the indentation, either.

Reviewed by: bmah, -sparc, -doc
2002-04-18 01:07:25 +00:00
Bruce A. Mah
e124b1b104 New release note: SA-02:21. 2002-04-17 23:16:40 +00:00
Bruce A. Mah
5a02974a18 New release note: SA-02:20. 2002-04-17 17:49:57 +00:00
Bruce A. Mah
e5ee83db1d Updated release notes: spic(4) tweaks and note MFC, OpenPAM Cineraria. 2002-04-16 04:47:35 +00:00
Wilko Bulte
b67866bbf8 The new Compaq DS20L is a direct derivative of the CS20 so we support
it with FreeBSD/alpha.

Pictures of DS20L will be available soon at
http://people.freebsd.org/~wilko/Alpha-gallery/

Along with pictures of a ES80 'Marvel' EV7 box (which we don't support
yet :-P )
2002-04-14 18:19:27 +00:00
Udo Erdelhoff
d087b48826 MFbed: translation updates
errata/article.sgml:			internal fixes
hardware/alpha/proc-alpha.sgml:		MFen 1.39, entity fixes
hardware/common/dev.sgml:		MFen 1.77-1.80
hardware/sparc64/proc-sparc64.sgml:	MFen 1.4
installation/common/install.sgml:	MFen 1.13-1.14
readme/article.sgml:			MFen 1.17, formatting fixes
relnotes/common/new.sgml:		MFen 1.303-1.317
2002-04-12 18:26:14 +00:00
Bruce A. Mah
366c509056 Updated release note: OpenPAM Cinchona.
Deleted release note:  NetBSD sort.

MFCs noted:  New ephemeral port range, ISC DHCP client update.
2002-04-11 23:26:22 +00:00
Bruce A. Mah
ecfc370f50 New release note: sendmail startup script/options.
Reviewed by:	gshapiro
2002-04-11 23:16:58 +00:00
John Baldwin
649739635f Switch to using cdboot for booting i386 CD's by default.
Approved by:	murray
2002-04-11 16:39:13 +00:00
Bruce A. Mah
742c52629b MFC noted: I18N additions/enhancements.
Pointed out by:	phantom
2002-04-11 15:58:27 +00:00
Bruce A. Mah
487bddf5f2 Add Dynalink IS64PPH+ to ISDN interfaces, fix an apparent typo.
Submitted by:	znerd
2002-04-11 15:47:52 +00:00
Bruce A. Mah
d4799564fc Add Netgear MA401 to wi(4)-supported devices.
Submitted by:	Michael Sierchio <kudzu@tenebras.com>
2002-04-11 15:44:17 +00:00
Gregory Neil Shapiro
a4a4d0803c Record sendmail 8.12.3 import 2002-04-10 03:08:35 +00:00
Makoto Matsushita
1665df2994 Set hint.acpi.0.disable to 1 in /boot/loader.rc of {boot,kern}.flp,
since we have no ACPI feature in the installation kernel at this time.

Without having this, we'll see

	ACPI no autoload failed -- no such file or directory

message at boot time, and it makes some confusion to the users.  We can
backout this change if installation kernel has ACPI feature.

PR:		36911 (partly)
2002-04-09 01:17:47 +00:00
Ruslan Ermilov
f2f306b622 Align for const poisoning in -lutil. 2002-04-08 11:07:51 +00:00
Ruslan Ermilov
6db4dfa90f Synch with login/login.c,v 1.81: Switch to OpenPAM. 2002-04-08 10:58:01 +00:00
Udo Erdelhoff
e09a98d30f Explain how to double-check that the partitions do end on a cylinder
boundary.

reviewed and nitpicked by: bmah
2002-04-08 05:19:32 +00:00
Luigi Rizzo
4323f7b024 Fix handling of undefined variables.
Add override for /etc/rc.local .
Add hook to start syslogd if compiled-in and /etc/syslog.conf exists
2002-04-07 20:41:09 +00:00
Jeroen Ruigrok van der Werven
b3d3fc366e Add a missing void in the parameter list of http_request(). 2002-04-07 17:42:27 +00:00
Jeroen Ruigrok van der Werven
ebd3c05e64 Give functions proper return type, since the default is an integer, where
the author obviously meant a void since he doesn't return any values.

One caveat, http_request has three return()'s, but doesn't do anything
with it.  Either the code needs to be rewritten to take care of proper
error handling on that point, or the returns ripped out.  I made it void
for now.
2002-04-07 17:41:33 +00:00
Jeroen Ruigrok van der Werven
bc45ee7458 Use %lld instead of %d in order to print struct stat's st_size, which is
an off_t.

PR:		29725
Submitted by:	Eugene Grosbein <eugen@svzserv.kemerovo.su>
2002-04-07 17:22:23 +00:00
Jeroen Ruigrok van der Werven
6ef06b5a75 Garbage collect unused variables.
PR:		29725
Submitted by:	Eugene Grosbein <eugen@svzserv.kemerovo.su>
2002-04-07 17:16:28 +00:00
Jeroen Ruigrok van der Werven
41c6cb53dd Actually print the port we are listening too when specified verbose mode.
PR:		29725
Submitted by:	Eugene Grosbein <eugen@svzserv.kemerovo.su>
2002-04-07 17:07:37 +00:00
Sebastien Gioria
a52f0da989 First version of the translation of the Security section 2002-04-07 09:04:04 +00:00
Murray Stokely
8de89da016 Add net/cvsup-without-gui and print/acroread4 to the disc3 package list. 2002-04-07 06:03:33 +00:00
Udo Erdelhoff
4fc687acbe Show that 'device.hints' is a filename 2002-04-06 21:57:38 +00:00
Murray Stokely
f7adda6c7b Sort. 2002-04-06 01:24:58 +00:00
Murray Stokely
328630760a Add www/links to the list of required packages. It is used by
sysinstall to read the HTML documentation.

Move graphics/gimp1 and lang/gnat from disc #3 to disc #1, we have
extra space.
2002-04-06 01:18:42 +00:00
Jeroen Ruigrok van der Werven
eac1eda045 FIPS 2.0 supports VFAT and FAT32. Reflect documentation to this fact.
PR:		35684
Submitted by:	Gary W. Swearingen <swear@blarg.net>
2002-04-05 22:07:44 +00:00
Bruce A. Mah
86ea2d8216 Add a missing word. 2002-04-05 17:03:33 +00:00
Bruce A. Mah
22d3fe338f New release notes: mutex(9) profiling, ucom/uplcom/uvscom, boot2 -n,
diskpart(8) went bye-bye, newfs(8) anachronisms removed.

Updated release notes:  More functionality for ata(4), new tzdata
import.
2002-04-04 21:42:25 +00:00
Bruce A. Mah
1149868b6a Add 3Com 3c996-SX to bge(4) list, add uplcom and uvscom devices to USB
section.
2002-04-04 21:27:50 +00:00
Bruce A. Mah
165a896820 Updated release note: ISC DHCP 3.0.1RC8. 2002-04-04 18:11:39 +00:00
Bruce A. Mah
b4374d9780 New release notes: UCONSOLE removed, viapm(4), geom(4), ifconfig
link (+MFC), libusb->libusbhid (+MFC), usbhidctl(1) (+MFC).

MFCs noted:  texinfo 4.1.
2002-04-04 06:43:34 +00:00
Udo Erdelhoff
e75b6c86a6 Fix translation 2002-04-03 05:50:41 +00:00
Makoto Matsushita
203f3bd49f Fix recent fixit.flp flood:
- don't make device files since we are in the DEVFS era.
	  (for the last resort, fixit.flp still has /dev/MAKEDEV.)
	- increase FIXITINODE size to 10 times (40000).

After this change, we have 42kbytes of free space, and 38
of free inodes (confirmed with 5.0-CURRENT-20020327-JPSNAP).

Since 4-stable doesn't have DEVFS, we can't MFC this (except FIXITINODE).
2002-04-02 15:07:34 +00:00
Murray Stokely
9a0c70235d Make it easier to specify a custom kernel configuration for the boot
floppies.

PR:		misc/36032
Submitted by:	David Yeske <dyeske@yahoo.com>
MFC after:	1 week
2002-03-31 17:21:29 +00:00
Bruce A. Mah
a317f25660 Mention the UltraSparc as supported in the README, also deal with the
fact that (now) not every supported platform has sysinstall(8).
2002-03-30 17:34:31 +00:00
Murray Stokely
5d4425e405 Add a driver configuration file for the Alpha platform, and specify that
the network drivers should be taken out of the boot kernel, and added to
the /stand/modules directory of mfsroot.flp.
2002-03-30 03:35:58 +00:00
Murray Stokely
ac95fa5040 Bump MFSSIZE to the value used by i386 and pc98. This larger MFS
filesystem will still compress below the 1.44 megabyte threshold for
the floppy image.
2002-03-30 02:31:17 +00:00
Giorgos Keramidas
d98975ba90 Fix entities that lack an ending ';' character.
Reviewed by:	bmah
2002-03-30 00:20:51 +00:00
Murray Stokely
37c973e3dd Alpha does not support PCCARD installs, so we do not need the 58k
/etc/defaults/pccard.conf.  Assume for now that only
MACHINE_ARCH=="i386" wants to do PCCARD installs.  We're still using
too much space, but this is a big help.
2002-03-29 22:22:34 +00:00
Bruce A. Mah
11b6545971 New release notes: NetBSD sort replaces GNU sort, texinfo 4.1.
Deleted release note:  SA-01:13 (superceded by NetBSD sort import).
2002-03-29 17:50:22 +00:00
Bruce A. Mah
6ce2a2913e Remove an extra "a". 2002-03-28 16:09:41 +00:00
Murray Stokely
4ba8b6cf17 Add a list of packages that should not be included on any CDROM, so
that we don't forget that sysinstall really does not like the
net/cvsupit package.

PR:		ports/31399
MFC after:	1 week
2002-03-28 09:20:39 +00:00
Ruslan Ermilov
c06157d49f Teach sysinstall(8) how to read boot managers out of /boot
instead of hardcoding them into the binary.  This replaces
the work-around in usr.sbin/sysinstall/Makefile,v 1.121.

Suggested by:	jhb
MFC in:		1 week
2002-03-28 08:23:33 +00:00
Andrzej Bialecki
3c0df64f68 Function declared void shouldn't return any value... 2002-03-27 20:10:53 +00:00
Giorgos Keramidas
0754580f02 Minor sgml fixes.
Reviewed by:	bmah
2002-03-26 20:23:53 +00:00
John Baldwin
ab0235da5d Remove all traces of write_mfs_in_kernel from the base system release
area.

Requested by:	joe
2002-03-26 18:12:26 +00:00
Poul-Henning Kamp
aaead0dfe9 Modernize my email address. 2002-03-25 13:52:45 +00:00
Jun Kuriyama
ce13d8de4a MFen. 2002-03-25 03:31:19 +00:00
Luigi Rizzo
4b70a96b46 Add a few popular entries. 2002-03-24 21:13:53 +00:00
Bruce A. Mah
4df161e512 Lots of markup fixes and improvements.
Submitted by:	ue
2002-03-23 00:24:32 +00:00
Bruce A. Mah
27905e3dfa Don't use graphics in callouts for the release documentation. The
little graphics images are a pain to deal with, and they don't work in
the *.TXT files anyways.

Submitted by:	ue
2002-03-23 00:23:53 +00:00
Bruce A. Mah
dadb1dedec Remove an obsolete release note about TCP and SYN-flood protection.
Reviewed by:	silby
2002-03-23 00:07:12 +00:00
Udo Erdelhoff
0581c2c187 MFen 1.4 2002-03-22 18:44:57 +00:00
Ruslan Ermilov
0c77ef0f08 DESTDIR does not anymore does the -I${DESTDIR}/usr/include magic
in <bsd.prog.mk> and <bsd.lib.mk>.

Reviewed by:	luigi
2002-03-22 18:36:41 +00:00
Bruce A. Mah
75ce89ce82 Add [MERGED] tag things to some items in the kernel section that should
have had them, but didn't.

While I'm here, do some general cleanup, including typo fixes, some
rewrites, and consolidation of some related entries.
2002-03-22 16:06:53 +00:00
Bruce A. Mah
44372e9d50 MFCs noted: ata(4) RAID rebuild, atacontrol(8). 2002-03-22 05:38:50 +00:00
Bruce A. Mah
54440848f0 New release notes: slab allocator, new ephemeral port range, OpenSSH 3.1.
Updated release notes:  Binutils 2.12.0, gcc post-2.95.3 snapshot,
OPIE 2.4.

While I've got my hands dirty, make a couple of markup fixes as well.
2002-03-22 05:28:36 +00:00
Jun Kuriyama
9f6092398b MFen. 2002-03-22 00:19:50 +00:00
Bruce A. Mah
c88a01217a New release notes: libstand split file loading.
Updated release notes:  sparc64 platform progress, IPFilter 3.4.25.

Belated MFC note:  OpenSSH 2.9.
2002-03-21 16:30:34 +00:00
Luigi Rizzo
0a0f4967e0 Gracefully exit when no MFS signature is found in the kernel.
Add support for a new "import_files" option (see manpage for details).
2002-03-21 03:15:06 +00:00
Thomas Moestl
df9ee370ed Add 6 models which have been successfully booted into multi-user mode
(Ultra 1, Ultra 30, Netra t1, Enterprise 220R, Enterprise 250 and
Enterprise 450R).

Thanks go to the following people for giving us access to their machines
or repeatedly testing kernels (in alphabetical order): Tim G. Børresen,
Jan Chrillesen, mux, phk and Tomi Vainio.

Reviewed by:	bmah (slightly different version)
2002-03-20 21:14:00 +00:00
Jun Kuriyama
c605e9e62f MFen. 2002-03-20 02:01:26 +00:00
Murray Stokely
fbc32c9b69 Add graphics/gimp1 and lang/gnat to the list of must-have packages for
disc #3.

Requested by:	"Dennis Lowery" <dennisl@rio.com>
2002-03-19 16:40:03 +00:00
Udo Erdelhoff
3177021b0b MFen 1.303 2002-03-19 05:26:14 +00:00
Jun Kuriyama
d7e7591cf9 MFen. 2002-03-19 00:41:57 +00:00
Bruce A. Mah
a879a4d244 New release note: SA-02:18. 2002-03-19 00:19:53 +00:00
Bruce A. Mah
c3123ab6bf Fix wording (hopefully for the last time) of my summary of SA-02:13.
Submitted by:	ue
Reviewed by:	nectar
2002-03-18 20:26:04 +00:00
Udo Erdelhoff
87aedd4eaa MFen 1.301 2002-03-18 19:41:51 +00:00
Bruce A. Mah
54af1ca6c1 Updated release notes: Perl 5.6.1, one-true-awk 2002-02-10. 2002-03-18 02:04:47 +00:00
Bruce A. Mah
82d59fb5d0 Updated release notes: ACPI 20020308, OpenPAM Centaury. 2002-03-18 02:01:08 +00:00
Jun Kuriyama
a88176e594 Translate SA-02:13 entry. 2002-03-17 16:02:56 +00:00
Udo Erdelhoff
cfb98423a7 MFen: release.prev.stable 2002-03-17 16:01:52 +00:00
Jun Kuriyama
0fc8c85d35 MFen. 2002-03-17 15:55:31 +00:00
John Hay
69cf7927e6 Add one more dependency, graphics/jbigkit. 2002-03-17 15:40:01 +00:00
Udo Erdelhoff
2bca4f2b71 MFbed: language fixes after the mailing list change 2002-03-17 12:35:19 +00:00
Murray Stokely
be746f1805 Add a new entity for the previous stable release. For the most part,
the release notes compare 5.0-CURRENT to 4.0-RELEASE, but in at least
one place it is beneficial to mention the last stable release of
FreeBSD (4.5-RELEASE).

Reviewed by:	bmah
2002-03-17 08:48:08 +00:00
Murray Stokely
0874402d9e Remind developers to update release(7) if they make substantial
changes to this file.
2002-03-17 07:34:12 +00:00
Udo Erdelhoff
a506104c5e MFen 1.38 2002-03-16 03:34:24 +00:00
Murray Stokely
957d4e317a Add textproc/docproj and editors/xemacs21 to the list of packages for
disc #3.

MFC after:	1 week
2002-03-15 23:55:54 +00:00
Wilko Bulte
f3f1c146a9 rectify AS500 sound stuff.
Submitted by:	ue
2002-03-15 19:06:19 +00:00
Udo Erdelhoff
77a036a438 MFbed: Use German Release Entities for all articles 2002-03-15 13:51:23 +00:00
Udo Erdelhoff
69647060da MFen 1.299 2002-03-15 13:48:48 +00:00
Udo Erdelhoff
464e596d53 MFen 1.2, use DE release entities 2002-03-15 13:47:12 +00:00
Udo Erdelhoff
6659553903 MFen 1.37 2002-03-15 13:30:44 +00:00
Jun Kuriyama
d0e3f54143 MFen. 2002-03-15 09:05:25 +00:00
Jun Kuriyama
523b04c8bb MFen (SA-02:13 is not yet translated). 2002-03-15 08:56:30 +00:00
Luigi Rizzo
5da84e47e9 Batch of fixes to the configuration files from Bruce Montague 2002-03-15 08:46:18 +00:00
Bruce A. Mah
7ffada3048 Whitespace only change to reduce diffs to RELENG_4 version of this
file.
2002-03-14 21:52:01 +00:00
Udo Erdelhoff
c8ddc6240c FreeBSD/sparc64 installation documentation, German version 2002-03-14 18:32:27 +00:00
Bruce A. Mah
355842bbfe Activate the sparc64 installation document. 2002-03-14 01:47:56 +00:00
Bruce A. Mah
51bd1150a5 Whitespace, no content or markup changes. 2002-03-14 01:40:47 +00:00
Bruce A. Mah
d9e8b42c20 s/Sparc/SPARC/ 2002-03-14 01:34:26 +00:00
Bruce A. Mah
54307325d3 Add a warning that URLs in this document are subject to change (in
fact, they're incorrect right now).  Point readers to the list
archives for current locations.
2002-03-14 01:29:31 +00:00
Udo Erdelhoff
a3ead5848f SGML fixes, part2: block elements like lists do not belong into inline
elements like paragraphs

This is a markup-only commit (just like the last one)

MFC after:	14 days
2002-03-13 15:29:51 +00:00
Udo Erdelhoff
a10036316f Fix some of the worst sgml mistakes in this document:
- paragraphs are closed with </para>, not <para>
- for each opening tag, there should be a closing tag

Not fixed (yet): block elements inside inline elements
Noticed during translation, hunted down with suppe/slashexpand
2002-03-13 13:10:22 +00:00
Bruce A. Mah
dbde421bda New release notes: sparc64 support and SMP (better late than never),
via82c686 sound driver supports VIA VT8233, ich sound driver
supports SiS 7012, libz 1.1.4.

Belatedly note the MFC of the ich sound driver (also better late
than never).
2002-03-13 05:41:41 +00:00
Wilko Bulte
2ea284f690 TGA and TGA2 clarification
AS500 onboard sound.
2002-03-12 20:50:06 +00:00
Wilko Bulte
a999da0bb5 - TGA clarification
- TGA2 VGA compatibility clarification
- Sound on AS500

Thanks to: "Andrew M. Miklic" <AndrwMklc@cs.com> (TGA2)
2002-03-12 20:44:03 +00:00
Udo Erdelhoff
b6dd310dec German Translation of the Release Notes for FreeBSD-current 2002-03-12 18:35:54 +00:00
Murray Stokely
2b3b3d2cf1 * Add print/teTeX to the list of important packages for disc #3. This
very large package is exactly the kind of thing that users buy the
  CDs for, so leaving it off of a 4 CD set is very bad.

* Properly quote the last security/sudo entry.

* Add a comment in the CDROM #2 section explaining that packages don't
  typically go on this disc.
2002-03-12 08:37:50 +00:00
Murray Stokely
fbe63bf2bb Add security/sudo to the list of packages for disc #1. sudo is small
(< 100k), has no dependencies, and is very popular.
2002-03-11 15:08:41 +00:00
Luigi Rizzo
900e78cdda Make this compile again
Reported-by: Bruce Montague
2002-03-11 08:03:50 +00:00
Luigi Rizzo
1fe994e78b Make this compile again (increase MFS size, remove invalid option).
Reported-by: Bruce Montague
2002-03-11 08:03:07 +00:00
Luigi Rizzo
5ea9adc715 Fix detection of existing ssh host key, generate the new one
in floppy.tree instead of mfs_tree.

Do not cleanup ${BUILDDIR}/floppy.tree, it might be useful to look
at it after an image has been built.
2002-03-11 05:54:22 +00:00
Luigi Rizzo
a914eaada5 Make appropriate changes to use devfs.
Add a reference to the fd_size variable to set floppy size.
2002-03-11 05:46:18 +00:00
Luigi Rizzo
6a615db5a9 Default to ee as EDITOR (some apps such as disklabel default to "vi"
which is not available).
2002-03-11 05:42:14 +00:00
Luigi Rizzo
45b51b4564 Use machdep.guessed_bootdev to guess the boot device. 2002-03-11 05:15:44 +00:00
Dima Dorfman
e26ddc9f60 Belatedly add a release note about destaticizing and modulizing of
snp(4), and note MFC of watch(8) -f.
2002-03-11 01:37:54 +00:00
Luigi Rizzo
d26070964a CURRENT has devfs, so we do not need to specify what devices we
want on the MFS image. Update the config files accordingly.
2002-03-10 21:12:23 +00:00
Luigi Rizzo
a7bf50ea85 Uncomment the entry for a getty on the serial port. Boxes with
a serial console can make use of it.
2002-03-10 21:11:35 +00:00
Luigi Rizzo
1d5a02b911 Add back the "sis" driver, we had some room left... 2002-03-10 21:10:25 +00:00
Luigi Rizzo
390a2b4152 With devfs, we do not need to initialize pty's permissions. 2002-03-10 20:47:26 +00:00
Luigi Rizzo
5a9365040d The probable boot device is "machdep.guessed_bootdev". 2002-03-10 20:37:04 +00:00
Sebastien Gioria
35db951f0e Filesystem translation 2002-03-10 15:37:56 +00:00
Sebastien Gioria
8277f29174 "Base system/contributed software " section translation 2002-03-10 14:50:34 +00:00
Sebastien Gioria
55aabb5851 Adding Multimedia section translation 2002-03-10 14:05:41 +00:00
Sebastien Gioria
c5f14263c0 PCCARD support translation 2002-03-10 13:49:02 +00:00
Sebastien Gioria
ef941abbf9 Adding Disk and storage translation 2002-03-10 12:33:02 +00:00
Bruce A. Mah
9c330bfd7c Spell-check and fix some other typos.
Pointed out by:	tmm
2002-03-10 02:52:44 +00:00
Jake Burkholder
afc258402f Couple minor updates.
Reviewed by:	bmah
2002-03-09 21:06:50 +00:00
Sebastien Gioria
2f719135d8 Adding Network Protocols section translation 2002-03-09 20:04:36 +00:00
Luigi Rizzo
4814d31422 Remove host.conf, and introduce a way to override the content
of selected files (at the moment /etc/host.conf and /etc/resolv.conf)
from /etc/rc.conf , so the number of places to customize is
reduced.
2002-03-09 18:27:02 +00:00
Bruce A. Mah
1145fadb26 More markup fixes, wordsmithing. It's not quite yet ready for
prime time, but we're getting closer.
2002-03-09 18:04:47 +00:00
Luigi Rizzo
93581d7445 Nuke abandoned configuration. 2002-03-09 08:28:11 +00:00
Luigi Rizzo
a100324819 Make this fit again into a 1.44 floppy.
We had to give up DDB and grep this time...

Add a hint in "config" on how to increase the image size so
we can stuff more things in the image (mostly for use on a CDROM).
2002-03-09 08:17:40 +00:00
Bruce A. Mah
00148928a5 Fix SA-02:13 release note item (missing text).
Reviewed by:	nectar
2002-03-09 01:12:03 +00:00
Bruce A. Mah
c3a919a128 New/changed release notes: OpenPAM has replaced Linux-PAM.
We used to have a note about new PAM modules; I moved it from the
contrib section back to the generic userland area.  The list of new
modules was incomplete, so I've punted on trying to list them all
for now.
2002-03-09 00:03:44 +00:00
Bruce A. Mah
91e8728e48 New release notes: wi(4) Prism II/2.5 support + WEP fixes (+ MFC),
IPSec inbound SPD fix for IPv4 (+ MFC), ata(4) RAID1 rebuild,
/etc/rc.firewall{,6} don't add their own implicit rules (+ MFC).

MFCs noted:  puc(4)
2002-03-08 22:57:25 +00:00
Bruce A. Mah
53b94d2cce Fix up (content) of rpc.lockd(8) release note.
Submitted by:	alfred
2002-03-08 20:40:37 +00:00
Bruce A. Mah
e0e03210e4 Add Avlab Technology, PCI IO 2S board to puc(4)-supported hardware
list.
2002-03-08 17:12:40 +00:00
Luigi Rizzo
62afeb55c9 Further cleanup: remove useless entries from PATH, and be prepared
to use kern.bootdevname (if available) to identify the boot device
for updating the configuration. Fallback to /dev/fd0 as before.
2002-03-08 12:43:57 +00:00
Luigi Rizzo
e40778f2df Add a (commented out) sample entry for use with a serial line. 2002-03-08 12:37:42 +00:00
Luigi Rizzo
124c9fa3f4 Do not depend on "expr" for doing arithmetic, use the shell builtin functions
(picobsd might not have the command available).
2002-03-08 12:33:48 +00:00
Luigi Rizzo
9db97a0145 Unbreak "update" script, by doing a mkdir -p of the relevant
directories when writing to disk.

Use the (yet to be committed) sysctl variable kern.bootdevname
to derive the device name, fallback to /dev/fd0 if kern.bootdevname
is unset or not available.
2002-03-08 12:14:46 +00:00
Luigi Rizzo
2fd53e8815 Use a default of 25 lines for xterm. This only affects the behaviour
over a serial line, because the terminal negotiations using ssh/telnet
does the right thing anyways.
2002-03-08 12:10:13 +00:00
Luigi Rizzo
107a6eaf0a Major cleanup of PicoBSD startup scripts, which now should be
closer to doing "the right thing".

The structure is now the following:

  * /etc/rc (from MFS) loads the rest of /etc and /root from
    /fd and then from floppy (if present), then transfers control
    to /etc/rc1

  * /etc/rc1 loads defaults from /etc/rc.conf.defaults, tries to
    set the hostname basing on the MAC address of the first ethernet
    interface, and then sources /etc/rc.conf and /etc/rc.conf.local
    for local configurations

  * The rest of the startup process is then performed (rc.network and so on).

Everything except the initial /etc/rc (from MFS) can be overridden with
a local version loaded from floppy. But in most cases, you should only need
to customize the following files in /etc:

	rc.conf    rc.firewall    hosts

Previously there were a number of inconsistencies in the calling
between files, and also a lot of clutter in rc.conf and rc.firewall.
Also, "rc1" was called "rc" and would overwrite the initial /etc/rc
from MFS, making it really hard to figure out what was going on in
case of bugs.
2002-03-08 05:15:08 +00:00
Luigi Rizzo
7a70e8e1f4 MFS: sync with -stable (no functional difference). 2002-03-08 04:54:52 +00:00
Luigi Rizzo
10d2ffa58c Invalidate password for sample user entry. 2002-03-08 03:57:57 +00:00
Luigi Rizzo
c9dca25e19 Atapi units are now /dev/ad* and not /dev/wd* 2002-03-08 03:55:19 +00:00
Luigi Rizzo
fbcd78c3cb Misc fixes to the build script:
+ fix some dialog entries to correctly modify variables instead of working
   in a subshell

 + add a logverbose function for debugging purposes

 + force 512/4096 blocks on filesystems

 + use 'auto' for disklabel so it works irrespective of the floppy size.
   This is useful for larger images than 1720k
2002-03-08 02:24:21 +00:00
Wilko Bulte
9420f2539a Update info on SCSI on AlphaStation 500 now that I own one
to play with and find out myself.
2002-03-07 20:38:31 +00:00
Bruce A. Mah
ddcc941ff2 New release note: SA-02:13. 2002-03-07 16:53:21 +00:00
Jun Kuriyama
e5bc97cf7f MFen. 2002-03-07 03:53:15 +00:00