index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
sysdeps
/
linux
/
common
/
getcwd.c
Age
Commit message (
Expand
)
Author
2008-11-20
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-11-20
next portion of libc_hidden_proto removal
Denis Vlasenko
2008-10-24
- tidy up inline:
Bernhard Reutner-Fischer
2008-10-22
- remove superfluous ';'. No objcode changes.
Bernhard Reutner-Fischer
2008-05-19
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
Denis Vlasenko
2008-01-05
michael_d in #1849 writes: The getcwd() implementation in the absence of a ge...
Mike Frysinger
2006-06-16
sync change from glibc for larger path max
Mike Frysinger
2006-01-14
make DODEBUG=y happy, update sysdeps/common/* copyright
Peter S. Mazinger
2006-01-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2005-12-16
Convert some users
Peter S. Mazinger
2005-12-13
Convert all users of earlier hiddens
Peter S. Mazinger
2005-12-13
Convert internal users of chmod/*stat*, minimize change for __strsep
Peter S. Mazinger
2005-12-08
Use __open|__closedir
Peter S. Mazinger
2005-12-07
Hide more
Peter S. Mazinger
2005-12-01
Hide mostly used functions
Peter S. Mazinger
2005-11-02
Allow partly IMA compile of this directory
Peter S. Mazinger
2005-08-15
For current kernels, we just use the getcwd() syscall. For old 2.0 linux
Eric Andersen
2003-09-06
Fix numerous problems with both getcwd implementations.
Eric Andersen
2002-12-04
Fix the other instance of getcwd
Eric Andersen
2002-12-04
Properly allocate memory when size is 0, but so is buf
Eric Andersen
2002-07-22
Rework syscall handling. Rewrite syscall handlers for x86 and ARM.
Eric Andersen
2002-06-18
Cleanup the getcwd implementation (again) since I broke it
Eric Andersen