Commit Graph

2658 Commits

Author SHA1 Message Date
iwasaki
64c6ec839f Create mfsfd/etc/defaults/ first before copying etc/defaults/pccard.conf. 2000-04-17 05:13:27 +00:00
iwasaki
89a9d59b8d Fix the location of pccard.conf,
etc/pccard.conf.sample -> etc/defaults/pccard.conf.

Submitted by:	Makoto MATSUSHITA <matusita@jp.freebsd.org>
2000-04-17 03:09:05 +00:00
rwatson
9ae9f06eb1 Add mention of extended attributes in release notes.
Suggested by:	kkenn
2000-04-16 20:06:11 +00:00
wilko
749746757c Add web pointers to Multia FAQs 2000-04-14 10:29:03 +00:00
wilko
bbbc03290a Update Multia section with floppy boot problems & workaround. 2000-04-13 18:17:59 +00:00
wilko
db657ef79a update Monet information 2000-04-12 20:21:56 +00:00
murray
1c9e14061b Installing via an HTTP proxy should not attempt to resolve the
hostname of the FTP server; that is the proxy's job.  This temporarily
deletes the nameserver variable before calling mediaSetFTP.

PR:		17371
Approved by:	jkh
2000-04-10 19:39:01 +00:00
murray
8575674987 More error checking and idiot-proofing for the user editor.
PR:		14318
Approved by:	jkh
2000-04-08 03:08:12 +00:00
murray
025b043750 PR: 17559
Approved by:	jkh

  You can't enable 'emulate 3 button' option for moused in sysinstall.
This adds a menu option to set moused_flags and the help text explains
that entering "-3" will enable this feature.
2000-04-08 03:04:32 +00:00
wilko
1e7296fbf7 Update DS10 description, add info on DS10L "Slate" 2000-04-06 18:10:45 +00:00
asami
3f47f4c57c Convert "RELENG_ver_RELEASE" to "RELEASE_ver" and use it to check out
the ports and doc trees.  There is no change if we are not building a
release (i.e., we are not using a tag of the form RELENG_ver_RELEASE
--e.g., a RELENG_ver tag used to build a snapshot).

This should allow the ports and doc freezes during the release cycles
to be somewhat shorter, as commits to those (non-branched) trees can
resume as soon as the tags are laid down.

Reviewed by:	nik
Approved by:	jkh
2000-04-06 10:00:20 +00:00
murray
a852e825f5 Fixed minor annoyance with sysinstall being redundant / braindead in
the network -> interfaces menu.

Approved by:	jkh
2000-04-06 01:23:21 +00:00
wilko
1e3d124ac5 Add note on SCSI floppy on DEC3000 series 2000-04-03 19:32:22 +00:00
wilko
95a45b1a5b Update status for sound on AS200 and Miata. It works.. 2000-03-31 21:01:17 +00:00
billf
6bfa821972 Refresh the aout ldconfig info so things like compat22 when installed can
be detected by netscape and such.

PR:		bin/17659
Submitted by:	Murray Stokelay <murray@cdrom.com>
Approved by:	jkh

jkh made updates that conflict with the submitters patch, so I updated
accordingly, any mistakes are mine, not the submitters.
2000-03-31 01:03:41 +00:00
wilko
23dc84512d Added description of TurboLaser (AlphaServer 8x00) that is now
supported thanks to Matt Jacob.

