pst
9c5e1707ff
Add support for explicit 3C589D varients and XJ1336 modems
1997-12-16 02:43:26 +00:00
nate
be825afa58
- Added entry for 'Linksys Combo PCMCIA EthernetCard'
...
Submitted by: Brad Karp <karp@eecs.harvard.edu>
1997-12-07 05:20:56 +00:00
nate
91837998ad
- Added entries for LinkSys ethernet card and Apex Data Modem.
...
Submitted by: Ken Key <key@cs.utk.edu>
1997-12-05 04:33:58 +00:00
nate
55aa8e4cf0
- Added entry for Accton 2216 ethernet card.
...
Submitted by: Patrick Gardella <patrick@cre8tivegroup.com>
1997-11-14 18:48:59 +00:00
nate
cc80ec55d5
- Commented out some PAO specific portions of this file.
...
Noticed by: Michael Reifenberger <root@totum.plaut.de>
1997-10-30 01:17:01 +00:00
msmith
3b7cb7b651
Add entries for the Danpex EN-6200P2 and Megahertz XJ4336
1997-10-23 14:00:40 +00:00
nate
80c218094f
- Update the Adaptect SlimSCSI CIS tuple so that it works with FreeBSD's
...
default pccard daemon.
1997-10-21 18:07:36 +00:00
jkh
032c8e96fd
Back out my last commit - the trailing / should stay and fetch(1) should
...
stop puking on null directory components.
1997-10-08 12:07:09 +00:00
jkh
204fe37212
Remove trailing slash from MASTER_SITE_BACKUP example since it
...
can lead to two trailing /'s, which is in turn an invalid URL (just
bit me :-).
1997-10-08 10:56:27 +00:00
jkh
2f54933dbb
Document the ever decreasingly popular USA_RESIDENT variable.
1997-09-28 22:11:21 +00:00
markm
3c7b1d650b
Final commit for KTH KerberosIV.
...
-DMAKE_EBONES -> -DMAKE_KERBEROS4
1997-09-28 09:29:11 +00:00
jkh
cad33adc3c
By popular request, change the default suggested value for CFLAGS
...
and also note that COPTFLAGS is _just_ for the kernel and CFLAGS just
for userland.
1997-09-10 13:35:33 +00:00
bde
d01fed8816
Updated serial console options.
1997-06-09 05:38:41 +00:00
andreas
15e8d145ec
synchronize with bsd.doc.mk (long outstanding fix)
...
PR: closes docs/3479
1997-05-03 19:58:39 +00:00
asami
ba2e0ac267
Add comments about overridable MASTER_SITE_* variables.
...
Suggested by: Narvi <narvi@haldjas.folklore.ee>
1997-04-15 08:16:44 +00:00
scrappy
a0cf674c26
Remove MAKEFLAGS example from /etc/make.conf...
...
Bruce points out that it breaks things if someone doesn't do a 'make depend',
but I just found out that it breaks 'make depend' itself :(
1997-03-31 05:26:39 +00:00
scrappy
016f3bea41
Add/document MAKEFLAGS into /etc/make.conf, using -j3 as example
1997-03-30 23:43:41 +00:00
joerg
066a6a67d2
top(1) has a tunable parameter for the hash size to hash the user
...
entries. Mention it in make.conf.
1997-03-25 00:04:33 +00:00
peter
0e0dfca0f9
Revert $FreeBSD$ to $Id$
1997-02-23 09:21:14 +00:00
bde
ff265f99e7
Select between the generic math functions and the i387-specific ones
...
at runtime.
etc/make.conf:
Nuked HAVE_FPU option.
lib/msun/Makefile:
Always build the i387 objects. Copy the i387 source files at build
time so that the i387 objects have different names. This is simpler
than renaming the files in the cvs repository or repeating half of
bsd.lib.mk to add explicit rules.
lib/msun/src/*.c:
Renamed all functions that have an i387-specific version by adding
`__generic_' to their names.
lib/msun/src/get_hw_float.c:
New file for getting machdep.hw_float from the kernel.
sys/i386/include/asmacros.h:
Abuse the ENTRY() macro to generate jump vectors and associated code.
This works much like PIC PLT dynamic initialization. The PIC case is
messy. The old i387 entry points are renamed. Renaming is easier
here because the names are given by macro expansions.
1997-02-16 18:26:31 +00:00
jkh
0e1b30b06f
Document FTP_PASSIVE_MODE in the place where I usually set it.
1997-02-13 09:07:32 +00:00
jkh
9c0cd3f9df
Make the long-awaited change from $Id$ to $FreeBSD$
...
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
peter
513a46fc19
Add commented out samples on how to activate the compat libs during build.
...
Note that nothing is stopping somebody from cd'ing to src/lib/compat/<dist>
and doing a 'make all install' there by hand.
1996-12-23 05:17:09 +00:00
ache
e028dcef2f
cvsup client moved from sbin to bin
...
2.2 candidate
1996-12-16 03:37:59 +00:00
ache
95bc2d7219
Add -z to CVSupflags, it iz safe because it is done by zlib,
...
not by extra gzip child
1996-11-01 17:12:07 +00:00
pst
90a197fe6d
catch a mismatch after final review...
1996-10-14 17:27:53 +00:00
pst
bbf0127037
Expose the control mechanism for serial console boot so that the default
...
shipped with freebsd can be changed without modifying the Makefiles directly.
Creates: BOOT_FORCE_COMCONSOLE
BOOT_PROBE_KEYBOARD
BOOT_PROBE_KEYBOARD_LOCK
BOOT_COMCONSOLE (port value for console)
1996-10-14 17:25:53 +00:00
ache
bad1ae67dd
Use full path for cvsup
1996-10-05 19:41:31 +00:00
ache
53bc0ddaba
Add CVSup block (commented out)
1996-10-05 18:51:45 +00:00
peter
b38a23c7b7
Remove SHARED_LIBCC_INT sample, it's gone and has been a do-nothing option
...
since the cc1/cc1plus backends were linked static some time ago.
1996-09-21 14:30:23 +00:00
nate
e932c128c5
Add the (commented out) OBJLINK hook.
1996-06-24 16:50:39 +00:00
nate
09680a51de
Remove the hardcoding of the IRQ, and instead have it determine a free
...
IRQ.
For now only enable on the 3C589 until other cards have been tested.
1996-06-19 01:28:07 +00:00
nate
faa29f9075
Change the 'nep0' lines to 'ep0' since we are very soon to get a working
...
if_ep.c driver for PCCARD stuff. Also,change the 3C589 examples to
reflect what I use to switch between the two connectors.
1996-06-14 21:41:48 +00:00
asami
980699ada7
Take out quotes around MOTIFLIB. Clarify comments a bit, most users
...
don't have to touch neither X11BASE nor MOTIFLIB.
Reported by: kmitch@phantasma.bevc.blacksburg.va.us
1996-04-21 08:56:32 +00:00
ache
8a2733c4b6
Back out my MOTIF_STATIC change, it is unnecessary
1996-04-16 11:47:29 +00:00
ache
8f3c03f2ee
Document MOTIF_STATIC
1996-04-13 06:40:19 +00:00
asami
677435d6ae
Add commented-out definitions of HAVE_MOTIF and MOTIFLIB.
1996-04-12 09:28:14 +00:00
nate
77e5218c04
Synchronize relevant changes from the most recent PC-CARD release.
1996-03-18 20:15:24 +00:00
nate
9456e6d3b0
PC-CARD hooks. Someday it will actually enable working code. :)
...
Reviewed by: phk
Submitted by: Tatsumi Hosokawa <hosokawa@mt.cs.keio.ac.jp> & BSD Nomads
I re-wrote alot of this, but the ideas are based on the code from the
most recent pccard-snapshot.
1996-03-12 15:39:26 +00:00
asami
bbb31f602f
Add NOPORTDOCS, similar to NOMANCOMPRESS. It prohibits additional
...
port documentation (which can be things like postscript manuals
describing every single of the 65,536 options) from being installed
into ${PREFIX}/share/doc.
1996-03-06 09:10:23 +00:00
adam
503b750e77
improve the comment for BOOTWAIT
1996-02-15 21:14:36 +00:00
ache
b3d64b6bc6
Remove -fno-strength-reduce, gcc bug fixed recently
1996-01-05 18:54:07 +00:00
ache
00d6b4b4d9
Refle
1995-09-30 17:20:27 +00:00
ache
08621fa238
Change SUPFILEx order, secure first, ports second to make base system update first
...
All stuff commented out
1995-09-28 14:59:44 +00:00
ache
c20f5032f1
Add -fno-strength-reduce to -O2 optimization, all stuff commented out
1995-09-15 01:05:41 +00:00
ache
a57343662a
Add commented out entries for SUP update, 3 standard supfiles handled:
...
standard/ports/secure
1995-09-15 01:03:55 +00:00
rgrimes
908bdd0d98
[I cvs admin -o the last one of these you saw, it was commited on
...
the wrong branch :-(]
Eliminate incorrect double negative logic Bruce has been gripping
about for a year now. Change = no_way to = true.
Submitted by: bde (sort of, patch by me :-))
1995-07-13 09:15:50 +00:00
rgrimes
5a056f7d00
Remove CCFPU, it is no longer used any place in the source tree.
...
Submitted by: Thomas Graichen <graichen@sirius.physik.fu-berlin.de>
1995-07-13 08:43:14 +00:00
jkh
5bd5a77f5b
Document COPTFLAGS in addition to CFLAGS.
1995-04-23 13:03:24 +00:00
phk
7876c3c6b8
make.conf doesn't postulate anything about libm now.
1995-03-21 02:55:33 +00:00