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
Andrzej Bialecki
1c8e558414
Fix to match new syntax for kget.
1999-01-14 23:19:47 +00:00
Andrzej Bialecki
d0efc0c9cd
Change to the new syscons devices.
1999-01-14 23:15:39 +00:00
Andrzej Bialecki
b9068e0a34
Make transition to ELF kernel. Fix the userconfig_script handling.
1999-01-14 23:14:46 +00:00
Andrzej Bialecki
f083684bae
(Fix null log in previous commit).
...
Change /boot/boot.conf to /boot/loader.rc - this name reflects what it
really is.
Agreed upon by: jkh, msmith and many others
1999-01-14 15:36:53 +00:00
Andrzej Bialecki
dd9131482c
*** empty log message ***
1999-01-13 21:56:58 +00:00
Joerg Wunsch
d3c8d7fa01
Mention isdn4bsd support.
...
Forgotten by: phk :)
1999-01-13 17:36:31 +00:00
Mike Smith
901b072607
Replace /mnt with ${MNT}
...
PR: misc/7965
Submitted by: Junji SAKAI sakai@jp.freebsd.org
1999-01-12 22:12:12 +00:00
Joerg Wunsch
5966cedcb9
Allow chflags(1) to fail inside the chroot environment for /R. This
...
can happen iff ${CHROOTDIR} is NFS-mounted.
1999-01-12 15:37:19 +00:00
Satoshi Asami
0e510aed5b
Oops, I missed a few more /etc/nologin references yesterday. It appears
...
my check of the tree was incomplete. Sorry guys.
Reported by: Ben Smithurst <ben@scientia.demon.co.uk>
1999-01-12 14:09:23 +00:00
Satoshi Asami
b563f7147c
Merge recent changes from doc/handbook/porting.sgml and www/en/ports/categories.
1999-01-11 12:45:18 +00:00
Jordan K. Hubbard
7385073d2a
Try some new floppy sizes.
1999-01-11 00:54:00 +00:00
Robert Nordier
c9e6c111cd
No longer install obsolete boot.help file.
1999-01-10 21:31:37 +00:00
Jordan K. Hubbard
79dc98bf2a
whoops, missed one.
1999-01-10 02:46:27 +00:00
Jordan K. Hubbard
15c2c2f3da
Nuke this - it's antiquated and unmaintained.
1999-01-09 23:14:34 +00:00
Gary Palmer
c24470b1fd
Really delete the netboot image off the alpha floppy. I think Jordan
...
got his paths confused :)
1999-01-09 19:14:22 +00:00
Bill Paul
31188d61c1
Add driver support (and man page) for PCI fast ethernet cards based
...
on the ASIX AX88140A chip. Update /sys/conf/files, RELNOTES.TXT,
/sys/i388/i386/userconfig.c, sysinstall/devices.c, GENERIC and LINT
accordingly.
For now, the only board that I know of that uses this chip is the
Alfa Inc. GFC2204. (Its predecessor, the GFC2202, was a DEC tulip card.)
Thanks again to Ulf for obtaining the board for me. If anyone runs
across another, please feel free to update the man page and/or the
release notes. (The same applies for the other drivers.)
FreeBSD should now have support for all of the DEC tulip workalike
chipsets currently on the market (Macronix, Lite-On, Winbond, ASIX).
And unless I'm mistaken, it should also have support for all PCI fast
ethernet chipsets in general (except maybe the SMC FEAST chip, which
nobody seems to ever use, including SMC). Now if only we could convince
3Com, Intel or whoever to cough up some documentation for gigabit
ethernet hardware.
Also updated RELNOTEX.TXT to mention that the SVEC PN102TX is supported
by the Macronix driver (assuming you actually have an SVEC PN102TX with
a Macronix chip on it; I tried to order a PN102TX once and got a box
labeled 'Hawking Technology PN102TX' that had a VIA Rhine board inside
it).
1999-01-09 18:12:08 +00:00
Jordan K. Hubbard
7b2b51793d
Adios, kzip - you don't work on ELF kernels.
1999-01-09 00:32:00 +00:00
Andrzej Bialecki
b51e08ff33
Replace kget with version which obtains its info from newly added
...
sysctl machdep.uc_devlist, instead of /dev/kmem.
1999-01-08 21:09:42 +00:00
Jordan K. Hubbard
bed7bf35a2
close doc race.
1999-01-08 09:13:00 +00:00
Jordan K. Hubbard
71696ba327
Copy only the boot1 and boot2 (if exists) files into mfs/boot since
...
we don't need the others there.
1999-01-08 05:33:11 +00:00
Jordan K. Hubbard
9694e175f1
DTRT with gzip'd alpha kernels.
...
Submitted by: dfr
1999-01-08 00:33:21 +00:00
Jordan K. Hubbard
af61828f44
Adapt sysinstall more fully to the alpha (deal with proper boot signatures,
...
don't present label editor, etc).
Submitted by: dfr
1999-01-08 00:14:22 +00:00
Jordan K. Hubbard
162cd2a6ab
copy resolv.conf to chroot area.
1999-01-06 19:18:45 +00:00
Peter Wemm
1825309d72
Remove some remaining references to LKM's. Snaps were trying to unpack
...
slkm* etc, among other things.
1999-01-06 13:55:14 +00:00
Jordan K. Hubbard
431463e043
Whoops, missed an instance of the old image naming.
1999-01-05 17:03:49 +00:00
Jordan K. Hubbard
ed051f627e
Remove legacy boot.config file.
1999-01-05 03:53:14 +00:00
Jordan K. Hubbard
92e86f9920
Hammer on the boot floppy generation bits some more. This is looking
...
a little better.
1999-01-05 03:44:08 +00:00
Jordan K. Hubbard
891258b761
Fix bogon in docfile placement.
1999-01-05 02:35:38 +00:00
Jordan K. Hubbard
3e5ef0fd59
Conditionalize make world in release.
1999-01-05 02:09:29 +00:00
Jordan K. Hubbard
643f7da028
Do some serious beating on the floppy generation code to try and
...
simplify it, name things more descriptively and get the kernel back
on boot.flp where it should be.
1999-01-05 01:58:44 +00:00
Jordan K. Hubbard
d26a815b77
Clean up some more residual /usr/mdec references. I left all the
...
extra rbootd/boot rom cruft pointing at /usr/mdec since it either
doesn't exist or doesn't work anyway, so who cares? :)
1999-01-03 02:18:58 +00:00
Jordan K. Hubbard
cb48829cff
Update this to deal with new boot block placement.
...
Reported by: "John W. DeBoskey" <jwd@unx.sas.com>
1999-01-02 23:15:20 +00:00
Jordan K. Hubbard
8965607263
Read in /boot contents at runtime. Assumes /boot/boot1 on alpha (which
...
may not yet be caught up).
1999-01-02 07:23:37 +00:00
Jordan K. Hubbard
0adf658a50
gzip the kern.flp kernel, don't kzip it.
1998-12-29 07:27:55 +00:00
Jordan K. Hubbard
257bf67682
Remove previous cast again - it triggers a compiler bug on the Alpha
...
which prevents sysinstall from building. We'll just have to live with
the warning on the x86. :(
1998-12-25 21:57:06 +00:00
Bill Paul
6a5359cac2
Correct the name of the SMC 1211-TX: it's called the EZ Card 10/100 PCI,
...
not EtherEZ.
1998-12-24 18:52:47 +00:00
Jordan K. Hubbard
082a22b108
Turn off NODOC again; apparently this problem was fixed.
1998-12-24 08:55:05 +00:00
Jordan K. Hubbard
f5457f7c86
Turn NODOCS on for now.
1998-12-24 04:28:25 +00:00
Andrzej Bialecki
cf99ccfbc0
Fix typo.
...
Submitted by: Ilya V. Komarov <mur@lynx.ru>
1998-12-22 21:40:56 +00:00
Jordan K. Hubbard
8d8f2bab5a
Collapse the "get" code substantially by combining common functions.
...
Also make mountpoint for each media type easier to change.
Also reshuffled some menus for easier usage.
1998-12-22 12:31:26 +00:00
Joerg Wunsch
be4a254c7d
Include information about rdp(4).
1998-12-21 18:07:16 +00:00
Jordan K. Hubbard
19676bfc7d
Just fetch distfiles from a single location. The change to textproc/docproj
...
broke my fetch heuristic anyway.
1998-12-21 17:34:33 +00:00
Jordan K. Hubbard
2f33209270
Now that textproc/docproj works properly, use it instead of the long
...
list of ports.
1998-12-18 05:13:01 +00:00
Jordan K. Hubbard
815dab5ee6
Update to note which specific brand of IDE drive does this.
1998-12-16 07:14:01 +00:00
Steve Price
23ffc3a6b1
Fix a couple grammar and typographical errors.
...
PR: 8355
Submitted by: Bruce A. Mah <bmah@ca.sandia.gov>
1998-12-13 23:37:33 +00:00
Jordan K. Hubbard
a43aa36059
Don't create unpacked ports on disc2 anymore.
1998-12-09 15:11:11 +00:00
Jordan K. Hubbard
085415fb9b
Stop erroneously claiming that we're installing booteasy.
1998-12-09 02:46:19 +00:00
Jordan K. Hubbard
aeaa1ed932
DOH! Name the mfsroot contents properly.
...
Noticed by: "Sean O'Connell" <sean@stat.Duke.EDU>
1998-12-08 00:14:51 +00:00
Bill Paul
989c9647f2
if_rl.c: make a small tweak to properly handle the Accton MPX 5030/5038
...
as a RealTek 8139
if_rlreg.h: use bus_space_read_X() in CSR_READ_X() macros instead of
directly calling inb()/outb() etc...
rl.4 + RELNOTES.TXT: mention that SMC EtherEZ PCI 1211-TX is supported
by the RealTek driver
1998-12-07 00:35:06 +00:00
Jordan K. Hubbard
872963ff95
Shuffle the exclusion list for boot.flp in an effort to get sizes
...
down again.
1998-12-06 21:58:50 +00:00
Jordan K. Hubbard
c3b8bd4952
Correct for mfsroot.flp now.
1998-12-06 20:38:49 +00:00
Jordan K. Hubbard
1fe19dd785
Fix an exceedingly *stupid* error in my floppy selection logic
...
which was hosing the fixit functionality.
PR: 8983
Fixed and embarassed by: Nobuyuki Koganemaru <kogane@koganemaru.co.jp>
:-)
1998-12-06 10:13:57 +00:00
Jordan K. Hubbard
c42340bcb7
Put mfsroot.gz on yet another filesystem so that the boot blocks
...
can really read it. Hmm. I have no idea *how* this worked in our
earlier tests on the x86. :)
1998-12-06 04:06:39 +00:00
Jordan K. Hubbard
20ff6b885f
Now that John has kindly repo-moved these files, nuke the original
...
copies and update the Makefile.
1998-12-06 00:05:43 +00:00
John Polstra
dadcaf7b20
Null commit to commemorate the momentous occasion of the repository
...
copying of these files from the parent directory. Let us all now
observe a brief moment of silence. OK, that's long enough.
Jordan will adjust the Makefiles appropriately and then "cvs rm" the
originals.
1998-12-05 22:15:10 +00:00
Bill Paul
726ff6a158
An early Christmas present: add driver support for a whole bunch of
...
PCI fast ethernet adapters, plus man pages.
if_pn.c: Netgear FA310TX model D1, LinkSys LNE100TX, Matrox FastNIC 10/100,
various other PNIC devices
if_mx.c: NDC Communications SOHOware SFA100 (Macronix 98713A), various
other boards based on the Macronix 98713, 98713A, 98715, 98715A
and 98725 chips
if_vr.c: D-Link DFE530-TX, other boards based on the VIA Rhine and
Rhine II chips (note: the D-Link and certain other cards
that actually use a Rhine II chip still return the PCI
device ID of the Rhine I. I don't know why, and it doesn't
really matter since the driver treats both chips the same
anyway.)
if_wb.c: Trendware TE100-PCIE and various other cards based on the
Winbond W89C840F chip (the Trendware card is identical to
the sample boards Winbond sent me, so who knows how many
clones there are running around)
All drivers include support for ifmedia, BPF and hardware multicast
filtering.
Also updated GENERIC, LINT, RELNOTES.TXT, userconfig and
sysinstall device list.
I also have a driver for the ASIX AX88140A in the works.
1998-12-04 18:01:24 +00:00
Jordan K. Hubbard
7297388095
Update for XFree86 3.3.3
1998-12-02 03:34:14 +00:00
Jordan K. Hubbard
3a2395b06e
1. Increase NFS path length.
...
2. Bump to XFree86 3.3.3.
1998-12-02 03:27:37 +00:00
John Polstra
6598e260f5
Add new Korean FTP mirror sites.
1998-11-27 22:48:58 +00:00
Jordan K. Hubbard
e95a493b62
Update for XFree86 3.3.3
1998-11-27 00:30:10 +00:00
Andrzej Bialecki
b75443c896
Fix errors in last commit.
1998-11-25 14:59:28 +00:00
Joerg Wunsch
cc4d84be49
Mention the preprocessor changes to ipfw(8).
1998-11-25 13:55:31 +00:00
Andrzej Bialecki
19f4762b5a
New revision of UCI project document. Comments are welcome...
1998-11-25 11:08:54 +00:00