summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/getcwd.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge from trunk."Steven J. Hill"2006-06-181-1/+3
|
* Merge from trunk."Steven J. Hill"2006-02-281-29/+43
|
* Merge from trunk."Steven J. Hill"2006-01-141-4/+5
|
* Finish up changes for sigaction and NPTL."Steven J. Hill"2005-12-101-0/+3
|
* Merge from trunk."Steven J. Hill"2005-12-081-2/+2
|
* Merge from trunk."Steven J. Hill"2005-12-021-9/+9
|
* Massive merge from trunk."Steven J. Hill"2005-11-181-1/+1
|
* Merge/sync with trunk."Steven J. Hill"2005-08-171-1/+10
|
* Fix numerous problems with both getcwd implementations.Eric Andersen2003-09-061-66/+63
| | | | -Erik
* 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
| | | | | | Prepare to kill the UNIFIED_SYSCALL option and instead have it be a per arch thing that is either enabled or not for that arch. -Erik
* Cleanup the getcwd implementation (again) since I broke itEric Andersen2002-06-181-0/+172
last night. Restore malloc-ing when buf=NULL for the syscall version... Move getcwd to libc/sysdeps/linux/common and out of syscalls.c so there is just one getcwd.o object present. -Erik