aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/_lock.h
Commit message (Expand)AuthorAgeFilesLines
* Renamed the idempotency identifier to match the file name.Bruce Evans2002-06-071-3/+3
* Change the all locks list from a STAILQ to a TAILQ. This bloats structJohn Baldwin2002-06-061-1/+1
* Add a new char * pointer lo_type to struct lock_object that is used toJohn Baldwin2002-04-041-1/+2
* - Move the definition of LOCK_DEBUG back to sys/lock.h from sys/_lock.h.John Baldwin2001-10-191-16/+0
* Move the definition of LOCK_DEBUG from sys/lock.h to sys/_lock.h.John Baldwin2001-09-251-0/+16
* style(9) the structure definitions.David E. O'Brien2001-09-051-1/+1
* - Move state about lock objects out of struct lock_object and into a newJohn Baldwin2001-05-041-2/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-0/+44