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
/
unistd
/
pathconf.c
Age
Commit message (
Expand
)
Author
2009-09-18
convert // comments to /**/; remove empty #if/#endif pairs. no code changes
Denys Vlasenko
2009-09-18
trim Experimentally off and uncommented hidden
Bernhard Reutner-Fischer
2008-11-25
- hide __libc_{f,}statfs. Thanks to Peter S. Mazinger for mentioning this fact.
Bernhard Reutner-Fischer
2008-11-20
next portion of libc_hidden_proto removal
Denis Vlasenko
2008-06-03
- adds several config-options to allow for turning off certain features
Bernhard Reutner-Fischer
2006-02-11
add back in code cut by previous commit to fix the pathconf test
Mike Frysinger
2006-02-10
sync with glibc and kill dead code to fix issues found by the nftw ltp tests
Mike Frysinger
2006-01-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2005-12-13
Convert internal users of chmod/*stat*, minimize change for __strsep
Peter S. Mazinger
2002-10-31
Ok, this commit is _huge_ and its gonna change the world. I've
Eric Andersen
2001-11-21
pathconf can't use fpathconf or it will block opening FIFOs
Eric Andersen
2001-11-20
Fix up pathconf and friend so that test suits can work
Eric Andersen