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
/
lib
/
libutil
/
uucplock.c
Age
Commit message (
Expand
)
Author
2019-07-03
snprintf/vsnprintf return < 0 on error, rather than -1.
Theo de Raadt
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2016-08-30
Use a constant format string and output the variable part with %s
Philip Guenther
2016-08-30
Use O_CLOEXEC when opening fds local to a function
Philip Guenther
2015-11-11
creat() -> open equiv; from Frederic Nowak
Theo de Raadt
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2006-03-30
casts that cannot cause breakage in the future
Theo de Raadt
2005-11-28
spaces, and a off_t typecast to please lint
Theo de Raadt
2005-03-03
Make sure we check snprintf return value for failure or truncation before
Chad Loder
2004-05-28
knf; otto ok
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-06-09
some -Wall and spaces cleanup, scsi.c left.
Federico G. Schwindt
2002-05-26
pid_t cleanup
Theo de Raadt
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
1999-09-21
Add opendisk from NetBSD.
Constantine Sapuntzakis
1999-08-17
More <sys/file.h> vs. <fcntl.h> and open() flags fixes.
Todd C. Miller
1999-03-16
Get the pid right if a stale lock file exists.
brian
1998-06-10
Cast pid_t to int for sprintf.
brian
1998-06-08
Add uu_lock_txfr() for donating locks to another process.
brian
1997-11-09
Correct the ftruncate() call.
bri
1997-11-09
Introduce uu_lock(), uu_unlock() and uu_lockerr()
bri