index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
vfs_lockf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
start retiring the nointr allocator. specify PR_WAITOK as a flag as a
tedu
2014-12-19
1
-3
/
+3
*
include sys/unistd.h where needed instead of indirect reliance. ok jsg
tedu
2014-11-03
1
-1
/
+2
*
POSIX locks should track the process's pid and not the thread's id
guenther
2012-04-10
1
-2
/
+2
*
correct some minor style violations
tedu
2010-06-29
1
-60
/
+11
*
only apply the strict limit on F_SETLK; ok deraadt@ fgsch@
otto
2009-03-24
1
-2
/
+2
*
advisory locks should return ENOLCK if we're out of locks.
otto
2009-03-23
1
-2
/
+2
*
Fix a bunch of problems and races with posix file locking.
art
2008-09-19
1
-5
/
+3
*
Use ANSI function declarations and deregister, no binary change
pedro
2005-11-20
1
-42
/
+21
*
revise lockf limit policy. after exceeding "soft limit", start enforcing
tedu
2005-03-15
1
-3
/
+14
*
split out uidinfo from kern_proc.c private, use it to store lock count,
tedu
2005-03-10
1
-15
/
+53
*
useless caddr_t cast removal. same md5s.
tedu
2004-04-13
1
-2
/
+2
*
Get rid of M_LOCKF and use pool for allocating lockf structures.
grange
2004-01-14
1
-16
/
+25
*
remove caddr_t casts. it's just silly to cast something when the function
tedu
2003-07-21
1
-3
/
+3
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-6
/
+2
*
use %ll instead of %q
deraadt
2001-09-05
1
-3
/
+3
*
Check for negative lock length.
gluk
2001-07-28
1
-11
/
+15
*
Fix PR1826. tsleep in lf_setlock can return 0 if process was ptrace'd,
gluk
2001-06-20
1
-177
/
+125
*
From NetBSD: 960217 merge
niklas
1996-03-03
1
-7
/
+12
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+794