Age | Commit message (Expand) | Author |
2011-07-04 | move the specfs code to a place people can see it; ok guenther thib krw | Theo de Raadt |
2011-07-04 | bread does nothing with its ucred argument. remove it. ok matthew | Ted Unangst |
2011-04-05 | Every single vop_default is set to eopnotsupp, so retire it | Thordur I. Bjornsson |
2011-04-03 | Teach ntfs_mount() how to handle disklabel UIDs. | Joel Sing |
2010-12-21 | Bring back the "End the VOP experiment." diff, naddy's issues where | Thordur I. Bjornsson |
2010-11-18 | Make sure readdir cookies are actually allocated with the correct size | Miod Vallat |
2010-09-10 | Backout the VOP diff until the issues naddy was seeing on alpha (gcc3) | Thordur I. Bjornsson |
2010-09-09 | nessesary -> necessary. | Miod Vallat |
2010-09-07 | Allow NTFS to compile by cutting it over to the new VOP world order. | Thordur I. Bjornsson |
2010-09-04 | revert previous "simplification". kcornies at gmail says it doesn't work. | Ted Unangst |
2010-08-22 | the upper case table code was a lot more complicated than it needed to be. | Ted Unangst |
2010-08-12 | these files don't need to include nearly so many headers | Ted Unangst |
2010-08-12 | clean up some macro obfuscation and assorted styling problems. | Ted Unangst |
2010-08-08 | do not unlock vnode before calling vput. should fix ray's panic. | Ted Unangst |
2010-08-06 | Every time you ignore uiomove() return value, $DEITY kills a little | Miod Vallat |
2010-07-03 | Last bit of thib@ locking diff from long ago. Put proper locking | Kenneth R Westerback |
2010-06-29 | keeping a TODO file here implies somebody cares | Ted Unangst |
2010-06-29 | makefstype was only used in ported from freebsd filesystems. fix them | Ted Unangst |
2010-06-06 | simething -> something | Miod Vallat |
2010-04-23 | It is about time that we stopped pretending simple_locks are locks. | Owain Ainsworth |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2010-03-01 | - properly spell 'exception' in comments | Jasper Lievisse Adriaanse |
2009-08-13 | - remove super-obvious comments from vnodeop_entries[] | Jasper Lievisse Adriaanse |
2009-07-09 | Remove the VREF() macro and replaces all instances with a call to verf(), | Thordur I. Bjornsson |
2009-06-02 | - make sure biodone() gets run at IPL_BIO | Jasper Lievisse Adriaanse |
2009-03-25 | convert lockmgr over to rwlock in ntfs, mostly trivial. | Owain Ainsworth |
2008-09-01 | Avoid #pragma pack(1) and unify everything towards using __packed. | Theo de Raadt |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-05-13 | Remove commented out NetBSD __KERNEL_RCSID macro usage. | Brad Smith |
2007-12-09 | MALLOC/FREE -> malloc/free | Hans-Joerg Hoexer |
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 | do the daddr_t -> daddr64_t or int32_t dance here as well | Theo de Raadt |
2007-06-01 | more vop argument "ap = v" comment removal; ok pedro | Theo de Raadt |
2007-04-12 | Remove the i_interlock simplelock from struct ntnode | Thordur I. Bjornsson |
2007-02-11 | Remove _KERNEL_OPT leftovers. | Miod Vallat |
2006-05-29 | Remove unused NetBSD new-style %b strings. | Miod Vallat |
2006-04-19 | Remove unused mount list simple_lock() goo | Pedro Martelletto |
2006-03-05 | Use more queue macros rather than doing it by hand; ok otto@ krw@ | Miod Vallat |
2006-01-13 | sysinst my ass. | Miod Vallat |
2006-01-09 | Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks. | Pedro Martelletto |
2005-11-19 | Remove unnecessary lockmgr() archaism that was costing too much in terms | Pedro Martelletto |
2005-10-19 | Remove v_vnlock from struct vnode, okay krw@ tedu@ | Pedro Martelletto |
2005-10-10 | Use free(9) to free memory allocated with malloc(9), okay krw@, marius@ | Pedro Martelletto |
2005-05-24 | Fix our NTFS readdir function. | Brad Smith |
2005-05-22 | The printf(9) `%p' conversion specifier puts an "0x" in | Brad Smith |
2005-05-21 | fix parenthesis | Brad Smith |
2005-05-21 | - use MIN()/MAX() rather than min()/max(), to avoid possible truncation | Brad Smith |
2005-04-20 | fix comment | Brad Smith |