- ef94101 Enhance semop()/semtimedop() sembuf parser by Dmitry V. Levin · 15 years ago
- 002e985 Add pretty printing of sembuf argument to semop() and semtimedop() by Jakub Bogusz · 15 years ago
- c1a5b7e Add support for Linux/no-mmu with vfork by Mike Frysinger · 15 years ago
- 229738c Avoid malloc(0) in getdents parsers by Mike Frysinger · 15 years ago
- 8bfc23e Add sys_nanosleep() prototype for sparc by Mike Frysinger · 15 years ago
- 09a13c2 Silence compiler warnings about implicit cast from pointer to integer by Mike Frysinger · 15 years ago
- aab05bd Ignore .gdb files from FLAT toolchains by Mike Frysinger · 15 years ago
- 24ab960 * configure.ac (AC_CHECK_FUNCS): Sort and expand. by Mike Frysinger · 15 years ago
- e90cc74 Blackfin: Update ioctl/syscall lists by Mike Frysinger · 15 years ago
- b065daa ioctlsort: Check ppc hosts too by Mike Frysinger · 15 years ago
- 0fda1c5 Fix build on ia64 by Andreas Schwab · 15 years ago
- d087571 * strace.spec (%doc): Add ChangeLog-CVS. by Roland McGrath · 15 years ago
- 2b832df * Makefile.am (srpm): New phony target. by Roland McGrath · 15 years ago
- a478d74 * Makefile.am (EXTRA_DIST): Add ChangeLog. by Roland McGrath · 15 years ago
- 84c693e * NEWS: Update for 4.5.19 release. by Dmitry V. Levin · 15 years ago
- f786da5 Prepare debian/* files for release by Frederik Schüler · 15 years ago
- 67874d8 * defs.h [HPPA]: Lower MAX_ARGS from 32 to 6. by Dmitry V. Levin · 15 years ago
- c0124e6 * ipc.c [LINUX] (sys_shmat): HPPA does not use an IPC multiplexer. by Dmitry V. Levin · 15 years ago
- 1dc2061 * linux/hppa/syscallent.h: Update syscalls. by Carlos O'Donell · 15 years ago
- 4677c8a Fix SA_HANDLER function pointer comparisons for hppa by Carlos O'Donell · 15 years ago
- eeb9ce3 CRIS: Correct first argument to upeek() by Edgar E. Iglesias · 15 years ago
- 9d2ee3d * signal.c (do_signalfd): Fix typo in output format. by Dmitry V. Levin · 15 years ago
- 7304fd9 * Makefile.am (gen_changelog_start_date): Fix date. by Dmitry V. Levin · 15 years ago
- fbfed22 Prepare for 4.5.19 release by Dmitry V. Levin · 15 years ago
- 22a9780 Update debian/* to 4.5.18-1 by Dmitry V. Levin · 15 years ago
- 896db21 Fix fadvise64 decoding on ARM by Kirill A. Shutemov · 15 years ago
- 7674006 Fix follow fork/vfork on Linux ARM OABI by Dmitry V. Levin · 15 years ago
- 86b23b7 Mark shell scripts as executable by Mike Frysinger · 15 years ago
- 8b1218e Ignore ioctlsort helper program by Mike Frysinger · 15 years ago
- 4651222 linux/errno: Add ERFKILL by Mike Frysinger · 15 years ago
- 8a56b8a Add accept4 socketcall by Paolo Bonzini · 15 years ago
- 705ff10 Replace x86-64 paccept with accept4 by Paolo Bonzini · 15 years ago
- 99c8569 Zero-extend 32-bit addresses when printing argv array. by Andreas Schwab · 15 years ago
- 85f5832 Add more futex decoding. by Andreas Schwab · 15 years ago
- 08f922a Generate ChangeLog from git log by Dmitry V. Levin · 15 years ago
- 414fe7d Cleanup trailing whitespaces and indentation that uses spaces before tabs by Dmitry V. Levin · 15 years ago
- 82f4cc6 README-CVS: Rename to README-hacking by Dmitry V. Levin · 15 years ago
- 5f87a09 .cvsignore: Remove obsolete file by Dmitry V. Levin · 15 years ago
- eb9e2e8 Revert unapproved commits. by Roland McGrath · 16 years ago
- 4ac9d62 * strace.c (handle_stopped_tcbs): Fix cast for 4th argument passed to ptrace(). by Dmitry V. Levin · 16 years ago
- 4bcd5ef * bjm.c (sys_query_module): Fix format warning reported by by Dmitry V. Levin · 16 years ago
- f48df6c Clean up header checks by Dmitry V. Levin · 16 years ago
- d80ed6c fix thinko in ChangeLog by Denys Vlasenko · 16 years ago
- 4e718b5 * strace.c (printstatsol, printstat_sparc64): by Denys Vlasenko · 16 years ago
- 246f42f * strace.c (collect_stopped_tcbs): Do not enable/disable signals by Denys Vlasenko · 16 years ago
- e740fd3 * file.c (print_dirfd): Use int for file descriptor, not a long. by Denys Vlasenko · 16 years ago
- b1a78cf * signal (sys_rt_sigtimedwait): Fix sigtimedwait syscall decoding. by Denys Vlasenko · 16 years ago
- 7a862d7 * signal (sys_rt_sigaction): Print struct sigaction correctly by Denys Vlasenko · 16 years ago
- 1d63246 * signal.c: Whitespace, comment, and style fixes, no code changes. by Denys Vlasenko · 16 years ago
- 132c52a * system.c (sram_alloc_flag): Add L2_SRAM constant. by Denys Vlasenko · 16 years ago
- 39fa628 Update Changelog to more accurately describe the changes. by Denys Vlasenko · 16 years ago
- 1e20921 As it turned out, "if (interrupted) break;" is needed in both loops, by Denys Vlasenko · 16 years ago
- aab52ca Remove "better attach to SIGSTOP", it is not correct... (^C fix remains). by Denys Vlasenko · 16 years ago
- 222713a * strace.c (startup_attach): Take care to correctly attach by Denys Vlasenko · 16 years ago
- eedaac7 Decode fcntl's F_{GET,SET}LEASE, F_NOTIFY, and F_DUPFD_CLOEXEC. by Denys Vlasenko · 16 years ago
- c71016e defs.h: cosmetics (wrap overlong line) by Denys Vlasenko · 16 years ago
- 5ae2b7c AVR32 support by Hans-Christian Egtvedt by Denys Vlasenko · 16 years ago
- ea0e6e8 CRIS support by Hinko Kocevar (hinko.kocevar AT cetrtapot.si) by Denys Vlasenko · 16 years ago
- 8ed5727 By Hans-Christian Egtvedt (hans-christian.egtvedt AT atmel.com): by Denys Vlasenko · 16 years ago
- 4dedd56 Replace many more bare ptrace calls with calls to wrappers by Denys Vlasenko · 16 years ago
- c7e8371 * process.c: Indent preprocessor directives so that nesting by Denys Vlasenko · 16 years ago
- e6d113f linux/ioctlent.sh: update by Mike Frysinger (now collects enums too) by Denys Vlasenko · 16 years ago
- c43a515 More cleanups from Mike Frysingler: by Denys Vlasenko · 16 years ago
- 5e97754 HACKING-scripts: new doc file by Mike Frysinger by Denys Vlasenko · 16 years ago
- 8a4bdf8 s/sort | uniq/sort -u/ by Denys Vlasenko · 16 years ago
- f3c9ed4 Further signalent.h cleanup. by Denys Vlasenko · 16 years ago
- 3566e3d Patch by Mike Frysinger (vapier AT gentoo.org). by Denys Vlasenko · 16 years ago
- 5356026 Patch by Mike Frysinger (vapier AT gentoo.org). by Denys Vlasenko · 16 years ago
- 361f82b fix accidental damage to ChangeLog by Denys Vlasenko · 16 years ago
- 185cce1 Patch by Mike Frysinger (vapier AT gentoo.org). by Denys Vlasenko · 16 years ago
- d8df371 Patch by Mike Frysinger (vapier AT gentoo.org). by Denys Vlasenko · 16 years ago
- 26de70e test/sigkill_rain.c: a testcase with lots of async deaths by Denys Vlasenko · 16 years ago
- b2c048b . by Roland McGrath · 16 years ago
- 587c7b5 2009-02-10 Roland McGrath <roland@redhat.com> by Roland McGrath · 16 years ago
- 84e20af Cleanup after tcb table expansion simplification. by Denys Vlasenko · 16 years ago
- 3bb7cd6 * defs.h: Correct the comment about TCB_SUSPENDED. by Denys Vlasenko · 16 years ago
- 7a8bf06 * strace.c (newoutf): Prevent -o FILENAME overflowing the stack. by Denys Vlasenko · 16 years ago
- 7e0615f * process.c (internal_clone): Check and complain if pid value by Denys Vlasenko · 16 years ago
- 47ce6df * strace.c (collect_stopped_tcbs): Guard against the case when by Denys Vlasenko · 16 years ago
- 59432db * process.c (printwaitn): Add comment about wait4() pid expansion. by Denys Vlasenko · 16 years ago
- db78f76 fix fallout from recent tcb table expansion error handling change by Denys Vlasenko · 16 years ago
- fb03667 syscall.c (get_scno): Fix warnings about unused 'pid' variable by Denys Vlasenko · 16 years ago
- 1f45825 By Michal Nowak <mnowak@redhat.com>: by Denys Vlasenko · 16 years ago
- 2c8a258 * strace.c (collect_stopped_tcbs): Do not return NULL when ECHILD by Denys Vlasenko · 16 years ago
- 418d66a Two cleanups: tcb table expansion failure is not really a survivable by Denys Vlasenko · 16 years ago
- 1d5b113 * defs.h: Update a comment. No code changes. by Denys Vlasenko · 16 years ago
- f9a7e63 * process.c: Add a comment. No code changes. by Denys Vlasenko · 16 years ago
- 8aeed47 * linux/bfin/syscallent.h: sys_futex has 6 parameters, not 5. by Denys Vlasenko · 16 years ago
- f535b54 Fixes for ptrace() argument parsing. by Denys Vlasenko · 16 years ago
- 215cc27 * defs.h: Add new struct tcb fields: wait_status, next_need_service. by Denys Vlasenko · 16 years ago
- ef2fbf8 Output format fixes, improving the situation after recent by Denys Vlasenko · 16 years ago
- 30b5e5a * desc.c (printflock): Fix display of fcntl(F_SETLK) on by Denys Vlasenko · 16 years ago
- 8236f25 * syscall.c: more cosmetics. fixed a few localized style discrepancies. by Denys Vlasenko · 16 years ago
- bc161ec * defs.h, syscall.c: explain why x86 does not need TCB_WAITEXECVE trick, by Denys Vlasenko · 16 years ago
- 0861ecb * strace.c: Fix compile failure: on some systems PTRACE_O_xxx by Denys Vlasenko · 16 years ago
- 402eeb6 trailing whitespace removal, no code changes by Denys Vlasenko · 16 years ago
- 06bfe26 2008-11-13 Kirill A. Shutemov <kirill@shutemov.name> by Dmitry V. Levin · 16 years ago
- 465acd2 2008-11-13 Kirill A. Shutemov <kirill@shutemov.name> by Dmitry V. Levin · 16 years ago
- 2fc6615 2009-01-01 Andreas Schwab <schwab@suse.de> by Dmitry V. Levin · 16 years ago
- ecfe2f1 Experimental support for -D option. by Denys Vlasenko · 16 years ago