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_vfsops.c
Age
Commit message (
Expand
)
Author
2006-07-11
Don't hold up a vnode for the VAT when a unode is sufficient
Pedro Martelletto
2006-07-11
Make the mounting process pass a hint to the kernel of where to find the VAT
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
Be consistent about how we name 'struct unode' instances
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-07-01
Fix MALLOC()/malloc() usage in a couple of places
Pedro Martelletto
2006-06-24
replace unneeded bzero()
Pedro Martelletto
2006-06-24
rearrange some comments
Pedro Martelletto
2006-06-23
fix two nested loops sharing the same control variable, plug two memory
Pedro Martelletto
2006-06-22
Roll in some defines for the file types used in udf_vget() and add one
Pedro Martelletto
2006-06-22
Make udf_find_partmaps() correctly spot virtual partition maps in
Pedro Martelletto
2006-06-14
Plug memory leak in error path; ok pedro@
Patrick Latifi
2006-01-14
Move udf_disklabelspoof() to udf_subr.c, no functional change
Pedro Martelletto
2006-01-14
Give UDF a chance of working on big-endian architectures, okay miod@
Pedro Martelletto
2006-01-14
Better UDF name extraction code, which will not forget to report errors in
Miod Vallat
2005-05-15
in udf_vget(), release the buffer if a bread() fails
Pedro Martelletto
2005-03-30
Add disklabel spoofing code for UDF.
Pedro Martelletto
2005-03-29
Bring in UDF support from FreeBSD, disabled for now.
Pedro Martelletto