14 октября 2007 г. Dmitry V. Levin 4.5.16-alt4 |
- Updated to cvs snapshot 20071014. |
24 сентября 2007 г. Dmitry V. Levin 4.5.16-alt3 |
- net.c (printsock): Output AF_UNIX socket address using
printstr() to avoid unprintable characters in output.
- stream.c (decode_poll): Rearrange parser to decode input and
output parameters separately.
- Reworked struct timespec decoders for better multiarch support.
- desc.c (sys_pselect6): Decode signal mask when entering syscall. |
22 сентября 2007 г. Dmitry V. Levin 4.5.16-alt2 |
- Updated to cvs snapshot 20070712.
- Reverted attach/detach changes from Jan Kratochvil for a while
because they introduced too many regressions. |
6 августа 2007 г. Dmitry V. Levin 4.5.16-alt1 |
- Updated to 4.5.16 release. |
16 июля 2007 г. Dmitry V. Levin 4.5.15-alt4 |
- Updated to cvs snapshot 20070711. |
30 марта 2007 г. Dmitry V. Levin 4.5.15-alt3 |
- Added linux SG_IO ioctl parser, based on patch from Vladimir Nadvornik.
- Add MAP_32BIT support, based on patch from Kirill A. Shutemov. |
16 января 2007 г. Dmitry V. Levin 4.5.15-alt2 |
- Updated to cvs snapshot 20070113:
Enhanced mount parser (ldv). |
13 января 2007 г. Dmitry V. Levin 4.5.15-alt1 |
- Updated to cvs snapshot 20070113:
Fixed adjtimex modes parser (ldv);
Enhanced umount parser (ldv);
Fixed open(2) flags parser (ldv, RH#222385);
Bumped version to 4.5.15 (roland).
- Enhanced sock_ioctl parser (ldv). |
21 декабря 2006 г. Dmitry V. Levin 4.5.14-alt8 |
- Further biarch fixes for counts and internal syscalls. |
16 декабря 2006 г. Dmitry V. Levin 4.5.14-alt7 |
- Updated to cvs snapshot 20061213:
Fixed -ff -o behaviour (ldv, RH#218435);
Enhanced fix for piping trace output (ldv, RH#204950);
Fixed biarch for readv/writev (jj, RH#218433);
Fixed biarch for time related functions (ldv, RH#171626, RH#173050);
Enhanced adjtimex parser (ldv).
- Enhanced mount and umount parsers (ldv).
- Fixed biarch for -c (ldv, RH#192193)
- Fixed biarch for internal syscalls (ldv, RH#179740). |
4 декабря 2006 г. Dmitry V. Levin 4.5.14-alt6 |
- Updated to cvs snapshot 20061204:
Fix build against 2.6.18+ headers (jj). |
17 октября 2006 г. Dmitry V. Levin 4.5.14-alt5 |
- Updated to cvs snapshot 20061016:
Merge fixes made in 4.5.14-alt{2..4};
Merge my enhanced quotactl parser. |
6 октября 2006 г. Dmitry V. Levin 4.5.14-alt4 |
- Fixed build with new glibc headers. |
1 сентября 2006 г. Dmitry V. Levin 4.5.14-alt3 |
- Updated to cvs snapshot 20060822.
- Fixed memory corruption bug in print_xattr_val() (ldv, RH#200621).
- Fixed handling of untraced processes in trace() (ldv, RH#204950).
- Added hooks for new syscalls in 2.6.1[67] kernels,
added decoders for *at, inotify*, pselect6, ppoll and unshare
syscalls (RH#178633). |
29 марта 2006 г. Dmitry V. Levin 4.5.14-alt2 |
- Fixed race condition in tcb allocation code. |
17 января 2006 г. Dmitry V. Levin 4.5.14-alt1 |
- Updated to 4.5.14. |
13 января 2006 г. Dmitry V. Levin 4.5.13-alt5 |
- Updated to cvs snapshot 20060112.
- Merged upstream patches:
alt-mount (RH#165377)
owl-man (RH#165375)
drepper-x86_64-ipc (RH#164755)
drepper-msgrcv (RH#164757)
alt-qual_syscall (RH#174798)
alt-qual_flags (RH#173986) |
17 ноября 2005 г. Dmitry V. Levin 4.5.13-alt4 |
- Implemented qual_flags support for each personality. |
15 ноября 2005 г. Dmitry V. Levin 4.5.13-alt3 |
- Implemented numeric syscall qualifier specification handling. |
22 октября 2005 г. Dmitry V. Levin 4.5.13-alt2 |
- Updated to cvs snapshot 20051021, to fix for potential
buffer overflow in printpathn(). |
8 августа 2005 г. Dmitry V. Levin 4.5.13-alt1 |
- Updated to 4.5.13.
- Applied few ipc patches from Ulrich Drepper.
- Rediffed patches. |
4 августа 2005 г. Dmitry V. Levin 4.5.12-alt4 |
- Updated to cvs snapshot 20050719.
- Merged upstream patches:
alt-TF (RH#159340)
alt-TD (RH#159400) |
16 июля 2005 г. Dmitry V. Levin 4.5.12-alt3 |
- Corrected mount(2) deparser (RH#165377). |
18 июня 2005 г. Dmitry V. Levin 4.5.12-alt2 |
- Rewritten quotactl(2) deparser (RH#118696). |
10 июня 2005 г. Dmitry V. Levin 4.5.12-alt1 |
- Updated to 4.5.12.
- Merged upstream patches:
alt-static (RH#159688).
- Rediffed other patches. |
4 июня 2005 г. Dmitry V. Levin 4.5.11-alt6 |
- Updated to cvs snapshot 20050607.
- Merged upstream patches:
alt-linkage (RH#158488)
alt-mem-fixes (RH#159196)
alt-oom (RH#159308)
alt-printflags (RH#159310)
- Minor namespace cleanup (RH#159688).
- Rediffed other patches. |
1 июня 2005 г. Dmitry V. Levin 4.5.11-alt5 |
- Removed TRACE_FILE flag from those syscalls
which have no filename argument (RH#159340).
- Introduced "-e trace=desc" (RH#159400). |
30 мая 2005 г. Dmitry V. Levin 4.5.11-alt4 |
- Fixed several MM issues (RH#159196).
- Unitized OOM errors reporting (RH#159308).
- Enhanced printflags() semantics (RH#159310). |
29 мая 2005 г. Dmitry V. Levin 4.5.11-alt3 |
- Updated to cvs snapshot 20050526. |
22 мая 2005 г. Dmitry V. Levin 4.5.11-alt2 |
- Updated to cvs snapshot 20050509.
- Fixed to build with default kernel headers. |