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
/
sys
/
isofs
/
udf
/
udf.h
Age
Commit message (
Expand
)
Author
2013-05-30
CD filesystems don't do inode numbers >2^32, so use a smaller type internally,
Philip Guenther
2013-03-23
A small sprinking of #ifdef _KERNEL
Theo de Raadt
2013-03-23
convert a DEV_BSHIFT use to DEV_BSIZE (this .h file is reused in
Theo de Raadt
2011-07-04
bread does nothing with its ucred argument. remove it. ok matthew
Ted Unangst
2009-08-14
First cut at UDF 2.[56] support, allowing read-only access to HDDVD
Kenneth R Westerback
2007-12-09
update pedro's email address, at his request;
Jason McIntyre
2006-07-12
Remove unused function
Pedro Martelletto
2006-07-11
Don't hold up a vnode for the VAT when a unode is sufficient
Pedro Martelletto
2006-07-09
Be consistent about how we name 'struct umount' instances
Pedro Martelletto
2006-07-09
udf_mnt -> umount and rename fields accordingly
Pedro Martelletto
2006-07-08
udf_node -> unode and rename fields accordingly
Pedro Martelletto
2006-07-08
Rename VTON() to VTOU()
Pedro Martelletto
2006-07-05
Add VAT support a la UDF 1.50
Pedro Martelletto
2006-06-24
Shave 8 bytes off struct udf_mnt
Pedro Martelletto
2006-06-24
rearrange some comments
Pedro Martelletto
2006-01-14
Better UDF name extraction code, which will not forget to report errors in
Miod Vallat
2005-03-29
Bring in UDF support from FreeBSD, disabled for now.
Pedro Martelletto