Luigi Rizzo
e5b68d5513
The magic for autodetecting the boot media does not work anymore
...
on STABLE or CURRENT. Put the explicit name for the floppy.
2001-01-27 03:23:44 +00:00
Luigi Rizzo
4ff9c03cc5
Add dummy -n option, for compatibility with the standard netstat
2001-01-27 03:18:55 +00:00
Bruce A. Mah
7f42e5bb07
Catch release notes up with security advisories 00:41, 00:76,
...
00:77 (mistakenly referenced as 00:78), 01:01 (listed previously but
now has an advisory number), 01:08, 01:09.
2001-01-26 20:24:39 +00:00
Bruce A. Mah
8566f92052
New release notes: buildkernel uses KERNCONF, pkg_create/pkg_install
...
support for bzip2.
2001-01-26 19:06:00 +00:00
Hellmuth Michaelis
26474f4fe7
Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards.
2001-01-26 13:33:31 +00:00
Bruce A. Mah
95e61556c8
Note config(8) warnings->errors, clarify ConnectionsPerPeriod in sshd_config,
...
clarify (I hope) libgcc_r.a note. These and a few other items were/are
MFC-ed to RELENG_4.
2001-01-24 17:58:17 +00:00
Gregory Neil Shapiro
df23d327cf
sendmail 8.11.2 has been imported
2001-01-21 22:24:37 +00:00
Alexander Langer
5a86d4eafc
Make the name of the init script and the interpreter compile time options.
...
If not defined, default to the old values (with _PATH_BSHELL instead
of "/bin/sh", though).
Reviewed by: markm
2001-01-20 09:12:55 +00:00
Bruce A. Mah
097b422067
New release notes: Condition variables in kernel, ConnectionsPerPeriod
...
deprecated in sshd_config, cdcontrol(1) and CDROM, sysctl -N,
ports "origin", sysinstall->/usr/sbin.
Note MFC for LinkSys cards note, clarify and MFC syslogd(8) and
LOG_CONSOLE.
2001-01-18 19:25:40 +00:00
Bruce A. Mah
683ca03c88
Document I386_CPU kernel options, and note removal of I386_CPU
...
from the GENERIC kernel.
Reviewed by: peter, jhb
2001-01-18 17:25:34 +00:00
Jordan K. Hubbard
627f8f8b57
Note that /stand/sysinstall is deprecated.
...
Forgotten by: jhb
2001-01-18 08:13:38 +00:00
Wilko Bulte
c059fe98ac
Note fix for isp that made certain CDROM attach fail.
...
PR: 22650
2001-01-17 20:42:29 +00:00
John Baldwin
d2ef0cdab2
Sysinstall has been repocopied to src/usr.sbin/sysinstall and everything
...
now uses the sources found there.
2001-01-17 07:14:45 +00:00
John Baldwin
8cd2245c0e
- sysinstall now gets built as part of world, so don't throw in extra
...
commands to build sysinstall manually during release.
- Get the sysinstall help files from /usr/src/usr.sbin/sysinstall/help
rather than ${.CURDIR}/sysinstall/help.
2001-01-17 07:13:40 +00:00
John Baldwin
cad23515ec
Now that sysinstall lives in /usr/src/usr.sbin, we don't need to pull it
...
from /usr/src/release.
2001-01-17 07:11:05 +00:00
Peter Wemm
8c614ff6fe
Backtrack a bit.. Put the dangerously dedicated option under a
...
non-advertised option (F = "FreeBSD only"), and leave the A key with
standard partitioning. It seems people still want a runtime backdoo
to get to dangerously dedicated mode.
2001-01-15 08:15:19 +00:00
Peter Wemm
f357eb9800
Don't invite trouble by waving the 'Dangerously Dedicated' (DD) option
...
at people. This has been sitting in my tree for a few months now. I
have spoken with quite a few folks about this and the support for doing
this was pretty strong. I dont remember names though, so I cannot share
the blame :-(. Note that this does not *remove* DD mode, it just stops
waving it at new users. You can still set it via config files etc, and
the bootblocks and kernel still support it. You can still use disklabel
to make true DD disks.
2001-01-15 05:29:53 +00:00
MIHIRA Sanpei Yoshiro
8b4e190cc8
add new PC-Card entry, Melco/Buffalo LPC2-CLT
...
ed1 at port 0x300-0x31f irq 3 slot 0 on pccard0
ed1: address 00:40:26:xx:xx:xx, type NE2000 (16 bit)
Submitted by: [FreeBSD-users-jp 58182]
YANAGAWA Kazuhisa <kjana@os.xaxon.ne.jp>
2001-01-14 08:40:20 +00:00
Daniel Harris
3df6b61592
The -i option to ln requests user confirmation, not configuration.
...
PR: 24279
Submitted by: Roelof Osinga <roelof@nisser.com>
2001-01-13 01:53:23 +00:00
Bruce A. Mah
ce6631b888
New release notes: Linksys Fast Ethernet cards and ed(4) driver flags,
...
new API for hardware volume control, VESA S3 framebuffer driver, logging
of wrong-interface ARP replies sysctl, NFS client bug fixed, BurnProof(TM)
for ATAPI drives, IPFW works with ECN bits, ihfc(4), itjc(4),
<sys/selinfo.h>, pthread_* strong references, unified libgcc, SSH bug
with X11 forwarding fixed, syslogd(8) and LOG_CONSOLE, rpcgen use of
/usr/bin/cpp, rc.syscons, burncd(8) -m and -l, dmesg(a).
MFCs noted: aac(4), OpenSSH 2.3.0.
2001-01-12 23:01:15 +00:00
Josef Karthauser
e1f903baf7
MF4: Allow the build process to continue even if crunchgen returns an error.
...
Most crunchgen errors are non-fatal.
2001-01-11 22:35:57 +00:00
David E. O'Brien
6704216fbb
Add the us.pc-ctrl and us.unix keymaps.
2001-01-11 20:53:36 +00:00
Andrzej Bialecki
78d1fe9622
Fix so that the netmask is displayed correctly when it does not
...
consist of contiguous bits in little endian format. Before the fix
the netmask of 0xfffffff0 (0xf0ffffff in little endian format) was
displayed /24 instead of /28.
Also, add a missing include.
Submitted by: Maxime Soule <Maxime.Soule@IPricot.com>
2001-01-10 23:06:31 +00:00
Andrzej Bialecki
e1f84360ff
Reformat to be a bit closer to style(9).
2001-01-10 22:25:54 +00:00
Andrzej Bialecki
650da9d30a
Fix breakage after moving from struct proc/eproc to kinfo_proc.
2001-01-10 22:24:07 +00:00
Wilko Bulte
daeaccf9d9
Small note on FDDI support using DEC DEFPA
2001-01-08 22:38:11 +00:00
Wilko Bulte
77dc6cfa5e
Document support for FDDI using DEC DEFPA adapters.
...
Thanks to: Andrew Gallatin for the actual patch that makes DEFPA work
2001-01-08 22:36:21 +00:00
Wilko Bulte
f994ec91d8
Try, as much as possible, the messy situation around SCSI adapters on the
...
EB164 family. The mess is such that it is hard to document, but try to do the
best we can.
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
2001-01-06 18:18:44 +00:00
Bruce A. Mah
befc2f0a79
Fix typo: s/libscrypt/libcrypt
...
Submitted by: gshapiro
2001-01-03 23:43:33 +00:00
Bruce A. Mah
29a36597e5
New release notes: libscript/libdescript unification, passwd(1) and
...
pw(8) select password hash algorithm at run time.
Submitted by: peter
2001-01-03 20:44:11 +00:00
Bruce A. Mah
a3252aff95
New release notes: md(4)/mdconfig(8) updates, ray(4) added, finger(1)
...
and .publickey, fix gcc typo, ancontrol(8)/wicontrol(8) fixes,
rdist(1) retired, Kerberos IV -> 1.0.5, ppp(8) tcpmssfixup.
2001-01-03 20:03:53 +00:00
MIHIRA Sanpei Yoshiro
c10c040070
add new PC-Card entry, COREGA FEther PCC-TXD
...
ed1 at port 0x300-0x31f iomem 0xd0000-0xd0fff irq 3 slot 0 on pccard0
ed1: address 00:90:99:xx:xx:xx, type NE2000 (16 bit)
2001-01-03 08:42:08 +00:00
Peter Wemm
623d7cd30e
Further tidy up the sbin/init and release builds.
2001-01-01 21:39:00 +00:00
Bruce A. Mah
d4b6ae6159
Sync up the list of supported AMI MegaRAID controllers with reality.
...
Submitted by: msmith
2000-12-30 20:11:55 +00:00
Bruce A. Mah
1d2187bfdb
Fix some misplaced release notes, correct some omissions and
...
inconsistencies between architectures.
2000-12-29 19:34:46 +00:00
Bruce A. Mah
7ef8f5b4b5
New release notes: vinum(4) updates, ICMP ECHO and TSTAMP reply
...
rate limiting, ICMP admin prohibited handling, PECOFF support,
retired kernfs(5), killall(1) behavior restored, rm(1) -v output
change, lpr(1)/lpq(1)/lpd(8) enhancements, pkg_update(1), libdisk
install-time configuration of boot0 for i386.
Also note MFC of an(4) changes for WEP.
2000-12-28 22:11:22 +00:00
Peter Wemm
9886bcdf93
Merge into a single US-exportable libcrypt, which only provides
...
one-way hash functions for authentication purposes. There is no more
"set the libcrypt->libXXXcrypt" nightmare.
- Undo the libmd.so hack, use -D to hide the md5c.c internals.
- Remove the symlink hacks in release/Makefile
- the algorthm is set by set_crypt_format() as before. If this is
not called, it tries to heuristically figure out the hash format, and
if all else fails, it uses the optional auth.conf entry to chose the
overall default hash.
- Since source has non-hidden crypto in it there may be some issues with
having the source it in some countries, so preserve the "secure/*"
division. You can still build a des-free libcrypt library if you want
to badly enough. This should not be a problem in the US or exporting
from the US as freebsd.org had notified BXA some time ago. That makes
this stuff re-exportable by anyone.
- For consistancy, the default in absence of any other clues is md5. This
is to try and minimize POLA across buildworld where folk may suddenly
be activating des-crypt()-hash support. Since the des hash may not
always be present, it seemed sensible to make the stronger md5 algorithm
the default.
All things being equal, no functionality is lost.
Reviewed-by: jkh
(flame-proof suit on)
2000-12-28 10:32:02 +00:00
Ruslan Ermilov
4303e19e3a
Prepare for mdoc(7)NG.
2000-12-27 14:22:05 +00:00
MIHIRA Sanpei Yoshiro
04ef3c0301
add PC-Card entry, ELECOM Laneed LD-CDL/TX
...
ed1 at port 0x240-0x25f irq 3 slot 0 on pccard0
ed1: address 00:90:fe:xx:xx:xx, type Linksys (16 bit)
Submitted by: taguchi@tohoku.iij.ad.jp
2000-12-26 00:59:34 +00:00
MIHIRA Sanpei Yoshiro
3997123f3f
add Melco LPC2-TX
2000-12-26 00:47:41 +00:00
Josef Karthauser
1826f66757
Remove floppy.tree from the build directory.
2000-12-23 19:33:13 +00:00
Josef Karthauser
a9b625407d
MF4: Update the bridge kernel config file to reflect the structure and
...
order that Luigi has just committed to RELENG_4.
2000-12-23 19:27:42 +00:00
Josef Karthauser
4050e5eb73
MF4: revision 1.3.2.1.
...
inetd is not always present, check before invoking it.
2000-12-23 19:11:53 +00:00
Josef Karthauser
04dbe0f9b9
Determine the names of the picobsd releases automatically.
...
Use the 'realclean' target in the crunch.mk file for cleaning the object
build tree.
2000-12-23 16:53:35 +00:00
Wilko Bulte
c0f2ef61df
Note that the root filesystem better be on the first partition for it
...
to be bootable
Triggered by: questions on -alpha
2000-12-22 20:59:48 +00:00
Josef Karthauser
67970143f8
Remove COMPAT_OLDPCI.
2000-12-22 14:32:34 +00:00
Wilko Bulte
44f6a9ff9b
Document IDE on NoName a bit better.
...
Suggested by: the Dutch FreeBSD Users Group (NLFUG)
2000-12-19 20:13:10 +00:00
Bruce A. Mah
c928bbcc1c
New release notes: spic(4), netgrph(4) updates, sbuf(9), el(4) now
...
a module, Kerberos IV fixes, telnet(1) environment fixes, procfs(4)
security fixes, better sysinstall defaults, gcc->2.96, fsck_ffs SIGINFO,
lpr(1)/lpd(8)/syslogd(8)/logger(1) now IPv6-capable.
2000-12-18 23:15:34 +00:00
Bruce A. Mah
9f996bba20
Add a line specifying the architecture for each RELNOTES.TXT file.
2000-12-18 22:50:20 +00:00
Josef Karthauser
5e75ac9fe2
Utilise the -p file to crunchgen to specify where the objects should
...
be built and remove the previous glue that did the same thing.
2000-12-18 16:28:03 +00:00
Jordan K. Hubbard
d97b90c7fc
Fix an informational message a little and properly check status of a yes/no
...
question which I bollicked up in my previous commit.
2000-12-16 05:36:10 +00:00
Eivind Eklund
44084c9348
Add better IP, netmask and gateway checks.
...
- IP addresses are verified as being correct dotted quad format.
- Netmasks are verified as being in correct dotted quad or 0x* format,
and being consecutive 1 bits followed by consecutive 0 bits.
- The gateway is verified as being correct dotted quad format and
being reachable through the configured IP address and netmask.
2000-12-14 13:59:10 +00:00
Jordan K. Hubbard
621005e3cb
Adapt sysinstall to use the new msgNoYes() function which assumes
...
no as a default. Sysinstall should be both less dangerous and less
annoying as a result of this change, though that's just my opinion
(since they're the defaults which annoy ME the least :).
2000-12-14 02:49:02 +00:00
Wilko Bulte
4fea7a60e4
For PC164: document "ERROR: ISA table corrupt!" and workaround
...
Thanks to: naddy@mips.inka.de
2000-12-13 19:57:08 +00:00
Bruce A. Mah
578dc923a9
Fix a typo in the listing for the Accton "Cheetah".
2000-12-11 04:51:12 +00:00
Bruce A. Mah
ae9c8c7ea5
New release notes: pccardc(8) beep types, PCI cleanups and pci_vendors,
...
OpenSSH->2.3.0 and PAM support, tcsh->6.10.0, elimination of emulation-
loading scripts, top(1) screen width fix, groff->1.16.1, growfs(8) and
ffsinfo(8), new indent(1) options.
Also fix a typo describing the Accton "Cheetah".
2000-12-11 04:50:21 +00:00
David E. O'Brien
1a37aa566b
Add `_PATH_DEVZERO'.
...
Use _PATH_* where where possible.
2000-12-09 09:35:55 +00:00
Yoshihiro Takahashi
418754d037
Moved the snc driver position before the sn driver.
...
Submitted by: Tomokazu HARADA <tkhara@osk4.3web.ne.jp>
2000-12-09 04:51:13 +00:00
Noriaki Mitsunaga
5e469ffaee
The drivers ncv, nsp and stg are already merged to -stable.
2000-12-08 12:52:42 +00:00
Wilko Bulte
9d2264913b
Document 'untested' status of ExtIO module on AS2100. Even when we
...
don't know if these things were ever produced.
2000-12-07 21:35:50 +00:00
Wilko Bulte
37a049c1b1
Document support for AlphaServer 2100A.
...
Thanks to: gallatin & Compaq for open-sourcing bits of Tru64 UNIX
Tested by: wilko
2000-12-07 21:13:39 +00:00
Jordan K. Hubbard
a630ff9a60
Fix bug where minimal dist selection didn't check off the right
...
menu item.
Noticed by: Dan "Sheepdip" Langille <dan@freebsddiary.org>
2000-12-07 20:04:35 +00:00
Jordan K. Hubbard
3796819e5c
Enable the same path deduction as for ftp install (great for snapshot tests)
...
Allow user to change proxy server
Allow user to change ftp path
Submitted by: pho
2000-12-06 00:47:54 +00:00
Wilko Bulte
bf1c92bfa2
Note that Symbios is the new owner of the NCR SCSI chip designs. And
...
that the document references to Symbios are ment to include NCR-stamped
chips as well.
Suggested by: obrien
2000-12-05 20:21:18 +00:00
Hajimu UMEMOTO
06617fbb29
Wait DAD complete after ifconfig up.
2000-12-04 18:06:49 +00:00
Wilko Bulte
62a0a69435
Update SCSI info for PC164
...
Obtained from: discussions on netbsd-alpha
2000-12-03 11:03:55 +00:00
Luigi Rizzo
5fed4e9f8c
login.conf: we don't want coredumps on picobsd
...
rc.conf: make the system recognise the MAC address and assign an IP
automatically from /etc/hosts (or ask the user)
sshd_config: don't do x11 forwarding.
2000-11-30 21:43:37 +00:00
Daniel Harris
7e4f887975
Lose an extra paragraph break.
...
PR: 23179
Submitted by: Jimmy Olgeni <olgeni@uli.it>
2000-11-29 21:44:46 +00:00
Bruce A. Mah
01dfa89fd9
New release note items: realpath(1), file(1) contribify-ed, stty(1)
...
erase2.
MFCs noted: OpenSSL 0.9.6, Binutils 2.10.1.
While I'm here, also note that the next 4.X release will be 4.3.
2000-11-29 07:03:36 +00:00
Wilko Bulte
576ccb5693
Document removal of DEC3000-series and SLIP support from the mfsroot image.
...
Submitted by: obrien
2000-11-28 19:29:07 +00:00
Tatsumi Hosokawa
247fc4628e
Filename of install help file is "INSTALL.TXT", not "install.hlp".
...
Typing [F1] did not popup install help file window on main menu, and so on.
2000-11-27 13:35:11 +00:00
David E. O'Brien
964a751c62
The Alpha MFSROOT image runth over.
...
Dike out support for DEC3000/300* Pelic* and the DEC3000/[4-9]00
Flamingo/Sandpiper families, SLIP, lance Ethernet (especially since `le'
based Alphas are diked out now too), POSIX P1003_1B real-time extentions,
and last but not least "NOBLOCKRANDOM" since the random device is removed.
This lets us fit [barely!]:
Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted
/dev/vnn0c 1407 1386 21 99% 6 24 20% /mnt
*** Filesystem is 1440 K, 21 left
*** 80000 bytes/inode, 24 left
Created /R/stage/floppies/kern.flp
2000-11-27 09:29:40 +00:00
David E. O'Brien
518bd5cfa7
Using `r'aw device name is out of vogue now.
2000-11-27 09:19:18 +00:00
Ben Smithurst
759ca2b99f
Fix a layout problem (.It Li -> .Fx)
...
PR: 23055
Submitted by: Jimmy Olgeni <olgeni@uli.it>
2000-11-24 11:17:28 +00:00
Jun Kuriyama
d83edf4e44
Remove extra ")".
2000-11-23 08:09:45 +00:00
Bruce A. Mah
9b3b2bd906
New release notes: Thread supports under Linux emulation on alpha,
...
an(4)/ancontrol(8) WEP, ng_one2many(4), softupdates bugfixes/
enhancements, OpenSSH agent/X forwarding bug fixed, ssh(1) no longer
SUID root, OpenSSL->0.9.6, binutils->2.10.1, lastlogin(1),
newfs(1) write combining (+MFC), config(8) buffer overflows fixed,
pcm(4) drivers compiled into GENERIC by default.
Other MFCs: Write combining for crash dumps.
Delete a duplicated note on mergemaster(8).
2000-11-23 01:22:59 +00:00
Jordan K. Hubbard
d3ae70097d
Finish the job of conditionalizing the PC98 stuff.
2000-11-22 22:28:34 +00:00
Jun Kuriyama
f4486e7573
Reflect reality about number of developers.
...
Submitted by: sheldonh
2000-11-21 14:31:10 +00:00
MIHIRA Sanpei Yoshiro
d0edec5ce3
add Linksts EtherFast 10/100 PC Card (PCMPC100 V2)
...
Submitted by: Ben Lutgens <blutgens@usinternet.com>
2000-11-21 07:01:24 +00:00
Marcel Moolenaar
0a0743b52a
Fix release, broken by the perl cross-build fixes.
...
The distribute target is basicly the same as an install. For
perl, this means that miniperl is needed. Since miniperl is
only present in the object directory, we need to make sure
the path is set correctly. To do this, we have make release
use a new distribworld target that sets the path before doing
a make distribute.
2000-11-21 04:37:30 +00:00
Jordan K. Hubbard
c46073c0d0
Update source description to note that everything is now included.
...
Submitted by: Chris Faulhaber <jedgar@fxp.org>
2000-11-21 02:22:31 +00:00
Bruce A. Mah
563b49c3d3
Note that CD-ROMs are ordered from "BSDi / Walnut Creek CDROM".
...
While I'm here, note that BSDi is in the USA and make the phone
number formats consistent.
2000-11-20 23:20:35 +00:00
Jordan K. Hubbard
a41801c68a
finish conditionalizing the PC98 specific options off the PC98
...
compilation variable.
2000-11-20 19:44:17 +00:00
Bruce A. Mah
236a1916b4
Reference security advisories FreeBSD-SA-00:{68,69,70}.
2000-11-17 17:48:40 +00:00
David E. O'Brien
aa4d4d3b16
Sync with sys/i386/conf/GENERIC rev 1.291.
...
Remove `pmtimer' from the MFSROOT kernel as `apm' is already removed.
`pmtimer' also removed from the Alpha kernel incase it ever winds up there.
(could it ever?)
2000-11-15 21:36:39 +00:00
Josef Karthauser
cc80a61ac0
Wrap the build options up into the crunch.conf file now that crunchgen
...
knows what to do with them.
2000-11-15 14:47:37 +00:00
Jordan K. Hubbard
cf47e60dd8
Really turn off srcs for upgrades.
2000-11-14 21:21:53 +00:00
Jordan K. Hubbard
bed73a244f
Don't put pcm device on boot floppies (yet - it would be kinda nice to be
...
able to play a little Joe Satriani during installs :-)
2000-11-14 01:15:02 +00:00
Jordan K. Hubbard
2d16329250
Replace GNOME + Afterstep choice with GNOME + sawfish. This is a more
...
popular configuration now.
2000-11-14 00:03:52 +00:00
Bruce A. Mah
0c806f7057
Mention security advisories FreeBSD-SA-00:{42,61,62,63}. Note that
...
IP Filter is now supported by rc.conf(5). Minor grammar fix in sshd
item.
2000-11-13 05:19:22 +00:00
MIHIRA Sanpei Yoshiro
ff919577fd
add SII MC-P200
...
Submitted by: Shigeru Ishida <ishida@isl.intec.co.jp>
bsd-nomads:14801
add NTT DoCoMo P-in Comp@ct
2000-11-13 03:14:18 +00:00
MIHIRA Sanpei Yoshiro
4c52c59a7e
add support for 3CXFE575BT(XJack Connector)
2000-11-13 03:08:33 +00:00
Jordan K. Hubbard
5be3b5d994
Stop using AUXRELEASETAG for everything and use PORTSRELEASETAG and
...
DOCRELEASETAG in the appropriate places instead.
Submitted by: asami
2000-11-12 11:04:11 +00:00
Andrzej Bialecki
b974f7d892
Fix bitrot.
2000-11-11 16:12:39 +00:00
David E. O'Brien
1f374a7c54
Create the various required directories if they don't exist.
2000-11-11 07:11:36 +00:00
Jun Kuriyama
c162a66b48
Minimal distribution now gets cropto binaries.
...
This can avoid waring about "no sshd" at booting after installation.
Approved by: jkh
2000-11-11 02:09:18 +00:00
Bruce A. Mah
c4b6adcfca
New release notes documenting: thread library enhancements, chflags(1)
...
move from /usr/bin to /bin, and CSMG_* macros fix.
2000-11-10 18:01:57 +00:00
Ruslan Ermilov
726b61ab5f
Avoid use of direct troff requests in mdoc(7) manual pages.
2000-11-10 17:46:15 +00:00
Bruce A. Mah
ad736bbc89
Remove SMP kernel config note that wasn't really applicable to the alpha.
...
Submitted by: obrien
2000-11-10 17:37:12 +00:00
MIHIRA Sanpei Yoshiro
7782a74560
add Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD terminal)
...
and this PC-Card has function ID as modem, pccard.conf entry
is not needed.
Submitted by: (Roger Hardiman <roger@freebsd.org>)
2000-11-10 12:43:49 +00:00
MIHIRA Sanpei Yoshiro
9a438d25dd
Add MELCO IGM-PCM56KH
...
Submitted by: HIDETOSHI Imai <hidepin@infonets.hiroshima-u.ac.jp>
bsd-nomads:14735
2000-11-10 12:38:21 +00:00
MIHIRA Sanpei Yoshiro
9dd91da202
add Xircom 10/100 Network PC Card adapter.(rev.1.149)
...
add BUFFALO LPC3-CLX
Submitted by: Takashi Ikeda <ccikeda@moon.aichi-u.ac.jp>
2000-11-10 12:35:26 +00:00
Jun Kuriyama
ecefc8cf96
Make numeric shortcut key behaving correctly in "Installation Media" menu.
...
Approved by: jkh
2000-11-10 09:50:22 +00:00
Jordan K. Hubbard
3a335eb7a7
Set BATCH and PACKAGE_BUILDING to environment before exec()ing pkg_add
...
in order to suppress onwonted package interaction.
Submitted by: steve
2000-11-10 09:34:06 +00:00
John Baldwin
6286dfe072
Update this patch to apply to the latest XFree86 3.x port.
2000-11-09 21:26:28 +00:00
John Baldwin
8fb9f960ff
Correct some old comments.
2000-11-09 21:25:58 +00:00
John Baldwin
bcd0e8ce0e
Add in a few extra documents built by the latest XFree86 3.x port.
2000-11-09 21:22:42 +00:00
Josef Karthauser
5bc4c6bbce
Remove libipsec and libradius. We're now building without support
...
for these by default.
2000-11-08 02:23:26 +00:00
Jordan K. Hubbard
17d7bfc3fc
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
Josef Karthauser
d08c457148
Fixup the /tmp directory permissions to 01777.
...
PR: misc/15875
2000-11-07 20:40:21 +00:00
Tatsumi Hosokawa
aac152216e
This file has not been used for long time.
2000-11-07 14:14:38 +00:00
Tatsumi Hosokawa
03828f2e69
Moved if_de to mfsroot.flp (we've got 16KB free space in kern.flp)
2000-11-07 14:00:04 +00:00
Josef Karthauser
57b8982cca
Load the kernel and root file systems from floppy:/.
2000-11-07 12:33:46 +00:00
Tatsumi Hosokawa
b986543ddf
Added Intel Gigabit Ethernet card to device menu.
2000-11-07 09:16:14 +00:00
Tatsumi Hosokawa
b1d6bbc98d
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
Jordan K. Hubbard
c8d2a747a4
MFS: comment character and readability fixes.
2000-11-05 22:49:15 +00:00
Don Lewis
e1a8c6b64e
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
Don Lewis
937d0d5119
Ignore chflags failure so that doMFSKERN won't abort on an NFS mounted
...
filesystem.
2000-11-05 15:38:05 +00:00
Don Lewis
d777543987
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
Josef Karthauser
c6e77fea54
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
Jordan K. Hubbard
5dbd2e5b4e
Update ports count to "over 4000"
2000-11-03 10:05:26 +00:00
Josef Karthauser
095aac1a86
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
Tatsumi Hosokawa
6415544bf7
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
Josef Karthauser
be0d2a8f18
Build picobsd object files in /usr/obj/picobsd/${TYPE}.
2000-11-02 13:38:10 +00:00
Tatsumi Hosokawa
caab6fc8a5
Revert 1.574 (maybe dummy vnconfig is better)
...
Requested by: jkh@FreeBSD.org
2000-11-02 13:22:25 +00:00
Josef Karthauser
a5e7d98e8a
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
Josef Karthauser
c7afc3e07c
Remove an unneeded declaration for OBJ.
2000-11-02 12:46:02 +00:00
Tatsumi Hosokawa
bbe6d0827c
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
MIHIRA Sanpei Yoshiro
defc432c55
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
Josef Karthauser
0a007e03a9
Copy the built kernel from the right place. (Forgotten in the last
...
commit.)
2000-11-02 01:57:23 +00:00
Nick Hibma
13ae9867af
Metricom Ricochet GS wireless USB modems are now supported.
2000-11-01 18:03:14 +00:00
Nick Hibma
163e2cc7af
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
Bruce A. Mah
ce51acb25e
Note MFC of uscanner(4).
2000-11-01 00:01:49 +00:00
Bruce A. Mah
94cdc1c80a
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
Tatsumi Hosokawa
0a3cb3425f
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
Tatsumi Hosokawa
b98c5f70ff
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
Jordan K. Hubbard
a911f71629
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
Bruce A. Mah
aac62dffff
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
Bruce A. Mah
5ea673934a
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
Bruce A. Mah
1ab28ceb87
Note MFC to 4-STABLE of mly(4) driver.
...
Submitted by: msmith
2000-10-30 18:52:22 +00:00
Søren Schmidt
18993f4eb3
Add the ATA RAID device 'ar'.
2000-10-29 13:04:04 +00:00
Eivind Eklund
dd92980bbd
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
Noriaki Mitsunaga
71ebfb26f0
Add about ncv, nsp, and stg SCSI drivers and card names which
...
are supposed to work.
2000-10-29 05:58:27 +00:00
MIHIRA Sanpei Yoshiro
33eb563d67
add PC-Card melody beep(PC Card bus, kludge version)
...
Original idea from: PAO3
2000-10-28 13:35:34 +00:00
Mike Smith
d7252b2cef
Mention the new '40LD' AMI RAID controllers that we now support.
2000-10-28 11:51:12 +00:00
MIHIRA Sanpei Yoshiro
5b02b06ac8
add Xircom CreditCard adapters and workalikes(xe driver)
...
to Default (GENERIC) Configuration
2000-10-28 01:35:21 +00:00
Seigo Tanimura
c7b0985126
Add Melco LPC2-T/LPC3-TX PCMCIA Ethernet cards.
2000-10-27 06:22:40 +00:00
Tatsumi Hosokawa
bc34f29cf4
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
Bruce A. Mah
e5f42fe5ce
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
John W. De Boskey
04063000a5
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
Jordan K. Hubbard
d9be478b74
More explicitly set crypto bits.
...
Partially submitted by: Jeff Kletsky <jeff@spotlife.com>
2000-10-26 13:19:02 +00:00
Jordan K. Hubbard
5b4d40c638
Shorten the labels in the keymap menu so it fits smaller screens.
...
Submitted by: pho
2000-10-26 12:32:28 +00:00
Bruce A. Mah
deb5cdfd95
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
Nick Hibma
dcafb17498
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
MIHIRA Sanpei Yoshiro
d55a5fbd96
add Xircom CreditCard adapters and workalikes(xe driver)
2000-10-25 15:20:10 +00:00
Jun Kuriyama
b3530b8293
Trim right column messages to display correctly in 80-column terminal.
...
Reviewed by: jkh
2000-10-25 11:36:31 +00:00
Nick Hibma
2fd84f56d5
The USB scanner driver. To be used together with SANE.
2000-10-25 10:34:38 +00:00
Bruce A. Mah
8f112745af
Add a relnote about large swap areas not panicking the system.
...
Submitted by: grog
2000-10-24 22:10:23 +00:00
David E. O'Brien
245824f1cf
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
David E. O'Brien
9e239bc22f
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
David E. O'Brien
127bc4f9e6
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 Bulte
db93a288e0
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
Bruce A. Mah
287c68a25a
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
Gregory Neil Shapiro
85e427cc94
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
Gregory Neil Shapiro
a4799e4431
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
MIHIRA Sanpei Yoshiro
e579ef5921
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
Hajimu UMEMOTO
f3581390d2
Popup IPv6 dialog, again.
2000-10-21 14:06:24 +00:00
Jonathan Chen
e4cd0fe921
note the new preliminary support of cardbus stuff
2000-10-20 19:44:36 +00:00
Gregory Neil Shapiro
a9f042fd92
Make note of merged changes.
2000-10-19 21:54:37 +00:00
Bruce A. Mah
c0fe4ab249
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
Josef Karthauser
924ea87683
Make these PICOBSD's compile... well, almost. Still some work to
...
do on PPP (atm problems.)
2000-10-18 22:02:33 +00:00
Jordan K. Hubbard
2b210391b8
Remove random from boot floppy on advice of Mark Murray
2000-10-17 22:16:15 +00:00
Bruce A. Mah
ef73bfb0f4
Clarify the location of the kernel and modules.
...
Submitted by: dcs
2000-10-17 20:32:04 +00:00
Scott Long
320bb610d5
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
Josef Karthauser
20841b5823
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
Josef Karthauser
72d93b8e80
Build the PICOBSD kernels using the 'make buildkernel' method.
2000-10-16 08:08:31 +00:00
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
Jordan K. Hubbard
53447cc7b9
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
Yoshihiro Takahashi
5ef724ac4a
The 'pci' device is not needed for SMALL floppy, but the 'pcic' device is
...
needed.
2000-09-23 07:53:01 +00:00
KATO Takenori
adfac46ed2
Added the pcn device into the list for SMALL kernel.
2000-09-23 06:20:59 +00:00
MIHIRA Sanpei Yoshiro
8436d169fe
add ``xe'' driver
...
Approved by: jkh
2000-09-22 23:48:27 +00:00
Jordan K. Hubbard
b9d13dac47
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
Jordan K. Hubbard
5e90bdab10
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
Maxim Sobolev
301a545c0d
"zope language" --> "zope platform".
...
Requested by: asami
2000-09-22 06:53:44 +00:00
Satoshi Asami
418c506d48
Add french and zope.
2000-09-22 06:32:55 +00:00
Bill Paul
73334a4329
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
Jordan K. Hubbard
a6ee521120
Simplify the ftp directory search code a little and eliminate a warning.
2000-09-19 07:45:08 +00:00
Jordan K. Hubbard
f295f79cb9
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
Andrey A. Chernov
93ddf54615
Remove unneded -lmytinfo
2000-09-16 03:56:25 +00:00
Bruce A. Mah
5cd95fe8d5
Add release note for netgraph enhancements/improvements.
...
Submitted by: archie
2000-09-15 20:52:03 +00:00
Jordan K. Hubbard
b7bbaa3ca9
Correct variable check for VAR_TRY_DHCP.
2000-09-15 08:15:14 +00:00
Bruce A. Mah
f207b58535
New release note: aac driver.
2000-09-13 16:00:54 +00:00
Mike Smith
8e847be836
Teach sysinstall about 'aac'.
2000-09-13 06:15:53 +00:00
Bruce A. Mah
fe936fcbe2
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
Bruce A. Mah
413f71808b
Note MFC: killall(1) as a C program, boot98cfg(8) for i386.
2000-09-11 15:08:21 +00:00
Bruce A. Mah
153349bab0
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 Bulte
cb9c6f9887
Overhaul of AS2[01]0[A] description.
2000-09-09 10:02:39 +00:00
Bruce A. Mah
7c2624a5fa
Note 3C556/3C556B support in the xl(4) driver and subsequent
...
MFC.
2000-09-08 22:13:53 +00:00
Bruce A. Mah
43df730912
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
Bruce A. Mah
f34a27c910
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
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