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
/
opendev.c
Age
Commit message (
Expand
)
Author
2011-06-30
Do not mask errno if we fail to open /dev/diskmap. Also, fall through
Joel Sing
2010-12-22
Do not attempt to prepend /dev/ to path if it already contains a slash.
Todd C. Miller
2010-12-21
Always return a pointer to the static buffer in realpath, even if
Todd C. Miller
2010-12-17
opendev() path argument should be const. OK deraadt@
Todd C. Miller
2010-11-15
Factor out DUID identification code so that it can easily be reused.
Joel Sing
2010-06-28
add missing headers needed for close() and ioctl().
Charles Longeau
2010-06-18
If a request to opendev(3) is given in the form of a disklabel UID,
Joel Sing
2004-05-28
knf; otto ok
Theo de Raadt
2002-06-09
some -Wall and spaces cleanup, scsi.c left.
Federico G. Schwindt
2000-04-30
Add OPENDEV_BLCK flag for opening the block devices (the character
Todd C. Miller
1996-09-16
Bring prototypes into scope
Thorsten Lockert
1996-07-02
Use getrawpartition().
Jason Downs
1996-06-20
only write to realpath if non-NULL
Theo de Raadt
1996-06-17
util.h: new resting place
Jason Downs
1996-06-17
Add opendev(3) to libutil. Used by mt(1), soon by disklabel(8), maybe
Jason Downs