Age | Commit message (Expand) | Author |
2007-09-17 | Only the most obvious bzero() -> M_ZERO changes. No cast changes, no | Kenneth R Westerback |
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt |
2007-06-01 | pedro ok'd this ~3500 line diff which removes the vop argument | Theo de Raadt |
2007-05-09 | lockmgr_printinfo() calls only if DIAGNOSTIC | Theo de Raadt |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-03-25 | Remove LK_INTERLOCK from flags in a call to vget(); | Thordur I. Bjornsson |
2007-03-21 | Remove the v_interlock simplelock from the vnode structure. | Thordur I. Bjornsson |
2006-10-16 | Use daddr64_t for logical blocks, okay krw@ thib@ mickey@ | 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 | rearrange some comments | Pedro Martelletto |
2006-06-14 | Avoid potential deadlock during hash lookup; ok pedro@ | Patrick Latifi |
2006-01-18 | Fix math in udf_bmap_internal() on big-endian architectures | Pedro Martelletto |
2006-01-14 | Better UDF name extraction code, which will not forget to report errors in | Miod Vallat |
2005-11-19 | Remove unnecessary lockmgr() archaism that was costing too much in terms | Pedro Martelletto |
2005-10-29 | Account a self-reference for directories in udf_getattr(), okay deraadt@ | Pedro Martelletto |
2005-05-11 | no need to include '\n' on a panic(), fix two typos, | Pedro Martelletto |
2005-04-15 | don't need to check for NULL when using M_WAITOK, from mpech@ | Pedro Martelletto |
2005-04-05 | make sure *vpp == NULL if udf_lookup() returns an error | Pedro Martelletto |
2005-03-30 | Insert elucidative comment about what's going on. | Pedro Martelletto |
2005-03-30 | Export udf_transname(), which will be needed | Pedro Martelletto |
2005-03-30 | Before doing the 8->16 bit expansion using a fixed-size buffer, | Pedro Martelletto |
2005-03-29 | Bring in UDF support from FreeBSD, disabled for now. | Pedro Martelletto |