summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/getcwd.c
Commit message (Expand)AuthorAgeFilesLines
* sync change from glibc for larger path maxMike Frysinger2006-06-161-1/+3
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-11/+13
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-19/+31
* Convert some usersPeter S. Mazinger2005-12-161-1/+2
* Convert all users of earlier hiddensPeter S. Mazinger2005-12-131-1/+1
* Convert internal users of chmod/*stat*, minimize change for __strsepPeter S. Mazinger2005-12-131-4/+4
* Use __open|__closedirPeter S. Mazinger2005-12-081-0/+3
* Hide morePeter S. Mazinger2005-12-071-2/+2
* Hide mostly used functionsPeter S. Mazinger2005-12-011-9/+9
* Allow partly IMA compile of this directoryPeter S. Mazinger2005-11-021-1/+1
* For current kernels, we just use the getcwd() syscall. For old 2.0 linuxEric Andersen2005-08-151-1/+10
* Fix numerous problems with both getcwd implementations.Eric Andersen2003-09-061-66/+63
* Fix the other instance of getcwdEric Andersen2002-12-041-18/+21
* Properly allocate memory when size is 0, but so is bufEric Andersen2002-12-041-25/+28
* Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen2002-07-221-3/+7
* Cleanup the getcwd implementation (again) since I broke itEric Andersen2002-06-181-0/+172