lukem
acc78cad94
accounting should be controllable via $accounting=YES in rc.conf...
1999-11-23 08:05:04 +00:00
mrg
e93b1a89ec
we are rcorder.8 now.
1999-11-23 05:50:08 +00:00
mrg
d246ccddbb
move rcorder to sbin.
1999-11-23 05:28:15 +00:00
shin
6378e492c1
RAMDISK = GENERIC + md
1999-11-23 05:08:25 +00:00
wrstuden
6a4a304da0
Add rs6000coff_vec, which adds aixcoff-rs6000 support. Used with fixcoff.
1999-11-23 02:08:03 +00:00
scottr
d617933e27
Round out our options with 4bpp framebuffer support, conditional
...
on RCONS_4BPP.
1999-11-23 01:52:52 +00:00
augustss
36ba3a49d9
Add CardBus entry.
1999-11-23 01:48:13 +00:00
augustss
51826a4de4
Add dev locator for pci attachment.
1999-11-23 01:47:34 +00:00
augustss
1858a09a7f
Add device list.
1999-11-23 01:46:32 +00:00
simonb
ee4b47912f
Add missing `)'.
1999-11-23 01:38:55 +00:00
wrstuden
e9c570ec77
Now make an ofwboot.xcf, and XCOFF version of ofwboot. Uses the new
...
fix-coff program.
1999-11-23 01:35:37 +00:00
wrstuden
cd6e26a395
Add fixcoff, a program to be used during a build to help make xcoff'
...
binaries from elf ones.
1999-11-23 01:32:37 +00:00
dmcmahill
6d3abcd728
- Document the USE_FORTRAN variable used to indicate that a package needs
...
a fortran compiler to build.
- Document the PKG_FC variable used to control which fortran compiler is
used.
1999-11-22 23:45:15 +00:00
augustss
17971be39a
Don't used extern on uhcidebug and ohidebug variables.
1999-11-22 21:57:09 +00:00
jdolecek
e55cd100f8
minor stylistic change
1999-11-22 19:15:12 +00:00
jdolecek
5d1658a740
don't prototype Debugger() here, including <sys/sytm.h> is enough
1999-11-22 19:05:32 +00:00
jdolecek
5b50e62cbb
don't prototype Debugger() here, i't done in <sys/systm.h>
1999-11-22 19:01:50 +00:00
jdolecek
b9d5c93b1c
Debugger() --> cpu_Debugger(), include <sys/sytm.h> for it's prototype
...
remove obsolete comment
1999-11-22 19:00:57 +00:00
jdolecek
9986dd3f7d
Debugger()/cpu_Debugger() is always available and always defined/prototyped
...
in <sys/systm.h> for sun3/sun3x, even in non-DDB case
1999-11-22 18:34:00 +00:00
jdolecek
aca868ca69
previous is true even for sun3x
1999-11-22 18:05:41 +00:00
jdolecek
a0d86c452f
sun3 has cpu_Debugger() and hence Debugger() available even in non-DDB case
1999-11-22 16:53:59 +00:00
itojun
22758aaba3
use old WID_{DST,GW} value (field width for netstat -rn) for non-INET6
...
address families (see tech-net discussion).
1999-11-22 14:13:53 +00:00
tsubai
1acee6a50f
Remove D-I cache synchronization code in setregs(). MI part has it now.
1999-11-22 13:31:44 +00:00
tsubai
668b553d53
Need opt_compat_netbsd.h.
1999-11-22 13:26:59 +00:00
tron
82d9324e38
Remove duplicate IPv6 options.
1999-11-22 08:14:05 +00:00
chopps
13232a2f19
Don't restore the tag file name's trailing '/' until after the length
...
is taken. This fixes relative paths in tags files.
1999-11-22 05:53:58 +00:00
itojun
0cea637239
merge SHARK.v6 into SHARK.
1999-11-22 05:17:33 +00:00
sommerfeld
17d170b1ca
defopt COM_DEBUG, COM_HAYESP, and COM16650
1999-11-22 03:53:38 +00:00
shin
1cf30597ea
forgot to change 'VRKIU_LAYOUT' to 'PCKBD_LAYOUT'.
1999-11-22 02:14:30 +00:00
shin
49ead2a4a7
add RCS Id.
...
add copyright & license notice.
1999-11-22 02:11:09 +00:00
itohy
3e16beaf22
Add a bunch of "__attribute__((__packed__))"s
...
to get along with the ELF compiler.
1999-11-22 01:14:55 +00:00
tron
0ca6533695
Update for regional telephone codes in Finland supplied by
...
Antti Kantee in PR misc/8839.
1999-11-21 20:21:32 +00:00
perseant
bb2093f24a
Initialize i_ffs_effnlink, so every file doesn't look like it's already been
...
deleted for the purpose of dirops (particularly create and mkdir). Addresses
PR#8815.
1999-11-21 19:25:31 +00:00
itojun
ad663a8d32
refrain using non-standard .Sh. use .Ss.
1999-11-21 17:28:23 +00:00
is
58f7417063
Call the machine dependent code to do d-cache/i-cache synchronization, for
...
architectures that need it. Without this, at least on Motorola 68040 and 68060
machines, the sigtramp regression test fails.
1999-11-21 17:04:05 +00:00
veego
f038a8aeeb
Add the missing all-named-xfer all-ndc: all-named target.
1999-11-21 16:55:23 +00:00
itojun
395f032639
s/make/${MAKE}/
1999-11-21 16:46:33 +00:00
itojun
b7a7f5becf
use print-objdir instead.
...
Suggested by: tsubai
1999-11-21 16:39:54 +00:00
itojun
5d6d47c96c
fix compilation of named-xfer and ndc, when you do "make obj" (including
...
"make build" from the top).
XXX
if you do "make obj", you have to reference:
bind/named/obj/pathnames.h
from either of them by using relative path:
${.OBJDIR} = bind/named-xfer/obj or
${.CURDIR} = bind/named-xfer
-I${.OBJDIR}/../named was included but is not the correct one.
I used -I${.CURDIR}/../named/obj, but I'm not sure if it is the right way.
1999-11-21 16:26:03 +00:00
pk
633fd1e1cc
Check presence of Sbus interrupt properties before using them.
1999-11-21 15:23:01 +00:00
pk
d5a471ccc9
Check presence of Sbus interrupt properties before using them.
...
Only one case is known to trigger this omission: a Sparc Classic
configured as X terminal.
1999-11-21 15:01:50 +00:00
itojun
e9a0023b37
bring in content of GENERIC.v6 into GENERIC.
...
remove GENERIC.v6 file (as it is part of GENERIC now).
"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only). We may need to think about it again.
if you have problem compiling with INET6 on archs I do not have access to,
please contact me.
XXX what to do with arch/arm32/SHARK{,.v6}?
1999-11-21 14:00:37 +00:00
shin
312ac4e1e1
add scan code mapping for
...
IBM WorkPad z50
NEC MobilePro 770, 800
Sharp Tripad PV6000 / Vadem Clio
NEC MC-CS series
Fujitsu Intertop CX300
change keyboard layout according to model(default).
add options PCKBD_LAYOUT to override default.
1999-11-21 12:53:57 +00:00
shin
a16b5d0ff6
Regen.
1999-11-21 12:49:07 +00:00
shin
26fe8d79e2
regen.
1999-11-21 12:48:44 +00:00
shin
85bb334fd0
add IBM WorkPad z50
1999-11-21 12:48:25 +00:00
shin
69af3df31f
add MCCS comctrl (GPIO 14)
...
add IBM WorkPad z50
1999-11-21 12:47:33 +00:00
shin
40fbdc840c
add wscons to compile
1999-11-21 12:46:51 +00:00
pk
d92a868bcf
Avoid unused symbol warnings when not using DDB.
1999-11-21 11:47:51 +00:00
pk
a4e956ce77
Also pull in <pci/pciidereg.h>.
1999-11-21 11:17:35 +00:00