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
/
include
/
sys
/
stat.h
Age
Commit message (
Expand
)
Author
2013-02-20
stat: Use fstatat64 if arch does not have the stat syscall
Markos Chandras
2013-02-20
stat64: Use fstatat64 if arch does not have the stat64 syscall
Markos Chandras
2013-02-20
mkdir: Use mkdirat if arch does not have the mkdir syscall
Markos Chandras
2013-02-20
chmod: Use fchmodat if arch does not have the chmod syscall
Markos Chandras
2012-11-18
drop support for pre ISO-C compilers
Mike Frysinger
2012-11-18
Replace FSF snail mail address with URLs
Mike Frysinger
2009-11-20
futimens: add function
Bernhard Reutner-Fischer
2009-07-20
first pass at implementing *at funcs
Mike Frysinger
2008-11-20
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-11-20
next portion of libc_hidden_proto removal
Denis Vlasenko
2006-03-01
Sync w/ glibc and define _STAT_VER/_MKNOD_VER to 0, else some apps will consi...
Peter S. Mazinger
2005-12-13
Sync w/ glibc
Peter S. Mazinger
2005-11-04
Sync up w/ glibc
Peter S. Mazinger
2002-08-19
Eliminate wrapping of struct stat and use the kernel version
Eric Andersen
2001-09-27
Rev all the header files to sync things with glibc 2.2.4
Eric Andersen
2000-08-10
More stuff. Down to only 43 missing functions before BusyBox will
Eric Andersen
2000-07-06
Some more major updates to further superate ucLibc from the kernel
Eric Andersen
2000-05-14
Initial revision
Erik Andersen