index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libutil
/
pidlock.c
Age
Commit message (
Expand
)
Author
2020-03-30
fail to create a pidfile if hostname contains '/'
ryo
2012-04-07
read returns ssize_t, and err is a function name.
christos
2009-01-18
fix -Wsign-compare issues
lukem
2006-03-19
Coverity CID 1209: Avoid negative close. While I am there fix bugs (open
christos
2005-08-27
Lint warnings.
elad
2003-07-26
netbsd.org->NetBSD.org
salo
2003-04-21
PR/7885: Kip Rugger: ttylock(3) ignores flags and locker parameters
christos
2002-11-16
use strlcpy/cat
itojun
2000-07-05
- __RCSID() police.
ad
1999-09-20
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
lukem
1999-09-16
* use _DIAGASSERT() to check pointer arguments against NULL and file
lukem
1999-01-11
In userland, pull in <errno.h> instead of <sys/errno.h> for the declaration
kleink
1998-12-09
Delint
christos
1998-07-06
- use an array MAXHOSTNAMELEN+1 size to hold hostnames
mrg
1997-10-19
Test file type correctly, using S_IS*().
mycroft
1997-10-12
* Add hostname to temporary file to avoid collisions when locking on
cjs
1997-10-11
Add pidlock, ttylock, ttyunlock functions.
cjs