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
/
readlabel.c
Age
Commit message (
Expand
)
Author
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2016-08-30
Use O_CLOEXEC when opening fds local to a function
Philip Guenther
2015-01-16
Move to the <limits.h> universe.
Theo de Raadt
2014-06-30
sort includes much more sensibly
Theo de Raadt
2010-11-15
Teach readlabelfs() how to handle DUIDs.
Joel Sing
2006-10-02
Fix off by one comparison. FSMAXTYPES is the last valid index into
Kenneth R Westerback
2004-09-18
label a switch fallthrough
Theo de Raadt
2004-05-28
knf; otto ok
Theo de Raadt
2002-02-21
fgsch, if you commit without test compiling ONE MORE TIME, I will send a cast...
Theo de Raadt
2002-02-21
use sizeof w/ defines; niklas@ millert@ ok.
Federico G. Schwindt
2001-08-16
consistently use #include "util.h" not <util.h> since util.h lives in this dir.
Todd C. Miller
1997-11-18
-Wall
Todd C. Miller
1996-12-23
readlabelfs() takes two arguments now, update prototype, inc major number.
Jason Downs
1996-12-04
sanitize return value. NULL on failure, always.
Jason Downs
1996-12-03
Add readlabelfs().
Jason Downs