summaryrefslogtreecommitdiff
path: root/sys/ntfs
AgeCommit message (Expand)Author
2009-06-02- make sure biodone() gets run at IPL_BIOJasper Lievisse Adriaanse
2009-03-25convert lockmgr over to rwlock in ntfs, mostly trivial.Owain Ainsworth
2008-09-01Avoid #pragma pack(1) and unify everything towards using __packed.Theo de Raadt
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-05-13Remove commented out NetBSD __KERNEL_RCSID macro usage.Brad Smith
2007-12-09MALLOC/FREE -> malloc/freeHans-Joerg Hoexer
2007-10-06Oops. Forgot to do FREE -> free when I did MALLOC -> malloc.Kenneth R Westerback
2007-10-03MALLOC+bzero -> malloc+M_ZERO.Kenneth R Westerback
2007-09-17Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2007-06-02do the daddr_t -> daddr64_t or int32_t dance here as wellTheo de Raadt
2007-06-01more vop argument "ap = v" comment removal; ok pedroTheo de Raadt
2007-04-12Remove the i_interlock simplelock from struct ntnodeThordur I. Bjornsson
2007-02-11Remove _KERNEL_OPT leftovers.Miod Vallat
2006-05-29Remove unused NetBSD new-style %b strings.Miod Vallat
2006-04-19Remove unused mount list simple_lock() gooPedro Martelletto
2006-03-05Use more queue macros rather than doing it by hand; ok otto@ krw@Miod Vallat
2006-01-13sysinst my ass.Miod Vallat
2006-01-09Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks.Pedro Martelletto
2005-11-19Remove unnecessary lockmgr() archaism that was costing too much in termsPedro Martelletto
2005-10-19Remove v_vnlock from struct vnode, okay krw@ tedu@Pedro Martelletto
2005-10-10Use free(9) to free memory allocated with malloc(9), okay krw@, marius@Pedro Martelletto
2005-05-24Fix our NTFS readdir function.Brad Smith
2005-05-22The printf(9) `%p' conversion specifier puts an "0x" inBrad Smith
2005-05-21fix parenthesisBrad Smith
2005-05-21- use MIN()/MAX() rather than min()/max(), to avoid possible truncationBrad Smith
2005-04-20fix commentBrad Smith
2005-04-16comment out some code which is causing ntfs panics dueJoris Vink
2005-03-08fix a page fault that occurs when a reclaimed vnode is then reused.Patrick Latifi
2005-02-01Before carrying on with the mount request, make sure the process hasPedro Martelletto
2004-12-09* plug memory leak on mount failure.Patrick Latifi
2003-08-14constify vfsops; tedu@ okMichael Shalayeff
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-24rename export to export_info for c++ safety. report by naddy@Ted Unangst
2003-05-20un __PTed Unangst
2003-05-20fix the tagsMichael Shalayeff
2003-05-20by popular request, NTFS support. read only.Ted Unangst