]> granicus.if.org Git - strace/log
strace
22 years agoFix signed/unsigned problems
Wichert Akkerman [Sun, 31 Mar 2002 19:00:02 +0000 (19:00 +0000)]
Fix signed/unsigned problems

22 years agoFix typo, add (unimplemented in kernel) stream syscalls
Wichert Akkerman [Sun, 31 Mar 2002 18:54:14 +0000 (18:54 +0000)]
Fix typo, add (unimplemented in kernel) stream syscalls

22 years agoAdd Debian packaging setup
Wichert Akkerman [Sun, 31 Mar 2002 18:45:45 +0000 (18:45 +0000)]
Add Debian packaging setup

22 years agoupdate copyright
Wichert Akkerman [Sun, 31 Mar 2002 18:43:00 +0000 (18:43 +0000)]
update copyright

22 years agoAdd new TCP socket options
Wichert Akkerman [Thu, 27 Dec 2001 22:27:30 +0000 (22:27 +0000)]
Add new TCP socket options

22 years agodon't lose ioctls if comment spans 2 lines
John Hughes [Fri, 26 Oct 2001 08:05:49 +0000 (08:05 +0000)]
don't lose ioctls if comment spans 2 lines

22 years agoregenerated ioctlent.h using current scripts so term ioctls are included
Wichert Akkerman [Fri, 26 Oct 2001 05:20:37 +0000 (05:20 +0000)]
regenerated ioctlent.h using current scripts so term ioctls are included

22 years agoonly trace syscalls/signals/faults of interest
John Hughes [Fri, 19 Oct 2001 08:59:12 +0000 (08:59 +0000)]
only trace syscalls/signals/faults of interest

22 years agoMerge SVR4/Linux printsiginfo
John Hughes [Fri, 19 Oct 2001 07:32:14 +0000 (07:32 +0000)]
Merge SVR4/Linux printsiginfo

22 years agoMerge SVR4/Linux printsiginfo
John Hughes [Thu, 18 Oct 2001 15:13:53 +0000 (15:13 +0000)]
Merge SVR4/Linux printsiginfo

22 years agohandle return values for ssisys on NSC
John Hughes [Thu, 18 Oct 2001 14:52:24 +0000 (14:52 +0000)]
handle return values for ssisys on NSC

22 years agohandle sigwait on svr4
John Hughes [Thu, 18 Oct 2001 14:48:26 +0000 (14:48 +0000)]
handle sigwait on svr4

22 years agoDecode some ssisys args on NSC
John Hughes [Tue, 16 Oct 2001 18:19:52 +0000 (18:19 +0000)]
Decode some ssisys args on NSC

22 years agoImplement memcntl for UnixWare
John Hughes [Tue, 16 Oct 2001 18:12:27 +0000 (18:12 +0000)]
Implement memcntl for UnixWare

22 years agoFix umovestr of unmapped page for UnixWare
John Hughes [Tue, 16 Oct 2001 10:20:22 +0000 (10:20 +0000)]
Fix umovestr of unmapped page for UnixWare

22 years agoImport lots of ia64 related changes from David Mosberger
Wichert Akkerman [Tue, 9 Oct 2001 23:47:38 +0000 (23:47 +0000)]
Import lots of ia64 related changes from David Mosberger

22 years agofix display of ptrace args on FreeBSD
John Hughes [Fri, 28 Sep 2001 16:21:30 +0000 (16:21 +0000)]
fix display of ptrace args on FreeBSD

22 years agofix sockaddr display
John Hughes [Tue, 18 Sep 2001 15:56:53 +0000 (15:56 +0000)]
fix sockaddr display

22 years agoUpdate version number to 4.4
Wichert Akkerman [Sun, 19 Aug 2001 12:12:13 +0000 (12:12 +0000)]
Update version number to 4.4

22 years agoAdd NEWS section for 4.4 release
Wichert Akkerman [Sun, 19 Aug 2001 11:57:48 +0000 (11:57 +0000)]
Add NEWS section for 4.4 release

