glibc/sysdeps/mach
Ulrich Drepper 7fb90fb89b Fix Linux getcwd for long paths
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).
2011-05-08 08:37:19 -04:00
..
bits
hurd Fix Linux getcwd for long paths 2011-05-08 08:37:19 -04:00
i386 Add multiple inclusion protection to some Mach/i386 internal headers. 2011-02-16 15:16:33 -08:00
powerpc
sys
_strerror.c
adjtime.c
configure configure tweaks, support $libc_add_on_config_subdirs 2009-09-15 14:14:42 -07:00
configure.in
getloadavg.c
getpagesize.c
getsysstats.c Give Hurd weak aliases for getsysstats get_* functions. 2010-01-26 17:44:58 -08:00
gettimeofday.c
Makefile
mprotect.c
msync.c
munmap.c
nanosleep.c
pagecopy.h
readonly-area.c
sched_yield.c
sleep.c
start.c
strerror_l.c * sysdeps/mach/strerror_l.c: New file. 2008-11-26 19:45:00 +00:00
Subdirs
sysdep.h
thread_state.h
usleep.c
xpg-strerror.c Change XPG-compliant strerror_r function to return error code. 2010-12-25 13:56:48 -05:00