summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_lockf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* start retiring the nointr allocator. specify PR_WAITOK as a flag as atedu2014-12-191-3/+3
* include sys/unistd.h where needed instead of indirect reliance. ok jsgtedu2014-11-031-1/+2
* POSIX locks should track the process's pid and not the thread's idguenther2012-04-101-2/+2
* correct some minor style violationstedu2010-06-291-60/+11
* only apply the strict limit on F_SETLK; ok deraadt@ fgsch@otto2009-03-241-2/+2
* advisory locks should return ENOLCK if we're out of locks.otto2009-03-231-2/+2
* Fix a bunch of problems and races with posix file locking.art2008-09-191-5/+3
* Use ANSI function declarations and deregister, no binary changepedro2005-11-201-42/+21
* revise lockf limit policy. after exceeding "soft limit", start enforcingtedu2005-03-151-3/+14
* split out uidinfo from kern_proc.c private, use it to store lock count,tedu2005-03-101-15/+53
* useless caddr_t cast removal. same md5s.tedu2004-04-131-2/+2
* Get rid of M_LOCKF and use pool for allocating lockf structures.grange2004-01-141-16/+25
* remove caddr_t casts. it's just silly to cast something when the functiontedu2003-07-211-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* use %ll instead of %qderaadt2001-09-051-3/+3
* Check for negative lock length.gluk2001-07-281-11/+15
* Fix PR1826. tsleep in lf_setlock can return 0 if process was ptrace'd,gluk2001-06-201-177/+125
* From NetBSD: 960217 mergeniklas1996-03-031-7/+12
* initial import of NetBSD treederaadt1995-10-181-0/+794