22 years agodo not include asm/sigcontext.h on Linux/IA64 since it gets the struct from bits...
Wichert Akkerman [Sun, 19 Aug 2001 11:43:17 +0000 (11:43 +0000)]
do not include asm/sigcontext.h on Linux/IA64 since it gets the struct from bits/sigcontext.h already which signal.h includes

22 years agoAdd ioctl changes
Wichert Akkerman [Fri, 3 Aug 2001 21:54:08 +0000 (21:54 +0000)]
Add ioctl changes

22 years agoAdd copyright notice
Wichert Akkerman [Fri, 3 Aug 2001 21:53:26 +0000 (21:53 +0000)]
Add copyright notice

22 years agoCopyright update
Wichert Akkerman [Fri, 3 Aug 2001 21:52:13 +0000 (21:52 +0000)]
Copyright update

22 years agoRegenerated
Wichert Akkerman [Fri, 3 Aug 2001 21:51:48 +0000 (21:51 +0000)]
Regenerated

22 years agoremember to shift ioctl masks as well
Wichert Akkerman [Fri, 3 Aug 2001 21:51:35 +0000 (21:51 +0000)]
remember to shift ioctl masks as well

22 years agochange regexps so we catch sound ioctls as well in Linux
Wichert Akkerman [Fri, 3 Aug 2001 21:49:34 +0000 (21:49 +0000)]
change regexps so we catch sound ioctls as well in Linux

22 years agofix a few things so the ioctl list is generated
Wichert Akkerman [Fri, 3 Aug 2001 21:49:14 +0000 (21:49 +0000)]
fix a few things so the ioctl list is generated

22 years agosynchronize section for fcntl and use sys_fcntl for sys_fcntl as well
Wichert Akkerman [Fri, 3 Aug 2001 12:27:54 +0000 (12:27 +0000)]
synchronize section for fcntl and use sys_fcntl for sys_fcntl as well

22 years agoAdd
Wichert Akkerman [Fri, 3 Aug 2001 12:22:04 +0000 (12:22 +0000)]
Add

22 years agolinux/hppa syscall updates
Wichert Akkerman [Fri, 3 Aug 2001 12:20:38 +0000 (12:20 +0000)]
linux/hppa syscall updates

22 years agoseems Linux/IA64 changed register names on us, switch to using new names
Wichert Akkerman [Fri, 3 Aug 2001 11:51:28 +0000 (11:51 +0000)]
seems Linux/IA64 changed register names on us, switch to using new names

22 years agoset CLOEXEC flag for outputfile
Wichert Akkerman [Fri, 3 Aug 2001 11:43:35 +0000 (11:43 +0000)]
set CLOEXEC  flag for outputfile

22 years agoAdd a few LFS syscalls for Linux/sparc
Wichert Akkerman [Fri, 3 Aug 2001 11:37:07 +0000 (11:37 +0000)]
Add a few LFS syscalls for Linux/sparc

22 years agoSupport cross-compiling between architectures
Wichert Akkerman [Mon, 23 Jul 2001 14:43:07 +0000 (14:43 +0000)]
Support cross-compiling between architectures

22 years agoAdd S390 to architecture list
Wichert Akkerman [Fri, 13 Jul 2001 22:19:20 +0000 (22:19 +0000)]
Add S390 to architecture list

22 years agoAdd S390 to architecture list
Wichert Akkerman [Fri, 13 Jul 2001 22:09:05 +0000 (22:09 +0000)]
Add S390 to architecture list

23 years agoMerge iov fixes from Richard Kettlewell
John Hughes [Tue, 10 Jul 2001 13:48:44 +0000 (13:48 +0000)]
Merge iov fixes from Richard Kettlewell

23 years agoUpdate config.sub and config.guess
Wichert Akkerman [Mon, 2 Jul 2001 16:53:25 +0000 (16:53 +0000)]
Update config.sub and config.guess

23 years agoprintcontext should pass sigmask addr to printsigmask
John Hughes [Tue, 15 May 2001 15:09:14 +0000 (15:09 +0000)]
printcontext should pass sigmask addr to printsigmask

