Commit Graph

2346 Commits

Author SHA1 Message Date
jkh
bef40192ab If enlightenment is present, gnome-session starts it automagically. 1999-09-15 02:52:56 +00:00
jkh
177173e8b3 Don't need to add bpf anymore. 1999-09-14 18:43:35 +00:00
obrien
3cf9a59c4d Foo. Maybe I should get Peter to hook ispell up in commit_prep.pl. 1999-09-14 10:38:45 +00:00
obrien
07344a5e94 Add the NIS domain to the tweakable knobs. 1999-09-14 09:15:35 +00:00
jkh
196674d2c9 Brutally rip more stuff out of the fixit image so that we can start
build 4.0-stapshots again.  It's still overflowing. :(
1999-09-14 04:24:29 +00:00
peter
e2715abf66 Make the fixit floppy 2.88MB as a temporary "solution" to get the nightly
snaps re-running.  This is not a fix.  (The alpha already does this)
1999-09-13 19:06:21 +00:00
jkh
d81166eb85 Apparently, it's not console=serial to set the serial console,
it's serial=comconsole.  I wish it were easier to figure this
stuff out. :)

Submitted by:	jfieber
1999-09-13 16:24:08 +00:00
jkh
db9dbb0a3c Preserve permissions through tar pipelines. 1999-09-11 06:11:52 +00:00
jkh
bf513d744c Remove duplicated bits from boot floppy (where they're already available) in
an effort to get this back down to size.
1999-09-09 21:20:55 +00:00
jkh
35f6a59e98 Provide another installation option for GNOME so we have the more "classic
GNOME" desktop that Debian does as an option.
1999-09-08 04:48:26 +00:00
jkh
fde57b0386 Bump maxusers in installation kernel down to something more low-memory
friendly.
1999-09-08 04:46:35 +00:00
jkh
16f9b4552c Allow flags to be passed to patch when using LOCAL_PATCHES 1999-09-07 20:47:42 +00:00
jkh
2dd43ec810 VERY preliminary versions of these documents for the Alpha. I've
made only the most superficial changes so far to HARDWARE.TXT and
eliminated the stuff I absolutely knew didn't work.  That still leaves
a lot of work to do and this is mostly just a place-holder for now.
1999-09-06 15:10:54 +00:00
jkh
6a139b5982 Only do dhclient once; it has its own internal retry which is more than
long enough (and doing it multiple times results in a dialog which waits
AGES to complete).
1999-09-06 15:06:17 +00:00
wpaul
d963135a0b This commit adds driver support for PCI fast ethernet NICs based on
the Davicom DM9100 and DM9102 chipsets, including the Jaton Corporation
XPressNet. Datasheet is available from www.davicom8.com.

The DM910x chips are still more tulip clones. The API is reproduced
pretty faithfully, unfortunately the performance is pretty bad. The
transmitter seems to have a lot of problems DMAing multi-fragment
packets. The only way to make it work reliably is to coalesce transmitted
packets into a single contiguous buffer. The Linux driver (written by
Davicom) actually does something similar to this. I can't recomment this
NIC as anything more than a "connectivity solution."

This driver uses newbus and miibus and is supported on both i386
and alpha platforms.
1999-09-06 06:14:30 +00:00
jkh
ee1384a267 Fix an old reference to the old docs directories. Looks like
this one went completely uncaught for months!

Caught by:	jack <jack@germanium.xtalwind.net>
1999-09-06 03:30:38 +00:00
wpaul
3489469f10 This commit adds driver support for the Silicon Integrated Systems
SiS 900 and SiS 7016 PCI fast ethernet chipsets. Full manuals for the
SiS chips can be found at www.sis.com.tw.

This is a fairly simple chipset. The receiver uses a 128-bit multicast
hash table and single perfect entry for the station address. Transmit and
receive DMA and FIFO thresholds are easily tuneable. Documentation is
pretty decent and performance is not bad, even on my crufty 486. This
driver uses newbus and miibus and is supported on both the i386 and
alpha architectures.
1999-09-05 21:01:03 +00:00
green
4d2dae8cb2 Update to include IPFW changes that have happened relatively recently. 1999-09-04 17:37:02 +00:00
jkh
ec691e8888 Update to XFree86 release 3.3.5 1999-09-04 16:24:33 +00:00
jkh
101b5429b3 o Catch up with pnp changes - kget no longer saves pnp data.
o Catch up with ncurses updates - some internal function names have changed.
1999-09-04 16:01:15 +00:00
jkh
167ab7758c Migrate these files down to their ${ARCH} subdir. I should have done
this awhile back (next commit will kludge up something reasonable
for the Alpha).
1999-09-04 08:54:14 +00:00
jkh
9a3770b7e5 MFS: I found a few bogons here which were fixed in -stable (!) but not
-current.
1999-09-04 08:47:15 +00:00
jkh
3ee304558c It's "router_flags" not "routerflags"
Submitted by:	kasey@ambernetworks.com
PR:		13534
1999-09-02 11:55:11 +00:00
jkh
2b983202e6 Oh crud, did I ever screw the pooch! Rather than sync this with -stable,
I backed-out the changes in -current and didn't touch stable at all (I
thought I had my patch order reversed, not what actually happened).
AIEEE!  I can't even blame the crack for this one since I broke my
crack pipe a few weeks ago.  I think sleep deprivation gets the blame
for this one.

