summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getcwd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* System calls return -1 upon failure, so check for -1pedro2006-05-271-2/+2
* Don't leak memory if getcwd() was passed NULL and __getcwd() failspedro2006-05-271-3/+10
* Make libc's getcwd() use the new __getcwd() system callpedro2006-05-271-216/+22
* zap remaining rcsid.espie2005-08-081-4/+1
* Save errno from clobbering by clsoedir() in the err case.millert2005-06-011-1/+6
* deregister (and deauto!). ok millert@ marco@otto2005-03-251-7/+7
* Replace bcopy() with memcpy() and memmove() so it is obvious whatmillert2005-01-061-8/+7
* Fix handling of memory allocation. Both the initial value of eupotto2005-01-051-8/+7
* ansification; checked by pvalderaadt2003-06-111-4/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Fix comment: s/trailing NULL/trailing NUL/, no code changes.cloder2002-11-241-2/+2
* off-by-one calculation error; getcwd() would return NULL if the buffer wasderaadt2000-07-191-2/+2
* realloc repairderaadt1998-08-141-4/+10
* Clean up some -Wall complaints.millert1997-07-091-2/+2
* Fix file descriptor leak on error. Noticed by bitblt.millert1996-11-271-2/+4
* Fix RCS idstholo1996-08-191-7/+1
* initial import of NetBSD treederaadt1995-10-181-0/+236