23 years agoDon\'t run off end of memory in umovestr when USE_PROCFS
John Hughes [Tue, 15 May 2001 14:53:43 +0000 (14:53 +0000)]
Don\'t run off end of memory in umovestr when USE_PROCFS

23 years agoHandle fork1/forkall on uw, handle rfork1,rforkall,rexecve and ssisys on uw non-stop...
John Hughes [Wed, 18 Apr 2001 15:11:51 +0000 (15:11 +0000)]
Handle fork1/forkall on uw, handle rfork1,rforkall,rexecve and ssisys on uw non-stop-clusters

23 years agoAdd todays changes
Wichert Akkerman [Thu, 12 Apr 2001 09:11:04 +0000 (09:11 +0000)]
Add todays changes

23 years agoAdd Ganesan Rajagopal
Wichert Akkerman [Thu, 12 Apr 2001 09:10:38 +0000 (09:10 +0000)]
Add Ganesan Rajagopal

23 years agoswitch to using /proc/<pid>/status on Linux
Wichert Akkerman [Thu, 12 Apr 2001 09:10:24 +0000 (09:10 +0000)]
switch to using /proc/<pid>/status on Linux

23 years agoUpdate syscall list
Wichert Akkerman [Thu, 12 Apr 2001 09:01:10 +0000 (09:01 +0000)]
Update syscall list

23 years agoFix wrong cast in powerpc code
Wichert Akkerman [Thu, 12 Apr 2001 09:00:47 +0000 (09:00 +0000)]
Fix wrong cast in powerpc code

23 years agofix mailinglist address
Wichert Akkerman [Thu, 12 Apr 2001 09:00:24 +0000 (09:00 +0000)]
fix mailinglist address

23 years agoadd more configure tests for system headers
Wichert Akkerman [Tue, 10 Apr 2001 10:32:26 +0000 (10:32 +0000)]
add more configure tests for system headers

23 years agoMerge MIPS patches from Maciej W. Rozycki
Wichert Akkerman [Tue, 10 Apr 2001 10:28:43 +0000 (10:28 +0000)]
Merge MIPS patches from Maciej W. Rozycki

23 years agoimprove formating for sys_sysmips
Wichert Akkerman [Tue, 10 Apr 2001 10:27:52 +0000 (10:27 +0000)]
improve formating for sys_sysmips

23 years agofix some syscall names
Wichert Akkerman [Tue, 10 Apr 2001 10:26:17 +0000 (10:26 +0000)]
fix some syscall names

23 years agoupdate syscall list
Wichert Akkerman [Tue, 10 Apr 2001 10:24:54 +0000 (10:24 +0000)]
update syscall list

23 years agoadd code to print PC for MIPS
Wichert Akkerman [Tue, 10 Apr 2001 10:22:50 +0000 (10:22 +0000)]
add code to print PC for MIPS

23 years agonote we are working on 4.3.1 now
Wichert Akkerman [Sat, 7 Apr 2001 21:47:30 +0000 (21:47 +0000)]
note we are working on 4.3.1 now

23 years agofix small display error for sys_sysmips
Wichert Akkerman [Sat, 7 Apr 2001 21:45:30 +0000 (21:45 +0000)]
fix small display error for sys_sysmips

23 years agoFix another typo
Wichert Akkerman [Sat, 7 Apr 2001 21:41:26 +0000 (21:41 +0000)]
Fix another typo

23 years agouse asm/sysmips.h and linux/utsname.h if they exist
Wichert Akkerman [Sat, 7 Apr 2001 21:37:12 +0000 (21:37 +0000)]
use asm/sysmips.h and linux/utsname.h if they exist
fix some silly typos in mips sections

23 years agoUpdated
Wichert Akkerman [Sun, 1 Apr 2001 14:05:04 +0000 (14:05 +0000)]
Updated

23 years agoregenerate linux/mips ioctl list
Wichert Akkerman [Sat, 31 Mar 2001 16:25:58 +0000 (16:25 +0000)]
regenerate linux/mips ioctl list

