jhb
6ac33b0930
Add in a few extra documents built by the latest XFree86 3.x port.
2000-11-09 21:22:42 +00:00
joe
e896acb121
Remove libipsec and libradius. We're now building without support
...
for these by default.
2000-11-08 02:23:26 +00:00
jkh
3e6dc67f1f
For High security profile, set securelevel to 1 to protect /dev/*mem
...
and mounted disks, among other things.
Requested by: kirk
2000-11-07 23:05:14 +00:00
joe
bbb1fb2325
Fixup the /tmp directory permissions to 01777.
...
PR: misc/15875
2000-11-07 20:40:21 +00:00
hosokawa
263a923eb9
This file has not been used for long time.
2000-11-07 14:14:38 +00:00
hosokawa
48e7eb5e67
Moved if_de to mfsroot.flp (we've got 16KB free space in kern.flp)
2000-11-07 14:00:04 +00:00
joe
2dc2aaa85a
Load the kernel and root file systems from floppy:/.
2000-11-07 12:33:46 +00:00
hosokawa
7dea90b2ef
Added Intel Gigabit Ethernet card to device menu.
2000-11-07 09:16:14 +00:00
hosokawa
00f7d12a11
release/sysinstall/lndir.c has not been used, but statically linked
...
to sysinstall for long time. Remove it.
2000-11-06 09:28:54 +00:00
jkh
4b40d9a5b5
MFS: comment character and readability fixes.
2000-11-05 22:49:15 +00:00
truckman
ba9ae7c4f7
Back out change to prepend /sbin:/bin to $PATH, just overwrite $PATH
...
with these in the normal case.
Set MAKEDEVPATH in sysinstall to include the /mnt2 stuff before starting
the fixit shell.
2000-11-05 17:59:29 +00:00
truckman
6a92765ad4
Ignore chflags failure so that doMFSKERN won't abort on an NFS mounted
...
filesystem.
2000-11-05 15:38:05 +00:00
truckman
f8f09a580e
Change MAKEDEV so that it prepends /sbin:/bin to $PATH instead of totally
...
overwriting $PATH, and find mknod $PATH instead of hardcoding /sbin so
that the copy of MAKEDEV on the fixit floppy is usable, since mknod and
expr live in /mnt2/stand when the fixit floppy is running.
Get rid of the sed invokation in release/Makefile that attempts to
delete the PATH setting stuff from MAKEDEV on the fixit floppy. This
hasn't worked since a long ago change to MAKEDEV caused the sed
expression to no longer match.
PR: misc/21241
2000-11-05 15:34:58 +00:00
joe
a25227ce20
Crunchgen now has the necessary magic to include the make hooks that
...
munge_crunchmk was adding for us.
2000-11-03 15:50:04 +00:00
jkh
f72ab47d5f
Update ports count to "over 4000"
2000-11-03 10:05:26 +00:00
joe
e25128632b
Fold the buildopts into the existing crunch.inc file.
...
Deprecate the "global" crunch.inc file and the CRUNCHFLAGS global build
options. Tools not policy. Move these global settings out into each
picobsd distribution.
2000-11-03 01:33:03 +00:00
hosokawa
0400173d45
Better way to ensure vn.ko is loaded.
...
This does not affect the kernel that vn is linked statically.
2000-11-02 15:14:27 +00:00
joe
2e956aba36
Build picobsd object files in /usr/obj/picobsd/${TYPE}.
2000-11-02 13:38:10 +00:00
hosokawa
aa1e0359f9
Revert 1.574 (maybe dummy vnconfig is better)
...
Requested by: jkh@FreeBSD.org
2000-11-02 13:22:25 +00:00
joe
8791fdf576
Post process the crunch1.mk file to allow make arguments to passed on
...
a per program basis allowing a greater control on what is built.
The buildopts file contains Makefile lines of form:
# Anything added to OPTS is added to every build rule.
OPTS= -DNOPAM
# These should only be added to the build of user-ppp.
ppp_OPTS= -DNOKLDLOAD -DNOINET6 -DNONAT -DNOATM -DNOSUID \
-DHAVE_DES -DNORADIUS -DNOI4B -DNONETGRAPH
Really these should be added to crunch.inc, but that file is currently
optional, and if defined masks the global one. Next step will be to move
these global settings back out into the individual builds as OPTS, and
then migrate OPTS and prog_OPTS back into the local crunch.inc file.
2000-11-02 13:16:43 +00:00
joe
04cb3e1100
Remove an unneeded declaration for OBJ.
2000-11-02 12:46:02 +00:00
hosokawa
92dd888996
Merge from RELENG_4 (1.536.2.24 to 1.536.2.25).
...
Ensure vn.ko is loaded.
Submitted by: obrien@FreeBSD.org
2000-11-02 12:29:22 +00:00
sanpei
0c473d6c92
add support for 3Com 3c575TX Fast Etherlink XL.
...
Device information for 3C575-TX is from NetBSD,
sys/dev/cardbus/if_ex_cardbus.c file.
Reviewed by: wpaul, imp
2000-11-02 06:49:38 +00:00
joe
41d443e4ee
Copy the built kernel from the right place. (Forgotten in the last
...
commit.)
2000-11-02 01:57:23 +00:00
n_hibma
ffc54d3b7b
Metricom Ricochet GS wireless USB modems are now supported.
2000-11-01 18:03:14 +00:00
n_hibma
4d86e0f603
Update the entry for uscanner (only list devices that we know that work)
...
Also add an entry for umodem (3Com 5605)
2000-11-01 01:27:09 +00:00
bmah
ee4d4d54d2
Note MFC of uscanner(4).
2000-11-01 00:01:49 +00:00
bmah
b2ef7ceac0
Note bktr(4) update to 2.18, cvs(1) update MFC-ed, new C/C++
...
runtime initialization code, BIND update to 8.2.3-T6B.
2000-10-31 22:01:32 +00:00
hosokawa
ff9886d17b
I forgot the driver configuration file for mfsroot.flp.
...
http://people.freebsd.org/~hosokawa/driver-floppy/ for details.
Reviewed by: current@FreeBSD.org
2000-10-31 07:41:38 +00:00
hosokawa
2c647e68e4
Moved driver modules for some PCI NICs and PCCARD-only NICs to mfsroot.flp.
...
http://people.freebsd.org/~hosokawa/driver-floppy/ for details.
Reviewed by: current@FreeBSD.org
2000-10-31 07:39:07 +00:00
jkh
34665aef12
Changes have been made to support a concept of VAR_FIXIT_TTY being
...
standard or serial. This change needs to be done to the entire system that
depends on this. This way we don't have some code using OnVTY checks
and other doing
strcmp(variable_get(VAR_FIXIT_TTY), "standard") == 0
checks. Also we need to set VAR_FIXIT_TTY to "serial" if we come up on
a serial console.
Also fixed a dialog problem in that dialog was used when dialog was
disabled causing some troubles such as not letting the cursor keys
work when exiting the fixit mode on media (ie. not the fixit shell but
for example fixit on a floppy).
Submitted by: Doug Ambrisko <ambrisko@whistle.com>
PR: 22352
2000-10-30 23:46:12 +00:00
bmah
96e124af5f
Note ipfilter update to 3.4.12, cd(4) support for write operations,
...
MFC of OpenSSH-2.2.0, MFC of chio(1) enhancements, MFC of libisc
import, mergemaster improvements.
2000-10-30 21:43:27 +00:00
bmah
3ab53d2eba
MFC: Fix typo: Melco Inc. sells LUA-TX, not LU-ATX.
...
PR: misc/22383
Submitted by: WAKABAYASHI Susumu <susumu@wakabaya.net>
2000-10-30 19:09:50 +00:00
bmah
d175f1144c
Note MFC to 4-STABLE of mly(4) driver.
...
Submitted by: msmith
2000-10-30 18:52:22 +00:00
sos
80d128ca06
Add the ATA RAID device 'ar'.
2000-10-29 13:04:04 +00:00
eivind
6f8edb50c6
Teach sysinstall how to restart itself on Ctrl-C (as an addition to its old
...
tricks of rebooting and continuing where it was.)
Reviewed by: jkh, jhb
2000-10-29 09:57:50 +00:00
non
ef7db460c0
Add about ncv, nsp, and stg SCSI drivers and card names which
...
are supposed to work.
2000-10-29 05:58:27 +00:00
sanpei
9c17a07343
add PC-Card melody beep(PC Card bus, kludge version)
...
Original idea from: PAO3
2000-10-28 13:35:34 +00:00
msmith
d456c791d3
Mention the new '40LD' AMI RAID controllers that we now support.
2000-10-28 11:51:12 +00:00
sanpei
989f651b59
add Xircom CreditCard adapters and workalikes(xe driver)
...
to Default (GENERIC) Configuration
2000-10-28 01:35:21 +00:00
tanimura
480deec68a
Add Melco LPC2-T/LPC3-TX PCMCIA Ethernet cards.
2000-10-27 06:22:40 +00:00
hosokawa
41015bbcb3
I don't know what "Toshiba Ethernet Cards" are.
...
I think this is very old entry and should be removed or
replaced with more accurate ones.
2000-10-27 01:24:36 +00:00
bmah
3214b95f02
Note update of bktr(4) to 2.17 (+MFC) and fix up some problems with
...
a prior note about this driver. Note addition of uscanner(4).
2000-10-26 18:32:19 +00:00
jwd
da2e3f3aa2
Always need to 'load /kernel', it's the 'read' that needs to
...
be isolated out for the 2 floppy install.
5.0-20001026-SNAP cdrom now boots correctly.
Reviewed by: Mike Smith <msmith@FreeBSD.org>
2000-10-26 15:22:47 +00:00
jkh
e4d093e47a
More explicitly set crypto bits.
...
Partially submitted by: Jeff Kletsky <jeff@spotlife.com>
2000-10-26 13:19:02 +00:00
jkh
a21e3405e2
Shorten the labels in the keymap menu so it fits smaller screens.
...
Submitted by: pho
2000-10-26 12:32:28 +00:00
bmah
a44cd632f8
Note the MFC of ATA support for new chipsets and tagged queueing,
...
ATA raid support (+MFC), snc(4) driver added (+MFC), ich(4) driver
added (+MFC), IFS, libisc now added, fix to netstat(1) "in use"
percentage (+MFC).
2000-10-25 21:04:09 +00:00
n_hibma
a13476278f
Do not include uscanner in the generated kernel config. Also, remove
...
ugen, uhid, ulpt from small as well.
Suggested by: obrien
2000-10-25 15:21:19 +00:00
sanpei
827660a0d8
add Xircom CreditCard adapters and workalikes(xe driver)
2000-10-25 15:20:10 +00:00
kuriyama
6a37abd487
Trim right column messages to display correctly in 80-column terminal.
...
Reviewed by: jkh
2000-10-25 11:36:31 +00:00
n_hibma
71ac041c16
The USB scanner driver. To be used together with SANE.
2000-10-25 10:34:38 +00:00
bmah
b054dbb505
Add a relnote about large swap areas not panicking the system.
...
Submitted by: grog
2000-10-24 22:10:23 +00:00
obrien
3738b3e38b
We were trying to dike out `apm0', but of course devices do not have
...
unit numbers in GENERIC any more. So `apm' was acutally being compiled
in.
2000-10-24 19:08:40 +00:00
obrien
330477ffb8
Remove /boot/boot[12] from the MFS installation floppies.
...
This saves us 8KB.
Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
Reviewed by: jhb
2000-10-24 19:05:39 +00:00
obrien
a1c7de6839
Dike out more for the i386 release build: NCR SCSI card; anchient WDC
...
SCSI card (should it ever find its way into GENERIC); LPT (we don't need
to print during install time); the parallel 'geek' port; generic USB
driver (thus some attached USB devices will not be detected and thus the
user may wonder what is going on, we couldn't do anything with the device
if only ugen attached to it anyway and we are getting very, very low on
available space; USB "Human Interface Devices" as we don't do anything
with them during installation; and USB printers (same argument as LPT).
2000-10-24 18:48:16 +00:00
wilko
065bb023bd
Document that pci_device_override requires a recent SRM rev on Miata.
...
Submitted by: Ralph Schreyer <schreyer@th.physik.uni-bonn.de>
2000-10-24 18:45:42 +00:00
bmah
f0c0074b43
Catch up on some release notes: write combining for crash dumps,
...
bktr(4) update to 2.17, MFC new make(1) variable modifiers, note
the addition of style.perl.7.
2000-10-24 17:59:28 +00:00
gshapiro
a98dcfa204
Fix up the build for the STARTTLS version of sendmail (again). This method
...
mimics that of tcpdump in that for normal builds, sendmail will only be
built once. For 'make release', it is built once for the bin dist and
once for the crypto dist. This method also removes the need for two separate
Makefiles (which could become out of sync).
Suggested by: bde
Assisted by: kris
2000-10-24 16:04:56 +00:00
gshapiro
1c304223e1
Remove obsolete setting. The directory src/usr.sbin/sendmail/cf hasn't
...
existing since sendmail was moved to contrib. Also, we now provide the cf
subdirectory in /usr/share/sendmail/cf/.
2000-10-22 05:57:50 +00:00
sanpei
baeb820807
add Toshiba Mobile HDD MEHDD20A (Type II)
...
(Shigeru Ishida <ishida@isl.intec.co.jp>, [bsd-nomads:14564])
add Melco IGM-PCM56K
(IMAI Hidetoshi <hidepin@infonets.hiroshima-u.ac.jp>, [bsd-nomads:14649])
add Panasonic KX-PH405
(Norio Suzuki <nosuzuki@e-mail.ne.jp>, [bsd-nomads:14620])
add TDK Grey Cell GCS2000 Ethernet Card
(PR: 22184)
add new wi cards(tested by imp)
2000-10-22 02:57:48 +00:00
ume
1a2146d59f
Popup IPv6 dialog, again.
2000-10-21 14:06:24 +00:00
jon
e289ab5029
note the new preliminary support of cardbus stuff
2000-10-20 19:44:36 +00:00
gshapiro
995f1c4b5d
Make note of merged changes.
2000-10-19 21:54:37 +00:00
bmah
b40382e95c
ObCommit from BSDCon: Update SMPng note and add an entry for devfs,
...
which hopefully reflect something of what grog and phk presented in their
talks.
2000-10-18 23:45:31 +00:00
joe
e614f73122
Make these PICOBSD's compile... well, almost. Still some work to
...
do on PPP (atm problems.)
2000-10-18 22:02:33 +00:00
jkh
cd3e66a7ca
Remove random from boot floppy on advice of Mark Murray
2000-10-17 22:16:15 +00:00
bmah
d549a11656
Clarify the location of the kernel and modules.
...
Submitted by: dcs
2000-10-17 20:32:04 +00:00
scottl
ed55174b25
Mention the new Adaptec RAID controllers that are supported by the asr driver.
...
Submitted by: mark_salyzyn@adaptec.com
2000-10-17 00:15:00 +00:00
joe
ed2cf1aae0
Update the crunch config:
...
* 'more' is now 'less'.
* telnet required libipsec.
This won't necessarily fit on a floppy, but at least it compiles now.
2000-10-16 08:21:35 +00:00
joe
f017b1a42f
Build the PICOBSD kernels using the 'make buildkernel' method.
2000-10-16 08:08:31 +00:00
joe
76e0aec5a2
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
sanpei
248449f128
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
obrien
5447803f68
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
jkh
33cf0a74b8
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
bmah
6fad01e260
Note fsck wrappers, ncurses update (+MFC), gperf update.
2000-10-13 14:31:01 +00:00
sanpei
c71149f590
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
bmah
66a6daf1c3
Note Ports Collection restructuring, new make(1) variable substitution
...
modifiers.
2000-10-10 22:31:55 +00:00
gshapiro
e9a48a796b
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
hm
e38358fb42
update with information about isdn4bsd upgrade
2000-10-10 15:11:45 +00:00
hm
164f1d6866
update to include the new isdn4bsd drivers
2000-10-10 14:54:45 +00:00
sanpei
3442011814
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
phk
410d456c0b
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
phk
a4f549597e
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
sanpei
33786ff424
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
obrien
7e5a5e20d0
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
bmah
cdfbe64542
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
bmah
b9efc3a5f9
Note string-handling library calls fixed, stronger randomness in TCP
...
initial sequence numbers.
2000-10-06 22:07:09 +00:00
bmah
c1cb568128
Note security profiles added to sysinstall(8).
...
Add $FreeBSD$.
2000-10-06 18:17:03 +00:00
sobomax
f732629a86
Remove references to recently removed voxware snd driver.
2000-10-06 11:40:44 +00:00
bmah
1d6af62c19
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
bmah
d87ef95d3b
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
543368513f
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
wpaul
29eccaf7cd
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
jkh
3b75778735
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
obrien
da9b1783be
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
0892811369
Got an IDE disk to work on Multia. Document how & what
2000-10-04 22:15:25 +00:00
bmah
e71a2119ee
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
148e5ff377
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
bmah
a8379965c2
Note that fingerd(8), rlogind(8) and rshd(8) are disabled by default
...
on new installs.
2000-10-04 17:47:01 +00:00
bmah
d9f73a3639
Note that the pcn(4) driver supports the PCnet/PRO cards, and MFC.
2000-10-03 21:24:07 +00:00
wilko
73de9fe6b9
Re-phrase wording on Multia burnout. Add section on Multia sound.
...
Suggested by: obrien
2000-10-03 20:55:51 +00:00
wilko
8478936cc5
Update section on Multia now that I have a few of my own to dissect..
2000-10-03 19:38:32 +00:00
sos
0dbd384823
We do not support RLL/MFM/ESDI controllers...
2000-10-03 15:42:38 +00:00
bmah
3a7ea7e4b4
Note the update of cvs to 1.11.
2000-10-02 16:08:58 +00:00
nyan
bd4026ebae
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
bmah
18fd693342
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
alex
e3c50d5728
* Some freebsd.org -> FreeBSD.org fixes.
...
* The next -stable release is 4.2, not 4.1.
2000-10-01 13:30:15 +00:00
gshapiro
c2a5456256
sendmail 8.11.1 imported
2000-10-01 02:11:43 +00:00
wilko
8cc643d7ff
document support for ed(4) on alpha.
...
Submitted by: alex
2000-09-30 20:01:09 +00:00
bmah
7e3aafee75
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
jkh
4a01729c28
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
obrien
930be8009d
Move maxusers around to reduce the diff from RELENG_4 version.
2000-09-29 03:24:03 +00:00
obrien
1a147c40d0
MFS: do not include MSDSOFS support for the Alpha
2000-09-29 03:10:10 +00:00
sanpei
54a24389fa
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
jkh
583fe44d99
Fix specification for ftp5.fr.freebsd.org
...
Reported by: Jean-Claude Christophe <jch@oleane.net>
2000-09-27 17:23:57 +00:00
sanpei
7d2dd4ce22
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
sanpei
2794635205
add Cisco Systems Aironet 340 Series 11Mbps 802.11 wireless NIC
...
PR: 20777
2000-09-26 06:29:40 +00:00
jkh
03870bb44f
Fix the http proxy fetch code.
...
Submitted by: Philipp Mergenthaler <p@i609.hadiko.de>
PR: 21449
2000-09-25 20:19:43 +00:00
jkh
74e251e27d
Fix a small bogon with a boolean yes/no question check.
2000-09-25 07:15:19 +00:00
jkh
02a48c21cc
Add Lithuania.
...
Submitted by: Domas Mituzas <midom@dammit.lt>
2000-09-24 06:53:04 +00:00
jkh
197520a6f5
One small tweak on the security profile code; don't be verbose if
...
setting up default values for an express/custom install. It would
be confusing to see the informational popup completely out of context.
2000-09-24 06:44:00 +00:00
nyan
7d508e1a38
The 'pci' device is not needed for SMALL floppy, but the 'pcic' device is
...
needed.
2000-09-23 07:53:01 +00:00
kato
5f63be6781
Added the pcn device into the list for SMALL kernel.
2000-09-23 06:20:59 +00:00
sanpei
38c8bc22f0
add ``xe'' driver
...
Approved by: jkh
2000-09-22 23:48:27 +00:00
jkh
1d57918341
One whack at the idea of having "security profiles" which select the
...
appropriate(?) defaults for "low", "medium" and "high" security
environments. Medium is basically what we currently have with a little
seat-belt tightening where it made sense. Low is the same as medium but
without the tightening. High is positively fascist with nothing turned
on by default and an automatic call to 911 if it can find a modem.
2000-09-22 19:12:41 +00:00
jkh
edd9684293
Remove the bogus check against "none" for release names (which
...
really doesn't make any sense, what was I smoking) and allow
the more canonical usage of "any" for either side of the comparison
for release name or architecture (meaning you can also set CD_VERSION=any
in a cdrom.inf file to cause sysinstall to always match it and likewise
with the architecture, if specified).
Sensibly suggested by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
2000-09-22 08:13:36 +00:00
sobomax
dbe68aca96
"zope language" --> "zope platform".
...
Requested by: asami
2000-09-22 06:53:44 +00:00
asami
54da84c8d5
Add french and zope.
2000-09-22 06:32:55 +00:00
wpaul
58201930eb
Add a new driver for the AMD PCnet/FAST, FAST+ and Home PCI adapters.
...
Previously, these cards were supported by the lnc driver (and they
still are, but the pcn driver will claim them first), which is fine
except the lnc driver runs them in 16-bit LANCE compatibility mode.
The pcn driver runs these chips in 32-bit mode and uses the RX alignment
feature to achieve zero-copy receive. (Which puts it in the same
class as the xl, fxp and tl chipsets.) This driver is also MI, so it
will work on the x86 and alpha platforms. (The lnc driver is still
needed to support non-PCI cards. At some point, I'll need to newbusify
it so that it too will me MI.)
The Am79c978 HomePNA adapter is also supported.
2000-09-20 17:30:22 +00:00
jkh
07a1e70e3d
Simplify the ftp directory search code a little and eliminate a warning.
2000-09-19 07:45:08 +00:00
jkh
9ba56a7262
Enable crypto by default with "canned" distributions (it can still
...
be deselected or simply not chosen in a custom install).
2000-09-16 21:15:21 +00:00
ache
26c63f1d73
Remove unneded -lmytinfo
2000-09-16 03:56:25 +00:00
bmah
8b1e8bae5a
Add release note for netgraph enhancements/improvements.
...
Submitted by: archie
2000-09-15 20:52:03 +00:00
jkh
7d9eed4530
Correct variable check for VAR_TRY_DHCP.
2000-09-15 08:15:14 +00:00
bmah
b67788a71f
New release note: aac driver.
2000-09-13 16:00:54 +00:00
msmith
f3fe0adb52
Teach sysinstall about 'aac'.
2000-09-13 06:15:53 +00:00
bmah
3be2e37e4d
New release notes: OpenSSH->2.2.0, binutils->2.10.0, libreadline->4.1,
...
ifconfig(8) lladdr, bktr(4)->2.1.5.
2000-09-11 18:18:57 +00:00
bmah
8d46012c8e
Note MFC: killall(1) as a C program, boot98cfg(8) for i386.
2000-09-11 15:08:21 +00:00
bmah
cfb8038646
New release notes: ipfilter->3.4.9, new kernel location, FFS snapshots.
...
Add note to Alpha relnotes (accidentally omitted) on softupdates licensing.
2000-09-10 06:55:27 +00:00
wilko
81ee18f66b
Overhaul of AS2[01]0[A] description.
2000-09-09 10:02:39 +00:00
bmah
2e8ee587f9
Note 3C556/3C556B support in the xl(4) driver and subsequent
...
MFC.
2000-09-08 22:13:53 +00:00
bmah
720d601c5f
New relnotes: SMPng, clarification to nsswitch.conf(5)
...
that hosts.conf(5) is gone, perl 5.6.0. First two items inspired by
recent commits to UPDATING.
2000-09-08 05:58:18 +00:00
bmah
3b600b6bcc
Crypto-related release notes: sshd now has X11Forwarding on by default,
...
RSAREF no longer needed in the USA, sshd now enabled by default on
new installs.
2000-09-07 21:28:01 +00:00
bmah
feadccca5d
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
jhb
5e357e63ec
- 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
jkh
48a226d4c8
MFS: sync with -stable by removing the now-vestigal X_AS_PKG stuff.
2000-09-07 16:05:52 +00:00
obrien
fbcd630f09
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
bmah
498c709f8c
Fix whitespace bogon.
2000-09-06 20:19:30 +00:00
bmah
5515abe568
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
bmah
81ca49f27a
Note the addition of nsswitch support, recently merged from NetBSD.
2000-09-06 19:36:39 +00:00