Reviewed by: Matt Jacob
2000-03-30 18:09:40 +00:00
jkh
d849c2642e Search for the proper hints file in an ELF world. 2000-03-30 08:18:19 +00:00
kris
178a50451a Gut the release notes now that we have a clean slate again.
The supported hardware still looks to be lagging in the alpha file.
People, please try and keep these in better sync this time!
2000-03-25 07:09:48 +00:00
jhb
e225efcc5a Add #includes for sysctlbyname() to quiet a warning. 2000-03-25 04:23:08 +00:00
jhb
8c16543d94 Update sysinstall to use struct uc_device instead of struct isa_device
for generating /boot/kernel.conf.  Since this structure is shared, move
its definition out to a header file, just as struct isa_device was defined
in a header file.  This fixes the sysinstall breakage in -current.
2000-03-24 22:24:09 +00:00
jkh
0d11ddfc5e Adapt to the crypto distribution. 2000-03-21 19:13:31 +00:00
luigi
5485a32a23 Fix bogus reporting of interface names, the field returned
in sdl_data is not 0-terminated
2000-03-21 12:09:23 +00:00
n_hibma
1e8b33b368 Add entry for the Microtech USB to SCSI cable. 2000-03-20 20:33:09 +00:00
n_hibma
718e84298f Add entry for Y-E Data floppy drive. 2000-03-20 20:03:52 +00:00
n_hibma
eb26a82e8c Add an entry on the Y-E Data floppy drive 2000-03-20 19:55:08 +00:00
jkh
e8abb5e850 Sigh, it would have been nice but I just can't make the rsaref
hack work until we figure out some better way of handling package
interaction.
2000-03-18 20:14:58 +00:00
jkh
1ed162731b We still need a hack for rsaref package; add it. This doesn't
affect CDs since they don't contain the rsaref package anyway.
2000-03-18 08:46:23 +00:00
jkh
3bd4e62fed Sigh, when the DIST_LOCAL thing was added, it unfortunately wasn't added
completely.  Take out another gratuitous warning which is omitted when
All is selected and local dist does not exist.
2000-03-18 08:40:39 +00:00
jkh
e6708c22b0 Update to match current reality (not that anyone reads these anyway :) 2000-03-18 08:06:16 +00:00
jkh
959970ff2c Make the "can't find an rsafoo package" messages more informative. 2000-03-18 07:20:50 +00:00
jkh
de58d3e749 Update release notes for 4.0 reality
PR:		17446
Submitted by:	trev@sentry.org
2000-03-18 06:40:45 +00:00
cpiazza
5f00c83601 Update the australian ntp server, the old one is no longer
available.

PR:		17448
Submitted by:	Chris Knight <chris@aims.com.au>
2000-03-18 02:53:41 +00:00
patrick
224e9240a1 Remove "conflicts" from kernel config files for picobsd.
PR:	17383
Submitted by: Kelly Yancey <kbyanc@posi.net>
2000-03-16 02:45:42 +00:00
jkh
5ca3e267fb 5.0 versions 2000-03-15 09:01:06 +00:00
jkh
c1a2463a8d Add USA_RESIDENT to release make variables; can't hurt.
Submitted by:	Tatsumi Hosokawa <hosokawa@itc.keio.ac.jp>
2000-03-12 19:19:31 +00:00
jkh
f5f929f515 Remove PkgInteractive hack - it won't work like this. 2000-03-12 03:57:26 +00:00
cracauer
8df7f6ba72 Note FPU exceptions default change 2000-03-11 18:31:21 +00:00
jkh
3de1574e21 Do the right thing with USA_RESIDENT 2000-03-10 20:34:22 +00:00
jkh
a001dc9f6e s/chose/choose/ in all the relevant places.
Noticed by:	John Reynolds <jjreynold@home.com>
2000-03-10 19:53:53 +00:00
hosokawa
080f559578 Added notes about:
(1) ed and ep PC-card drivers.
(2) sn driver and Megahertz X-Jack Ethernet
(3) Melco Airconnect under wi driver
2000-03-10 18:59:03 +00:00
msmith
b43c86b46e Remove any mention of PCI support relating to userconfig.
Remove the comment about Mylex RAID controllers, as this has been fixed.

Approved by:	jkh (partly)
2000-03-09 01:29:42 +00:00
jlemon
5c5e33d816 Add Compaq Arrays 2000-03-08 18:14:19 +00:00
jkh
2b9053fee2 Fix inexplicable crypto->des reversion. 2000-03-08 14:54:19 +00:00
jkh
8f2020240d Whoops - really make the "fix" I did to the dmenuToggleVariable logic
work.
2000-03-08 14:20:26 +00:00
shin
e46e799c15 Add IPv6 related info.
Suggested by: kris

Reviewed by: kris
2000-03-08 09:04:06 +00:00
jkh
f724518914 Add entries for slovenian keymap and new euro fonts.
Submitted by:	Blaz Zupan <blaz@amis.net>
2000-03-07 16:45:36 +00:00
sos
27469e8743 Add the ata driver to the list of new things in 4.0 2000-03-06 09:09:37 +00:00
wilko
076280be49 Add info on FibreChannel support, AS4100 & 8200 'due soon', PC164
Submitted by: Matt Jacob
2000-03-05 13:16:58 +00:00
wilko
eb516277dd Include feedback. Warn a bit more for TGA & NT-only systems that
are dumped now that the WinNT/alpha corpse is getting buried.
2000-03-04 21:44:12 +00:00
jhay
1aaf1d9ecd Fix a copy and paste error. Make release should be operational again.
Reviewed by:	markm
2000-03-03 20:39:22 +00:00