23 years agoregenerate ioctl list
Wichert Akkerman [Sat, 31 Mar 2001 16:20:33 +0000 (16:20 +0000)]
regenerate ioctl list

23 years agoRemoved since we can use the general Linux copy
Wichert Akkerman [Sat, 31 Mar 2001 16:16:57 +0000 (16:16 +0000)]
Removed since we can use the general Linux copy

23 years agoadd dir variable to set location of kernel includes
Wichert Akkerman [Sat, 31 Mar 2001 16:14:55 +0000 (16:14 +0000)]
add dir variable to set location of kernel includes

23 years agoUpdate Linux/ia64 ioctl list
Wichert Akkerman [Fri, 30 Mar 2001 16:20:27 +0000 (16:20 +0000)]
Update Linux/ia64 ioctl list

23 years agocleanup includefilenames in ioctl lists
Wichert Akkerman [Thu, 29 Mar 2001 19:07:40 +0000 (19:07 +0000)]
cleanup includefilenames in ioctl lists

23 years agoUpdated linux/powerpc ioctl list
Wichert Akkerman [Thu, 29 Mar 2001 19:04:25 +0000 (19:04 +0000)]
Updated linux/powerpc ioctl list

23 years agoupdate linux/hppa ioctllist
Wichert Akkerman [Thu, 29 Mar 2001 18:16:07 +0000 (18:16 +0000)]
update linux/hppa ioctllist

23 years agoupdate linux/alpha ioctllist
Wichert Akkerman [Thu, 29 Mar 2001 17:43:19 +0000 (17:43 +0000)]
update linux/alpha ioctllist

23 years agoseveral Linux/sparc fixes
Wichert Akkerman [Wed, 28 Mar 2001 20:29:17 +0000 (20:29 +0000)]
several Linux/sparc fixes

23 years agoupdate Linux/sparc ioctl list
Wichert Akkerman [Wed, 28 Mar 2001 15:10:49 +0000 (15:10 +0000)]
update Linux/sparc ioctl list

23 years agouse __WALL for wait4 if we can
Wichert Akkerman [Wed, 28 Mar 2001 14:40:14 +0000 (14:40 +0000)]
use __WALL for wait4 if we can

23 years agofix typo
Wichert Akkerman [Wed, 28 Mar 2001 14:27:23 +0000 (14:27 +0000)]
fix typo

23 years agoCheck for endianness of long long
John Hughes [Wed, 28 Mar 2001 08:05:27 +0000 (08:05 +0000)]
Check for endianness of long long

23 years agoFix compile errors with SCO UDK compiler
John Hughes [Tue, 27 Mar 2001 16:47:36 +0000 (16:47 +0000)]
Fix compile errors with SCO UDK compiler

23 years agoretro-actively mention Linux/hppa support in the changelog
Wichert Akkerman [Tue, 27 Mar 2001 14:46:05 +0000 (14:46 +0000)]
retro-actively mention Linux/hppa support in the changelog

23 years agoFix bad merge of solaris patch
John Hughes [Tue, 27 Mar 2001 13:57:48 +0000 (13:57 +0000)]
Fix bad merge of solaris patch

23 years agoAdd Linux/hppa port, patch from Richard Hirst
Wichert Akkerman [Tue, 27 Mar 2001 12:17:16 +0000 (12:17 +0000)]
Add Linux/hppa port, patch from Richard Hirst

23 years agoadd getdents64 and fcntl64 (not decoded yet)
Wichert Akkerman [Mon, 19 Mar 2001 11:05:17 +0000 (11:05 +0000)]
add getdents64 and fcntl64 (not decoded yet)

23 years agoupdate config.guess
Wichert Akkerman [Mon, 19 Mar 2001 11:00:29 +0000 (11:00 +0000)]
update config.guess

23 years agoUpdate Linux/mips syscall table
Wichert Akkerman [Mon, 19 Mar 2001 10:56:49 +0000 (10:56 +0000)]
Update Linux/mips syscall table

