]> granicus.if.org Git - strace/history - file.c
replace wimpy get64 by powerful LONG_LONG :-)
[strace] / file.c
2001-03-08 John Hughesreplace wimpy get64 by powerful LONG_LONG :-)
2001-03-08 John HughesUse configure to detect 64bit off_t and rlim_t
2001-03-07 John HughesFreeBSD uses 64 bit off_t, fix stat&fcntl(flock)
2001-03-07 John Hughesadd missing bit of solaris patches
2001-03-07 John HughesFix off_t args on FreeBSD
2001-03-06 John HughesImplement truncate64 & ftruncate64 for them that wants 'em
2001-03-06 John HughesMerge Harald Böhme's solaris patches
2001-03-06 John Hughesfix stat64 on UW
2000-09-03 Wichert Akkermanprocess.c: perform bpt trick for clone as well so we...
2000-09-01 Wichert AkkermanAdd FreeBSD support
2000-08-10 Wichert AkkermanHandle change in Linux 2.4.0-test6 stat structure
2000-08-10 Wichert Akkermantest/clone.c: minor fixup
2000-06-27 Wichert AkkermanMerge changes from Ulrich
2000-05-01 Wichert AkkermanThe `too much stuff, just check the ChangeLog' update
2000-04-10 Wichert AkkermanREADME-linux: updated to note that strace might not...
2000-02-03 Wichert AkkermanMerge Trillian patches (Linux ia64)
2000-02-01 Pavel MachekWrap changing of syscall into nice function.
2000-01-11 Wichert AkkermanAdd 1900 to tm_year in sprinttime
1999-12-24 Wichert AkkermanUse STAT64 test for the new stat64 functions
1999-12-24 Ulrich DrepperImplement sys_stat64, sys_fstat64, sys_lstat64, and...
1999-12-24 Ulrich DrepperUse ugly libc_stat trick also for stat64.
1999-12-23 Wichert AkkermanBunch of stuff
1999-11-26 Wichert AkkermanMerge patches from John Hughes
1999-11-18 Wichert AkkermanStart merging linux-ip-routing fork
1999-07-09 Wichert AkkermanUpdate patch from drow for file.c kernel types
1999-07-08 Wichert AkkermanAdd patch from drow to get proper kernel types in file.c
1999-06-11 Wichert AkkermanVarious fixes, see ChangeLog for details
1999-06-03 Wichert AkkermanAdd sparc patches from Jakub Jelinek
1999-05-25 Wichert Akkermanuse kernel dirent structure for Linux
1999-05-09 Wichert AkkermanMerged in a bunch of patches that I got as reaction...
1999-04-21 Wichert AkkermanMinor compiliation-fixes
1999-04-18 Wichert AkkermanUpdate linux sparc support so it compiles and works...
1999-04-18 Wichert AkkermanChange number of personalities for Linux sparc to 2
1999-04-18 Wichert AkkermanFix stat structures for Linux once again
1999-04-16 Wichert AkkermanFix test for alpha so we get the osf_stat functions...
1999-04-16 Wichert AkkermanAdded support for old*stat syscalls for Linux
1999-04-06 Nate SammonsAvoid compiler warnings.
1999-04-05 Nate SammonsUse the kernel's struct stat instead of libc's.
1999-04-05 Nate SammonsRemove (apparently?) unused definition of struct kernel...
1999-02-19 Wichert AkkermanInitial revision