eeh
b2f5408385
Fix up GNU_ARCH for sparc64.
1998-11-28 22:46:16 +00:00
mycroft
0a7241355c
Use -O2 on SPARC.
1998-11-26 23:06:09 +00:00
ross
4e89b79c0f
Update the -width expression for the flag list.
1998-11-26 00:54:59 +00:00
ross
5412660ad9
Document new -b flag and mention USTAR support. (Forgot to commit on 10/12)
1998-11-26 00:52:28 +00:00
mrg
3b86991953
note that the sparc64 does not yet do pic or profile libraries.
1998-11-25 04:04:13 +00:00
tsubai
49837f8763
Remove NOPIC= on powerpc.
1998-11-24 15:24:53 +00:00
mycroft
8ee4fce4a0
Use egcs on sparc.
1998-11-22 13:51:04 +00:00
mycroft
cdacaf156d
Use -O2 on i386.
1998-11-22 13:48:34 +00:00
mycroft
4b50867128
Invert the sense of the UVM test, so it lists those ports which do *not* have
...
UVM yet.
1998-11-21 22:18:36 +00:00
mycroft
856163e71a
Use egcs on arm32.
1998-11-21 22:14:47 +00:00
kml
fa0f88251d
Tweaks to document and support HIPPI-FP driver
1998-11-20 17:23:27 +00:00
itohy
543ebd6305
loadbsd(8) manpage (moved from arch directory).
1998-11-20 11:01:25 +00:00
dbj
746d687977
Set UVM to yes by default for next68k userland compiles.
1998-11-19 07:43:10 +00:00
tsubai
c0a19d37fc
Enable UVM on newsmips.
1998-11-16 12:13:21 +00:00
hubertf
c11ce1911a
fix tyop
1998-11-15 17:52:43 +00:00
jonathan
c18a2859f1
Make UVM default for pmax.
1998-11-15 05:06:43 +00:00
perry
eea7ba805e
Per Charles, turn back on egcs on port-i386. If this causes problems,
...
the methodology is now to fix the problems instead of backing out.
1998-11-14 20:43:44 +00:00
oster
ad669ca7fb
RAIDframe, version 1.1, from the Parallel Data Laboratory at
...
Carnegie Mellon University. Full RAID implementation, including
levels 0, 1, 4, 5, 6, parity logging, and a few other goodies.
Ported to NetBSD by Greg Oster.
First cut at a reasonable man-page.
1998-11-13 04:25:58 +00:00
thorpej
a337b84ed6
The mirroring code is no longer in the ccd driver.
1998-11-13 00:28:48 +00:00
jonathan
76f0e60111
Document old changes to mcd(4): options MCD_PROMISC
1998-11-12 09:22:13 +00:00
erh
792cde2d0d
Add ability to use either a file or the sets files when checking library version numbers. Added -d, -s and -f flags for check dir, check sets and check file. Suggested by Simon Burge.
1998-11-12 05:39:45 +00:00
msaitoh
eba40aeea0
Add missing period.
1998-11-10 16:22:46 +00:00
bouyer
f7d2f27d50
Note support of the CMD PCI0643 and 0646 IDE controllers.
1998-11-10 14:16:09 +00:00
hubertf
65d179de7b
Link compat_svr4 to compat_sco, compat_solaris and compat_xenix
...
Mention what exactly has been tested (for SCO, esp.) in the manpage.
1998-11-10 10:02:50 +00:00
ross
c614b69974
Don't hardwire point size 10 (and 9 for .Tn); use the .s value (and for
...
the .Tn macro, .s - 1) in effect when mdoc is initially read.
1998-11-10 04:27:43 +00:00
jonathan
627e626757
Add text to installboot(8) manpage explaining the issues in the MBR
...
partition-id change, in preparation for changing the bootblock and
kernel messages about ID 165 to refer here.
For now, avoid .Nx constructs that might conflict with 1.3.x usage so we can
request a pullup to 1.3.3.
1998-11-09 00:41:17 +00:00
mjacob
4e6a326712
fix some amazingly stupid typos
1998-11-08 19:27:33 +00:00
hubertf
420903b4c1
remove devices before (re)creating
1998-11-08 14:22:17 +00:00
hubertf
0839b5f170
Fix for cut&paste (s|./SVR4_MAKEDEV|sh SVR4_MAKEDEV|)
1998-11-08 14:13:18 +00:00
ross
9a5c6e6324
Changes to .Nx macro.
...
* Don't print the `et' in an itty bitty point size just because we want
small caps for the rest of `NetBSD'.
* Define an Nx number register so the macro becomes sort-of callable. It
does punctuation wrong, looking at argument count rather than argument
type, so this will need fixing before it is truly `parsed and callable'.
1998-11-08 04:10:38 +00:00
erh
14b0d1f276
Add a checkver target to bsd.lib.mk. This target executes the checkver script to find installed shared libraries with major/minor versions that are too big. The realinstall target now depends upon this target so this check is done whenever a library is installed. The check may be disabled by setting NOCHECKVER.
1998-11-07 09:40:35 +00:00
jonathan
7574d9a952
Do DESTDIR support for crtbegin/crtend on all ELF ports (adds mips).
1998-11-07 07:10:19 +00:00
jonathan
e66cc6b3b1
Set SHLIB_LD{START,END}FILE to crt{begin,end}S.o for all ELF ports.
1998-11-05 00:52:02 +00:00
bouyer
ef47888a36
Make this man page MI (model from the esp man page).
...
Decription for ISA, ISApnp, pcmcia controllers as well as arm32 and atari
specific controllers. Please correct if I missed some !
1998-11-04 17:35:59 +00:00
thorpej
e357e01515
Manual pages for the PHY drivers.
1998-11-04 05:53:58 +00:00
thorpej
9dcc4e4c6b
Manual page for the MAC-independent MII framework.
1998-11-04 05:21:50 +00:00
thorpej
3160c8ad2d
Update for media selection support.
1998-11-04 04:58:53 +00:00
thorpej
04e202857c
Update to reflect MII support, some general cleanup in the MEDIA SELECTION
...
section.
1998-11-03 06:44:14 +00:00
thorpej
ee63b7e96a
Manual page for fxp driver.
1998-11-03 06:09:17 +00:00
ross
8a498055f2
Note that BUFCACHE is ignored if BUFPAGES is also specified.
1998-11-02 04:39:51 +00:00
lukem
ee1fc6b597
document BUFCACHE
1998-11-01 09:59:33 +00:00
lukem
7880f6b638
reimplement rev 1.30,1.31 using YPREFIX and LPREFIX instead
1998-11-01 03:46:28 +00:00
veego
7bcba05bce
Backout 1.30 and 1.31 which breaks at least libpcap and pppd.
1998-10-31 17:17:56 +00:00
hwr
45da488560
Fix some Typos.
1998-10-31 12:37:59 +00:00
jonathan
ef98759a2f
Make EGCS default compiler on mips platforms.
1998-10-31 12:10:41 +00:00
matt
f50fd21fef
Enable shared libraries and EGCS.
1998-10-31 09:23:53 +00:00
lukem
397be30561
simplify YACCPREFIX rule by using `yacc -o ${.TARGET}' instead of
...
`yacc -b ${.TARGET:R} ; mv ${TARGET:R}.tab.c ${.TARGET}'. fixes
parallel make of foo.y -> foo.c/foo.h as well
1998-10-30 11:17:08 +00:00
lukem
f2b1ba4f9f
implement LEXPREFIX and YACCPREFIX, which allow overriding the `yy'
...
prefix of generated tokens, and `.yy.{c,h}' suffix in filenames.
this solves the problem i had in [misc/1989] (albiet a different way).
1998-10-30 10:45:09 +00:00
mark
3dba45c39f
Define UVM for arm32.
1998-10-30 00:20:45 +00:00
jonathan
3ac3cbcfb8
Add options DDB_FROMCONSOLE and sysctl ddb.fromconsole, analagous to
...
DDB_ONPANIC. Lets user ignore breaks but enter DDB on panic. Intended
for machines where debug on panic is useful, but DDB entry is not,
(public-access console, or terminal-servers which send spurious breaks)
Add new ddb hook, console_debugger(), which decides whether or not to
ignore console ddb requests. Console drivers should be updated to call
console_debugger(), not Debugger(), in response to serial-console
break or ddb keyboard sequence.
1998-10-29 21:22:32 +00:00