Commit Graph

2924 Commits

Author SHA1 Message Date
Josef Karthauser
1e2b0ddcfa Fix the PICOBSD kernel configs. They're now converted to use
Peter's new format, and I'd added hints files for each.

The build process uses the PICOBSD.hints file as well as the config,
and additionally builds with -DNO_MODULES.  The build process
probably needs to be converted to use the 'buildkernel' method
instead of running config itself.

The kernels now compile.  I've not been able to test the crunch
process however because it used the vn driver and there are no
/dev/vn device nodes under devfs yet.  Maybe someone else could
give it a go.
2000-10-15 20:42:22 +00:00
MIHIRA Sanpei Yoshiro
f0af59f2c1 note: support for Fujitsu MB86960A/MB86965A based PC-Card Ethernet
cards is back. [MERGED]
and add "fe" cards into HARDWARE.TXT and RELNOTES.TXT

add TDK LAK-CD031(src/etc/defaults/pccard.conf rev. 1.133)
2000-10-15 11:13:34 +00:00
David E. O'Brien
7a6306f62f I don't think we'll ever take any input (or send output) to a
Diamond Rio 500 MP3 player during an installation.
2000-10-15 01:23:02 +00:00
Jordan K. Hubbard
042c61e58d Add another security configuration profile, call it "high" and
rename the previous one to indicate that it's not just high, it's
extreme (everything off, secure level raised).

Submitted mostly by:	Tony Finch <dot@dotat.at>
2000-10-14 21:02:31 +00:00
Bruce A. Mah
ac37f3e6b2 Note fsck wrappers, ncurses update (+MFC), gperf update. 2000-10-13 14:31:01 +00:00
MIHIRA Sanpei Yoshiro
7713ddd380 Fix bug in ``the selection of pccard IRQs fully selectable''
in rev.1.12.
card_irq is local variable, not global variable
(variable_set2 and variable_get)

Reviewed by:	jkh
2000-10-13 09:51:18 +00:00
Bruce A. Mah
c1ad6b9c83 Note Ports Collection restructuring, new make(1) variable substitution
modifiers.
2000-10-10 22:31:55 +00:00
Gregory Neil Shapiro
efe2ac73a3 Document the recent sendmail related changes:
- STARTTLS support in sendmail
- Use sendmail's version of vacation
- mail.local no longer installed set-user-id root
- Disable EXPN/VRFY SMTP commands by default
- Copy sendmail/cf config building tree into /usr/share/sendmail/cf/
2000-10-10 18:17:29 +00:00
Hellmuth Michaelis
767200d2c6 update with information about isdn4bsd upgrade 2000-10-10 15:11:45 +00:00
Hellmuth Michaelis
6d49fa4418 update to include the new isdn4bsd drivers 2000-10-10 14:54:45 +00:00
MIHIRA Sanpei Yoshiro
f7a26d1939 add new version of ELECOM Air@Hawk/LD-WL11/PCC
(Yasuhiro Magara <gama@rose.zero.ad.jp> in [bsd-nomads:14588])

add "wi" cards into HARDWARE.TXT and RELNOTES.TXT
2000-10-10 14:27:30 +00:00
Poul-Henning Kamp
f6b5c74c35 Initiate deorbit burn sequence for <machine/mouse.h>.
Replace all in-tree uses with <sys/mouse.h> which repo-copied a few
moments ago from src/sys/i386/include/mouse.h by peter.
This is also the appropriate fix for exo-tree sources.

Put warnings in <machine/mouse.h> to discourage use.
November 15th 2000 the warnings will be converted to errors.
January 15th 2001 the <machine/mouse.h> files will be removed.
2000-10-09 08:08:36 +00:00
Poul-Henning Kamp
00d25f512c Initiate deorbit burn sequence for <machine/console.h>.
Replace all in-tree uses with necessary subset of <sys/{fb,kb,cons}io.h>.
This is also the appropriate fix for exo-tree sources.

