Age | Commit message (Expand) | Author | Files | Lines |
2020-12-02 | Cygwin: Fix remaining warnings building path testsuite | Corinna Vinschen | 4 | -11/+11 |
2020-12-02 | Cygwin: Fix building of utils testsuite | Jon Turney | 2 | -1/+5 |
2020-11-20 | Cygwin: Remove recursive configure | Jon Turney | 5 | -4510/+2 |
2020-11-18 | Cygwin: Fix 'make check' in utils | Jon Turney | 3 | -10/+12 |
2020-11-18 | Cygwin: Drop duplicate C++ flags used to build utils | Jon Turney | 1 | -1/+1 |
2020-10-28 | Cygwin: Restore setting CC and CXX Makefile variables | Jon Turney | 1 | -0/+3 |
2020-10-18 | Cygwin: Use aclocal option --system-acdir rather than --acdir | Jon Turney | 1 | -1/+1 |
2020-10-18 | Cygwin: Remove --with-windows-{libs,headers} | Jon Turney | 4 | -99/+1 |
2020-10-18 | Cygwin: Remove ccwrap | Jon Turney | 3 | -27/+16 |
2020-10-18 | Cygwin: Stop using c++wrap for MinGW-compiled utilities | Jon Turney | 1 | -5/+1 |
2020-10-14 | Cygwin: Remove AC_ARG_PROGRAM/program_transform_name | Jon Turney | 3 | -21/+1 |
2020-10-14 | Cygwin: Drop looking for w32api in winsup/w32api | Jon Turney | 2 | -4/+0 |
2020-09-24 | Cygwin: winlean.h: remove most of the extended memory API | Ken Brown | 2 | -2/+0 |
2020-09-11 | Cygwin: ldd: Also look for not found DLLs when exit status is non-zero | Jon Turney | 1 | -0/+2 |
2020-08-20 | Cygwin: strace: ignore GCC exceptionscygwin-3_1_7-release | Ken Brown | 1 | -0/+8 |
2020-08-07 | Cygwin: Use documented QueryWorkingSetEx() in dumper | Jon Turney | 1 | -29/+7 |
2020-08-07 | Cygwin: utils: build with -Wimplicit-fallthrough=4 -Werror | Corinna Vinschen | 2 | -2/+4 |
2020-08-07 | Cygwin: utils: convert usage() to proper noreturn function throughout | Corinna Vinschen | 23 | -111/+55 |
2020-08-07 | Cygwin: utils: cygcheck: avoid GCC warning concatenating strings | Corinna Vinschen | 1 | -1/+5 |
2020-08-07 | Cygwin: utils: refresh tzmap | Corinna Vinschen | 2 | -58/+91 |
2020-07-31 | Cygwin: Speed up dumper | Jon Turney | 1 | -9/+4 |
2020-07-31 | Cygwin: Remove synchronization event from dumper | Jon Turney | 1 | -12/+0 |
2020-07-31 | Cygwin: Add --nokill dumper option | Jon Turney | 1 | -1/+19 |
2020-07-28 | Cygwin: Decorate NtQueryVirtualMemory() to fix 32-bit build | Jon Turney | 1 | -1/+1 |
2020-07-21 | Cygwin: Use MEMORY_WORKING_SET_EX_INFORMATION in dumper | Jon Turney | 2 | -4/+61 |
2020-07-21 | Cygwin: Don't dump non-writable image regions | Jon Turney | 1 | -0/+6 |
2020-07-21 | Cygwin: Drop excluded regions list from dumper | Jon Turney | 2 | -61/+4 |
2020-07-21 | Cygwin: Remove reading of PE for section flags from dumper | Jon Turney | 4 | -114/+3 |
2020-07-21 | Cygwin: Show details of all memory regions in dumper debug output | Jon Turney | 1 | -21/+80 |
2020-07-12 | Cygwin: Make dumper scan more than first 4GB of VM on x86_64 | Jon Turney | 1 | -2/+2 |
2020-07-12 | Cygwin: Add a new win32_pstatus data type for modules on x86_64 | Jon Turney | 1 | -0/+4 |
2020-07-12 | Cygwin: Update ELF target used by dumper on x86_64 | Jon Turney | 1 | -2/+8 |
2020-04-07 | Cygwin: utils: override definition of PMEM_EXTENDED_PARAMETER | Corinna Vinschen | 2 | -0/+2 |
2020-02-27 | Cygwin: Update dumper for bfd API changes | Jon Turney | 2 | -8/+26 |
2020-02-26 | Cygwin: ps: fix compiler warning in ttynam | Corinna Vinschen | 1 | -9/+10 |
2019-11-13 | regtool: allow /proc/registry{,32,64}/ registry path prefix | Brian Inglis | 1 | -3/+14 |
2019-09-14 | Cygwin: pty: Prevent the helper process from exiting by Ctrl-C. | Takashi Yano | 1 | -0/+1 |
2019-08-29 | Cygwin: pty: add pseudo console support. | Takashi Yano | 1 | -1/+13 |
2019-08-15 | Cygwin: ldd: Try harder to get dll names | Mark Geisert | 2 | -2/+44 |
2019-08-12 | Cygwin: ps: fix a compiler warning | Corinna Vinschen | 1 | -2/+2 |
2019-07-16 | Cygwin: suppress GCC 8.3 errors with -Warray-bounds | Ken Brown | 1 | -0/+2 |
2019-06-27 | Cygwin: Build cygwin-console-helper with correct compiler | Mark Geisert | 1 | -1/+1 |
2019-06-27 | Cygwin: Use correct string conversion | Mark Geisert | 1 | -2/+2 |
2019-06-04 | cygcheck: expand common_apps list | Yaakov Selkowitz | 1 | -1/+16 |
2019-03-25 | get and convert boot time once and use as needed | Brian Inglis | 1 | -9/+16 |
2019-03-25 | default ps -W process start time to system boot time when inaccessible, 0, -1 | Brian Inglis | 1 | -0/+11 |
2019-03-23 | Cygwin: strace: print windows and cygwin pid in event output | Corinna Vinschen | 1 | -13/+36 |
2019-03-12 | Cygwin: ps: simplify code | Corinna Vinschen | 1 | -47/+18 |
2019-03-12 | Cygwin: ps: show *all* processes in ps -W output | Corinna Vinschen | 1 | -32/+51 |
2019-02-18 | Cygwin: utils: MOUNT_BINARY -> MOUNT_TEXT | Corinna Vinschen | 2 | -9/+8 |