aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/hookapi.cc
AgeCommit message (Expand)AuthorFilesLines
2022-07-28Cygwin: Fix previous attempt to drop i386 targets from hookapiCorinna Vinschen1-20/+19
2022-07-14Cygwin: hookapi: drop handling i386 targetsCorinna Vinschen1-3/+1
2022-05-29Cygwin: remove miscellaneous 32-bit codeKen Brown1-22/+3
2020-03-11Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen1-3/+3
2019-09-04Cygwin: pty: Move function hook_api() into hookapi.cc.Takashi Yano1-0/+34
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-2/+0
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-112/+152
2012-08-16whitespace cleanupChristopher Faylor1-1/+1
2012-07-04* hookapi.cc (find_first_notloaded_dll): Remove unused assignment ofChristopher Faylor1-2/+0
2012-05-30 * hookapi.cc (find_first_notloaded_dll): Extend comment. Fix usage ofCorinna Vinschen1-8/+14
2012-04-04 * hookapi.cc (rvadelta): Compute max_size using SizeOfRawData ratherCorinna Vinschen1-1/+1
2012-03-13 * hookapi.cc (hook_or_detect_cygwin): Change condition when to useCorinna Vinschen1-11/+13
2012-03-09 * hookapi.cc (find_first_notloaded_dll): Fix a compiler warning.Corinna Vinschen1-1/+1
2012-03-09 * hookapi.cc (rvadelta): Add parameter to return maximum availableCorinna Vinschen1-17/+98
2011-10-25 * hookapi.cc (hook_or_detect_cygwin): Take additional handleCorinna Vinschen1-4/+34
2011-07-04 Throughout, open console handles with sharing for reading and writing.Corinna Vinschen1-1/+1
2011-02-15 * Throughout fix copyright dates.Corinna Vinschen1-1/+1
2011-02-09* hookapi.cc (hook_or_detect_cygwin): Prevent i from being consideredChristopher Faylor1-1/+1
2008-09-11* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor1-21/+21
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-3/+0
2008-03-27* hookapi.cc (find_first_notloaded_dll): New function.Christopher Faylor1-5/+74
2008-02-01 * string.h: Re-enable inline strcasematch and strncasematchCorinna Vinschen1-2/+2
2007-11-26Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor1-1/+1
2007-08-20 * hookapi.cc (ld_preload): Call LoadLibraryW.Corinna Vinschen1-1/+2
2007-08-16 * path.h (path_conv::operator char *): Delete.Corinna Vinschen1-1/+1
2006-07-06* hookapi.cc: Add comment headerChristopher Faylor1-4/+14
2006-02-23* winsup.h (cygwin_hmodule): Declare.Christopher Faylor1-1/+0
2005-12-21* cygheap.cc (init_cygheap::manage_console_count): Revert previous change.Christopher Faylor1-1/+3
2005-12-16* hookapi.cc (putmem): Remove query of previous memory protection since we getChristopher Faylor1-14/+3
2005-09-28* hookapi.cc (hook_or_detect_cygwin): Correct inverted test for whether toChristopher Faylor1-1/+1
2005-09-15* hookapi.cc (hook_or_detect_cygwin): Simplify very slightly.Christopher Faylor1-1/+1
2005-09-08* hookapi.cc (rvadelta): Change argument to DWORD to eliminate a compilerChristopher Faylor1-1/+1
2005-09-07* dcrt0.cc (initial_env): Don't attempt stracing if dynamically loaded.Christopher Faylor1-6/+22
2005-07-17* child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo.Christopher Faylor1-10/+13
2005-07-06Eliminate (void) cast on standalone function calls throughout.Christopher Faylor1-1/+1
2005-04-14* dcrt0.cc (do_global_dtors): Run DLL dtors.Christopher Faylor1-1/+1
2005-03-22* Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate some cruft.Christopher Faylor1-0/+218