perry
a3d66afde6
include sys/sched.h to get definition of CPUSTATES
2000-06-04 02:11:11 +00:00
oster
0b63accce0
Merge rf_update_component_labels() and rf_final_update_component_labels().
2000-06-04 02:05:13 +00:00
perry
bd70b1984f
include sys/sched.h to get definition of CPUSTATES
2000-06-04 01:53:51 +00:00
oster
1dcc041500
Minor prototype cleanup.
2000-06-04 01:39:49 +00:00
perry
79b8558eac
include sys/sched.h to get definition of CPUSTATES
2000-06-04 01:38:52 +00:00
perry
e3fc70bd16
Add a ttyaction file for port-i386 that properly sets the ownership
...
on the console device when you log in using wscons on the console.
Why haven't we had defaults for this all this time?
2000-06-04 00:04:59 +00:00
perry
4d477e62b7
install ttyaction if it exists
2000-06-03 23:53:17 +00:00
fair
e3a9f21a5f
Change the debug level from 1 to 3 for "skipping target" diagnostic
...
which spews unreasonably for a Qlogic SCSI-2 narrow controller, which
does not have ID's above 7.
2000-06-03 22:44:43 +00:00
fvdl
aefb080ff0
Subject to TI-RPC, followed by complete and utter ANSIfication.
2000-06-03 21:06:02 +00:00
thorpej
ae67003975
Need to include <sys/sched.h> to get cp_time-related constants.
2000-06-03 21:00:42 +00:00
fvdl
145ded3cdc
Missed a pmap_unset -> rpcb_unset change.
2000-06-03 20:57:40 +00:00
fvdl
42f513b9d2
Adapt for TI-RPC.
2000-06-03 20:52:18 +00:00
thorpej
cd423732b8
- Clean up clock interrupt code a bit, and provide a CPU_IS_PRIMARY()
...
macro in the MULTIPROCESSOR case (hardclock() wants it).
- Implement __GENERIC_SOFT_INTERRUPTS, and redefine the legacy
software interrupts in terms of it. Garbage-collect setsoftserial().
2000-06-03 20:47:36 +00:00
thorpej
0e2f894851
Provide a CPU_IS_PRIMARY() macro in the MULTIPROCESSOR case.
2000-06-03 20:43:28 +00:00
thorpej
5b281c5932
Move schedticks and cp_time into schedstate_percpu. Also, allow
...
non-primary CPUs to call hardclock(), but make them bail about
before updating global timekeeping state (that's the job of the
primary CPU).
2000-06-03 20:42:42 +00:00
fvdl
19e7dc6fee
Use sockaddr_storage.
2000-06-03 20:37:37 +00:00
fvdl
5ce895dff6
Use sockaddr_storage in from_inetd check (call to getsockname()).
2000-06-03 20:36:30 +00:00
fvdl
b3032caf2a
Use sockaddr_storage in the call to getsockname, not sockaddr_in.
2000-06-03 20:35:06 +00:00
fvdl
6185360f34
Use TI-RPC, thus enabling IPv6.
2000-06-03 20:31:25 +00:00
fvdl
327cb95a94
Zero out the xprt in makefd_xprt to avoid bad free() calls in some cases.
2000-06-03 20:26:05 +00:00
fvdl
f99c32bacc
Complete ANSIfication.
2000-06-03 19:32:34 +00:00
fvdl
147850f99c
Adapt to TI-RPC, enable IPv6.
2000-06-03 19:30:03 +00:00
fvdl
e1d419e43a
Use TI-RPC interface. ANSIfy.
2000-06-03 19:06:25 +00:00
fvdl
3ff53c6c24
ANSIfy function prototypes and definitions.
2000-06-03 18:58:22 +00:00
fvdl
1e12f48a81
Use rpcb_unset, not pmap_unset.
2000-06-03 18:48:24 +00:00
fvdl
8b656ef91d
Correct prototype for rpcb_unset().
2000-06-03 18:47:28 +00:00
fvdl
015c3c107d
Oops, remove debugging printf.
2000-06-03 18:43:10 +00:00
matt
dd335d2595
add M_SOFTINTR
2000-06-03 18:22:38 +00:00
fvdl
d1d025652d
Revert previous change until the problem it has has been analyzed.
2000-06-03 17:33:25 +00:00
veego
5b78d0c312
Rename a remaing comment about portmap to rpcbind.
2000-06-03 17:23:59 +00:00
oster
3fa8f52b84
In certain cases (e.g. where it makes sense) read/display the
...
component label for spare disks too.
2000-06-03 16:59:36 +00:00
matt
547f87cded
fix arguments to get_device.
2000-06-03 16:48:59 +00:00
oster
2c127bf249
Allow getting a component label from a spare disk.
2000-06-03 16:44:43 +00:00
itojun
d7e34999be
sync with recent kame.
...
avoid use of macros to manipulate sockaddrs (hides error case too much).
correct IPv4 packet handling when ip option is present.
preparations for ipsec policy engine upgrades.
2000-06-03 16:14:02 +00:00
fvdl
6ae2cb140a
Fixup field with a bit.
2000-06-03 15:34:44 +00:00
fvdl
67bfc2d3ab
include <string.h> for mem* prototypes.
2000-06-03 14:55:43 +00:00
itojun
9d853e8a4f
sync with kame.
...
- use latest source address selection code - in6_src.c.
- correct frag header insertion.
- deep copy ip6 header portion in ip6_mloopback to avoid overwrite.
- do not bark when we forward packet to loopback.
- some cosmetics.
2000-06-03 14:36:32 +00:00
fvdl
07af740946
The interal SVCXPRT field xp_sock was used, but this is now xp_fd.
2000-06-03 14:33:18 +00:00
fvdl
746a942a9c
Add missing weak alias for svcfd_create.
2000-06-03 14:30:11 +00:00
fvdl
643a284d5b
Fix printf argument mismatch for version number.
2000-06-03 14:25:20 +00:00
fvdl
548ea61860
Fix last arg to clnt_broadcast.
2000-06-03 14:20:49 +00:00
thorpej
be636036f8
Err, actually, print "21264A", not "EV67".
2000-06-03 14:13:42 +00:00
thorpej
d42ef058b5
Recognize PCA57 and EV67.
2000-06-03 14:12:54 +00:00
thorpej
392948ced8
Add EV57 and EV67 processor variants.
...
cvs: ----------------------------------------------------------------------
2000-06-03 14:12:28 +00:00
fvdl
02cf1ccebe
Correct last argument to clnt_broadcast.
2000-06-03 14:05:29 +00:00
simonb
991eedcaaf
Clarify the cache size description comments a little.
2000-06-03 13:21:14 +00:00
shin
4a71a2a50f
delete unnecessary 'extern ...' line.
2000-06-03 13:16:02 +00:00
fvdl
a4a23df233
Fix typo in weak alias, causing unresolved externals.
2000-06-03 13:04:14 +00:00
fvdl
5e1597f492
Use a seperate Makefile in the rpc/ subdir. Needed because it generates
...
a file (rpcb_prot.h).
2000-06-03 11:23:54 +00:00
fvdl
340a76fd5c
Add missed include files.
2000-06-03 10:17:59 +00:00