summaryrefslogtreecommitdiffstats
path: root/sys/isofs/udf/udf_vfsops.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Be consistent about how we name 'struct umount' instancespedro2006-07-091-74/+75
|
* udf_mnt -> umount and rename fields accordinglypedro2006-07-091-59/+58
|
* Be consistent about how we name 'struct unode' instancespedro2006-07-081-24/+24
|
* udf_node -> unode and rename fields accordinglypedro2006-07-081-23/+23
|
* Rename VTON() to VTOU()pedro2006-07-081-2/+2
|
* Add VAT support a la UDF 1.50pedro2006-07-051-9/+25
|
* Fix MALLOC()/malloc() usage in a couple of placespedro2006-07-011-9/+8
|
* replace unneeded bzero()pedro2006-06-241-2/+2
|
* rearrange some commentspedro2006-06-241-33/+5
|
* fix two nested loops sharing the same control variable, plug two memorypedro2006-06-231-57/+76
| | | | leaks and be consistent about error values returned to the caller
* Roll in some defines for the file types used in udf_vget() and add onepedro2006-06-221-8/+8
| | | | for the VAT, no binary change
* Make udf_find_partmaps() correctly spot virtual partition maps inpedro2006-06-221-13/+16
| | | | medias that have it, testing jmc@ and myself.
* Plug memory leak in error path; ok pedro@pat2006-06-141-4/+9
|
* Move udf_disklabelspoof() to udf_subr.c, no functional changepedro2006-01-141-100/+1
|
* Give UDF a chance of working on big-endian architectures, okay miod@pedro2006-01-141-2/+2
|
* Better UDF name extraction code, which will not forget to report errors inmiod2006-01-141-2/+1
| | | | | | some cases; also silence a few udf messages unless option DIAGNOSTIC. Tests and tweaks and ok pedro@
* in udf_vget(), release the buffer if a bread() failspedro2005-05-151-1/+4
|
* Add disklabel spoofing code for UDF.pedro2005-03-301-1/+100
|
* Bring in UDF support from FreeBSD, disabled for now.pedro2005-03-291-0/+766