msaitoh
783aaff7a9
install id.info
2000-05-13 19:50:51 +00:00
jhawk
187860f8fb
Fix problem from 1.27, and more long-standing in the commented-out
...
-DSUPPORT_SERIAL options:
Only set -DSUPPORT_SERIAL=CONSDEV_PC for "biosboot" and "biosboot_resetvideo",
but not for biosboot_com0.
2000-05-13 19:03:19 +00:00
bjh21
9f75c038c1
Add vmapbuf/vunmapbuf
2000-05-13 17:57:14 +00:00
bjh21
4b7597ffe5
Handle more cases of existing mappings in pmap_enter
2000-05-13 17:56:32 +00:00
jhawk
47d4e03246
Fix SEE ALSO sorting error noted by mycroft.
2000-05-13 17:11:35 +00:00
christos
eb7c557ca3
s/exit_status/signal_number/
2000-05-13 17:04:04 +00:00
he
084953b8f7
Update from Matthew Jacob:
...
Correctly account for F-port vs. F-port (no FLOGI_ACC) topologies.
Make sure we get a port database entry for the fabric name server.
Preserve fabric logins if the device didn't change across fabric
or port database changes, or the device has already logged into
us (e.g., for target/initiator dual role devices like Veritas
SANbox). Propagate class 3 service parameter changes where devices
can change roles.
Fix all occurrences of setting a sendmarker so that setting it
for one bus on dual bus cards doesn't wipe a pending sendmarker
for other busses on the same card :-;.
Comments added and clarifications made in some of the target mode code.
2000-05-13 16:53:03 +00:00
mycroft
dd7aa6db1b
GC spurious blank lines.
2000-05-13 15:27:17 +00:00
mycroft
1f2cf096b8
GC spurious blank lines.
2000-05-13 15:22:15 +00:00
mycroft
3c20f768a7
Fix formatting glitches.
2000-05-13 15:20:35 +00:00
tsutsui
924b1948b4
Replace (non-working) ncr with new siop.
2000-05-13 14:54:51 +00:00
perry
b7b463a78a
import 19991231-pl07
2000-05-13 14:50:45 +00:00
bjh21
e65735cc74
More informative stack backtrace. Prints whole stack frames\!
2000-05-13 14:43:11 +00:00
bjh21
9d61165c26
Oops. Swedish is KB_SV.
2000-05-13 14:40:10 +00:00
jdolecek
ba714a7f2c
regenerate from mcadevs, to get proper 'generated from' info
2000-05-13 14:20:40 +00:00
jdolecek
d63e211e90
one more
2000-05-13 14:00:19 +00:00
jdolecek
05a45852e4
superseded by http://www.netbsd.org/Ports/i386/ps2.html
2000-05-13 14:00:02 +00:00
bjh21
b85a45b9f1
Move out spurious defines
2000-05-13 12:17:49 +00:00
bjh21
83d50760d8
Add keypad-# and Swedish layout
2000-05-13 12:16:35 +00:00
bjh21
5d05bf7a7a
Add Archimedes mouse/kbd/video
2000-05-13 12:13:45 +00:00
lukem
5c1b0ec207
Use load_rc_config() (from rc.subr) instead of sourcing /etc/rc.conf.
...
This allows us or a user to change the configuration file method in
one place - rc.subr - without having to edit all of the rc.d/* files.
2000-05-13 08:45:06 +00:00
lukem
2c25ae21eb
Implement load_rc_config(), which takes the config name as an argument.
...
Currently this just loads /etc/rc.conf, but this will make it easier
for us and users to modify the config mechanism without modifying all
of /etc/rc.d/*.
2000-05-13 08:23:45 +00:00
lukem
78abee064b
remove netstart
2000-05-13 08:07:01 +00:00
lukem
92612bb41e
this should have been removed as part of the rc.d commit
2000-05-13 08:02:35 +00:00
itojun
0d8fdb3b47
bring in latest gifconfig(8) from kame. "delete" subcommand is now available.
...
add kernel support for gifconfig <if> delete.
2000-05-13 07:55:05 +00:00
lukem
ff0601b77a
remove commented-out entry for mountd, since whilst support for inetd
...
was added to mountd in mountd.c::1.6, it was removed as part of the
4.4-lite merge in mountd.c::1.12. if the entry was uncommented your
machine might clag up after a showmount as inetd spawned lots of
mountd processes...
2000-05-13 07:28:09 +00:00
itojun
2e33d275dc
use LOG_WARNING for syslog output for address family mismatch.
...
suggested by: thorpej
2000-05-13 06:42:13 +00:00
cgd
db4b935691
passs FAT block mask as argument to MSDOSFSEOF(), so that fat.h is
...
more useful.
2000-05-13 06:04:41 +00:00
jhawk
d4091aa02e
Add support for on-the-fly switching of console devices interactively
...
from biosboot via the "consdev" command.
2000-05-13 05:31:00 +00:00
jhawk
11c5aee5eb
Rototill boot.8 and dosboot.8. Fix a pile of mandoc usage, sort
...
options, sort SEE ALSOs, etc.
Add support for on-the-fly switching of console devices interactively
from biosboot via the "consdev" command.
2000-05-13 05:27:21 +00:00
jhawk
86584b9a4e
Synchronize with reality. Fixes PR 9233.
2000-05-13 05:25:58 +00:00
jhawk
a72e1e9c59
Add support for on-the-fly switching of console devices interactively
...
from the i386 biosboot via the "consdev" command.
2000-05-13 05:25:20 +00:00
jhawk
1dac4cd666
Add support for on-the-fly switching of console devices interactively
...
from biosboot via the "consdev" command.
Move "Press return" printf() out of print_banner() so we can
print_banner() reasonably after switching devices.
2000-05-13 05:23:37 +00:00
mycroft
f296458aa2
Avoid using \\n(C? in .lV, as it may not be initialized yet. Instead call
...
.aT to determine the argument type, as in .bV.
2000-05-13 04:27:16 +00:00
thorpej
3a6d2f7276
Define the PXE DHCP option codes.
2000-05-13 04:00:48 +00:00
lukem
d934c3b536
only support reload as an extra command; there's too much special case
...
code that needs to be implemented to make this script totally replicate
what /usr/sbin/ndc does.
2000-05-13 03:46:42 +00:00
thorpej
baa6042b06
Add placeholders for Preboot Execution Environment (PXE) options,
...
from version 2.1 of the PXE spec.
2000-05-13 03:44:51 +00:00
itojun
643a3cfae1
recover old error message on unknown service ("telnet localhost foo"
...
when foo is not valid). gai_strerror may be too generic.
fix suggested in openbsd camp.
2000-05-13 03:13:59 +00:00
uch
62923b307e
fix #define RGB24(r, g, b)
2000-05-13 03:12:56 +00:00
lukem
eabbaa2f0c
implement three new variables for run_rc_command:
...
- ${name}_chdir directory to cd to before running ${command}
- ${name}_nice nice level to run ${command} at
- ${name}_user user to run ${command} as
based on [misc/9954] by Dave Sainty <dave@dtsp.co.nz>, except that it works :)
2000-05-13 03:07:17 +00:00
itojun
31eb929ec0
correct extremely unfriendly error message when the kernel does not
...
support the address family (like including "tcp6" in inetd.conf, on
non-IPv6 kernel).
was:
inetd[185]: ftp/tcp6: *: hostname nor servname provided, or not known
now:
inetd[315]: ftp/tcp6: *: the address family is not supported by the kernel
2000-05-13 02:56:47 +00:00
wiz
6df6f56909
remove obsolete /usr/X11 entries
2000-05-13 00:57:17 +00:00
thorpej
26f56b9cab
Only use __builtin_va_alist_t if using GCC 2.96 or later. Fixes
...
pkg/10080, from Matthias Scheler.
2000-05-12 23:49:11 +00:00
thorpej
03f41d304a
Add x_dhclient.
2000-05-12 20:54:16 +00:00
thorpej
5a58ea4ad2
Support for building a small(er) DHCP client, one day suitable for
...
installation media. From Erik Berls <cyber@netbsd.org>, with some
slight frobbing by me.
2000-05-12 20:53:21 +00:00
bouyer
9c43539f8f
The VIA Technologies VT82C686A SMBus Controller claims to be a PCI/ISA
...
bridge, ignore it. Should fix kern/10093 by Mark Dohring.
2000-05-12 20:31:22 +00:00
is
287de693da
Regenerated files after this change:
...
Move each wrapper function to its own source file, such that redefining one
function doesn't give link errors when another one is pulled in from the
library.
Problem discovered by Klaus Klein.
2000-05-12 20:11:11 +00:00
is
183dfce153
Move each wrapper function to its own source file, such that redefining one
...
function doesn't give link errors when another one is pulled in from the
library.
Problem discovered by Klaus Klein.
2000-05-12 20:08:04 +00:00
jhawk
e0292df01c
sc_ih (interrupt cookie) is not pci-specific data
...
and needs to remain in fxp_softc rather than fxp_pci_softc;
otherwise we break cardbus.
2000-05-12 18:46:33 +00:00
mjl
4d8aac4dbb
Correct typos which prevent man pages from being installed.
...
Fixes PR/10104 by Greg Woods.
2000-05-12 18:31:55 +00:00