about summary refs log tree commit diff
path: root/src/unistd/getcwd.c
Commit message (Expand)AuthorAgeFilesLines
* avoid excessive stack usage in getcwdRich Felker2018-05-011-2/+2
* make getcwd fail if it cannot obtain an absolute pathDmitry V. Levin2018-02-071-1/+7
* fix errno value for getcwd when size argument is zeroRich Felker2013-10-081-1/+7
* support null buffer argument to getcwd, auto-allocating behaviorRich Felker2012-03-011-1/+6
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+8