Jordan K. Hubbard
85cfadeb74
Remove apple.com from time server list.
...
Submitted by: Mike Haro
1999-06-09 09:18:33 +00:00
Jordan K. Hubbard
47b06c4f2f
Various edits to shrink fixit and enable dhcp-client
1999-06-09 09:08:22 +00:00
Ruslan Ermilov
ea1dce7007
Switch to proper mbr.
...
OK'ed by: jkh,rnordier
1999-06-04 10:01:53 +00:00
Jordan K. Hubbard
14870ecf9f
Don't put CVS files in ports. It's kinda useful for cvs updating
...
a ports tree which was installed initially with the system later,
but this is probably not the general case (user CVSups the repository
rather than the checked-out bits) and it's penalizing everyone else
with excessive inode consumption.
1999-05-29 00:42:05 +00:00
Bill Paul
74e5e304a4
Fix support for the PNIC II. Earlier I had assumed that the PNIC II was
...
similar to the PNIC I (supported by the pn driver). In fact, it's really
a Macronix 98715A with wake on LAN support added. According to LinkSys,
the PNIC II was jointly developed by Lite-On and Macronis. I get the
feeling Macronix did most of the work. (The datasheet has the Macronix
logo on it, and is in fact nearly identical to the 98715 datasheet, except
for the extra wake on LAN registers.) In any case, the PNIC II works just
fine with the Macronix driver.
The changes are:
- Move PCI ID for the PNIC II from the pn driver to the mx driver.
- Mention PNIC II support in mx.4.
- Mention PNIC II support in RELNOTES.TXT and HARDWARE.TXT.
1999-05-28 18:43:25 +00:00
Jordan K. Hubbard
0550320175
Do a clean-up pass on error/warning messages.
1999-05-27 10:32:50 +00:00
Tim Vanderhoek
e87212489a
Update for post 3.2R since this'll be quickly forgotten otherwise.
...
Say, isn't about time for a -SNAP release?
1999-05-24 23:52:46 +00:00
Tim Vanderhoek
15e406d3ee
MF3S: typo
1999-05-24 23:44:57 +00:00
Tim Vanderhoek
6cc2d0051d
Typos (one reported in misc/11876 by Andrew Boothman <andrew@cream.org>)
1999-05-24 23:32:00 +00:00
Roger Hardiman
6d30ce34c5
Update PicoBSD kernel config files. Changes are
...
removal of bio, tty, net
removal of quotes
switches from isa? to nexus? or atkbdc?
additional comments
These bring the kernel config files in sync with those in
RELENG_3
1999-05-24 17:27:30 +00:00
Brian Somers
3da2229c1c
Use RELENG_3 as an example, not RELENG_2_2.
1999-05-23 20:01:20 +00:00
Bill Paul
33b3ee3898
- Fix up some comments in if_wi.c (no code changes)
...
- Mention that the 6Mbps turbo adapters are supported in HARDWARE.TXT
and RELNOTES.TXT and the wi.4 man page
- Mention turbo adapters in the wicontrol.8 man page and provide a
complete table of available transmit speed settings
1999-05-22 16:12:54 +00:00
David E. O'Brien
a5b3fd5d93
Remove `ix' driver. Justin Gibbs added support for the EtherExpress16 to
...
the `ie' driver in rev 1.41 of if_ie.c on 1997/04/14. Thus retiring the
`ix' driver.
Forgotten by: gibbs
1999-05-22 02:33:08 +00:00
David E. O'Brien
af28dc5848
Remove duplicated `ex0' entry.
1999-05-21 18:28:32 +00:00
Jordan K. Hubbard
99ee419296
Don't do anything on alpha machines.
1999-05-21 11:00:56 +00:00
Ollivier Robert
d4df77b1a5
ftp3.fr.freebsd.org (UVSQ, Versailles, France) has been available for a long
...
time.
Submitted by: Rémy Card <Remy.Card@csi.uvsq.fr>
1999-05-21 07:10:35 +00:00
Bill Paul
ab431312b4
This commit adds driver support for PCI fast ethernet cards based on the
...
ADMtek AL981 "Comet" chipset. The AL981 is yet another DEC tulip clone,
except with simpler receive filter options. The AL981 has a built-in
transceiver, power management support, wake on LAN and flow control.
This chip performs extremely well; it's on par with the ASIX chipset
in terms of speed, which is pretty good (it can do 11.5MB/sec with TCP
easily).
I would have committed this driver sooner, except I ran into one problem
with the AL981 that required a workaround. When the chip is transmitting
at full speed, it will sometimes wedge if you queue a series of packets
that wrap from the end of the transmit descriptor list back to the
beginning. I can't explain why this happens, and none of the other tulip
clones behave this way. The workaround this is to just watch for the end
of the transmit ring and make sure that al_start() breaks out of its
packet queuing loop and waiting until the current batch of transmissions
completes before wrapping back to the start of the ring. Fortunately, this
does not significantly impact transmit performance.
This is one of those things that takes weeks of analysis just to come
up with two or three lines of code changes.
1999-05-21 04:37:48 +00:00
Jordan K. Hubbard
d06edb61fa
Add CHAP/PAP question to the ppp setup dialog, simplifying things considerably
...
for some.
Submitted by: Jack O'Neill <jack@germanium.xtalwind.net>
1999-05-19 10:49:46 +00:00
Jordan K. Hubbard
71e13b47ac
Add ftp5.uk.freebsd.org
...
Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>
1999-05-19 08:56:56 +00:00
Nick Hibma
c00ffac3b8
Update the list of devices supported (nothing spectacular)
1999-05-18 22:48:18 +00:00
Jordan K. Hubbard
4ee02f4bb8
deal with a.out ldconfig paths also.
1999-05-18 00:44:28 +00:00
Poul-Henning Kamp
6c2859940e
More crypto bogosity.
...
(I just built a current snap-shot)
1999-05-16 12:21:54 +00:00
Poul-Henning Kamp
ce737050df
INSTALL.TXT is gone in -current (despite what Jordan says :-)
...
kerberisIV requires crypto as well.
1999-05-16 08:07:34 +00:00
Poul-Henning Kamp
249b950899
cp ${KERNEL} instead of cp kernel
1999-05-15 19:05:40 +00:00
Jordan K. Hubbard
de37d1149a
Small typo in windowmaker startup line.
1999-05-15 15:05:08 +00:00
Jordan K. Hubbard
b7f708e677
o Prevent alpha installs from grabbing x86 bits and vice-versa, at least
...
on CDs and FTP sites.
o Collapse some redundant code.
o Fix typo'd menu.
o Restrict searches properly to packages rather than categories.
o Small tweaks to signal handling.
All RELENG_3 candidates.
1999-05-15 14:34:22 +00:00
Jordan K. Hubbard
429d613afc
target is ${KERNEL}, not kernel.
...
Noticed by: "John W. DeBoskey" <jwd@unx.sas.com>
1999-05-15 11:51:39 +00:00
Jordan K. Hubbard
be06522a93
Do more impressive things for windowmaker.
1999-05-14 15:04:24 +00:00
Jordan K. Hubbard
9c422527ea
DTRT for "Latest" search keywords.
1999-05-14 14:57:59 +00:00
Jordan K. Hubbard
9e1ec576ed
Be properly verbose.
1999-05-14 14:29:50 +00:00
Jordan K. Hubbard
1398785241
Correct return status logic a bit.
1999-05-14 12:15:34 +00:00
Jordan K. Hubbard
992109823e
Yikes! I almost left out the 3D Labs server. :)
1999-05-14 07:15:05 +00:00
Jordan K. Hubbard
bae5164b37
fix stupid typo.
1999-05-13 02:49:23 +00:00
Jordan K. Hubbard
61bdb7bc9b
Correct a bug which could cause a segfault if there is no uc_devlist
...
data.
Noticed by: Bill Swingle <bill@cdrom.com>
1999-05-12 23:08:02 +00:00
Jordan K. Hubbard
25c4e179f5
Update norwegian time server.
...
Noted by: dag
1999-05-12 22:06:00 +00:00
Jordan K. Hubbard
e71d157614
Add some extra checks to make *sure* we got what we were told we got.
1999-05-12 09:22:47 +00:00
Jordan K. Hubbard
b9ad2ee3d4
Completely change the way package_add() does its work. Now we
...
handle dependencies at a lower level and use package add for this.
Also made index searches stricter.
1999-05-12 09:02:37 +00:00
Jordan K. Hubbard
a6af8d4174
Support divergent docs for different architectures.
1999-05-12 08:19:54 +00:00
Jordan K. Hubbard
04b10daf62
Punt! This file is now architecture specific.
1999-05-12 08:17:56 +00:00
Jordan K. Hubbard
2a43f686f5
A special installation guide for the Alpha. Thanks, Doug! This is good!
...
Submitted by: Doug Rabson <dfr@freebsd.org>
1999-05-12 08:17:03 +00:00
Jordan K. Hubbard
26e6116190
Erm, delete the package base hint again. Gotta lay off the crack!
...
I simply forgot that I'd already proven this to be a "really good idea that
unfortunately didn't work at all" the *last* time I tried it. Now
I remember. Hmmm. I WILL defeat this evil problem.
1999-05-12 07:12:01 +00:00
Jordan K. Hubbard
4d350c33db
We don't bundle the XFree86 release notes on the floppies anymore; take it
...
out of the appropriate menus.
1999-05-12 06:58:18 +00:00
Jordan K. Hubbard
41fe7a1406
Set PKG_ADD_BASE hint in a certain case.
1999-05-12 06:11:32 +00:00
Jordan K. Hubbard
703e69c29c
Fix a couple of bogons in the X server/desktop setup menus.
1999-05-12 04:52:41 +00:00
Jordan K. Hubbard
0f7a617de4
Hmm. Could have sworn I committed this before. Mention the jail() stuff
...
in release notes. Be kinda neat if the jail stuff refused to allow read/write
access to raw devices too. :)
1999-05-11 10:29:45 +00:00
Jordan K. Hubbard
f574e34636
Make KDE the "default" desktop.
1999-05-11 08:33:45 +00:00
Jordan K. Hubbard
e73c4fe5eb
Preserve /root's dotfiles across upgrades too.
...
PR: 6559
1999-05-11 08:00:06 +00:00
Matt Jacob
07948bbf89
add in mention of 1080/1240 support
1999-05-11 06:14:26 +00:00
David E. O'Brien
b42cb34552
MFS.
1999-05-10 00:54:18 +00:00
David E. O'Brien
9f08adb16f
Turn on compat22 dist.
1999-05-09 17:00:04 +00:00
Doug Rabson
890e94c920
Gdb has been updated to version 4.18 and is now part of the standard
...
release for FreeBSD/alpha.
1999-05-08 19:19:16 +00:00
Jordan K. Hubbard
5abc195371
Don't install compat22 by default.
...
Add some more safety belts to package foo.
1999-05-07 20:31:36 +00:00
Jordan K. Hubbard
8a8beee081
Erm, correct mighty braino in previous "don't annoy me" change.
1999-05-07 11:45:26 +00:00
Jordan K. Hubbard
ad4d616fa3
Make saving kernel configuration info disable-able (may be useful in certain
...
situations).
1999-05-07 11:02:58 +00:00
Jordan K. Hubbard
cbe5232fe7
Use a more correct filesystem type name if given a "UFS" mountpoint that's
...
not really UFS.
PR: 10711
1999-05-07 05:39:50 +00:00
Jordan K. Hubbard
973a1b96b5
Commit a more general version of the last patch; don't do any back-filling
...
of values more than once. User might want to override them.
1999-05-07 05:15:17 +00:00
Jordan K. Hubbard
db510551e9
1. Silence warning.
...
2. Deal with potential whitespace evil early (PR#7455).
1999-05-07 04:36:21 +00:00
Roger Hardiman
49d551674d
Added details of PCI network cards which work by emulating the NE2000.
...
RealTek 8029, NetVin 5000, Winbond W89C940, Surecom NE-34, VIA VT86C926.
(checked with Bill Paul)
Mention the Brooktree Bt878 is supported by the Bt848 driver.
1999-05-06 19:24:45 +00:00
Jordan K. Hubbard
eb6b299247
revert premature DHCP commit
1999-05-06 11:15:33 +00:00
Jordan K. Hubbard
44070deaa0
Argh, those last two commits snuck in with the other one by mistake.
...
Disable the non-working dhcp client code I just committed by mistake.
1999-05-06 11:05:19 +00:00
Jordan K. Hubbard
734ec189d0
Fix includes; I had a slightly different Makefile than everyone else
...
which is why I didn't see this. :)
Noted by: Maxim Sobolev <sobomax@altavista.net>
1999-05-06 11:03:21 +00:00
Jordan K. Hubbard
2d49c1f84a
Another round of updates for -current and 3.2
1999-05-05 11:34:03 +00:00
Jordan K. Hubbard
38ed24dd3c
Typo fix.
1999-05-05 10:18:55 +00:00
Jordan K. Hubbard
66e576f88d
Fix a few bogons and make this safer for humanity.
1999-05-05 10:14:06 +00:00
Andrzej Bialecki
934ebc48ce
Deal with MAKEDEV's braindedness.
...
Submitted by: Patrick Powell <papowell@astart4.astart.com>
Reviewed by: abial
1999-05-05 08:37:46 +00:00
Bill Paul
31a08ab08e
Add device driver support for the Lucent WaveLAN/IEEE 802.11 PCMCIA
...
adapter (and some workalikes). Also add man pages and a wicontrol
utility to manipulate some of the card parameters.
This driver was written using information gleaned from the Lucent HCF Light
library, though it does not use any of the HCF Light code itself, mainly
because it's contaminated by the GPL (but also because it's pretty gross).
The HCF Light lacks certain featurs from the full (but proprietary) HCF
library, including 802.11 frame encapsulation support, however it has
just enough register information about the Hermes chip to allow someone
with enough spare time and energy to implement a proper driver. (I would
have prefered getting my hands on the Hermes manual, but that's proprietary
too. For those who are wondering, the Linux driver uses the proprietary
HCF library, but it's provided in object code form only.)
Note that I do not have access to a WavePOINT access point, so I have
only been able to test ad-hoc mode. The wicontrol utility can turn on
BSS mode, but I don't know for certain that the NIC will associate with
an access point correctly. Testers are encouraged to send their results
to me so that I can find out if I screwed up or not.
1999-05-05 07:37:11 +00:00
Andrzej Bialecki
a4cc706896
Simple_HTTPd on steroids - major rework of the original program, by
...
William Lloyd. New features include:
* many additional command line options
* "fetch" mode
* less bugs :-)
* better README.
Submitted by: William Lloyd <wlloyd@lap.net>
Reviewed by: abial
1999-05-05 07:22:34 +00:00
Masafumi Max NAKANE
07a7340350
Typo fix and a very minor wording adjustment.
1999-05-05 00:20:15 +00:00
Jordan K. Hubbard
e17b155825
Substantially update this to match reality. Also do a typo/facto pass over
...
Max's serial console instructions (this is good stuff, thanks Max!).
1999-05-04 23:27:07 +00:00
Masafumi Max NAKANE
5e4b06fbd3
Add a new section ``Tips for Serial Console Users''. (Previous
...
commit included the entry for this section in the Table of Contents
by mistake.)
Also, some typo fix.
1999-05-04 15:57:09 +00:00
Masafumi Max NAKANE
7245fe241c
Style fix: make the indentation consistent.
1999-05-04 15:33:38 +00:00
Masafumi Max NAKANE
96a3add7e9
Install boot.config with `-P' in it in the i386 boot floppy.
...
Also, let the bigboot floppy to have /boot/loader.rc with
echo \007\007
autoboot 10
1999-05-02 17:43:45 +00:00
Jordan K. Hubbard
80a75bddbb
Add dhclient to mfsroot floppy - changes to sysinstall to follow.
1999-05-01 11:30:55 +00:00
Jordan K. Hubbard
afdcb1bc13
Shuffle source selection menu items to make it a little easier to use.
1999-05-01 11:27:37 +00:00
Tim Vanderhoek
61f74535f6
Change references from "passwordperiod" to "passwordtime", since
...
"passwordtime" is what passwd(1) has actually been using. I suspect
passwordperiod was the original intent. I can't figure-out which,
if either, BSDi uses. If anyone knows...
1999-04-30 18:19:46 +00:00
John Polstra
d74efe9105
pppd/Makefile:
...
Enable MS-CHAP support.
release/Makefile:
Build a separate NOCRYPT version of pppd, to keep This Great
Nation's top-secret cryptographic tools out of the filthy hands
of those evil furriners.
1999-04-29 17:56:28 +00:00
Jordan K. Hubbard
78e2e8ea35
Deal with new loader syntax in determining how/when to load a userconfig
...
script.
Submitted by: "Daniel C. Sobral" <dcs@newsguy.com>
Avoided by: jkh
Demanded by: The Users
1999-04-28 10:51:01 +00:00
Jordan K. Hubbard
da95ac4842
Write config files to /usr/share/skel as well as root's profile.
1999-04-28 07:20:11 +00:00
Jordan K. Hubbard
a5a953fc61
Do the right thing for windowmaker installation if it's picked. Add some
...
seat belts for failed desktop installations.
1999-04-28 06:39:25 +00:00
Jordan K. Hubbard
4d24621b10
o Make package matching for specific package loading use the Latest/
...
feature of packages now so that no version info is embedded.
o Add a default X desktop menu offering afterstep, enlightenment, KDE, GNOME
and Windowmaker desktops instead of the boring twm(1) based one if the
user so chooses. This will require a little testing.
1999-04-27 14:33:29 +00:00
Masafumi Max NAKANE
f7a6848306
echo ^G^G -> echo \007\007 in loader.rc in kern.flp.
1999-04-27 05:09:43 +00:00
Masafumi Max NAKANE
78e52c11c2
Change the loader.rc in the boot floppy to:
...
1. Enable use of serial console for installation by using autoboot
instead of boot.
2. Beep when the mfs root floppy needs to be placed in the fdd.
3. Beep again when mfs root image is loaded and the loader waits
for ten seconds before it starts booting for any input. (Serial
console users can say " boot -h" here.)
1999-04-25 16:42:46 +00:00
Jordan K. Hubbard
c8f07a79f8
Remove the registration stuff; we're redoing this and the emailed
...
registrations have a high failure rate for various reasons.
1999-04-24 01:53:55 +00:00
David E. O'Brien
6df198f879
Add Id.
1999-04-21 07:42:02 +00:00
David E. O'Brien
a0154df93c
Add compat3x to the mix.
...
Reviewed by: jkh
1999-04-21 07:22:37 +00:00
David E. O'Brien
0e9364c961
Add compat22 and compat3x.
1999-04-20 11:48:01 +00:00
David E. O'Brien
d790bc7096
Add script to install the compat3x distribution.
1999-04-20 11:42:51 +00:00
David E. O'Brien
ac34a7a431
Add the compat3x dist.
1999-04-20 11:41:59 +00:00
Jordan K. Hubbard
7f782a1b9e
Fix a misspelling.
1999-04-13 05:14:44 +00:00
Nick Hibma
e1bf72b241
Update the list of supported USB devices with the list that is stored in
...
usbdevs.h and usbdevs_data.h. Any additional entries are welcome.
1999-04-11 00:18:07 +00:00
Nick Hibma
377912b604
Updated the list of devices supported by the USB susystem.
...
Thanks Mike for the hint.
1999-04-10 16:54:12 +00:00
Hellmuth Michaelis
bb583c03fc
Add ISDN cards supported by isdn4bsd to list of supported hardware,
...
remove nic driver for Dr. Neuhaus Niccy 300x ISDN cards from this list
1999-04-10 14:34:29 +00:00
Mike Smith
76dcbbc686
Add a skinny USB section. Note that the Zip mention preempts the actual
...
comitting of the umass driver by a little.
1999-04-08 21:42:11 +00:00
Jordan K. Hubbard
59332d73a0
State the need to read errata more, um, strongly.
1999-04-08 06:00:01 +00:00
Jordan K. Hubbard
9d49bf557a
Don't allow upgrade to touch /usr/src; only evil can result from
...
that kind of overlay smashing.
1999-04-07 03:06:44 +00:00
Bill Paul
d02c233129
Add driver support for gigabit ethernet adapters based on the Alteon
...
Networks Tigon 1 and Tigon 2 chipsets. There are a _lot_ of OEM'ed
gigabit ethernet adapters out there which use the Alteon chipset so
this driver covers a fair amount of hardware. I know that it works with
the Alteon AceNIC, 3Com 3c985 and Netgear GA620, however it should also
work with the DEC/Compaq EtherWORKS 1000, Silicon Graphics Gigabit
ethernet board, NEC Gigabit Ethernet board and maybe even the IBM and
and Sun boards. The Netgear board is the cheapest (~$350US) but still
yields fairly good performance.
Support is provided for jumbo frames with all adapters (just set the
MTU to something larger than 1500 bytes), as well as hardware multicast
filtering and vlan tagging (in conjunction with the vlan support in
-current, which I should merge into -stable soon). There are some hooks
for checksum offload support, but they're turned off for now since
FreeBSD doesn't have an officially sanctioned way to support checksum
offloading (yet).
I have not added the 'device ti0' entry to GENERIC since the driver
with all the firmware compiled in is quite large, and it doesn't really
fit into the category of generic hardware.
1999-04-06 17:08:31 +00:00
Jordan K. Hubbard
3e6a56bb87
Add an option for resetting and rescanning the probed device list, perhaps
...
to now detect that CD you just remembered to put in the drive or that
pccard NIC that you've inserted (anybody can put pccardd in an mfsroot image
now you know.. :)
Requested by: Annelise Anderson <andrsn@andrsn.Stanford.EDU>
1999-04-06 08:25:53 +00:00
David E. O'Brien
488a805f88
4.0 will offer EGCS over GCC to the world.
1999-04-04 21:50:07 +00:00
SADA Kenji
8e8d540f0d
Make release would fail for lack of /etc/resolv.conf or $DISTFILES/
...
PR: misc/9913
Submitted by: YAMAMOTO Shigeru <shigeru@bremen.or.jp>
1999-03-31 11:18:52 +00:00
Jordan K. Hubbard
696ff94de7
Bump default root fs sizes, for both i386 and alpha architectures.
1999-03-30 04:09:21 +00:00
Nik Clayton
fa93788041
If ALLLANG is not set then ensure that DOC_LANG=en is, so that
...
the English Handbook is built (it's not built by default any more).
1999-03-27 16:02:04 +00:00
Jordan K. Hubbard
0f74091f66
1. Update TAPE to point to new CAM-style device name.
...
2. Don't prompt for removal twice on fixit floppy.
Submitted by: jack <jack@germanium.xtalwind.net>
1999-03-27 01:48:44 +00:00
Jordan K. Hubbard
1895abde6f
Offer an X Kern Developer collection, by user request (it's also more
...
orthogonal to the other entries).
Clean up X selection code a bit.
Choose proper architecture subdirectories on mirror sites now that we've
gone fully to the new multi-arch directory scheme.
1999-03-19 10:54:38 +00:00
Jordan K. Hubbard
3e4cc6bfc4
Add /etc/rc.firewall to list of "save after upgrade" targets.
1999-03-19 08:22:31 +00:00
Jordan K. Hubbard
b05b1d8172
This apparently works now, excise it from TROUBLE.TXT
1999-03-18 06:43:01 +00:00
David E. O'Brien
51bb9af7e5
Add import of ISC's DHCP client & the upgrade of Groff.
1999-03-15 09:41:22 +00:00
Mark Murray
5beaada399
Bitrot. Remove objlink as it is not pleasant to be downwind.
...
PR: 8071
Reviewed by: Sheldon Hearn <sheldonh@iafrica.com>
1999-03-14 20:41:14 +00:00
Jordan K. Hubbard
03fd03689e
Update to post-branch state (yeesh!)
1999-03-12 22:45:42 +00:00
Brian Somers
c47524e783
Change permissions on /etc/ppp/ppp.conf to 0640.
1999-03-11 18:22:23 +00:00
Jordan K. Hubbard
960d04f6fc
Make proper symlinks for fixit mode and ELF binaries.
...
Noticed by: jdp
1999-03-11 09:38:06 +00:00
Jordan K. Hubbard
063d580388
Also look under FREEBSD/.. for distribution files; I meant to do this
...
for the DOS distro.
1999-03-10 21:59:01 +00:00
Jordan K. Hubbard
23aac4b3bb
We don't use this anymore - nuke it.
1999-03-10 03:50:38 +00:00
Jordan K. Hubbard
c978c8324f
Merge some doc updates which got only into the 3.0 branch during the last
...
release cycle.
1999-03-10 02:50:32 +00:00
Andrzej Bialecki
9509885927
Take boot1/boot2 from their new place, i.e. /boot/, not from
...
(currently nonexistent) /usr/mdec/.
Submitted by: luigi
1999-03-09 21:15:08 +00:00
Jordan K. Hubbard
fca8402bb3
o Use larger minimum root size on alpha.
...
o Use proper architecture subdir when fetching bits from snapshot servers.
Submitted by: Doug Rabson <dfr@nlsystems.com>
1999-03-09 12:36:28 +00:00
Jordan K. Hubbard
862ff8fb27
Add Specialix SI/XIO/SX ISA, EISA and PCI serial expansion cards/modules
...
Submitted by: Nick Sayer <nsayer@quack.kfu.com>
PR: 10456
1999-03-08 23:41:12 +00:00
Jordan K. Hubbard
b48125eaa8
Update reference to setup.exe (which is now dead).
1999-02-23 04:19:30 +00:00
Jordan K. Hubbard
36f6982577
Document a changed variable name.
1999-02-18 23:59:58 +00:00
Jordan K. Hubbard
d207e2138a
Be more forgiving of PnP config saving failures.
1999-02-16 01:58:04 +00:00
Jordan K. Hubbard
46da642360
Update to deal with pnp userconfig data.
...
Submitted by: abial
1999-02-15 07:07:37 +00:00
Jordan K. Hubbard
8ac5a460c0
Add entry for gnome category.
1999-02-15 04:57:07 +00:00
Jordan K. Hubbard
02f3e729fe
Write out new boot blocks on upgrade.
1999-02-15 02:22:47 +00:00
Jordan K. Hubbard
065f34b7e2
Unbreak the fixit floppy.
...
Clean up some of the media handling to use common routines.
1999-02-15 00:49:33 +00:00
Andrzej Bialecki
5a1e113f67
Copy the 'reboot' script only for "dial" floppy.
1999-02-15 00:27:00 +00:00
Jordan K. Hubbard
21300d38a6
Put a convenient marker in rc.conf to show updates.
...
Better screen saver descriptions.
1999-02-14 21:35:02 +00:00
Jordan K. Hubbard
046bfca773
Fix incorrect initial state for two variables.
1999-02-14 21:26:29 +00:00
Jordan K. Hubbard
829024ef22
MF3: SYSVMSG addition, fluff with release notes.
1999-02-14 20:14:58 +00:00
Jordan K. Hubbard
1853f513c2
Include all the recent screen savers.
1999-02-14 20:14:07 +00:00
Jordan K. Hubbard
246a56f16e
Update to match ports reality.
1999-02-14 18:53:17 +00:00
Jordan K. Hubbard
340f94beeb
4.0-current!
1999-02-14 18:48:44 +00:00
Dag-Erling Smørgrav
ad5ebf3fba
Ignore errors from chflags. This makes it possible to make installworld
...
with DESTDIR set to an NFS-mounted file system.
1999-02-14 13:56:15 +00:00
Jordan K. Hubbard
0616103816
rc.conf vars no longer "dirty" by default.
1999-02-14 07:35:27 +00:00
Jordan K. Hubbard
37e9b7b068
Preserve existing rc.conf contents.
1999-02-14 05:52:57 +00:00
Jordan K. Hubbard
cccdcabe4d
Update to current state of /etc
1999-02-13 05:18:06 +00:00
Andrzej Bialecki
f8ee1a074a
Merge from RELENG_3.
1999-02-12 20:36:13 +00:00
Jordan K. Hubbard
ef56f6db5d
Add spanish mirrors to FTP menu.
1999-02-11 14:42:39 +00:00
Jordan K. Hubbard
edc2bcee4d
List diamond fireport cards under Symbios section.
...
Submitted by: Stephen McKay <syssgm@detir.qld.gov.au>
1999-02-11 14:00:14 +00:00
Jordan K. Hubbard
fb71f0f661
Install the correct rc.conf file.
1999-02-10 09:15:27 +00:00
Dag-Erling Smørgrav
8a8c13bd0d
Use ppbus instead of the lpt driver.
1999-02-10 02:26:04 +00:00
Mike Smith
c8fe5d2a22
The loader doesn't use '@' to suppress command lines anymore.
1999-02-10 01:57:38 +00:00
Jordan K. Hubbard
58dd43480c
Write changes out to /etc/rc.conf again; rc.conf.site is dead!
1999-02-09 22:18:10 +00:00
Jordan K. Hubbard
af2a7159f7
If user selects X, also auto-select compat22 (for now).
1999-02-07 12:57:04 +00:00
Jordan K. Hubbard
219771720a
SMAILCF distro no longer exists.
1999-02-07 12:43:14 +00:00
Jordan K. Hubbard
9cb65f67ce
Reshuffle a number of menus to be more navigable. Delete extra
...
Root Password entry (PR#9291 - Jack O'Neill).
1999-02-06 16:35:26 +00:00
Jordan K. Hubbard
61bbe58e17
Ack! Correct a typo which crept into here and reshuffle the index back
...
into alphabetical order.
1999-02-06 08:45:20 +00:00
Jordan K. Hubbard
1dbeea2692
BASE=4.0
1999-02-06 06:51:30 +00:00
Jordan K. Hubbard
b1e7bed4c0
Add one more "escape" for marking internal variables.
1999-02-05 22:25:13 +00:00
Jordan K. Hubbard
63cad5499d
Totally change the way variables are accounted for in sysinstall.
...
Now we know which variables are internal and which need to be
backed to /etc/rc.conf.site. rc.conf is not touched now.
Also kget kernel change information back properly and set up a loader.rc
file to use it.
1999-02-05 22:15:52 +00:00
Jordan K. Hubbard
d7f9b906ed
Bump MFS up to 2.88MB. Now there's room for quite a bit more stuff
...
(like a dhcp client?).
1999-02-05 10:09:11 +00:00
Jordan K. Hubbard
0ea78a4808
Update snapshot build machine names.
1999-02-05 09:54:59 +00:00
Jordan K. Hubbard
73a5edc181
Indicate that we're using XFree86 3.3.3.1
1999-02-05 09:28:16 +00:00
Jordan K. Hubbard
b236caa286
Add a lot of additional keymaps to the appropriate menu.
...
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1999-02-04 13:47:54 +00:00
Jordan K. Hubbard
bfaa302e64
Add compat22 distribution in anticipation of its appearance.
1999-02-04 03:30:34 +00:00
Joerg Wunsch
f1689b7f23
Several recent additions. Folks, please update this file if you add some
...
new feature to the system!
. SVR4 emulation
. NTFS
. upgrade of f77 via f2c
1999-02-03 17:27:12 +00:00
Jordan K. Hubbard
5d5c8f3b7b
List palm pilot category.
1999-02-02 16:57:55 +00:00
Jordan K. Hubbard
86784dbcd2
Show dependencies in package menu.
...
PR: 7454
Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
1999-02-02 15:57:14 +00:00
Jordan K. Hubbard
f248b38722
Whoops, don't break the alpha release build in copying the boot
...
images - be smarter about it.
1999-02-01 18:08:07 +00:00
Jordan K. Hubbard
750eba274b
Man, was I ever smoking crack when I wrote this. Don't free()
...
values I'm going to use again. :-}
1999-02-01 16:35:40 +00:00
Jordan K. Hubbard
c49127f127
Adjust notes to describe new boot floppy scheme.
1999-01-31 12:55:08 +00:00
Jordan K. Hubbard
50156effd9
Don't strip out stuff from boot.flp now that it's twice the size.
1999-01-31 12:41:12 +00:00
Jordan K. Hubbard
b5d01310b1
Well, we've blown out boot.flp again. Time to go to 2.88MB format
...
for those folks with large floppy drives, LS-120s or CDROMs. Everyone
else will now have to use kern.flp & mfsroot.flp to install from.
We've held this off as long as possible and there's just no more fat
to trim. :( I'll look at increasing the mfsroot size too later, depending
on how well it compresses.
1999-01-31 12:38:19 +00:00
Jordan K. Hubbard
6bda53ee82
Be more selective about installing things from /boot; no telling
...
what might wind up there in the future to overflow us again.
1999-01-31 03:53:55 +00:00
Jordan K. Hubbard
6f6f564445
1. Install /boot/loader correctly on boot.flp
...
2. Back up old rc.conf.site if it exists.
1999-01-30 22:15:36 +00:00
Bill Paul
4d7a9b1889
Add two additional cards to the supported adapters list: the Racore 8165
...
and Racore 8148 adapters are now supported by the ThunderLAN driver.
The 8165 is just a plain vanilla 10/100 card; the 8148 is a 'multi-
personality' adapter which can support 10baseT, 100baseTX and 100baseFX
if you include the proper modules.
Also update the tl man page to mention the Racore cards.
1999-01-29 16:25:20 +00:00
Jordan K. Hubbard
50895b8915
More support for Alpha installs.
...
Submitted by: dfr
1999-01-29 11:39:04 +00:00
Jordan K. Hubbard
3a2d4948bf
Nuke pnp0 from boot.flp
1999-01-28 06:27:41 +00:00
Jordan K. Hubbard
24c1db52ef
Write changes out to /etc/rc.conf.site now rather than mucking with
...
rc.conf. There were many different ways I could have done this, some of
them "cleaner", but this represented the lowest impact.
1999-01-27 02:32:47 +00:00
Jordan K. Hubbard
7953e823ae
OK, now the boot floppies work again. Also collapse some common
...
build cases.
1999-01-26 15:22:29 +00:00
Jordan K. Hubbard
ccfcf93e53
1. Adjust fs sizes to get floppies back under control.
...
2. Viciously slash all CD support out of boot.flp. It's basically just
a net boot floppy now.
1999-01-26 15:14:11 +00:00
Jordan K. Hubbard
b75895b4d0
NO_LKM is deprecated
1999-01-26 12:59:09 +00:00
Jordan K. Hubbard
a566c3ca7e
s/wcd/acd/
...
Noted by: des
1999-01-26 10:18:52 +00:00
Jordan K. Hubbard
5bd0196abc
Play with MFS size a little.
1999-01-25 04:57:07 +00:00
Jordan K. Hubbard
5d2b50da3c
swap support is actually pretty important; put it back
...
CVS: ----------------------------------------------------------------------
1999-01-22 19:11:37 +00:00
Garrett Wollman
129a627970
Update for 4.0 by adding the first two major changes and deleting a lot
...
of irrelevant (2.x/3.x) content.
1999-01-21 23:26:34 +00:00
Jordan K. Hubbard
70af253a69
Set JADETEX=no on ports build line.
...
Prompted by: nik
1999-01-20 23:24:06 +00:00
Jordan K. Hubbard
c80ac74f4b
Replace old SAVE_USERCONFIG code with a customized version of Andrzej's
...
kget code. Also collapse a redundant case in cdrom code.
1999-01-20 12:31:43 +00:00
Jordan K. Hubbard
bd1ac8296b
Remove obsolete dset code. It's an ELF/3-stage boot world now and there
...
are cleaner ways of doing this that don't involve stomping on kernel
binaries directly.
1999-01-20 11:56:42 +00:00
Andrzej Bialecki
cfc0e28a51
Add missing "quit".
1999-01-19 23:15:56 +00:00
Andrzej Bialecki
9dacf92623
Don't start (now) noneexistent snmpd.
1999-01-19 23:15:41 +00:00
Andrzej Bialecki
05693a30ce
Remove generated copy of the file.
1999-01-19 23:14:30 +00:00
Andrzej Bialecki
d3ce4405b6
Add NOPAM hook.
1999-01-19 23:12:50 +00:00
Andrzej Bialecki
281c9803a2
Remove PROCFS - we don't use it.
1999-01-19 23:12:27 +00:00
Andrzej Bialecki
b37d50de2e
Remove snmp for now - it has to either shrink, or we have to invent
...
something else...
1999-01-19 23:11:50 +00:00
Andrzej Bialecki
bc8fb49115
Add NOPAM hook to be able to use login(1) here...
1999-01-19 23:10:34 +00:00
Andrzej Bialecki
9f63a91c4c
Sync more with reality...
1999-01-19 23:09:46 +00:00
Andrzej Bialecki
3f81b6e1f1
Emulate getpass behaviour when asking for user's password.
...
Add ability to use PAP/CHAP authentication in auto-generated ppp.conf.
Let users edit ppp arguments before the first run.
1999-01-19 23:09:15 +00:00
Andrzej Bialecki
0b8ce10c41
Add stty to emulate getpass in dialup script.
1999-01-19 23:07:17 +00:00
Andrzej Bialecki
0b0da843a9
Next round of fixes before 3.1-RELEASE.
1999-01-19 23:02:05 +00:00
Andrzej Bialecki
d27f3d61be
Bump version number to 0.43
1999-01-19 23:01:25 +00:00
Kenneth D. Merry
8db3059d03
Significant modifications to the SCSI controller support sections in both
...
files. They are now both basically the same. I also modified the driver
list in HARDWARE.TXT: add the adw and isp drivers, and indicate that the
uha driver isn't yet supported under CAM.
This includes specific mention of all supported NCR and BusLogic models,
additional qualification of the supported DPT and QLogic models, and some
additions to the list of supported onboard Adaptec chips.
The hope is, of course, that this will lead to fewer questions like "is the
froboz SCSI controller supported?"
I think the formatting of the new entries looks okay, but someone with a
better eye for things like that might want to look at this.
1999-01-19 22:24:06 +00:00
Kenneth D. Merry
95e6a1e05e
Qualify Adaptec 2920 support -- only the 2920C is supported. The 2920 is a
...
rebadged Future Domain card that is not supported.
Also, only the DPT SmartRAID III and IV are supported. (The SmartRAID V
isn't yet supported by the DPT driver.)
1999-01-19 05:59:43 +00:00
Bill Paul
395a1eda4d
Update to include new drivers, mention newly supported fast ethernet
...
adapters.
1999-01-18 19:25:30 +00:00
Bill Paul
e2be51399d
Mention that the CNet Pro110B is supported (ax driver).
1999-01-18 17:26:01 +00:00
Andrzej Bialecki
d54d292d52
Fix copy & paste error.
...
Submitted by: Reinier Bezuidenhout <rbezuide@oskar.nanoteq.co.za>
1999-01-18 10:17:38 +00:00
Jordan K. Hubbard
3f58aadfc4
More floppy size adjustments - I thought I'd already committed these, whoops!
1999-01-16 22:42:25 +00:00
Daniel O'Callaghan
7621c7c32a
Fix Makefile so it works.
...
Change date format to yyyy/mm/dd hh:mm:ss
Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
1999-01-16 03:50:10 +00:00
Andrzej Bialecki
6b75c010a0
Use the new kget syntax.
1999-01-14 23:23:19 +00:00
Andrzej Bialecki
e8929da0c5
Add natd entry.
1999-01-14 23:23:02 +00:00
Andrzej Bialecki
f6e84454ab
Change to new syscons devices.
1999-01-14 23:22:51 +00:00
Andrzej Bialecki
6cca71034d
Use the new syntax for kget.
1999-01-14 23:21:04 +00:00