OSDN Git Service

lseek: Correct order of offset arguments
[uclinux-h8/uClibc.git] / libc / sysdeps / linux / common / getcwd.c
2011-06-24 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-05-10 Bernhard Reutner... getcwd: Fix memory-leak in error path
2009-09-18 Bernhard Reutner... trim Experimentally off and uncommented hidden
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-11-20 Denis Vlasenkonext portion of libc_hidden_proto removal
2008-10-24 Bernhard Reutner... - tidy up inline:
2008-10-22 Bernhard Reutner... - remove superfluous ';'. No objcode changes.
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2008-01-05 Mike Frysingermichael_d in #1849 writes: The getcwd() implementation...
2006-06-16 Mike Frysingersync change from glibc for larger path max
2006-01-14 Peter S. Mazingermake DODEBUG=y happy, update sysdeps/common/* copyright
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2005-12-16 Peter S. MazingerConvert some users
2005-12-13 Peter S. MazingerConvert all users of earlier hiddens
2005-12-13 Peter S. MazingerConvert internal users of chmod/*stat*, minimize change...
2005-12-08 Peter S. MazingerUse __open|__closedir
2005-12-07 Peter S. MazingerHide more
2005-12-01 Peter S. MazingerHide mostly used functions
2005-11-02 Peter S. MazingerAllow partly IMA compile of this directory
2005-08-15 Eric AndersenFor current kernels, we just use the getcwd() syscall...
2003-09-06 Eric AndersenFix numerous problems with both getcwd implementations.
2002-12-04 Eric AndersenFix the other instance of getcwd
2002-12-04 Eric AndersenProperly allocate memory when size is 0, but so is buf
2002-07-22 Eric AndersenRework syscall handling. Rewrite syscall handlers...
2002-06-18 Eric AndersenCleanup the getcwd implementation (again) since I broke it