summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_lockf.c
AgeCommit message (Expand)Author
2018-02-26Serialize access to UID data with a rwlock.Martin Pieuchot
2016-11-07Split PID from TID, giving processes a PID unrelated to the TID of theirPhilip Guenther
2016-09-15all pools have their ipl set via pool_setipl, so fold it into pool_init.David Gwynne
2016-08-25pool_setiplDavid Gwynne
2015-12-22spliting -> splittingmmcc
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-12-19start retiring the nointr allocator. specify PR_WAITOK as a flag as aTed Unangst
2014-11-03include sys/unistd.h where needed instead of indirect reliance. ok jsgTed Unangst
2012-04-10POSIX locks should track the process's pid and not the thread's idPhilip Guenthe
2010-06-29correct some minor style violationsTed Unangst
2009-03-24only apply the strict limit on F_SETLK; ok deraadt@ fgsch@Otto Moerbeek
2009-03-23advisory locks should return ENOLCK if we're out of locks.Otto Moerbeek
2008-09-19Fix a bunch of problems and races with posix file locking.Artur Grabowski
2005-11-20Use ANSI function declarations and deregister, no binary changePedro Martelletto
2005-03-15revise lockf limit policy. after exceeding "soft limit", start enforcingTed Unangst
2005-03-10split out uidinfo from kern_proc.c private, use it to store lock count,Ted Unangst
2004-04-13useless caddr_t cast removal. same md5s.Ted Unangst
2004-01-14Get rid of M_LOCKF and use pool for allocating lockf structures.Alexander Yurchenko
2003-07-21remove caddr_t casts. it's just silly to cast something when the functionTed Unangst
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2001-09-05use %ll instead of %qTheo de Raadt
2001-07-28Check for negative lock length.Grigoriy Orlov
2001-06-20Fix PR1826. tsleep in lf_setlock can return 0 if process was ptrace'd,Grigoriy Orlov
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt