summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getcwd.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid a memory leak by using reallocf() instead of realloc().tjr2003-01-101-1/+1
* Prototype __getcwd() to avoid a warning.tjr2003-01-101-0/+2
* s/trailing NULL/trailing NUL/jmallett2002-08-191-1/+1
* * Remove 'register'. (some functions had 7+ register functions...)obrien2002-02-011-8/+8
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-1/+3
* Remove the SIGSYS handler and wrapper around the __getcwd() syscall.peter2000-09-051-39/+10
* Explicitly use sigemptyset to clear a sigset_t. Explicitmarcel1999-09-281-1/+4
* Replace memory leaking instances of realloc with non-leaking reallocf.imp1998-09-161-1/+1
* NetBSD doesn't have a __getcwd syscall, so set have__getcwd to `no'jb1998-05-151-0/+4
* Return the correct errno from getcwd() even if free() or closedir()mckay1998-01-151-0/+4
* Put a system call not present checking wrapper around the call topeter1997-09-161-9/+35
* Fix yet a minor stylistic nit from Bruce (Doesn't he have morephk1997-09-151-7/+9
* Fix a buglet and a couple of stylistic nits from Bruce.phk1997-09-151-3/+2
* Add __getcwd() syscall, and have getcwd() take a shot at it.phk1997-09-141-0/+11
* Fixed file descriptor leak that occurs after certain types of failures.dg1997-08-151-2/+5
* Back out a dubious Lite2 change to "optimise" getcwd() to look at $PWDpeter1997-03-131-153/+0
* merge from Lite2 - realpath() now shares a lot of code with getcwd()peter1997-03-111-4/+158
* Corrently null-terminate the path being passed to the opendir() calls,peter1996-10-171-0/+1
* General -Wall warning cleanup, part I.jkh1996-07-121-1/+1
* Don't cast void functions to void.hsu1995-06-201-2/+2
* Backed out Keith Bostic's getcwd/$PWD hack. It is causing things to breakdg1995-02-071-24/+5
* A cute hack to speed up things by Keith: if getenv("PWD") is the samephk1995-02-041-5/+24
* Obtained from: 1.1.5bde1994-12-121-1/+5
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+230
OpenPOWER on IntegriCloud