Poul-Henning Kamp
b99cfaf32c
Remove a DIAGNOSTIC check which belongs in <sys/queue.h> if anyplace at all.
2001-02-04 11:53:51 +00:00
Peter Wemm
2508f69037
Zap last remaining references to (and a use use of) of simple_locks.
2001-01-31 04:29:52 +00:00
Jason Evans
1b367556b5
Convert all simplelocks to mutexes and remove the simplelock implementations.
2001-01-24 12:35:55 +00:00
John Baldwin
d19a727628
- Remove unused header include.
...
- Use queue macros.
2001-01-23 22:38:38 +00:00
Jason Evans
a18b1f1d4d
Convert lockmgr locks from using simple locks to using mutexes.
...
Add lockdestroy() and appropriate invocations, which corresponds to
lockinit() and must be called to clean up after a lockmgr lock is no
longer needed.
2000-10-04 01:29:17 +00:00
Jake Burkholder
e39756439c
Back out the previous change to the queue(3) interface.
...
It was not discussed and should probably not happen.
Requested by: msmith and others
2000-05-26 02:09:24 +00:00
Jake Burkholder
740a1973a6
Change the way that the queue(3) structures are declared; don't assume that
...
the type argument to *_HEAD and *_ENTRY is a struct.
Suggested by: phk
Reviewed by: phk
Approved by: mdodd
2000-05-23 20:41:01 +00:00
Semen Ustimenko
daabca392e
First version of HPFS stuff.
1999-12-09 19:10:13 +00:00