]> granicus.if.org Git - strace/shortlog
strace
1999-07-13 Wichert AkkermanAdd test for sys/reg.h and use that instead of asm...
1999-07-09 Wichert AkkermanRemove hack in signal.c for arm architecture
1999-07-09 Wichert AkkermanTell system.c not to include linux/fs.h
1999-07-09 Wichert AkkermanUpdate versionnumber to 4.0
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-07-03 Nate Sammonssystem.c was using __NR_* style syscall number defines...
1999-06-28 Wichert AkkermanRemove stupid error in strace.c. Looks like I pasted...
1999-06-28 Wichert AkkermanUpdate documentation somewhat
1999-06-24 Wichert AkkermanFix conditions for including sys/reg.h and linux/ptrace.h
1999-06-22 Wichert AkkermanLinux/powerpc and SunOS fixes
1999-06-21 Wichert AkkermanBring Linux/powerpc up to date
1999-06-14 Wichert Akkermanavoid leaking fd into child
1999-06-11 Wichert AkkermanVarious fixes, see ChangeLog for details
1999-06-10 Wichert AkkermanAdd cvsbuild
1999-06-09 Wichert AkkermanUpdate versionsnumber for 3.99.1 and update NEWS
1999-06-09 Wichert AkkermanUpdate syscall list for Linux/alpha
1999-06-03 Wichert AkkermanAdd sparc patches from Jakub Jelinek
1999-05-29 Ulrich DrepperDon't include linux/ptrace.h for glibc.
1999-05-29 Ulrich DrepperFix typo.
1999-05-28 Wichert AkkermanAdding cvsignore files for alpha and sparc
1999-05-28 Wichert Akkermanadd config.log
1999-05-28 Wichert AkkermanFix typo
1999-05-27 Wichert Akkermanadded `a bit of sysctl support', patch from Ulrich...
1999-05-26 Wichert AkkermanRemove some stuff from CVS that should be autogenerated
1999-05-25 Wichert AkkermanAdded some cvsignore files
1999-05-25 Wichert Akkermanuse kernel dirent structure for Linux
1999-05-15 Wichert AkkermanUpdate maintainer name in manpage
1999-05-11 Wichert AkkermanOnly compile IPX-support in net.c for Linux
1999-05-09 Wichert AkkermanMerged in a bunch of patches that I got as reaction...
1999-04-27 Wichert AkkermanUpdate the version number to 3.99 (first pre-release...
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 AkkermanUpdate syscalls for Linux alpha
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-15 Wichert AkkermanOops, lets update config.sub as well so we can compile...
1999-04-15 Wichert AkkermanUpdate the ChangeLog and NEWS files to reflect new...
1999-04-06 Nate SammonsAvoid compiler warning.
1999-04-06 Nate SammonsAvoid compiler warnings.
1999-04-06 Nate SammonsRealtime signals are named starting with 0. Fix `signa...
1999-04-06 Nate SammonsConvert all sigsets correctly into libc sigset_t. ...
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-03-31 Nate SammonsFix a couple of typos in the man page.
1999-03-30 Nate SammonsFix a silly bug in signame. A signal should be *greate...
1999-03-29 Nate SammonsFix wrong argument of rt_sigprocmask being used.
1999-03-29 Nate SammonsAdd new function `signame', which returns name (SIGXXX...
1999-03-29 Nate SammonsDon't try to follow clone, until special handling for...
1999-03-29 Nate SammonsAdd capability for Linux to change a vfork call into...
1999-03-29 Nate SammonsChange EXEC_vfork to SYS_vfork; broke compilation on...
1999-03-17 Wichert Akkermansys/reg apparently only exists on i386 and m68k, so...
1999-03-15 Wichert AkkermanSimply bugfixes, see patch to debian/changelog for...
1999-02-19 Wichert AkkermanInitial revision