aboutsummaryrefslogtreecommitdiff
path: root/winsup/utils
AgeCommit message (Expand)AuthorFilesLines
2020-12-02Cygwin: Fix remaining warnings building path testsuiteCorinna Vinschen4-11/+11
2020-12-02Cygwin: Fix building of utils testsuiteJon Turney2-1/+5
2020-11-20Cygwin: Remove recursive configureJon Turney5-4510/+2
2020-11-18Cygwin: Fix 'make check' in utilsJon Turney3-10/+12
2020-11-18Cygwin: Drop duplicate C++ flags used to build utilsJon Turney1-1/+1
2020-10-28Cygwin: Restore setting CC and CXX Makefile variablesJon Turney1-0/+3
2020-10-18Cygwin: Use aclocal option --system-acdir rather than --acdirJon Turney1-1/+1
2020-10-18Cygwin: Remove --with-windows-{libs,headers}Jon Turney4-99/+1
2020-10-18Cygwin: Remove ccwrapJon Turney3-27/+16
2020-10-18Cygwin: Stop using c++wrap for MinGW-compiled utilitiesJon Turney1-5/+1
2020-10-14Cygwin: Remove AC_ARG_PROGRAM/program_transform_nameJon Turney3-21/+1
2020-10-14Cygwin: Drop looking for w32api in winsup/w32apiJon Turney2-4/+0
2020-09-24Cygwin: winlean.h: remove most of the extended memory APIKen Brown2-2/+0
2020-09-11Cygwin: ldd: Also look for not found DLLs when exit status is non-zeroJon Turney1-0/+2
2020-08-20Cygwin: strace: ignore GCC exceptionscygwin-3_1_7-releaseKen Brown1-0/+8
2020-08-07Cygwin: Use documented QueryWorkingSetEx() in dumperJon Turney1-29/+7
2020-08-07Cygwin: utils: build with -Wimplicit-fallthrough=4 -WerrorCorinna Vinschen2-2/+4
2020-08-07Cygwin: utils: convert usage() to proper noreturn function throughoutCorinna Vinschen23-111/+55
2020-08-07Cygwin: utils: cygcheck: avoid GCC warning concatenating stringsCorinna Vinschen1-1/+5
2020-08-07Cygwin: utils: refresh tzmapCorinna Vinschen2-58/+91
2020-07-31Cygwin: Speed up dumperJon Turney1-9/+4
2020-07-31Cygwin: Remove synchronization event from dumperJon Turney1-12/+0
2020-07-31Cygwin: Add --nokill dumper optionJon Turney1-1/+19
2020-07-28Cygwin: Decorate NtQueryVirtualMemory() to fix 32-bit buildJon Turney1-1/+1
2020-07-21Cygwin: Use MEMORY_WORKING_SET_EX_INFORMATION in dumperJon Turney2-4/+61
2020-07-21Cygwin: Don't dump non-writable image regionsJon Turney1-0/+6
2020-07-21Cygwin: Drop excluded regions list from dumperJon Turney2-61/+4
2020-07-21Cygwin: Remove reading of PE for section flags from dumperJon Turney4-114/+3
2020-07-21Cygwin: Show details of all memory regions in dumper debug outputJon Turney1-21/+80
2020-07-12Cygwin: Make dumper scan more than first 4GB of VM on x86_64Jon Turney1-2/+2
2020-07-12Cygwin: Add a new win32_pstatus data type for modules on x86_64Jon Turney1-0/+4
2020-07-12Cygwin: Update ELF target used by dumper on x86_64Jon Turney1-2/+8
2020-04-07Cygwin: utils: override definition of PMEM_EXTENDED_PARAMETERCorinna Vinschen2-0/+2
2020-02-27Cygwin: Update dumper for bfd API changesJon Turney2-8/+26
2020-02-26Cygwin: ps: fix compiler warning in ttynamCorinna Vinschen1-9/+10
2019-11-13regtool: allow /proc/registry{,32,64}/ registry path prefixBrian Inglis1-3/+14
2019-09-14Cygwin: pty: Prevent the helper process from exiting by Ctrl-C.Takashi Yano1-0/+1
2019-08-29Cygwin: pty: add pseudo console support.Takashi Yano1-1/+13
2019-08-15Cygwin: ldd: Try harder to get dll namesMark Geisert2-2/+44
2019-08-12Cygwin: ps: fix a compiler warningCorinna Vinschen1-2/+2
2019-07-16Cygwin: suppress GCC 8.3 errors with -Warray-boundsKen Brown1-0/+2
2019-06-27Cygwin: Build cygwin-console-helper with correct compilerMark Geisert1-1/+1
2019-06-27Cygwin: Use correct string conversionMark Geisert1-2/+2
2019-06-04cygcheck: expand common_apps listYaakov Selkowitz1-1/+16
2019-03-25get and convert boot time once and use as neededBrian Inglis1-9/+16
2019-03-25default ps -W process start time to system boot time when inaccessible, 0, -1Brian Inglis1-0/+11
2019-03-23Cygwin: strace: print windows and cygwin pid in event outputCorinna Vinschen1-13/+36
2019-03-12Cygwin: ps: simplify codeCorinna Vinschen1-47/+18
2019-03-12Cygwin: ps: show *all* processes in ps -W outputCorinna Vinschen1-32/+51
2019-02-18Cygwin: utils: MOUNT_BINARY -> MOUNT_TEXTCorinna Vinschen2-9/+8