summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAge
* * bjm.c (sys_query_module): Fix format warning reported byDmitry V. Levin2009-06-01
* Clean up header checksDmitry V. Levin2009-06-01
* fix thinko in ChangeLogDenys Vlasenko2009-04-20
* * strace.c (printstatsol, printstat_sparc64):Denys Vlasenko2009-04-20
* * strace.c (collect_stopped_tcbs): Do not enable/disable signalsDenys Vlasenko2009-04-20
* * file.c (print_dirfd): Use int for file descriptor, not a long.Denys Vlasenko2009-04-16
* * signal (sys_rt_sigtimedwait): Fix sigtimedwait syscall decoding.Denys Vlasenko2009-04-15
* * signal (sys_rt_sigaction): Print struct sigaction correctlyDenys Vlasenko2009-04-15
* * signal.c: Whitespace, comment, and style fixes, no code changes.Denys Vlasenko2009-04-14
* * system.c (sram_alloc_flag): Add L2_SRAM constant.Denys Vlasenko2009-03-23
* Update Changelog to more accurately describe the changes.Denys Vlasenko2009-03-20
* Remove "better attach to SIGSTOP", it is not correct...Denys Vlasenko2009-03-17
* * strace.c (startup_attach): Take care to correctly attachDenys Vlasenko2009-03-17
* Decode fcntl's F_{GET,SET}LEASE, F_NOTIFY, and F_DUPFD_CLOEXEC.Denys Vlasenko2009-03-10
* AVR32 support by Hans-Christian EgtvedtDenys Vlasenko2009-02-27
* CRIS support by Hinko Kocevar (hinko.kocevar AT cetrtapot.si)Denys Vlasenko2009-02-25
* Replace many more bare ptrace calls with calls to wrappersDenys Vlasenko2009-02-24
* * process.c: Indent preprocessor directives so that nestingDenys Vlasenko2009-02-24
* Further signalent.h cleanup.Denys Vlasenko2009-02-20
* Patch by Mike Frysinger (vapier AT gentoo.org).Denys Vlasenko2009-02-20
* Patch by Mike Frysinger (vapier AT gentoo.org).Denys Vlasenko2009-02-20
* fix accidental damage to ChangeLogDenys Vlasenko2009-02-20
* Patch by Mike Frysinger (vapier AT gentoo.org).Denys Vlasenko2009-02-20
* Patch by Mike Frysinger (vapier AT gentoo.org).Denys Vlasenko2009-02-20
* .Roland McGrath2009-02-11
* Cleanup after tcb table expansion simplification.Denys Vlasenko2009-02-10
* * defs.h: Correct the comment about TCB_SUSPENDED.Denys Vlasenko2009-02-09
* * strace.c (newoutf): Prevent -o FILENAME overflowing the stack.Denys Vlasenko2009-01-29
* * process.c (internal_clone): Check and complain if pid valueDenys Vlasenko2009-01-28
* * strace.c (collect_stopped_tcbs): Guard against the case whenDenys Vlasenko2009-01-27
* * process.c (printwaitn): Add comment about wait4() pid expansion.Denys Vlasenko2009-01-26
* fix fallout from recent tcb table expansion error handling changeDenys Vlasenko2009-01-26
* syscall.c (get_scno): Fix warnings about unused 'pid' variableDenys Vlasenko2009-01-23
* By Michal Nowak <mnowak@redhat.com>:Denys Vlasenko2009-01-23
* * strace.c (collect_stopped_tcbs): Do not return NULL when ECHILDDenys Vlasenko2009-01-21
* Two cleanups: tcb table expansion failure is not really a survivableDenys Vlasenko2009-01-17
* * defs.h: Update a comment. No code changes.Denys Vlasenko2009-01-17
* * process.c: Add a comment. No code changes.Denys Vlasenko2009-01-17
* * linux/bfin/syscallent.h: sys_futex has 6 parameters, not 5.Denys Vlasenko2009-01-14
* Fixes for ptrace() argument parsing.Denys Vlasenko2009-01-13
* * defs.h: Add new struct tcb fields: wait_status, next_need_service.Denys Vlasenko2009-01-09
* Output format fixes, improving the situation after recentDenys Vlasenko2009-01-06
* * desc.c (printflock): Fix display of fcntl(F_SETLK) onDenys Vlasenko2009-01-06
* * strace.c: Fix compile failure: on some systems PTRACE_O_xxxDenys Vlasenko2009-01-02
* 2008-11-13 Kirill A. Shutemov <kirill@shutemov.name>Dmitry V. Levin2009-01-01
* 2008-11-13 Kirill A. Shutemov <kirill@shutemov.name>Dmitry V. Levin2009-01-01
* 2009-01-01 Andreas Schwab <schwab@suse.de>Dmitry V. Levin2009-01-01
* Experimental support for -D option.Denys Vlasenko2008-12-30
* Patch by Kirill A. Shutemov:Denys Vlasenko2008-12-30
* * linux/syscallent.h: Mark sendfile(2) as network syscall.Denys Vlasenko2008-12-29