lukem
84f71cf03e
area is allowed to be NULL, so don't _DIAGASSERT it.
2000-05-14 01:14:29 +00:00
perseant
f0728fdce1
Change the sementics of the last parameter from a boolean ("waitfor") to
...
a set of flags ("flags"). Two flags are defined, UPDATE_WAIT and
UPDATE_DIROP.
Under the old semantics, VOP_UPDATE would block if waitfor were set,
under the assumption that directory operations should be done
synchronously. At least LFS and FFS+softdep do not make this
assumption; FFS+softdep got around the problem by enclosing all relevant
calls to VOP_UPDATE in a "if(!DOINGSOFTDEP(vp))", while LFS simply
ignored waitfor, one of the reasons why NFS-serving an LFS filesystem
did not work properly.
Under the new semantics, the UPDATE_DIROP flag is a hint to the
fs-specific update routine that the call comes from a dirop routine, and
should be wait for, or not, accordingly.
Closes PR#8996.
2000-05-13 23:43:06 +00:00
elric
c55fa30be8
Added includes for waitpid, sys/types.h and sys/wait.h.
2000-05-13 21:11:45 +00:00
elric
a0ef2ea948
In order to use __NetBSD_Version__, I needed to include sys/param.h.
2000-05-13 21:11:16 +00:00
elric
0eece24a3a
Unused variable pgrp on line 576.
2000-05-13 20:59:41 +00:00
elric
4aeaa113a7
Quick fix.
...
jobs.h:91: warning: declaration of `vfork' shadows global declaration
2000-05-13 20:56:08 +00:00
elric
756a2ca1bd
Now we use vfork(2) instead of fork(2) when we can.
2000-05-13 20:50:14 +00:00
uch
f9b83f27e9
change Telios keyboard map: KS_KP_Enter -> KS_Return
2000-05-13 20:34:13 +00:00
jdolecek
ba84aa08e8
one less - the bootblocks were even easier shot than I though :)
2000-05-13 20:18:29 +00:00
jdolecek
9732605da9
add biosboot_ps2.sym - IBM PS/2 bootblocks
2000-05-13 20:03:32 +00:00
jdolecek
6572f303f4
remove now redundant comment regarding IBM_L40 define
2000-05-13 19:58:41 +00:00
jdolecek
950749ab6f
add special bootblocks for IBM PS/2 - those machines need different gate A20
...
addressing
2000-05-13 19:58:01 +00:00
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