thorpej
5274818efc
Switch to USB_USE_SOFTINTR. The callout hack does indeed work
...
fine for systems without generic soft interrupts, even if it is
a little sub-optimal. Consider it a penalty for ports not
implementing a kernel API.
Addresses kern/11957. The PR has been open for 4 months, and
I have work blocked on the continued existence of splimp() in
the networking code.
2001-04-12 01:39:04 +00:00
thorpej
f305e19aeb
Only if __HAVE_GENERIC_SOFT_INTERRUPTS is then splusb == splsoftnet
...
(because we register the interrupt with IPL_SOFTNET). However, if
we're using a callout, then splusb == splsoftclock (because the
callouts happen from the softclock interrupt).
Note that splsoftnet blocks softclock interrupts, but this is
meant to better describe what's going on.
2001-04-12 01:18:24 +00:00
reinoud
11c012efcc
Just switch the RI_CENTER off for now ... just to avoid troubles with
...
the hardware scrolling code...
2001-04-12 00:42:50 +00:00
itojun
374141fb16
duplicated calls to login_getclass.
...
From: Jim Bernard <jbernard@mines.edu>
2001-04-11 23:39:46 +00:00
msaitoh
6a1b4d087c
describe about $fromconsole
2001-04-11 23:26:09 +00:00
msaitoh
9767692eee
fix invalid reference to $fromconsole via DDB
2001-04-11 23:02:12 +00:00
christos
8689c0d412
make the remove route code look exactly the same like the add code.
2001-04-11 21:53:26 +00:00
aymeric
4b2e92d018
we've had PCMCIA support on the Amiga for a long time now. Advertise it.
2001-04-11 21:32:34 +00:00
aymeric
f016024bfd
add /usr/libexec/virecover
2001-04-11 21:23:26 +00:00
christos
a775b3feee
general cleanup:
...
1. Use standard shell indentation
2. Use [ expr -a expr ] instead of [ expr ] && [ expr ] (same with -o and ||)
3. Cleanup 0 length string tests
4. Factor out the routing code
5. Use a large switch statement based on $reason instead of the endless
if elif's
6. Use variables for filenames used
7. Test in all cases for the existance of domainname and hostname
8. No need for individual command redirections in structured statements.
Thanks to kleink for testing and fixing my typos!
2001-04-11 21:22:53 +00:00
aymeric
f0492abe53
we now rely on /usr/libexec/virecover to get the work done
2001-04-11 21:02:44 +00:00
aymeric
dde94d05ee
recurse into recover on make install
2001-04-11 21:01:44 +00:00
aymeric
74adae64cc
be quiet
2001-04-11 21:00:21 +00:00
aymeric
a8c2195ffe
new file. Installs virecover into /usr/libexec
2001-04-11 21:00:20 +00:00
aymeric
007a350263
move recover.script to virecover
2001-04-11 20:24:17 +00:00
uch
62ec61f5e9
fix comment.
2001-04-11 20:13:52 +00:00
manu
bb1594b20b
Integrated security review for signal delivery by Wolfgang Solfrank
2001-04-11 19:41:02 +00:00
wiz
00daa6e0e2
Fix date.
2001-04-11 19:37:45 +00:00
wiz
394b1e523e
Fix date, xrefs and whitespace.
2001-04-11 19:36:59 +00:00
wiz
2deb62b7ad
Fix date.
2001-04-11 19:35:31 +00:00
jdolecek
dea0abb0fd
Revive all <dev/.*> include files defining ioctls, fix couple
...
/usr/include/dev/ entries
2001-04-11 19:34:43 +00:00
wiz
83dadeb5b0
ether_hostton(3), not ether_hton(3) (thanks, Klaus!)
2001-04-11 19:32:25 +00:00
wiz
51e75c4dd0
add section to xref
2001-04-11 19:28:27 +00:00
wiz
4aa3a2d18b
Fix date.
2001-04-11 19:26:40 +00:00
wiz
9e244abeff
Fix dates.
2001-04-11 19:24:35 +00:00
wiz
4200b6ea01
Fix whitespace.
2001-04-11 19:22:59 +00:00
wiz
16474ffa32
Fix xrefs.
2001-04-11 19:21:17 +00:00
wiz
226389d63b
Add section to xref.
2001-04-11 19:11:53 +00:00
wiz
a0f2fd8b8f
Fix date.
2001-04-11 19:10:15 +00:00
wiz
1e6149a498
Add sections to xrefs.
2001-04-11 19:09:42 +00:00
wiz
2400e56793
Add RCS Id.
2001-04-11 19:09:30 +00:00
wiz
1ffa9a94fa
Fix date.
2001-04-11 19:08:35 +00:00
mike
2e4a6df0d4
Change perl location from /usr/local/bin/perl to /usr/pkg/bin/perl.
2001-04-11 19:08:05 +00:00
jdolecek
745ab257dc
Put back all header files defining ioctls
2001-04-11 19:07:36 +00:00
wiz
182f49df00
Add sections to xrefs.
2001-04-11 19:07:33 +00:00
wiz
5807640dd6
Whitespace fixes.
2001-04-11 19:07:16 +00:00
wiz
54ad76e8ed
Punctuation fixes.
2001-04-11 19:07:09 +00:00
wiz
16feedbc5a
Remove some whitespace.
2001-04-11 19:06:11 +00:00
wiz
e4ddc05c86
Fix date and whitespace.
2001-04-11 18:55:33 +00:00
wiz
53273fee33
Fix date and Nd.
2001-04-11 18:54:00 +00:00
wiz
ee76aede6a
Fix date, and remove a space.
2001-04-11 18:53:26 +00:00
wiz
cfb9d94137
Fix date and whitespace.
2001-04-11 18:51:53 +00:00
wiz
de87d4581f
Add sections to xrefs, sort SEE ALSO, discard some whitespace.
2001-04-11 18:43:07 +00:00
wiz
143014121b
Fix date, add sections to xrefs, and sort SEE ALSO.
2001-04-11 18:40:54 +00:00
wiz
cb692f86df
Fix date, and one formatting.
2001-04-11 18:38:58 +00:00
wiz
9c8af6744a
Add RCS Id, and fix some whitespace.
...
XXX: no copyright notice.
2001-04-11 18:33:06 +00:00
wiz
0f5249b84c
Fix date.
2001-04-11 18:31:53 +00:00
wiz
7babccce18
Fix date and punctuation.
2001-04-11 18:31:23 +00:00
wiz
1ed75412a9
Fix date and whitespace/punctuation.
2001-04-11 18:27:10 +00:00
wiz
f3e777112c
Fix date.
2001-04-11 18:23:42 +00:00