Bruce A. Mah
2a512567a4
Note that the asr(4) and mly(4) drivers are in -CURRENT.
...
Reviewed by: msmith, "Salyzyn, Mark" <mark_salyzyn@adaptec.com>
2000-09-07 18:47:55 +00:00
John Baldwin
281ec158d7
- Revert gratuitous reinstall -> install change in previous commit.
...
- Don't try to build modules when compiling a kernel during release.
2000-09-07 16:51:23 +00:00
Jordan K. Hubbard
c0953990e0
MFS: sync with -stable by removing the now-vestigal X_AS_PKG stuff.
2000-09-07 16:05:52 +00:00
David E. O'Brien
2440c807a3
The kernel is now known as `kernel.ko' and it and its matching modules
...
live in ``/boot/kernel/''. So tweak the release build to match previous
assumptions and expectations.
2000-09-07 05:52:43 +00:00
Bruce A. Mah
36677e00ae
Fix whitespace bogon.
2000-09-06 20:19:30 +00:00
Bruce A. Mah
8cb744f5ba
Note that the regular expression syntax supported by killall(1) changed
...
when it became a C program.
Submitted by: sheldonh
2000-09-06 20:17:33 +00:00
Bruce A. Mah
17c8ebb447
Note the addition of nsswitch support, recently merged from NetBSD.
2000-09-06 19:36:39 +00:00
Jacques Vidrine
248aee623c
Add nsswitch support. By creating an /etc/nsswitch.conf file, you can
...
configure FreeBSD so that various databases such as passwd and group can be
looked up using flat files, NIS, or Hesiod.
= Hesiod has been added to libc (see hesiod(3)).
= A library routine for parsing nsswitch.conf and invoking callback
functions as specified has been added to libc (see nsdispatch(3)).
= The following C library functions have been modified to use nsdispatch:
. getgrent, getgrnam, getgrgid
. getpwent, getpwnam, getpwuid
. getusershell
. getaddrinfo
. gethostbyname, gethostbyname2, gethostbyaddr
. getnetbyname, getnetbyaddr
. getipnodebyname, getipnodebyaddr, getnodebyname, getnodebyaddr
= host.conf has been removed from src/etc. rc.network has been modified
to warn that host.conf is no longer used at boot time. In addition, if
there is a host.conf but no nsswitch.conf, the latter is created at boot
time from the former.
Obtained from: NetBSD
2000-09-06 18:16:48 +00:00
Bruce A. Mah
1eb81f6059
Release notes reflect addition of Alteon AceNIC 1000baseT and Netgear
...
GA620T 1000baseT support to the ti(4) driver and subsequent MFC.
In hardware list, re-sort list of NICs supported by ti(4) driver.
2000-09-06 17:05:01 +00:00
Sheldon Hearn
84b8727d48
Add ftp.no.freebsd.org.
...
PR: 21068
Submitted by: Martin Eggen <martin@copyleft.no>
2000-09-06 13:16:58 +00:00
Bruce A. Mah
68c9803b7f
Note the MFC of ATA100 support into the ata(4) driver and update the
...
list of ATA controllers currently supported.
2000-09-05 21:36:50 +00:00
Wilko Bulte
ccc8460ce8
correct silly typo..
...
Submitted by: "Koster, K.J." <K.J.Koster@kpn.com>
2000-09-05 17:17:36 +00:00
Wilko Bulte
1914a854fd
Throw out a considerable number of cards that have never been tested
...
on Alpha, primarily in the storage adapter area. Things like
Soundblaster-attached CDs, WD7000 etc for example. Try to get RELNOTES
for alpha to reflect reality a bit more.
2000-09-04 20:56:43 +00:00
Jordan K. Hubbard
45b9c3d79c
enable sshd by default. This only effects *new* installs, so
...
upgraders will not receive any unpleasant surprises.
2000-09-04 15:50:15 +00:00
Wilko Bulte
d3d40e9ffb
Tincup & Rawhide need their VGA cards in a slot connected to PCI0 for the
...
BIOS emulation to work.
2000-09-03 17:34:44 +00:00
Wilko Bulte
344c9c9981
Fix wording
...
Submitted by: obrien
2000-09-02 20:30:02 +00:00
Wilko Bulte
b3f212829b
- Add AS1200/Tincup description
...
- Add a bunch of new machine codenames
- Cleanup Miata a bit
- Update AS[56]00 description
- fix typos
2000-09-02 10:19:32 +00:00
Wilko Bulte
9f25b65fb8
Document AS1200 ("Tincup") as tested successfully.
2000-09-02 10:14:05 +00:00
Bruce A. Mah
16ffe958b9
Note in release notes that: which(1) and killall(1) are now C
...
programs, finger(1) now supports finger aliases.
2000-09-01 18:40:32 +00:00
Bruce A. Mah
f3956f2d03
Reflect the MFC of: Posix.1b shared memory objects, OpenSSL 0.9.5a,
...
routed 2.22.
2000-09-01 16:39:02 +00:00
MIHIRA Sanpei Yoshiro
961f1cbb8c
set pccard insertion beep type in install floppy.
...
When we use PC-Card as install media, it is a patch
to tell with beep about whether we were able to
recognize it well.
Reviewed by: jkh, imp
Tested by: Kenji Yamada <kyamada@ISI.EDU>
2000-08-29 00:42:31 +00:00
John Baldwin
08945429b9
Revert back to the previous i-node values for the fixit floppy.
2000-08-28 23:16:14 +00:00
Murray Stokely
9cd58f8533
This allows you to script sysinstall to say "NO" to DHCP and IPv6.
...
Previously, you could only script these features if you said YES.
Oops. Accidentally commited to releng_4 first.
PR: 20334
Approved by: jkh
2000-08-28 18:18:47 +00:00
John Hay
b102f2e18e
The fixit floppy needs a few more inodes.
2000-08-28 14:25:53 +00:00
John W. De Boskey
0d4ea86b6e
Remove a stray backspace character.
...
Reviewed by: Eivind Eklund <eivind@FreeBSD.org>
2000-08-27 18:49:12 +00:00
Gregory Neil Shapiro
d1460f64f4
sendmail 8.11.0 has been merged into RELENG_4
2000-08-27 17:33:46 +00:00
Wilko Bulte
f565b957ec
Various cleanups all around. Document serial/graphics console
...
selection for AS1000[A]/800
2000-08-23 19:27:07 +00:00
Bruce A. Mah
a13b12fac1
Make the following additional entries to RELNOTES.TXT files:
...
alpha: tap driver, accept_filters, ata support for ATA100,
routed update to 2.22, truncate(1), syslogd(8) -n option, kenv(1),
periodic(8) controlled by periodic.conf, logger(1) support for
remote syslogs.
i386: tap driver, accept_filters, ata support for ATA100,
routed update to 2.22, truncate(1), syslogd(8) -n option, kenv(1),
periodic(8) controlled by periodic.conf, boot98cfg(8),
logger(1) support for remote syslogs.
PR: 20628
Submitted by: bmah@cisco.com (Bruce A. Mah)
Reviewed by: nik
2000-08-23 16:40:34 +00:00
Bill Paul
1163e44e8a
Mention the LinkSys LNE100TX v4.0/4.1 and a bunch of other cards.
...
Fix a typo.
2000-08-23 00:42:24 +00:00
Ollivier Robert
5ef80cec38
Correct the naming. The default server is ftp.fr and #1 is the same.
...
Add back ftp6.
2000-08-22 14:28:16 +00:00
Ollivier Robert
dd79ef6e45
Reflect the name changes in fr.freebsd.org.
2000-08-22 13:07:59 +00:00
Joerg Wunsch
75d0dc6c97
Mention that GDB now supports hardware watchpoints.
...
While i was at it, also corrected that the next 4.x release will be 4.2.
2000-08-22 12:39:52 +00:00
Jordan K. Hubbard
4dddeb4900
Use consistent timezone so date information can be meaningfully compared.
2000-08-22 09:43:12 +00:00
Jordan K. Hubbard
ca7b35bdbf
Remove device type field - there are no block devices left.
2000-08-22 03:14:39 +00:00
John Baldwin
9999fb1546
Touch ftp.1 and cdrom.1 when those stages are done to speed up make
...
rerelease when a release dies very late.
2000-08-21 22:42:09 +00:00
Jordan K. Hubbard
bc061f046b
Remove obsolete entry about wdc hangs
2000-08-19 18:54:37 +00:00
John Baldwin
5d971dc0d9
Add in the linux, tcl83, and tk83 ports categories.
...
PR: bin/20328
Submitted by: obrien
2000-08-16 18:44:40 +00:00
John Baldwin
984f371109
Add new 'ruby' ports category.
...
PR: conf/20629
Submitted by: asami
2000-08-16 17:44:35 +00:00
Yoshihiro Takahashi
b0976c1455
Decrease the size of mfsroot.flp for PC-98 to 1.2MB.
2000-08-16 09:30:47 +00:00
Sheldon Hearn
170cde4442
Mention the gawk-3.0.6 upgrade.
2000-08-15 18:05:05 +00:00
Gregory Neil Shapiro
88c75941e6
The rest of the changes needed to support the new version of sendmail (8.11.0).
...
Beyond changes to the build system, this includes fixing up the sample
freebsd.mc configuration for changes in defaults and syntax, removing
outdated documentation, and updating the release notes.
2000-08-12 22:39:25 +00:00
Yoshihiro Takahashi
7920b17f9a
- Make both 1.2MB and 1.44MB floppy images for PC-98.
...
- Rename BIGBOOT to FDSIZE for the floppy image size.
2000-08-12 14:21:33 +00:00
Yoshihiro Takahashi
552112cadd
- Added support for installing boot0 and boot0.5 for PC-98.
...
- Cosmetic changes.
2000-08-12 14:20:31 +00:00
Jordan K. Hubbard
3fdc3c548d
Make the selection of pccard IRQs fully selectable at installation time.
...
Submitted by: "Sean O'Connell" <sean@stat.Duke.EDU>
2000-08-12 07:48:25 +00:00
Mike Smith
e5352eec2f
Mention the 3ware controllers.
2000-08-08 18:54:57 +00:00
Mike Smith
1f1fdcea89
Mention the 3ware RAID controllers
2000-08-08 18:53:08 +00:00
Ollivier Robert
191a1c203e
- add ftp6.fr.freebsd.org
...
- correct URL for ftp4 and ftp5.
Submitted by: Benjamin Bayart <bayartb@guinness.domicile.fr> (for ftp6)
2000-08-08 14:36:24 +00:00
Jordan K. Hubbard
efbfff9480
Fix HTTP port addresses for the IPv6 case.
...
Submitted by: pho and Hajimu UMEMOTO
2000-08-03 02:51:45 +00:00
David E. O'Brien
47a1b949fb
Add all the missing US keymaps.
2000-07-31 21:05:48 +00:00
David E. O'Brien
84879232cd
Don't offer the PC98 link kit or setup on non-i386 installs.
2000-07-31 20:52:28 +00:00