]>
granicus.if.org Git - strace/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Wichert Akkerman [Wed, 26 May 1999 09:27:15 +0000 (09:27 +0000)]
Remove some stuff from CVS that should be autogenerated
Wichert Akkerman [Tue, 25 May 1999 23:12:18 +0000 (23:12 +0000)]
Added some cvsignore files
Wichert Akkerman [Tue, 25 May 1999 23:11:18 +0000 (23:11 +0000)]
use kernel dirent structure for Linux
Wichert Akkerman [Sat, 15 May 1999 00:29:13 +0000 (00:29 +0000)]
Update maintainer name in manpage
Wichert Akkerman [Tue, 11 May 1999 15:06:44 +0000 (15:06 +0000)]
Only compile IPX-support in net.c for Linux
Wichert Akkerman [Sun, 9 May 1999 00:29:58 +0000 (00:29 +0000)]
Merged in a bunch of patches that I got as reaction to the 3.99 release.
See the ChangeLog for details
Wichert Akkerman [Tue, 27 Apr 1999 13:17:29 +0000 (13:17 +0000)]
Update the version number to 3.99 (first pre-release for 4.0)
Wichert Akkerman [Wed, 21 Apr 1999 15:57:38 +0000 (15:57 +0000)]
Minor compiliation-fixes
Wichert Akkerman [Sun, 18 Apr 1999 23:30:29 +0000 (23:30 +0000)]
Update linux sparc support so it compiles and works reasonably
Wichert Akkerman [Sun, 18 Apr 1999 22:50:50 +0000 (22:50 +0000)]
Change number of personalities for Linux sparc to 2
Minor other fixes
Wichert Akkerman [Sun, 18 Apr 1999 20:23:57 +0000 (20:23 +0000)]
Update syscalls for Linux alpha
Wichert Akkerman [Sun, 18 Apr 1999 19:35:42 +0000 (19:35 +0000)]
Fix stat structures for Linux once again
Wichert Akkerman [Fri, 16 Apr 1999 14:01:34 +0000 (14:01 +0000)]
Fix test for alpha so we get the osf_stat functions in file.c
Wichert Akkerman [Fri, 16 Apr 1999 00:21:26 +0000 (00:21 +0000)]
Added support for old*stat syscalls for Linux
Changed referenced to LINUX to linux in file.c
Fix include for ldt.h in mem.c while we're at it
Wichert Akkerman [Thu, 15 Apr 1999 20:51:25 +0000 (20:51 +0000)]
Oops, lets update config.sub as well so we can compile on more alphas
Wichert Akkerman [Thu, 15 Apr 1999 20:34:14 +0000 (20:34 +0000)]
Update the ChangeLog and NEWS files to reflect new maintainer
Update CREDITS to list Uldrich and Nate.
Switch to autoconf 2.13
Nate Sammons [Tue, 6 Apr 1999 01:39:04 +0000 (01:39 +0000)]
Avoid compiler warning.
Nate Sammons [Tue, 6 Apr 1999 01:37:51 +0000 (01:37 +0000)]
Avoid compiler warnings.
Nate Sammons [Tue, 6 Apr 1999 01:24:15 +0000 (01:24 +0000)]
Realtime signals are named starting with 0. Fix `signame' to comply.
Nate Sammons [Tue, 6 Apr 1999 01:19:39 +0000 (01:19 +0000)]
Convert all sigsets correctly into libc sigset_t. Add functions
`long_to_sigset', `copy_sigset', and `copy_sigset_len'. Add
additional arg to `printsigmask' and `sprintsigmask' to indicate
whether realtime signals may be in the mask, and keep the printing
rational.
Nate Sammons [Mon, 5 Apr 1999 22:39:31 +0000 (22:39 +0000)]
Use the kernel's struct stat instead of libc's.
Nate Sammons [Mon, 5 Apr 1999 22:33:54 +0000 (22:33 +0000)]
Remove (apparently?) unused definition of struct kernel_stat for
LINUXSPARC.
Nate Sammons [Wed, 31 Mar 1999 05:59:04 +0000 (05:59 +0000)]
Fix a couple of typos in the man page.
Nate Sammons [Tue, 30 Mar 1999 00:16:41 +0000 (00:16 +0000)]
Fix a silly bug in signame. A signal should be *greater* than the
minimum.
Nate Sammons [Mon, 29 Mar 1999 23:33:35 +0000 (23:33 +0000)]
Fix wrong argument of rt_sigprocmask being used.
Nate Sammons [Mon, 29 Mar 1999 23:23:13 +0000 (23:23 +0000)]
Add new function `signame', which returns name (SIGXXX) of numeric
signal, and replace lookups in signalent[] with calls to it.
Nate Sammons [Mon, 29 Mar 1999 23:02:29 +0000 (23:02 +0000)]
Don't try to follow clone, until special handling for all of its
possible modes has been implemented.
Nate Sammons [Mon, 29 Mar 1999 22:57:54 +0000 (22:57 +0000)]
Add capability for Linux to change a vfork call into plain fork, which
can be followed. (Requires a kernel patch for now.) Also document it.
Nate Sammons [Mon, 29 Mar 1999 21:46:56 +0000 (21:46 +0000)]
Change EXEC_vfork to SYS_vfork; broke compilation on at least
glibc2.1.
Wichert Akkerman [Wed, 17 Mar 1999 00:42:25 +0000 (00:42 +0000)]
sys/reg apparently only exists on i386 and m68k, so fix the test in
a couple of files
Wichert Akkerman [Mon, 15 Mar 1999 19:49:42 +0000 (19:49 +0000)]
Simply bugfixes, see patch to debian/changelog for details
Wichert Akkerman [Fri, 19 Feb 1999 00:21:36 +0000 (00:21 +0000)]
Initial revision