du(1): Move the fts_close() behind fts_read()'s errno check.
[dragonfly.git] / usr.bin / du / du.c
2011-12-03 Sascha Wildnerdu(1): Move the fts_close() behind fts_read()'s errno...
2011-12-03 François TigeotAdd missing fts_close() calls
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2009-04-07 Peter AvalosSync libc/stdlib with FreeBSD (ignoring jemalloc, pts...
2008-08-12 YONETANI TomokazuHumanized number can be up to three digits + unit lette...
2008-08-04 Sascha WildnerUse libutil's humanize_number(3) for -h.
2008-07-13 Matthew DillonUse a 64 bit quantity to collect file size data instead of
2006-01-12 Simon SchubertCheck for setenv/putenv's success
2005-09-01 Liam J. FoyZap unused variable!
2005-01-01 Chris PresseyRaise WARNS to 6:
2004-07-04 Eirik NygaardSpeed up hardlink detection by using a self-sizing...
2004-07-04 Eirik Nygaard-{h,k} are mutually exclisive. So only pay attention...
2003-10-04 Hiten PandyaK...
2003-09-28 Matthew DillonHash the link-check data to improve performance on...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: