ru
cc9d2aeb39
Get rid of duplicates.
2003-09-14 13:41:59 +00:00
harti
8ce1f89230
Document the fact that one is allowed to sleep while holding an sx lock.
...
Discussed with: jhb@
2003-06-12 09:06:25 +00:00
ru
d70d6a2c6b
mdoc(7) police: lint.
2002-05-29 18:00:23 +00:00
fenner
01385403a9
mdoc police: turn .PP back into .Pp
2002-04-17 21:26:43 +00:00
davidc
2d9c1acf77
Update the .Fn line for SX_SYSINIT to include the parameter types.
2002-04-12 03:55:43 +00:00
arr
85f5ae7a3b
- Add notes about SX_SYSINIT and MTX_SYSINIT in order to document the
...
recent additions of these macros.
- Add in a MLINK to create SX_SYSINIT.9 and MTX_SYSINIT.9.
2002-04-02 17:21:00 +00:00
dd
8edb7b74a0
Add mtx_pool(9) to the SEE ALSO section.
...
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net>
2002-03-28 12:51:06 +00:00
ru
3242e73680
mdoc(7) police: WITNESS is a #define, mark it as such.
2001-11-21 11:47:55 +00:00
ru
5bfc82c74e
mdoc(7) police: cosmetique.
2001-11-21 11:44:36 +00:00
jhb
4ec47be8ec
Document sx_assert(9).
2001-10-23 22:51:59 +00:00
bde
17f224e149
Fixed wrong include in synopsis.
2001-10-04 09:01:49 +00:00
ru
623da62a5a
mdoc(7) police: Use the new .In macro for #include statements.
2001-10-01 16:09:29 +00:00
silby
203a1b36d1
Common Mike adds see alsos from all of the synchronization
...
man pages to their brethren.
2001-09-17 07:24:48 +00:00
ru
dbc6471fad
mdoc(7) police: bump document date.
2001-08-14 16:01:00 +00:00
jasone
4adf50d764
Add missing commas.
2001-08-14 05:10:07 +00:00
jasone
74c140cf82
Add sx_try_upgrade() and sx_downgrade().
...
Submitted by: Alexander Kabaev <ak03@gte.com>
2001-08-13 21:25:30 +00:00
ru
e8e5635e4a
Spell "FreeBSD" with "F" and "BSD" in uppercase.
2001-08-13 16:33:00 +00:00
jasone
0619ea75c3
Document sx_try_[sx]lock().
2001-08-07 04:29:53 +00:00
schweikh
511e378b14
Removed whitespace at end-of-line; no content changes. I simply did
...
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'
BTW, what editors are the culprits? I'm using vim and it shows
me whitespace at EOL in troff files with a thick blue block...
Reviewed by: Silence from cvs diff -b
MFC after: 7 days
2001-07-14 19:41:16 +00:00
ru
e354144cdf
mdoc(7) police: removed final dot from the .Nd call.
2001-04-04 12:00:29 +00:00
jhb
11a6b9c53f
- Both <sys/sx.h> and <sys/mutex.h> depend on <sys/types.h> and
...
<sys/lock.h>.
- <sys/sx.h> depends on <sys/mutex.h>.
2001-03-28 12:45:41 +00:00
jasone
cd006e6a5c
Implement shared/exclusive locks.
...
Reviewed by: bmilekic, jake, jhb
2001-03-05 19:59:41 +00:00