summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * bjm.c (sys_query_module): Fix format warning reported byrebaseDmitry V. Levin2009-06-025-4/+11
* Clean up header checksDmitry V. Levin2009-06-023-4/+44
* * strace.c (printstatsol, printstat_sparc64):Denys Vlasenko2009-06-022-42/+37
* * file.c (print_dirfd): Use int for file descriptor, not a long.Denys Vlasenko2009-06-023-10/+21
* * signal (sys_rt_sigtimedwait): Fix sigtimedwait syscall decoding.Denys Vlasenko2009-06-022-7/+22
* * signal (sys_rt_sigaction): Print struct sigaction correctlyDenys Vlasenko2009-06-023-58/+114
* * signal.c: Whitespace, comment, and style fixes, no code changes.Denys Vlasenko2009-06-026-720/+574
* * system.c (sram_alloc_flag): Add L2_SRAM constant.Denys Vlasenko2009-06-023-9/+15
* Decode fcntl's F_{GET,SET}LEASE, F_NOTIFY, and F_DUPFD_CLOEXEC.Denys Vlasenko2009-06-025-55/+147
* defs.h: cosmetics (wrap overlong line)Denys Vlasenko2009-06-021-1/+4
* AVR32 support by Hans-Christian EgtvedtDenys Vlasenko2009-06-0216-104/+541
* CRIS support by Hinko Kocevar (hinko.kocevar AT cetrtapot.si)Denys Vlasenko2009-06-026-164/+280
* By Hans-Christian Egtvedt (hans-christian.egtvedt AT atmel.com):Denys Vlasenko2009-06-0211-122/+173
* * process.c: Indent preprocessor directives so that nestingDenys Vlasenko2009-06-022-179/+176
* linux/ioctlent.sh: update by Mike Frysinger (now collects enums too)Denys Vlasenko2009-06-021-11/+73
* More cleanups from Mike Frysingler:Denys Vlasenko2009-06-025-3297/+23
* HACKING-scripts: new doc file by Mike FrysingerDenys Vlasenko2009-06-021-0/+58
* s/sort | uniq/sort -u/Denys Vlasenko2009-06-021-1/+1
* Further signalent.h cleanup.Denys Vlasenko2009-06-025-103/+14
* Patch by Mike Frysinger (vapier AT gentoo.org).Denys Vlasenko2009-06-022-1/+11
* Patch by Mike Frysinger (vapier AT gentoo.org).Denys Vlasenko2009-06-023-34/+7
* Patch by Mike Frysinger (vapier AT gentoo.org).Denys Vlasenko2009-06-024-534/+16
* Patch by Mike Frysinger (vapier AT gentoo.org).Denys Vlasenko2009-06-026-922/+15
* test/sigkill_rain.c: a testcase with lots of async deathsDenys Vlasenko2009-06-021-0/+62
* 2009-02-10 Roland McGrath <roland@redhat.com>Roland McGrath2009-06-023-2/+10
* * defs.h: Correct the comment about TCB_SUSPENDED.Denys Vlasenko2009-06-024-244/+259
* * strace.c (newoutf): Prevent -o FILENAME overflowing the stack.Denys Vlasenko2009-06-022-36/+43
* * process.c (printwaitn): Add comment about wait4() pid expansion.Denys Vlasenko2009-06-024-16/+26
* fix fallout from recent tcb table expansion error handling changeDenys Vlasenko2009-06-022-2/+10
* syscall.c (get_scno): Fix warnings about unused 'pid' variableDenys Vlasenko2009-06-022-13/+14
* By Michal Nowak <mnowak@redhat.com>:Denys Vlasenko2009-06-022-3/+8
* Two cleanups: tcb table expansion failure is not really a survivableDenys Vlasenko2009-06-025-80/+64
* * linux/bfin/syscallent.h: sys_futex has 6 parameters, not 5.Denys Vlasenko2009-06-022-1/+5
* Fixes for ptrace() argument parsing.Denys Vlasenko2009-06-028-16/+102
* Output format fixes, improving the situation after recentDenys Vlasenko2009-06-026-37/+76
* * desc.c (printflock): Fix display of fcntl(F_SETLK) onDenys Vlasenko2009-06-022-51/+61
* * syscall.c: more cosmetics. fixed a few localized style discrepancies.Denys Vlasenko2009-06-021-11/+8
* * defs.h, syscall.c: explain why x86 does not need TCB_WAITEXECVE trick,Denys Vlasenko2009-06-022-0/+11
* trailing whitespace removal, no code changesDenys Vlasenko2009-06-027-54/+54
* 2008-11-13 Kirill A. Shutemov <kirill@shutemov.name>Dmitry V. Levin2009-06-022-48/+51
* 2008-11-13 Kirill A. Shutemov <kirill@shutemov.name>Dmitry V. Levin2009-06-022-0/+7
* 2009-01-01 Andreas Schwab <schwab@suse.de>Dmitry V. Levin2009-06-022-3/+10
* Experimental support for -D option.Denys Vlasenko2009-06-022-33/+133
* Fixing many instances of broken indentation with spaces instead of tabs.Denys Vlasenko2009-06-0212-272/+269
* Patch by Kirill A. Shutemov:Denys Vlasenko2009-06-023-2/+12
* * linux/syscallent.h: Mark sendfile(2) as network syscall.Denys Vlasenko2009-06-0217-31/+36
* Make strace somewhat resilient against process disappearingDenys Vlasenko2009-06-026-68/+171
* two instances of s/sa_handler == SIG_DFL/sa_handler == SIG_IGN/Denys Vlasenko2009-06-022-2/+8
* This patch does not change any logic.Denys Vlasenko2009-06-027-145/+150
* 2008-11-11 Dmitry V. Levin <ldv@altlinux.org>Dmitry V. Levin2009-06-022-5/+32