summaryrefslogtreecommitdiffstats
path: root/sys/sys/lockf.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move lockf structures from header to implementation since external usersanton2019-04-201-36/+3
* Add a subsystem lock for vfs_lockf.c. This enables calling lf_advlock()visa2019-04-191-2/+2
* Move the prototypes of internal lockf functions from <sys/lockf.h>visa2019-03-311-20/+1
* Replace hand rolled linked list with TAILQ. All made possible by the recentanton2019-01-301-9/+7
* Introduce a dedicated entry point data structure for file locks. This new dataanton2019-01-211-4/+12
* disable LOCKF_DIAGNOSTICanton2018-11-021-3/+1
* Temporarily enable LOCKF_DIAGNOSTIC in order to catch potential bugs.anton2018-10-271-1/+3
* Rework previous lockf fix; bluhm@ noticed a regress failure during consecutiveanton2018-10-271-2/+5
* hide some kernel functions from userlandderaadt2013-03-241-2/+5
* Fix a bunch of problems and races with posix file locking.art2008-09-191-1/+2
* split out uidinfo from kern_proc.c private, use it to store lock count,tedu2005-03-101-1/+2
* Get rid of M_LOCKF and use pool for allocating lockf structures.grange2004-01-141-1/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* First round of __P removal in sysmillert2002-03-141-13/+13
* Fix PR1826. tsleep in lf_setlock can return 0 if process was ptrace'd,gluk2001-06-201-3/+5
* From NetBSD: 960217 mergeniklas1996-03-031-0/+1
* initial import of NetBSD treederaadt1995-10-181-0/+83