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
/
fpathconf.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-08-27
- remove a couple of duplicate includes
Bernhard Reutner-Fischer
2008-07-23
- trim any trailing whitespace
Bernhard Reutner-Fischer
2008-07-14
- improve UCLIBC_LINUX_SPECIFIC
Bernhard Reutner-Fischer
2008-06-03
- adds several config-options to allow for turning off certain features
Bernhard Reutner-Fischer
2008-06-01
add missing includes of unistd.h for smallint usage
Denis Vlasenko
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-20
Fix up pathconf and friend so that test suits can work
Eric Andersen
2001-04-20
Stub out fpathconf() -- FIXME
Eric Andersen