ragge
c46119030a
Forward declaration of `struct proc'.
2000-06-04 18:27:39 +00:00
mycroft
796e1a63fa
Fix a check so that holding down the space bar doesn't cause systat to lose.
2000-06-04 18:14:45 +00:00
matt
f08ff1ad2d
use PR_IPL instead of 0x12.
...
align entries of various symbols.
2000-06-04 18:13:06 +00:00
mycroft
3ddc3c22b9
Fix the CPU usage bar graph.
2000-06-04 18:10:40 +00:00
thorpej
1c8cd252f9
ANSI'ify.
2000-06-04 18:09:36 +00:00
ragge
db7db1456e
Remove home-grown interrupt vector handler.
...
Bus_space'ify; needed to get RH11 working. Still much more to do, though.
2000-06-04 18:04:38 +00:00
ragge
d7a5a63645
Changes to sbi_attach_args. (and some cleanup)
2000-06-04 18:02:35 +00:00
ragge
1838716f7b
Remove some unneeded code. (and cleanup).
2000-06-04 18:00:48 +00:00
ragge
82e0b5f7db
Changes of sbi_attach_args. (and cleanup)
2000-06-04 17:59:50 +00:00
ragge
1e19df4bfd
Clean up the sbi_attach_args struct and put in tag/handle.
...
Move a nice macro to scb.h.
2000-06-04 17:58:19 +00:00
thorpej
6addd3ac42
Nuke a couple of unnecessary IMBs. In these cases, the mappings weren't
...
hanging, only perhaps the permissions being lowered, in which case the
I-stream does not need to be sync'd.
2000-06-04 17:39:12 +00:00
thorpej
a39439b400
ANSI'ify.
2000-06-04 16:55:57 +00:00
mycroft
a7c27cd3af
Nothing yet.
2000-06-04 16:29:25 +00:00
mycroft
9dcdff8f25
Add stubs for PE/COFF.
2000-06-04 16:26:11 +00:00
mycroft
e9deffe0bf
Move a bunch of the COFF definitions into exec_coff.h, so they can be used by
...
other code. XXX Not tested on SH3 yet.
2000-06-04 16:23:59 +00:00
thorpej
13ba787e60
Use kern.cp_time to fetch cp_time[]. Don't support fetching it from
...
crash dumps yet, as that requires determining which CPU we should fetch
it from, etc.
2000-06-04 16:06:25 +00:00
thorpej
581e676913
Protect kernel function prototypes with _KERNEL.
2000-06-04 15:18:08 +00:00
veego
dc3bf4930d
Back out the last commit. It seems that your includes are out of date.
2000-06-04 13:49:21 +00:00
itojun
eed37fdd23
we have never shipped IPv6/IPsec in official releases, so we don't
...
need to register files that are gone. From: bernd ernesti
2000-06-04 12:25:25 +00:00
tsubai
0552fd6de2
Dump fp regs into core file.
2000-06-04 12:12:13 +00:00
fvdl
8ff5b7bdd6
Host access checking for a local socket makes no sense.
2000-06-04 12:06:44 +00:00
tsubai
473864f976
Read fp regs from core file.
2000-06-04 12:06:43 +00:00
itojun
d586fbe2be
register removed IPv6/IPsec include files (nonstandard file paths).
2000-06-04 11:58:25 +00:00
tsubai
5257d23759
Add fpreg area in struct md_coredump.
2000-06-04 11:57:17 +00:00
itojun
93b2b4e693
remove include files in nonstandard path
...
(has been #error for couple of months).
2000-06-04 11:52:06 +00:00
fvdl
c8c1e5854f
Fix wrong test for (software) queue blocked condition.
2000-06-04 11:42:55 +00:00
tsubai
bcb24bdd25
Use PT_{GET,SET}FPREGS.
2000-06-04 09:55:53 +00:00
tron
0377727ee6
Fix typo in last commit.
2000-06-04 09:34:58 +00:00
tron
306acd3e78
Handle "bktr" related devices like audio devices:
...
- Create device nodes with numbered names (e.g. "tuner0").
- Create softlinks with unnumbered names (e.g. "tuner") pointing to device
nodes of unit 0.
2000-06-04 09:34:06 +00:00
tsubai
86ac32df3d
Add PT_GETFPREGS and PT_SETFPREGS support.
2000-06-04 09:30:43 +00:00
itojun
e56538278d
add sys/ansi.h
2000-06-04 08:53:58 +00:00
itojun
7eab145046
correct arg type (salen) to conform to RFC2553.
2000-06-04 08:52:21 +00:00
itojun
b757ddbced
correct arg type for getnameinfo(3) for RFC2553 conformance.
2000-06-04 08:51:23 +00:00
itojun
0376690bbf
move socklen_t decl to sys/ansi.h.
...
sys/socket.h pulls in sys/ansi.h and declare socklen_t as necessary.
the change is to allow declaration of socklen_t with less inclusion ordering
constraints. (netdb.h needs this change)
2000-06-04 08:50:28 +00:00
itojun
0493f499b6
mention /etc/mail. PR 10273 from roskens@elfin.net.
2000-06-04 08:38:08 +00:00
itojun
2ece7fc42f
use netstat -inv for all address familires. PR 10249.
2000-06-04 08:35:10 +00:00
itojun
609377a40f
run sendmail under the following conditions:
...
- /etc/mail/sendmail.cf exists, no /etc/sendmail.cf
- /etc/mail/sendmail.cf exists, /etc/sendmail.cf same content as
/etc/mail/sendmail.cf
die in other cases. PR 10243.
2000-06-04 08:33:58 +00:00
itojun
872ae35bf5
cp_time is no longer available in the kernel.
...
remove it from namelist[] to make vmstat work.
2000-06-04 08:07:36 +00:00
matt
0bd304e528
More event counter stuff. Plus a little cruft cleanup while doing it.
2000-06-04 06:16:53 +00:00
thorpej
e8d65fec30
ANSI'ify function declarations.
2000-06-04 05:27:45 +00:00
thorpej
70dc4d8718
Un-__P'ify kernel prototypes.
2000-06-04 05:23:18 +00:00
thorpej
b6219f383c
Need <string.h> for LP64 systems.
2000-06-04 04:51:50 +00:00
matt
713121e8c4
Nuke it. It's in dev/qbus now...
2000-06-04 04:48:34 +00:00
thorpej
c444e0d694
Need <string.h> for LP64 systems.
2000-06-04 04:35:13 +00:00
takemura
1a710b9899
Bugfix and a little improvement for trouble shooting.
...
- BUGFIX: pbsdboot1 ignores Yes for 'Are you sure ?' dialog box.
- display status which indicate how much loading sequence progress.
- add debugging log function.
2000-06-04 04:30:48 +00:00
matt
078c7563c2
newer version exists in dev/qbus. nuke this one.
2000-06-04 04:19:57 +00:00
matt
061896a992
now in dev/qbus so nuke this version.
2000-06-04 04:16:58 +00:00
thorpej
11e5c6cccf
Get <string.h> so this builds on LP64.
2000-06-04 03:55:20 +00:00
perry
f47416ac02
BOOTPARAMVERS is an unsigned long now, it seems
2000-06-04 03:49:49 +00:00
thorpej
df4a5a7f43
Increment an interrupt depth counter in non-clock interrupt cases
...
so that we can get time spent in interrupt statistics.
2000-06-04 03:40:03 +00:00