summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * strace.c (handle_stopped_tcbs): Fix cast for 4th argument passed to ptrace().obsolete/HEADDmitry V. Levin2009-06-012-2/+5
* * bjm.c (sys_query_module): Fix format warning reported byDmitry V. Levin2009-06-015-4/+11
* Clean up header checksDmitry V. Levin2009-06-013-4/+44
* fix thinko in ChangeLogDenys Vlasenko2009-04-201-1/+1
* * strace.c (printstatsol, printstat_sparc64):Denys Vlasenko2009-04-202-42/+37
* * strace.c (collect_stopped_tcbs): Do not enable/disable signalsDenys Vlasenko2009-04-202-5/+14
* * file.c (print_dirfd): Use int for file descriptor, not a long.Denys Vlasenko2009-04-163-11/+22
* * signal (sys_rt_sigtimedwait): Fix sigtimedwait syscall decoding.Denys Vlasenko2009-04-152-7/+22
* * signal (sys_rt_sigaction): Print struct sigaction correctlyDenys Vlasenko2009-04-153-58/+114
* * signal.c: Whitespace, comment, and style fixes, no code changes.Denys Vlasenko2009-04-146-720/+574
* * system.c (sram_alloc_flag): Add L2_SRAM constant.Denys Vlasenko2009-03-233-9/+15
* Update Changelog to more accurately describe the changes.Denys Vlasenko2009-03-201-2/+3
* As it turned out, "if (interrupted) break;" is needed in both loops,Denys Vlasenko2009-03-201-0/+2
* Remove "better attach to SIGSTOP", it is not correct...Denys Vlasenko2009-03-172-25/+9
* * strace.c (startup_attach): Take care to correctly attachDenys Vlasenko2009-03-172-13/+33
* Decode fcntl's F_{GET,SET}LEASE, F_NOTIFY, and F_DUPFD_CLOEXEC.Denys Vlasenko2009-03-105-55/+147
* defs.h: cosmetics (wrap overlong line)Denys Vlasenko2009-03-061-1/+4
* AVR32 support by Hans-Christian EgtvedtDenys Vlasenko2009-02-2716-111/+549
* CRIS support by Hinko Kocevar (hinko.kocevar AT cetrtapot.si)Denys Vlasenko2009-02-256-167/+283
* By Hans-Christian Egtvedt (hans-christian.egtvedt AT atmel.com):Denys Vlasenko2009-02-2513-124/+178
* Replace many more bare ptrace calls with calls to wrappersDenys Vlasenko2009-02-247-298/+287
* * process.c: Indent preprocessor directives so that nestingDenys Vlasenko2009-02-242-179/+176
* linux/ioctlent.sh: update by Mike Frysinger (now collects enums too)Denys Vlasenko2009-02-231-11/+73
* More cleanups from Mike Frysingler:Denys Vlasenko2009-02-235-3297/+23
* HACKING-scripts: new doc file by Mike FrysingerDenys Vlasenko2009-02-231-0/+58
* s/sort | uniq/sort -u/Denys Vlasenko2009-02-221-1/+1
* Further signalent.h cleanup.Denys Vlasenko2009-02-205-103/+14
* Patch by Mike Frysinger (vapier AT gentoo.org).Denys Vlasenko2009-02-202-1/+11
* Patch by Mike Frysinger (vapier AT gentoo.org).Denys Vlasenko2009-02-203-34/+7
* fix accidental damage to ChangeLogDenys Vlasenko2009-02-201-0/+1
* Patch by Mike Frysinger (vapier AT gentoo.org).Denys Vlasenko2009-02-204-534/+15
* Patch by Mike Frysinger (vapier AT gentoo.org).Denys Vlasenko2009-02-206-922/+15
* test/sigkill_rain.c: a testcase with lots of async deathsDenys Vlasenko2009-02-131-0/+62
* .Roland McGrath2009-02-111-0/+7
* 2009-02-10 Roland McGrath <roland@redhat.com>Roland McGrath2009-02-112-2/+3
* Cleanup after tcb table expansion simplification.Denys Vlasenko2009-02-105-45/+35
* * defs.h: Correct the comment about TCB_SUSPENDED.Denys Vlasenko2009-02-094-244/+259
* * strace.c (newoutf): Prevent -o FILENAME overflowing the stack.Denys Vlasenko2009-01-292-37/+44
* * process.c (internal_clone): Check and complain if pid valueDenys Vlasenko2009-01-283-23/+48
* * strace.c (collect_stopped_tcbs): Guard against the case whenDenys Vlasenko2009-01-272-5/+63
* * process.c (printwaitn): Add comment about wait4() pid expansion.Denys Vlasenko2009-01-264-16/+26
* fix fallout from recent tcb table expansion error handling changeDenys Vlasenko2009-01-262-2/+10
* syscall.c (get_scno): Fix warnings about unused 'pid' variableDenys Vlasenko2009-01-232-14/+15
* By Michal Nowak <mnowak@redhat.com>:Denys Vlasenko2009-01-232-3/+8
* * strace.c (collect_stopped_tcbs): Do not return NULL when ECHILDDenys Vlasenko2009-01-212-12/+16
* Two cleanups: tcb table expansion failure is not really a survivableDenys Vlasenko2009-01-175-80/+62
* * defs.h: Update a comment. No code changes.Denys Vlasenko2009-01-174-8/+52
* * process.c: Add a comment. No code changes.Denys Vlasenko2009-01-173-17/+40
* * linux/bfin/syscallent.h: sys_futex has 6 parameters, not 5.Denys Vlasenko2009-01-142-1/+5
* Fixes for ptrace() argument parsing.Denys Vlasenko2009-01-139-19/+109