Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-28Cygwin: utils: drop 32 bit considerationsCorinna Vinschen
2021-08-26Cygwin: dumper: fix up GCC pragma for g++ 11.2Corinna Vinschen
2021-07-09Cygwin: Define PSAPI_VERSION as 1 before including psapi.hJon Turney
2020-08-07Cygwin: Use documented QueryWorkingSetEx() in dumperJon Turney
2020-08-07Cygwin: utils: convert usage() to proper noreturn function throughoutCorinna Vinschen
2020-07-31Cygwin: Speed up dumperJon Turney
2020-07-31Cygwin: Remove synchronization event from dumperJon Turney
2020-07-31Cygwin: Add --nokill dumper optionJon Turney
2020-07-28Cygwin: Decorate NtQueryVirtualMemory() to fix 32-bit buildJon Turney
2020-07-21Cygwin: Use MEMORY_WORKING_SET_EX_INFORMATION in dumperJon Turney
2020-07-21Cygwin: Don't dump non-writable image regionsJon Turney
2020-07-21Cygwin: Drop excluded regions list from dumperJon Turney
2020-07-21Cygwin: Remove reading of PE for section flags from dumperJon Turney
2020-07-21Cygwin: Show details of all memory regions in dumper debug outputJon Turney
2020-07-12Cygwin: Make dumper scan more than first 4GB of VM on x86_64Jon Turney
2020-07-12Cygwin: Add a new win32_pstatus data type for modules on x86_64Jon Turney
2020-07-12Cygwin: Update ELF target used by dumper on x86_64Jon Turney
2020-02-27Cygwin: Update dumper for bfd API changesJon Turney
2019-07-16Cygwin: suppress GCC 8.3 errors with -Warray-boundsKen Brown
2018-06-26Cygwin: fix bumptious GCC 7 warningsCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2012-11-23ChangeLog:Christopher Faylor
2012-07-06 * cygpath.cc: Change including headers to allow building againstCorinna Vinschen
2011-12-18Clean up whitespace.Christopher Faylor
2011-10-10 * Align usage output, version output, as well as usage and versionCorinna Vinschen
2008-03-12 * cygpath.cc (do_sysfolders): Use cygwin_conv_path.Corinna Vinschen
2007-07-24 * dumper.cc: Change license to plain GPLv2 + later.Corinna Vinschen
2007-05-29 * dumper.cc (dumper::prepare_core_dump): Record a phdr for each section.Corinna Vinschen
2006-12-21 * dumper.cc: Include ansidecl.h before including bfd.h to woraroundCorinna Vinschen
2006-12-11* dumper.cc: Add an include to accommodate new include/elf usage.Christopher Faylor
2004-10-25fix whitespace, update some copyrightsChristopher Faylor
2004-06-15 * dumper.cc (dumper::prepare_core_dump): Use bfd_get_section_sizeAlan Modra
2003-04-27* cygcheck.cc (usage) Add description output.Joshua Daniel Franklin
2002-05-08* dumper.cc (usage) Standardize usage output. Generalize to allow use forChristopher Faylor
2001-09-14* dumper.cc (dumper::dumper): Print error code in case of error.Egor Duda
2001-09-13* dumper.cc (main): Properly recognize negative pids (used by w9x).Egor Duda
2001-09-09* dumper.cc (main): Change command-line arguments format to beEgor Duda
2001-08-30* dumper.h: Update copyright notice.Egor Duda
2001-04-19* dumper.cc (dumper::init_core_dump): Set architecture field in dumpEgor Duda
2000-10-28* Makefile.in: Accomodate newer gcc's which require linking of c++ programsChristopher Faylor
2000-10-28Cleanup formatting on some files. Remove excessive whitespace.Christopher Faylor
2000-08-24* Makefile.in: Add dumper.exe target and associated mechanisms for building it.Christopher Faylor