Age | Commit message (Expand) | Author |
---|---|---|
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-06-02 | do the daddr_t -> daddr64_t or int32_t dance here as well | Theo de Raadt |
2007-04-12 | Remove the i_interlock simplelock from struct ntnode | Thordur I. Bjornsson |
2006-03-05 | Use more queue macros rather than doing it by hand; ok otto@ krw@ | Miod Vallat |
2005-11-19 | Remove unnecessary lockmgr() archaism that was costing too much in terms | 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 | - use MIN()/MAX() rather than min()/max(), to avoid possible truncation | Brad Smith |
2005-03-08 | fix a page fault that occurs when a reclaimed vnode is then reused. | Patrick Latifi |
2003-05-20 | un __P | Ted Unangst |
2003-05-20 | fix the tags | Michael Shalayeff |
2003-05-20 | by popular request, NTFS support. read only. | Ted Unangst |