| Commit message (Expand) | Author | Age | Files | Lines |
| * | move the specfs code to a place people can see it; ok guenther thib krw |  deraadt | 2011-07-04 | 1 | -3/+2 |
| * | bread does nothing with its ucred argument. remove it. ok matthew |  tedu | 2011-07-04 | 1 | -4/+3 |
| * | Bring back the "End the VOP experiment." diff, naddy's issues where |  thib | 2010-12-21 | 1 | -2/+2 |
| * | Backout the VOP diff until the issues naddy was seeing on alpha (gcc3) |  thib | 2010-09-10 | 1 | -2/+2 |
| * | End the VOP experiment. Instead of the ridicolusly complicated operation |  thib | 2010-09-06 | 1 | -2/+2 |
| * | makefstype was only used in ported from freebsd filesystems. fix them |  tedu | 2010-06-29 | 1 | -2/+2 |
| * | Re-introduce the remaining bits of thib@'s Aug 2006 VOP_CLOSE() |  krw | 2009-12-19 | 1 | -1/+4 |
| * | make UDF less chatty during normal operation |  jolan | 2009-08-27 | 1 | -1/+3 |
| * | First cut at UDF 2.[56] support, allowing read-only access to HDDVD |  krw | 2009-08-14 | 1 | -25/+112 |
| * | Remove the VREF() macro and replaces all instances with a call to verf(), |  thib | 2009-07-09 | 1 | -2/+2 |
| * | Update to Reinoud Zandijk's much more current version of ecma167-udf.h |  krw | 2009-06-05 | 1 | -13/+14 |
| * | A bunch of pool_get() + bzero() -> pool_get(..., .. | PR_ZERO) |  mk | 2008-06-14 | 1 | -3/+2 |
| * | update pedro's email address, at his request; |  jmc | 2007-12-09 | 1 | -2/+2 |
| * | Oops. Forgot to do FREE -> free when I did MALLOC -> malloc. |  krw | 2007-10-06 | 1 | -3/+3 |
| * | MALLOC+bzero -> malloc+M_ZERO. |  krw | 2007-10-03 | 1 | -4/+2 |
| * | Revert last commit |  pedro | 2006-08-07 | 1 | -4/+1 |
| * | obey the locking disaplince wrt to VOP_CLOSE during umounts |  thib | 2006-08-06 | 1 | -1/+4 |
| * | Don't hold up a vnode for the VAT when a unode is sufficient |  pedro | 2006-07-11 | 1 | -1/+4 |
| * | Make the mounting process pass a hint to the kernel of where to find the VAT |  pedro | 2006-07-11 | 1 | -6/+5 |
| * | Be consistent about how we name 'struct umount' instances |  pedro | 2006-07-09 | 1 | -74/+75 |
| * | udf_mnt -> umount and rename fields accordingly |  pedro | 2006-07-09 | 1 | -59/+58 |
| * | Be consistent about how we name 'struct unode' instances |  pedro | 2006-07-08 | 1 | -24/+24 |
| * | udf_node -> unode and rename fields accordingly |  pedro | 2006-07-08 | 1 | -23/+23 |
| * | Rename VTON() to VTOU() |  pedro | 2006-07-08 | 1 | -2/+2 |
| * | Add VAT support a la UDF 1.50 |  pedro | 2006-07-05 | 1 | -9/+25 |
| * | Fix MALLOC()/malloc() usage in a couple of places |  pedro | 2006-07-01 | 1 | -9/+8 |
| * | replace unneeded bzero() |  pedro | 2006-06-24 | 1 | -2/+2 |
| * | rearrange some comments |  pedro | 2006-06-24 | 1 | -33/+5 |
| * | fix two nested loops sharing the same control variable, plug two memory |  pedro | 2006-06-23 | 1 | -57/+76 |
| * | Roll in some defines for the file types used in udf_vget() and add one |  pedro | 2006-06-22 | 1 | -8/+8 |
| * | Make udf_find_partmaps() correctly spot virtual partition maps in |  pedro | 2006-06-22 | 1 | -13/+16 |
| * | Plug memory leak in error path; ok pedro@ |  pat | 2006-06-14 | 1 | -4/+9 |
| * | Move udf_disklabelspoof() to udf_subr.c, no functional change |  pedro | 2006-01-14 | 1 | -100/+1 |
| * | Give UDF a chance of working on big-endian architectures, okay miod@ |  pedro | 2006-01-14 | 1 | -2/+2 |
| * | Better UDF name extraction code, which will not forget to report errors in |  miod | 2006-01-14 | 1 | -2/+1 |
| * | in udf_vget(), release the buffer if a bread() fails |  pedro | 2005-05-15 | 1 | -1/+4 |
| * | Add disklabel spoofing code for UDF. |  pedro | 2005-03-30 | 1 | -1/+100 |
| * | Bring in UDF support from FreeBSD, disabled for now. |  pedro | 2005-03-29 | 1 | -0/+766 |