Age | Commit message (Expand) | Author |
2009-01-05 | The FAT32 fsinxtfree field is advisory in nature and we don't use | Kenneth R Westerback |
2008-06-09 | Update access(2) to have modern semantics with respect to X_OK and | Todd C. Miller |
2008-05-08 | retire vn_default_error() and replace all instances | Thordur I. Bjornsson |
2008-01-13 | Return pcbmap() errors from deget() rather than ignoring them. EIO at | Kenneth R Westerback |
2007-11-27 | typos; ok jmc@ | Martynas Venckus |
2007-11-26 | Fix jsg@'s iRiver Clix by relaxing the test for SecPerTrack to allow | Kenneth R Westerback |
2007-11-15 | read boot sector as 4K block, because of new ipod nano | Theo de Raadt |
2007-10-29 | MALLOC/FREE -> malloc/free | Charles Longeau |
2007-10-06 | Oops. Forgot to do FREE -> free when I did MALLOC -> malloc. | Kenneth R Westerback |
2007-10-03 | MALLOC+bzero -> malloc+M_ZERO. | Kenneth R Westerback |
2007-09-17 | Only the most obvious bzero() -> M_ZERO changes. No cast changes, no | Kenneth R Westerback |
2007-06-02 | convert all daddr_t types to either daddr64_t or uint32_t or other such | Theo de Raadt |
2007-06-01 | pedro ok'd this ~3500 line diff which removes the vop argument | Theo de Raadt |
2007-04-11 | Remove the simplelock argument from vrecycle(); | Thordur I. Bjornsson |
2007-04-10 | When doing a rename and finding out the destination name already | Pedro Martelletto |
2007-04-02 | When running out of space to place a directory entry in msdosfs_readdir(), | Pedro Martelletto |
2007-03-21 | Remove the v_interlock simplelock from the vnode structure. | Thordur I. Bjornsson |
2007-03-18 | get rid of noop vop_reallocblks; pedro@ miod@ ok | Michael Shalayeff |
2007-01-16 | Retire VOP_LEASE(); It was a bit for NQNFS and has | Thordur I. Bjornsson |
2006-12-16 | Adopt FreeBSD's code for non-DEV_BSIZE formatted MSDOSFS filesystems. | Kenneth R Westerback |
2006-12-15 | Nuke GEMDOSFS. Unused part of unused atari port. Simplifies | Kenneth R Westerback |
2006-12-14 | Remove dirsperblk, which is not used after it is calculated. | Tom Cosgrove |
2006-12-14 | If an MS-DOS filesystem claims to have more clusters than can be | Tom Cosgrove |
2006-11-29 | detect potential multiplicative overflow before allocation, and return via | Theo de Raadt |
2006-11-26 | Fix malloc() panic in msdosfs_mountfs(), okay thib@ deraadt@ | Pedro Martelletto |
2006-10-16 | Use daddr64_t for logical blocks, okay krw@ thib@ mickey@ | Pedro Martelletto |
2006-10-03 | Introduce daddr64_t and use it for physical block numbers | Pedro Martelletto |
2006-08-22 | remove the check for the number of heads reported by the BPB altogether, | Nikolay Sturm |
2006-08-07 | Revert last commit | Pedro Martelletto |
2006-08-06 | obey the locking disaplince wrt to VOP_CLOSE during umounts | Thordur I. Bjornsson |
2006-07-19 | from FreeBSD: | Nikolay Sturm |
2006-01-09 | Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks. | Pedro Martelletto |
2005-12-01 | Add missing cache_purge() in msdosfs_rename(). | Pedro Martelletto |
2005-11-19 | Remove unnecessary lockmgr() archaism that was costing too much in terms | Pedro Martelletto |
2005-10-08 | When moving a directory to under a new parent, write the correct | Tom Cosgrove |
2005-09-28 | No part of the code defines UNALIGNED_ACCESS, use reverted tests for | Miod Vallat |
2005-03-14 | Fix typo in comment | Tom Cosgrove |
2005-03-02 | (And remember to remove the block on filesystems > 128 GB) | Tom Cosgrove |
2005-03-02 | Add support for MS-DOS filesystems > 128 GB, by changing the way we | Tom Cosgrove |
2005-03-02 | Make all the MS-DOS filesystem code ignore trailing dots and spaces, in | Tom Cosgrove |
2005-03-01 | Fix an integer overflow that prevented us from reading files >= 2 GB | Tom Cosgrove |
2005-03-01 | The maximum file size on MS-DOS filesystems is 4 GB - 1 byte, so | Tom Cosgrove |
2004-12-26 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-11-30 | kill breada(), from Sven Dehmlow. ok tedu@ millert@ | Pedro Martelletto |
2004-11-29 | Don't use seltrue() in poll ops since it requires v_rdev dereferencing | Alexander Yurchenko |
2004-09-18 | hierarchy is spelled hierarchy, from Jonathan Gray | Ted Unangst |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-05-16 | remove printfs i left in. noticed by marc@ | Ted Unangst |
2004-05-14 | use pool for namei pathbuf. testing ok millert@ tdeval@ | Ted Unangst |
2004-05-12 | 32 bit ints are uint32_t, not u_long. works on 64bit now. ok deraadt@ | Ted Unangst |