Commit Graph

16 Commits

Author SHA1 Message Date
wiz e0fd4da4e6 Drop some .Pps. 2001-12-26 00:24:16 +00:00
wiz 42a2a8e490 Boring whitespace fixes. 2001-09-04 02:51:15 +00:00
jdolecek 9e29be957a Move splched() prototype under splserial() in SYNOPSYS, so that the
entries are sorted by priority correctly.
2001-05-07 17:59:41 +00:00
jdolecek 946c8603a3 add splvm() to NAME section 2001-04-18 05:56:05 +00:00
thorpej 3ee35c5985 Update to reflect reality. 2001-04-14 00:15:41 +00:00
thorpej b391d6cece Document spllock(). 2000-08-22 19:56:08 +00:00
enami f6836da7ad Fix two more typos. 2000-08-22 01:33:52 +00:00
thorpej a703d1e88e i before e except after c ... 2000-08-21 23:16:01 +00:00
thorpej c848fa23c5 Inject more truth into this document. 2000-08-21 22:53:53 +00:00
cgd 31632fbb01 IPL-lowering functions are now defined to return `void.' See also my
post to tech-kern about the issue.  No ports updated yet; they should
be updated as time permits.
2000-06-08 06:45:24 +00:00
soda 4dc63f2546 semantics of splclock() were changed, and spllowersoftclock() was introduced
on the following commit (thanks Frank van der Linden, Steve Woodford
and Alistair G. Crooks for english correction of HISTORY section):

date: 1999/08/05 18:08:10;  author: thorpej;  state: Exp;  lines: +3 -2

Change the semantics of splsoftclock() to be like other spl*() functions,
that is priority is rasied.  Add a new spllowersoftclock() to provide the
atomic drop-to-softclock semantics that the old splsoftclock() provided,
and update calls accordingly.

This fixes a problem with using the "rnd" pseudo-device from within
interrupt context to extract random data (e.g. from within the softnet
interrupt) where doing so would incorrectly unblock interrupts (causing
all sorts of lossage).
2000-03-27 09:36:29 +00:00
garbled e4c16bfb11 More .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages.  Many more to
come.
1999-03-16 00:40:46 +00:00
mikel b99b737005 spl*() functions block interrupts of lesser or equal priority, not
higher priority.  do some copy editing while I'm here.
1997-11-20 05:47:42 +00:00
mrg c12c7ee684 add missing .Nm sections 1997-11-11 10:06:37 +00:00
mikel f8995872c9 remove advertising clause from license 1997-10-10 06:18:30 +00:00
mikel ac8b6fad77 add incomplete spl(9); realphabetize Makefile. 1997-03-11 06:15:05 +00:00