aboutsummaryrefslogtreecommitdiff
path: root/dirent/rewinddir.c
AgeCommit message (Collapse)AuthorFilesLines
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-11-04[BZ #157] Remove include/stub-tag.h for good.Thomas Schwinge1-1/+0
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-05-08Fix Linux getcwd for long pathsUlrich Drepper1-1/+2
The getcwd syscall (so far?) can only handle path up to one page in size. There is no limit about directory hierarchy depth, though, and the POSIX getcwd is supposed to handle this. In that case fall back to the generic getcwd. Additionally, optimize the generic getcwd to use openat when possible to change the asymptotic performance from O(N^2) to O(n).
2005-12-14Moved to csu/errno-loc.c.Ulrich Drepper1-0/+35
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-35/+0
2007-07-122.5-18.1Jakub Jelinek1-0/+35