itojun
f39dc46bcd
add desription for net.inet6.icmp6.{errppslimit,nd6_maxnudhint}.
2000-07-09 13:29:44 +00:00
itojun
8a661b9beb
be more cautious about tcp option length field. drop bogus ones earlier.
...
not sure if there is a real threat or not, but it seems that there's
possibility for overrun/underrun (like non-NOP option with optlen > cnt).
2000-07-09 12:49:08 +00:00
aymeric
51ccad7517
newsyslog wouldn't parse the count field because sscanf return value was
...
tested against the wrong value (0 != 1)
2000-07-09 12:14:01 +00:00
fvdl
73683a9450
If the PAD variable is defined, pad the floppy image to its maximum size.
...
Use this in bootfloppy-big. mkisofs likes to have images fullsize nowadays.
Also, insert a file called "USTAR.volsize.<blocksize_in_octal>" if the
size of the ustar image is not the 1.44M default. This stops bootfloppy-big
from asking for a second diskette.
2000-07-09 12:09:01 +00:00
jdolecek
f6cf4e5f93
move struct sys_config from mca_machdep.c to mca_machdep.h
...
fix copyright (overlooked in original commit)
use bitmask_snprintf() instead of printf("...%b") (though that part is commented
out anyway ATM)
2000-07-09 10:35:11 +00:00
nisimura
1566e57da8
Simplify address decode logic for memory parity error condition.
...
XXX Need to have a better reporting message here.
2000-07-09 09:14:29 +00:00
nisimura
3c55597b94
Add a patchwork prototype declaration for netintr().
2000-07-09 08:08:20 +00:00
nisimura
194f2ce04e
Comment clarification in this file. Have consistent terminology, ATC
...
instead of TLB.
2000-07-09 07:14:18 +00:00
mellon
803abd7fc5
Actually fix a bug I thought I'd alread fixed
2000-07-09 07:04:10 +00:00
itojun
d8a9a3cc7b
add ppsratelimit(9), which does event-per-sec rate limitation.
...
use it from icmp6 error rate limitation code.
XXX better name for the function?
2000-07-09 06:44:57 +00:00
itojun
8f3d56a298
shorten splclock() period in ratelimit().
...
From: onoe
2000-07-09 06:40:08 +00:00
shin
854ee3f4c8
add /usr/X11R6/lib/X11/rgb.db
2000-07-09 05:28:56 +00:00
itojun
20aa4f5b37
reject empty scopeid/numeric portname explicitly. sync with kame.
2000-07-09 04:48:17 +00:00
itojun
a00fcf14af
use strtoul() to check for all-digit string, not isdigit(). sync with kame.
2000-07-09 04:23:49 +00:00
itojun
f85b415274
sync with more recent kame.
...
- fix memory leak with realloc()
- warn if we see packets with junk outside of IPv6 prefix length
- cosmetic
2000-07-09 03:06:18 +00:00
mrg
18c0283349
look in /emul/netbsd32 for __stat13() and __lstat13().
2000-07-09 03:03:35 +00:00
sommerfeld
eac5778e83
More -Wformat cleanups.
2000-07-09 02:24:30 +00:00
mycroft
d621cc4cb0
Add missing newlines in some messages.
...
Set Vpp the same as Vcc by default. We need to do more with voltage sense.
2000-07-09 01:55:18 +00:00
mycroft
39ff4faf53
Fix compiler warning.
2000-07-09 01:52:17 +00:00
mycroft
9ad7bd8d37
Increase the example DDB_HISTORY_SIZE.
2000-07-09 01:36:06 +00:00
mycroft
33090b8b89
Enable DDB history.
2000-07-09 01:35:52 +00:00
mycroft
caf07dfa04
When unmounting, make sure to free the syncer vnode so that it can be reused.
2000-07-09 00:59:03 +00:00
mycroft
bd8f07c394
Recognize the i82559ER.
2000-07-09 00:46:26 +00:00
mycroft
5cdb782283
Regen.
2000-07-09 00:45:56 +00:00
mycroft
9d0e35cc63
Add ID for i82559ER.
2000-07-09 00:45:14 +00:00
mycroft
4087b4e418
Do the interrupt fixup for all busses, not just bus 0.
...
This is necessary on some machines with multiple onboard PCI busses.
2000-07-09 00:42:47 +00:00
mycroft
0ef0f52d06
Turn on DDB history by default.
2000-07-09 00:41:24 +00:00
eeh
929ff11b28
Make sense of registers from coredumps.
2000-07-09 00:16:48 +00:00
eeh
74e5e4f040
Fix for:
...
7. Numbers starting with [a-f] should work, but symbols
of the same name should have priority.
2000-07-08 21:35:32 +00:00
mellon
f1157334e4
Oops, fix one more conflict.
2000-07-08 20:53:57 +00:00
mellon
d1340e80d6
Fix conflicts in latest import.
2000-07-08 20:52:11 +00:00
mellon
f1127576c6
Latest revision of the ISC DHCP Distribution, with many bug fixes.
2000-07-08 20:40:10 +00:00
eeh
5a7cb20576
gdb requires a `struct fpstate' so provide one.
2000-07-08 19:25:14 +00:00
eeh
49dd8cbac1
solib.o is required for linking even on MKPIC="no".
2000-07-08 19:18:19 +00:00
sommerfeld
dcf6e7b09e
When receiving an rx interrupt on a closed or unconfigured port, read
...
the data out of the board anyway so it won't re-interrupt anyway.
Fix tested by C Kane <ckane@best.com>
2000-07-08 18:36:02 +00:00
sommerfeld
6f0015c48f
More format paranoia.
2000-07-08 18:24:28 +00:00
sommerfeld
d5906caa54
Format paranoia
2000-07-08 18:11:02 +00:00
sommerfeld
bb22022c59
Format paranoia.
2000-07-08 18:10:25 +00:00
sommerfeld
4eec028c2a
More format checking
2000-07-08 17:45:53 +00:00
sommerfeld
e292542bce
More format attributes
2000-07-08 17:36:01 +00:00
sommerfeld
ed9ce99d8c
printf format paranoia
2000-07-08 17:12:08 +00:00
sommerfeld
8951fce5df
printf format safety
2000-07-08 17:10:22 +00:00
sommerfeld
eb1939c85f
printf format paranoia
2000-07-08 17:09:02 +00:00
sommerfeld
26b0bc1c2e
printf format safety
2000-07-08 17:08:35 +00:00
eeh
1b72cecb45
Block align pointer *AFTER* fixing up possible stack bias.
2000-07-08 16:02:15 +00:00
jdolecek
6a6ee4aa91
cleanup way vers.c file is created/compiled
2000-07-08 15:40:53 +00:00
jdolecek
50dc07c081
get the version number differently - instead of using RCS version number
...
of version file, take version from last line of that file as the part from
start of the line to ':'
2000-07-08 15:36:05 +00:00
sommerfeld
ac7a8f6bc2
Correct format mismatch for field widths
2000-07-08 14:58:43 +00:00
sommerfeld
007c516740
Attach __format__ attributes to local __sbprintf function
2000-07-08 14:57:57 +00:00
jdolecek
89ccc75157
use _C_LABEL() for bootversion, instead of hardcoding the reference as _bootversion
2000-07-08 14:41:04 +00:00