~ubuntu-branches/ubuntu/saucy/strace/saucy-proposed

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-05-05 10:21:37 UTC
  • mfrom: (0.1.6 upstream) (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090505102137-ransgzeynrwa2yww
Tags: 4.5.18-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Add lpia as supported architecture

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2008-08-28  Roland McGrath  <roland@redhat.com>
 
2
 
 
3
        * configure.ac, NEWS: Version 4.5.18.
 
4
        * strace.spec: 4.5.18-1.
 
5
 
 
6
2008-08-24  Roland McGrath  <roland@redhat.com>
 
7
 
 
8
        * linux/syscall.h (SYS_socket_subcall et al, SYS_ipc_subcall et al):
 
9
        Don't define these if [__ARM_EABI__].
 
10
        Reported by Johannes Stezenbach <js@sig21.net>.
 
11
 
 
12
        * syscall.c (trace_syscall): Conditionalize on [SYS_socket_subcall]
 
13
        and [SYS_ipc_subcall] individually.
 
14
 
 
15
        * linux/powerpc/syscallent.h: Handle subpage_prot.
 
16
        * mem.c [LINUX && POWERPC] (sys_subpage_prot): New function.
 
17
        * linux/syscall.h [POWERPC]: Declare it.
 
18
        From Simon Murray <simon@transitive.com>.
 
19
 
 
20
        * mem.c (mmap_prot): Handle PROT_SAO.
 
21
        From Simon Murray <simon@transitive.com>.
 
22
 
 
23
        * mem.c (madvise_flags): Typo fixes.  Rename to madvise_cmds.
 
24
        (sys_madvise): Use printxval, not printflags.
 
25
        Reported by Rajeev V. Pillai <rajeevvp@gmail.com>.
 
26
 
 
27
2008-08-19  Roland McGrath  <roland@redhat.com>
 
28
 
 
29
        * signal.c (sys_sigaction, sys_rt_sigaction): Don't omit the rest of
 
30
        the struct after sa_handler is a known constant.  Some sa_flags bits
 
31
        have meaning even for SIG_IGN/SIG_DFL.
 
32
 
 
33
2008-08-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
34
 
 
35
        * util.c (CLONE_VM): Define if not defined already.
 
36
        (setbpt): Clear CLONE_VM in the case we already clear CLONE_VFORK for
 
37
        SYS_clone and SYS_clone2.
 
38
        Reported by Michal Nowak.
 
39
        Fixes RH#455078.
 
40
 
 
41
2008-08-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
42
 
 
43
        Fix compiler warnings.
 
44
        * signal.c (sys_signal): Cast to SIG_* to the matching type LONG.
 
45
        * strace.c (trace): Variables PSR and PC are now signed.
 
46
        * syscall.c (syscall_enter): Variable RBS_END is now signed long.
 
47
        Remove/add the RBS_END casts appropriately.
 
48
        * util.c [IA64] (arg_setup): Variable BSP is now signed long.
 
49
        Remove/add the BSP casts appropriately.
 
50
        <ia32>: Initialize *STATE.
 
51
 
 
52
2008-07-31  Roland McGrath  <roland@redhat.com>
 
53
 
 
54
        * Makefile.am (EXTRA_DIST): Add new linux/arm/ files.
 
55
 
 
56
        * file.c [LINUX] (struct kernel_dirent): Define it locally,
 
57
        do not use <linux/dirent.h>.
 
58
        Fixes RH#457291.
 
59
 
 
60
        * configure.ac: Add AC_HEADER_STDBOOL.
 
61
        * defs.h [HAVE_STDBOOL_H]: #include <stdbool.h>.
 
62
        Fixes Debian#492774.
 
63
 
 
64
2008-07-24  Dmitry V. Levin <ldv@altlinux.org>
 
65
 
 
66
        * strace.c (main): Fix -F option backwards compatibility.
 
67
 
1
68
2008-07-22  Roland McGrath  <roland@redhat.com>
2
69
 
3
70
        * Makefile.am (EXTRA_DIST): Add new debian/ files.