Medal for noticing this one goes to:	Jim Bloom <bloom@acm.org>
1999-09-02 00:51:16 +00:00
jkh
2fdb12ea19 MFC: Catch 3.2-stable sysinstall up to 4.0-current level functionality,
bringing in DHCP support.  The only thing I left out were Poul-Henning's
newfs changes since I'm not sure if he's brought the rest of that support
into -stable yet.  If it turns out that this is the case, I'll MFC those
changes too.
1999-09-01 04:29:30 +00:00
brian
fd1aaa60e2 Ppp is started on vty2, not vty3 1999-09-01 00:53:25 +00:00
dwhite
84de4ae03c Remove tee from stage1 call. You can't capture the return code from stage1
(easily) so it gives false 'success' indications.
1999-08-29 19:16:29 +00:00
dwhite
c0fcda6e0b MFS: Dialog-ify 'reuse custom directory' question. 1999-08-29 19:11:11 +00:00
jkh
fd7c9f4229 Always set the MBR value. When you leave it uninitialized, it seems
like libdisk does bad things. :)
1999-08-28 12:10:13 +00:00
roger
4551595b84 Backout my last commit. Exit status is $? 1999-08-28 08:04:15 +00:00
roger
197433c381 Add file which was missed in last commits due to CVS problems 1999-08-28 06:24:16 +00:00
roger
a5e1f71238 Add file which was missing from previous commits 1999-08-28 06:22:07 +00:00
peter
efabb9ccb1 $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
roger
74c7494ba1 'build' calls 'stage1'
The check for the exit status of the 'stage1' script was broken.
Change "X$?" != "X0" to "X?" != "X0"
1999-08-27 07:41:25 +00:00
jkh
e7fac5b9a5 Fix a typo.
Reported by:	Terry Jones <terry@cliffs.ucsd.edu>
1999-08-27 06:25:37 +00:00
nik
c3f2c4e2a9 Handle the new Makefile infrastructure in the doc/ repository.
Set ALLLANG to install all the languages, otherwise set DOC_LANG
to just the languages (and encodings) you want to install.

Default to building the html-split (lots of small HTML files, with
links to go between them), html (one big honking HTML file), and plain
text versions of the documentation.  Does not compress any of the docs
prior to doing the installation.

Testing and feedback:   Jack O'Neill <jack@germanium.xtalwind.net>,
Cockups and typos:      nik
1999-08-26 19:50:14 +00:00
roger
2e56906b46 Sync with -stable version 1999-08-26 18:36:36 +00:00
roger
77d8ff89a2 Comment out references to ssh to allow builds to complete. 1999-08-26 17:58:58 +00:00
roger
7f8de05700 Update so it applies cleanly 1999-08-26 15:17:24 +00:00
roger
48980afdc0 Update patch so it applies cleanly 1999-08-26 15:13:00 +00:00
roger
74f029a93f Changed to get the page size using a sysctl rather than using DEFAULT_PAGE_SIZE
Suggested by: Alan Cox
1999-08-26 11:11:48 +00:00
gallatin
2511d28a26 Mention our support of the xp1000 family 1999-08-25 21:14:03 +00:00
dwhite
e0240141ee Add missing quote. 1999-08-25 01:12:55 +00:00
dwhite
ad67ebdb8c Fix patch so it applies without asking for a filename. 1999-08-24 23:28:26 +00:00
dwhite
f92baad414 Add 'options MFS_ROOT' back in to kernel configs -- not going to get far
without that!
1999-08-23 18:49:52 +00:00
luigi
41ff5573af Add missing files from previous commits. 1999-08-23 11:04:23 +00:00
luigi
4dc9c6202d Add missing file from previous commit 1999-08-23 11:02:08 +00:00
luigi
5ac09b3628 Remove some files probably forgotten from previous commit. 1999-08-23 10:23:32 +00:00
luigi
f4e491e93d Add missing files probably forgotten in previous commit 1999-08-23 10:19:15 +00:00
luigi
3486685dfa Add missing files probably forgotten in previous commit 1999-08-23 10:13:06 +00:00