index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
vfs_lockf.c
Age
Commit message (
Expand
)
Author
2012-04-10
POSIX locks should track the process's pid and not the thread's id
Philip Guenthe
2010-06-29
correct some minor style violations
Ted Unangst
2009-03-24
only apply the strict limit on F_SETLK; ok deraadt@ fgsch@
Otto Moerbeek
2009-03-23
advisory locks should return ENOLCK if we're out of locks.
Otto Moerbeek
2008-09-19
Fix a bunch of problems and races with posix file locking.
Artur Grabowski
2005-11-20
Use ANSI function declarations and deregister, no binary change
Pedro Martelletto
2005-03-15
revise lockf limit policy. after exceeding "soft limit", start enforcing
Ted Unangst
2005-03-10
split out uidinfo from kern_proc.c private, use it to store lock count,
Ted Unangst
2004-04-13
useless caddr_t cast removal. same md5s.
Ted Unangst
2004-01-14
Get rid of M_LOCKF and use pool for allocating lockf structures.
Alexander Yurchenko
2003-07-21
remove caddr_t casts. it's just silly to cast something when the function
Ted Unangst
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2001-09-05
use %ll instead of %q
Theo de Raadt
2001-07-28
Check for negative lock length.
Grigoriy Orlov
2001-06-20
Fix PR1826. tsleep in lf_setlock can return 0 if process was ptrace'd,
Grigoriy Orlov
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt