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 |
|
kleink
|
cb17c4c493
|
Add fseeko(3) and ftello(3) links.
|
2000-07-08 14:17:46 +00:00 |
|
kleink
|
6c16ef0bd2
|
Elaborate a bit on fseeko() and ftello().
|
2000-07-08 14:13:05 +00:00 |
|
kleink
|
723bc5321e
|
Bump date for fseeko() and ftello().
|
2000-07-08 13:59:24 +00:00 |
|
kleink
|
7c5b39585f
|
In fgetpos() and fsetpos(), use ftello() and fseeko(), respectively, to avoid
truncating the value stored in the fpos_t object operated on to that of a
long integer; adresses PR lib/6637.
|
2000-07-08 13:51:27 +00:00 |
|
kleink
|
1a4d443770
|
Sync libc minor.
|
2000-07-08 13:47:34 +00:00 |
|
kleink
|
dae360611f
|
XCU5: Add fseeko() and ftello() functions which provide the functionality of
fseek() and ftell(), respectively, but operate on file offsets of type off_t.
|
2000-07-08 13:46:33 +00:00 |
|
kleink
|
2f244ea9d9
|
size_t != unsigned int; from Motoyuki Konno in PR lib/10538.
|
2000-07-08 11:48:40 +00:00 |
|
kleink
|
1e67e23b6f
|
De-delint previous: svc_vc_rendezvous_ops() isn't unused unless the single
reference to it is accidently deleted; from Shuuichirou Murata in PR lib/10537.
|
2000-07-08 11:41:50 +00:00 |
|
pk
|
404e6e3a61
|
Drop KERNFS
|
2000-07-08 11:33:24 +00:00 |
|
pk
|
79e78efd1c
|
/kern can go since dmesg now uses sysctl() to get the kernel's msgbuf.
|
2000-07-08 11:32:05 +00:00 |
|
kleink
|
141d219082
|
Use .Pa.
|
2000-07-08 10:28:17 +00:00 |
|
tsubai
|
fba6fe287b
|
* Redo previous; set PIR on 604 and 7400 only.
* printf clean-up.
|
2000-07-08 07:23:17 +00:00 |
|
mrg
|
065b56c096
|
backout part of previous: turn off intrdebug, and another debug message
|
2000-07-08 05:04:01 +00:00 |
|
mrg
|
6421cc8af8
|
regen
|
2000-07-08 04:39:50 +00:00 |
|
mrg
|
d74c0a2e3e
|
add microSPARC IIep PCI controller
|
2000-07-08 04:38:55 +00:00 |
|
tsubai
|
7314c0eba6
|
Clear the reservation in __cpu_simple_lock_try even if it failed to lock.
(From ws@tools.de)
|
2000-07-08 04:36:56 +00:00 |
|
itojun
|
d3884933be
|
%-format pedant (always pass %s, don't use variable alone).
from openbsd.
|
2000-07-08 03:28:01 +00:00 |
|
jhawk
|
d770f87fef
|
Pullover rev 1.320 - rev 1.358 of GENERIC to IOPENER, and merge conflicts.
Add GENERIC rev in "from:" line to aid in future merging.
Major highlights include SOFTDEP, and, err, 4 blank lines.
|
2000-07-08 03:24:36 +00:00 |
|
enami
|
43bbf1ae3c
|
- Kill the auto variable Pflag like other ch* commands.
- Pass NULL instead of 0 where a pointer is expected.
- Use consistient error message format.
- Use tab for basic indentation.
|
2000-07-08 03:14:50 +00:00 |
|