23 years agoAdd Linux ioctlsort
Wichert Akkerman [Sat, 17 Mar 2001 17:29:43 +0000 (17:29 +0000)]
Add Linux ioctlsort

23 years agoImplement new way to get the ioctl list for Linux: instead of
Wichert Akkerman [Sat, 17 Mar 2001 17:26:34 +0000 (17:26 +0000)]
Implement new way to get the ioctl list for Linux: instead of
trying to #include every possible kernel header grab all the relevant
#defines from them and use those directly.

23 years agocope with FreeBSD compatability syscalls
John Hughes [Thu, 8 Mar 2001 17:27:20 +0000 (17:27 +0000)]
cope with FreeBSD compatability syscalls

23 years agoreplace some #if FREEBSD by #if HAVE_ST_xxx
John Hughes [Thu, 8 Mar 2001 16:10:40 +0000 (16:10 +0000)]
replace some #if FREEBSD by #if HAVE_ST_xxx

23 years agoreplace wimpy get64 by powerful LONG_LONG :-)
John Hughes [Thu, 8 Mar 2001 14:40:06 +0000 (14:40 +0000)]
replace wimpy get64 by powerful LONG_LONG :-)

23 years agoUse configure to detect 64bit off_t and rlim_t
John Hughes [Thu, 8 Mar 2001 13:59:00 +0000 (13:59 +0000)]
Use configure to detect 64bit off_t and rlim_t

23 years agoFreeBSD uses 64 bit off_t, fix stat&fcntl(flock)
John Hughes [Wed, 7 Mar 2001 16:53:07 +0000 (16:53 +0000)]
FreeBSD uses 64 bit off_t, fix stat&fcntl(flock)

23 years agoadd missing bit of solaris patches
John Hughes [Wed, 7 Mar 2001 16:03:20 +0000 (16:03 +0000)]
add missing bit of solaris patches

23 years agominor svr4 fixes
John Hughes [Wed, 7 Mar 2001 14:47:19 +0000 (14:47 +0000)]
minor svr4 fixes

23 years agoFix off_t args on FreeBSD
John Hughes [Wed, 7 Mar 2001 13:21:24 +0000 (13:21 +0000)]
Fix off_t args on FreeBSD

23 years agoImplement truncate64 & ftruncate64 for them that wants 'em
John Hughes [Wed, 7 Mar 2001 10:41:58 +0000 (10:41 +0000)]
Implement truncate64 & ftruncate64 for them that wants 'em

23 years agoFix for freebsd 4.1
John Hughes [Wed, 7 Mar 2001 10:39:06 +0000 (10:39 +0000)]
Fix for freebsd 4.1

23 years agoFix for freebsd 4.1
John Hughes [Wed, 7 Mar 2001 10:37:38 +0000 (10:37 +0000)]
Fix for freebsd 4.1

23 years agoMerge Harald Böhme's solaris patches
John Hughes [Wed, 7 Mar 2001 10:34:27 +0000 (10:34 +0000)]
Merge Harald Böhme's solaris patches

23 years agoFixup unimplemented UW syscalls
John Hughes [Wed, 7 Mar 2001 10:28:50 +0000 (10:28 +0000)]
Fixup unimplemented UW syscalls

23 years agoUse pr_syscall on UW
John Hughes [Wed, 7 Mar 2001 10:26:17 +0000 (10:26 +0000)]
Use pr_syscall on UW

23 years agofix stat64 on UW
John Hughes [Wed, 7 Mar 2001 10:15:39 +0000 (10:15 +0000)]
fix stat64 on UW

23 years agofix compile on UW
John Hughes [Wed, 7 Mar 2001 10:11:02 +0000 (10:11 +0000)]
fix compile on UW

23 years agoImplement truncate64 & ftruncate64 for them that wants 'em
John Hughes [Tue, 6 Mar 2001 16:50:41 +0000 (16:50 +0000)]
Implement truncate64 & ftruncate64 for them that wants 'em

23 years agoFix for freebsd 4.1
John Hughes [Tue, 6 Mar 2001 16:22:18 +0000 (16:22 +0000)]
Fix for freebsd 4.1