Age | Commit message (Expand) | Author |
2015-03-18 | use 4x buffer size for opendir. speeds up large directory reading, and | Ted Unangst |
2014-03-10 | Optimization, no functional change: | Ingo Schwarze |
2013-11-06 | Search the userland buffer of dirent structures before falling back to | Ingo Schwarze |
2013-10-06 | fdopendir() needs to set dd_curpos so that an immediate telldir() works. | Philip Guenther |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2011-07-18 | Expose a bunch of new functionality from POSIX 2008: openat(2), | Matthew Dempsky |
2011-07-18 | Implement fdopendir(3) and refactor opendir(3) and fdopendir(3) to use | Matthew Dempsky |
2011-07-14 | __opendir2, DTF_NODUP, and __DTF_READALL can die. struct dirent | Theo de Raadt |
2010-01-19 | Leave errno as-is if fstat(2) fails instead of masking the real | Todd C. Miller |
2007-06-05 | _FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, so | Kurt Miller |
2007-02-09 | The buffer passed to getdirentries() must be at least as large as | Todd C. Miller |
2006-04-10 | telldir/seekdir optimization, avoid scanning the complete list, | Otto Moerbeek |
2006-04-01 | - Plug huge mem leak; mostly samba was suffering. | Otto Moerbeek |
2005-10-10 | fix a few warnings, keep the crypt stuff for later. | Marc Espie |
2005-08-08 | zap remaining rcsid. | Marc Espie |
2005-06-16 | bye bye whiteouts | Todd C. Miller |
2005-05-26 | union is gone, ok millert@ | Pedro Martelletto |
2005-03-01 | Set errno right before return(), so that it does not risk being reset | Miod Vallat |
2004-05-18 | ansify function definitions and zap some `register' | Jean-Francois Brousseau |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-07-30 | malloc paranoia; it is unlikely that any filesystem will support | Todd C. Miller |
2002-07-08 | Use qsort() instead of mergesort() since the latter can fail due | Todd C. Miller |
1998-08-15 | fix realloc patch | Theo de Raadt |
1998-08-14 | realloc repair | Theo de Raadt |
1997-07-09 | Clean up some -Wall complaints. | Todd C. Miller |
1996-09-07 | Understand about union mounts as well as union file system | Thorsten Lockert |
1996-08-19 | Fix RCS ids | Thorsten Lockert |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |