Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-26 | add missing UTIME_* defines for *at funcs | Mike Frysinger | |
I always forget that many arches have their own bits/stat.h ... Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-07-26 | enable nanosecond stat support for everyone | Mike Frysinger | |
Fill out the stat structure so that the nanosecond resolution support is always available. There is a small code size increase for a few ports (three additional assignments in xstatconv), but otherwise everything should remain the same. While we're here, punt __old_kernel_stat from the few headers that still define it as it is unused in uClibc and causes compile errors after these nanosecond changes. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2006-08-23 | sync with upstream via psm | Mike Frysinger | |
2006-02-28 | sync with glibc | Mike Frysinger | |
2003-01-24 | A few more needed updates | Eric Andersen | |
2002-08-22 | Rework struct stat/stat64 handling to eliminate kernel headers | Eric Andersen | |
-Erik | |||
2002-08-19 | Eliminate wrapping of struct stat and use the kernel version | Eric Andersen | |
directly. Eliminate all the attendant baggage. Fix internal types to match kernel types more closely. -Erik | |||
2002-05-10 | First pass attempt at an alpha port | Eric Andersen | |