summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_lockf.c
AgeCommit message (Expand)Author
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