summaryrefslogtreecommitdiffstats
path: root/winsup/utils
Commit message (Expand)AuthorAgeFilesLines
* Cygwin: Fix remaining warnings building path testsuiteCorinna Vinschen2020-12-024-11/+11
* Cygwin: Fix building of utils testsuiteJon Turney2020-12-022-1/+5
* Cygwin: Remove recursive configureJon Turney2020-11-205-4510/+2
* Cygwin: Fix 'make check' in utilsJon Turney2020-11-183-10/+12
* Cygwin: Drop duplicate C++ flags used to build utilsJon Turney2020-11-181-1/+1
* Cygwin: Restore setting CC and CXX Makefile variablesJon Turney2020-10-281-0/+3
* Cygwin: Use aclocal option --system-acdir rather than --acdirJon Turney2020-10-181-1/+1
* Cygwin: Remove --with-windows-{libs,headers}Jon Turney2020-10-184-99/+1
* Cygwin: Remove ccwrapJon Turney2020-10-183-27/+16
* Cygwin: Stop using c++wrap for MinGW-compiled utilitiesJon Turney2020-10-181-5/+1
* Cygwin: Remove AC_ARG_PROGRAM/program_transform_nameJon Turney2020-10-143-21/+1
* Cygwin: Drop looking for w32api in winsup/w32apiJon Turney2020-10-142-4/+0
* Cygwin: winlean.h: remove most of the extended memory APIKen Brown2020-09-242-2/+0
* Cygwin: ldd: Also look for not found DLLs when exit status is non-zeroJon Turney2020-09-111-0/+2
* Cygwin: strace: ignore GCC exceptionscygwin-3_1_7-releaseKen Brown2020-08-201-0/+8
* Cygwin: Use documented QueryWorkingSetEx() in dumperJon Turney2020-08-071-29/+7
* Cygwin: utils: build with -Wimplicit-fallthrough=4 -WerrorCorinna Vinschen2020-08-072-2/+4
* Cygwin: utils: convert usage() to proper noreturn function throughoutCorinna Vinschen2020-08-0723-111/+55
* Cygwin: utils: cygcheck: avoid GCC warning concatenating stringsCorinna Vinschen2020-08-071-1/+5
* Cygwin: utils: refresh tzmapCorinna Vinschen2020-08-072-58/+91
* Cygwin: Speed up dumperJon Turney2020-07-311-9/+4
* Cygwin: Remove synchronization event from dumperJon Turney2020-07-311-12/+0
* Cygwin: Add --nokill dumper optionJon Turney2020-07-311-1/+19
* Cygwin: Decorate NtQueryVirtualMemory() to fix 32-bit buildJon Turney2020-07-281-1/+1
* Cygwin: Use MEMORY_WORKING_SET_EX_INFORMATION in dumperJon Turney2020-07-212-4/+61
* Cygwin: Don't dump non-writable image regionsJon Turney2020-07-211-0/+6
* Cygwin: Drop excluded regions list from dumperJon Turney2020-07-212-61/+4
* Cygwin: Remove reading of PE for section flags from dumperJon Turney2020-07-214-114/+3
* Cygwin: Show details of all memory regions in dumper debug outputJon Turney2020-07-211-21/+80
* Cygwin: Make dumper scan more than first 4GB of VM on x86_64Jon Turney2020-07-121-2/+2
* Cygwin: Add a new win32_pstatus data type for modules on x86_64Jon Turney2020-07-121-0/+4
* Cygwin: Update ELF target used by dumper on x86_64Jon Turney2020-07-121-2/+8
* Cygwin: utils: override definition of PMEM_EXTENDED_PARAMETERCorinna Vinschen2020-04-072-0/+2
* Cygwin: Update dumper for bfd API changesJon Turney2020-02-272-8/+26
* Cygwin: ps: fix compiler warning in ttynamCorinna Vinschen2020-02-261-9/+10
* regtool: allow /proc/registry{,32,64}/ registry path prefixBrian Inglis2019-11-131-3/+14
* Cygwin: pty: Prevent the helper process from exiting by Ctrl-C.Takashi Yano2019-09-141-0/+1
* Cygwin: pty: add pseudo console support.Takashi Yano2019-08-291-1/+13
* Cygwin: ldd: Try harder to get dll namesMark Geisert2019-08-152-2/+44
* Cygwin: ps: fix a compiler warningCorinna Vinschen2019-08-121-2/+2
* Cygwin: suppress GCC 8.3 errors with -Warray-boundsKen Brown2019-07-161-0/+2
* Cygwin: Build cygwin-console-helper with correct compilerMark Geisert2019-06-271-1/+1
* Cygwin: Use correct string conversionMark Geisert2019-06-271-2/+2
* cygcheck: expand common_apps listYaakov Selkowitz2019-06-041-1/+16
* get and convert boot time once and use as neededBrian Inglis2019-03-251-9/+16
* default ps -W process start time to system boot time when inaccessible, 0, -1Brian Inglis2019-03-251-0/+11
* Cygwin: strace: print windows and cygwin pid in event outputCorinna Vinschen2019-03-231-13/+36
* Cygwin: ps: simplify codeCorinna Vinschen2019-03-121-47/+18
* Cygwin: ps: show *all* processes in ps -W outputCorinna Vinschen2019-03-121-32/+51
* Cygwin: utils: MOUNT_BINARY -> MOUNT_TEXTCorinna Vinschen2019-02-182-9/+8