summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/getcwd.c
AgeCommit message (Expand)Author
2005-12-01Hide mostly used functionsPeter S. Mazinger
2005-11-02Allow partly IMA compile of this directoryPeter S. Mazinger
2005-08-15For current kernels, we just use the getcwd() syscall. For old 2.0 linuxEric Andersen
2003-09-06Fix numerous problems with both getcwd implementations.Eric Andersen
2002-12-04Fix the other instance of getcwdEric Andersen
2002-12-04Properly allocate memory when size is 0, but so is bufEric Andersen
2002-07-22Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen
2002-06-18Cleanup the getcwd implementation (again) since I broke itEric Andersen