Put warnings in <machine/console.h> to discourage use.
November 15th 2000 the warnings will be converted to errors.
January 15th 2001 the <machine/console.h> files will be removed.
2000-10-08 21:34:00 +00:00
MIHIRA Sanpei Yoshiro
7300b57eb3 add COREGA FEther PCC-TXF
(MITA Yoshio <mita@ee.t.u-tokyo.ac.jp> in [bsd-nomads:14572])
2000-10-08 07:42:52 +00:00
David E. O'Brien
a00533ec57 Seems ${RD}/trees/bin/boot/kernel can exist before the `release.6:' target
runs.  So perform a copy that take that into account.
2000-10-07 05:52:41 +00:00
Bruce A. Mah
768aa0f184 Argh. Fix typo and sync to alpha/RELNOTES.TXT.
Must remember to save changes to a file *before* a cvs commit,
not after.
2000-10-06 22:15:06 +00:00
Bruce A. Mah
2575ba1493 Note string-handling library calls fixed, stronger randomness in TCP
initial sequence numbers.
2000-10-06 22:07:09 +00:00
Bruce A. Mah
a3ca011532 Note security profiles added to sysinstall(8).
Add $FreeBSD$.
2000-10-06 18:17:03 +00:00
Maxim Sobolev
fef7fe8364 Remove references to recently removed voxware snd driver. 2000-10-06 11:40:44 +00:00
Bruce A. Mah
a481b52ea0 Working down my list of release note items: SMP configuration
option changes (+MFC), ahc(4) updates (+MFC), ACPI support, ,
tcpdump(1) updates (+MFC), ppp(8) updates (+MFC).
2000-10-06 00:41:15 +00:00
Bruce A. Mah
884f81fb1d Note new pcm(4) hardware support. Synchronize the lists of supported
sound hardware among the various .TXT files.
2000-10-06 00:32:13 +00:00
Murray Stokely
d665d812e2 PR: 21729
Approved by:	jkh

Write kern_securelevel_enable variable to rc.conf if user selects
medium or low security in sysinstall.  This overrides the case where a
user selects fascist security and then tries to go back to a lower
setting.
2000-10-05 23:27:32 +00:00
Bill Paul
bd57768e0f Add the card ID for the Am79c975 PCnet/FAST III card. This is a variant
of the Am79c973 with "AlertIT Technology," whatever that is. Also mention
support for the PCnet/FAST III cards in the documentation. The
PCnet/FAST III chips have integrated 10/100 PHYs.
2000-10-05 19:40:19 +00:00
Jordan K. Hubbard
9913f234db If user selects no distributions at all, assume "User" as
a default.  This should prevent people from whacking return at
the Distributions menu and getting nothing selected as a result
(a minimal "standard" system will at least install).

Flagged as big tech support headache by: Chris Shumway <cshumway@osd.bsdi.com>
2000-10-05 18:02:09 +00:00
David E. O'Brien
a8730a56d3 This change adds:
/boot/GENERIC/kernel
    /boot/kernel/kernel
    /boot/kernel/*.ko
and removes:
    /kernel.GENERIC
from the bin dist.

Approved by:	jkh
2000-10-05 06:51:56 +00:00
Wilko Bulte
7f197ebfd5 Got an IDE disk to work on Multia. Document how & what 2000-10-04 22:15:25 +00:00
Bruce A. Mah
88646dd7c1 New info for ata(4) driver: Tagged queueing via ATA_ENABLE_TAGS,
support for ServerWorks ROSB4 ATA33, CMD 648 ATA66 and CMD 649 ATA100,
and Cyrix 5530.
2000-10-04 20:41:32 +00:00
Wilko Bulte
b1242235da Multia seems to use different sound chips. Until now only the Crystal
Sound based one works for me.
2000-10-04 20:25:19 +00:00
Bruce A. Mah
f94b5cf2c3 Note that fingerd(8), rlogind(8) and rshd(8) are disabled by default
on new installs.
2000-10-04 17:47:01 +00:00
Bruce A. Mah
c27b5de4de Note that the pcn(4) driver supports the PCnet/PRO cards, and MFC. 2000-10-03 21:24:07 +00:00
Wilko Bulte
d6a31f4715 Re-phrase wording on Multia burnout. Add section on Multia sound.
Suggested by: obrien
2000-10-03 20:55:51 +00:00
Wilko Bulte
47c407bf6d Update section on Multia now that I have a few of my own to dissect.. 2000-10-03 19:38:32 +00:00
Søren Schmidt
e1c3363398 We do not support RLL/MFM/ESDI controllers... 2000-10-03 15:42:38 +00:00
Bruce A. Mah
9723914110 Note the update of cvs to 1.11. 2000-10-02 16:08:58 +00:00
Yoshihiro Takahashi
0a917604f0 Added NEC PC-9801-83, 84, PC-9801-103, 104, PC-9801N-25 and PC-9801N-J02R
support which use National Semiconductor DP8393X (SONIC) as ethernet
controller. Currently, this driver is used on only PC-98.

Submitted by:	Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
Obtained from:	NetBSD/pc98
2000-10-02 14:27:20 +00:00
Bruce A. Mah
0281e449f4 Fix omission: CD-ROMs can be ordered for 4.x-RELEASE, not just 4.0-RELEASE.
Submitted by:	rosti@netvision.net.il
2000-10-02 00:46:25 +00:00
Alexander Langer
08c9740030 * Some freebsd.org -> FreeBSD.org fixes.
* The next -stable release is 4.2, not 4.1.
2000-10-01 13:30:15 +00:00
Gregory Neil Shapiro
3cadd66713 sendmail 8.11.1 imported 2000-10-01 02:11:43 +00:00
Wilko Bulte
bde5ba9dc0 document support for ed(4) on alpha.
Submitted by:	alex
2000-09-30 20:01:09 +00:00
Bruce A. Mah
24e6299062 Release notes (and related documentation): ata(4) tagged queuing,
MFC asr(4) driver, update default kernel name, pcn(4) driver,
nullconsole type in i386 boot loader (+MFC), setproctitle(3) moved
to libc (+MFC), chio(1) voltag support, sed(1) -E (+MFC), ln(1) -i
(+MFC), PORTREVISION/PORTEPOCH (+MFC).
2000-09-29 23:12:33 +00:00
Jordan K. Hubbard
a1aa3a40fd Adjust for new location and name of kernel.
PR:		21423
Reported by:	Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
2000-09-29 07:47:19 +00:00
David E. O'Brien
534b2c5c24 Move maxusers around to reduce the diff from RELENG_4 version. 2000-09-29 03:24:03 +00:00
David E. O'Brien
d1299267ac MFS: do not include MSDSOFS support for the Alpha 2000-09-29 03:10:10 +00:00
MIHIRA Sanpei Yoshiro
ac8d1772de There is not 342 series, 340 series includes 340, 341, and 342
models.

Suggested by: Brooks Davis <brooks@one-eyed-alien.net>
2000-09-28 10:23:17 +00:00
Jordan K. Hubbard
55124436ab Fix specification for ftp5.fr.freebsd.org
Reported by:	Jean-Claude Christophe <jch@oleane.net>
2000-09-27 17:23:57 +00:00
MIHIRA Sanpei Yoshiro
397afc3dfb add Cisco Systems Aironet 342 Series 11Mbps 802.11 wireless NIC
same cis as Aironet 340

PR:		21447
2000-09-26 06:39:47 +00:00
MIHIRA Sanpei Yoshiro
3af9501ad5 add Cisco Systems Aironet 340 Series 11Mbps 802.11 wireless NIC
PR:		20777
2000-09-26 06:29:40 +00:00
Jordan K. Hubbard
bd7064a794 Fix the http proxy fetch code.
Submitted by:	Philipp Mergenthaler <p@i609.hadiko.de>
PR:		21449
2000-09-25 20:19:43 +00:00
Jordan K. Hubbard
8ad4728c5d Fix a small bogon with a boolean yes/no question check. 2000-09-25 07:15:19 +00:00
Jordan K. Hubbard
706669fd9b Add Lithuania.
Submitted by:	Domas Mituzas <midom@dammit.lt>
2000-09-24 06:53:04 +00:00