summaryrefslogtreecommitdiff
path: root/lib/libutil/pidlock.c
AgeCommit message (Expand)Author
2020-03-30fail to create a pidfile if hostname contains '/'ryo
2012-04-07read returns ssize_t, and err is a function name.christos
2009-01-18fix -Wsign-compare issueslukem
2006-03-19Coverity CID 1209: Avoid negative close. While I am there fix bugs (openchristos
2005-08-27Lint warnings.elad
2003-07-26netbsd.org->NetBSD.orgsalo
2003-04-21PR/7885: Kip Rugger: ttylock(3) ignores flags and locker parameterschristos
2002-11-16use strlcpy/catitojun
2000-07-05- __RCSID() police.ad
1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1999-01-11In userland, pull in <errno.h> instead of <sys/errno.h> for the declarationkleink
1998-12-09Delintchristos
1998-07-06- use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg
1997-10-19Test file type correctly, using S_IS*().mycroft
1997-10-12* Add hostname to temporary file to avoid collisions when locking oncjs
1997-10-11Add pidlock, ttylock, ttyunlock functions.cjs