aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/external.cc
AgeCommit message (Expand)AuthorFilesLines
2024-01-31Cygwin: redefine CW_CMDLINE to CW_CMDLINE_ALLOCCorinna Vinschen1-2/+39
2023-03-07Cygwin: ctty: Replace ctty constant with more descriptive macros.Takashi Yano1-2/+2
2022-12-02Cygwin: uinfo: Drop long disabled nss_prefix and nss_separatorCorinna Vinschen1-1/+1
2022-07-28Cygwin: rename __cygwin_environ and drop env redirection via cur_environ()Corinna Vinschen1-1/+1
2022-05-29Cygwin: remove miscellaneous 32-bit codeKen Brown1-7/+0
2022-05-13Cygwin: config.h: stop including auto-generated tlsoffsets.h fileCorinna Vinschen1-1/+1
2020-03-11Cygwin: fix formatting: collapse whitespace-only linesCorinna Vinschen1-1/+1
2020-03-11Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen1-1/+1
2020-01-28Cygwin: remove CYGWIN=dos_file_warning optionCorinna Vinschen1-4/+1
2019-03-23Cygwin: strace: print windows and cygwin pid in event outputCorinna Vinschen1-0/+4
2019-02-02Cygwin: kill(1): introduce a -W optionCorinna Vinschen1-0/+9
2019-02-02Cygwin: processes: fix handling of native Windows processesCorinna Vinschen1-4/+8
2017-11-27cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__Corinna Vinschen1-1/+1
2017-10-09cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::cmdlineKen Brown1-1/+1
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2016-04-05Revert "Refactor to avoid nonnull checks on "this" pointer."Corinna Vinschen1-1/+1
2016-04-04Refactor to avoid nonnull checks on "this" pointer.Peter Foley1-1/+1
2016-03-10Support profiling of multi-threaded apps.Mark Geisert1-0/+11
2015-04-23Add cygwin_internal() operation to retrieve the EXCEPTION_RECORD from a sigin...Jon TURNEY1-0/+14
2014-12-02 * autoload.cc (CreateEnvironmentBlock): Import.Corinna Vinschen1-1/+2
2014-11-12 * cygheap.h (cygheap_pwdgrp): Remove constants NSS_FILES and NSS_DB.Corinna Vinschen1-0/+8
2014-11-06 * dcrt0.cc (cygwin_atexit): Change preceeding comment to reflectCorinna Vinschen1-0/+6
2014-05-16 * external.cc (cygwin_internal): Use local name buffer instead ofCorinna Vinschen1-3/+2
2014-05-15 * external.cc (cygwin_internal): Implement CW_CYGNAME_FROM_WINNAME.Corinna Vinschen1-0/+55
2014-02-27 * autoload.cc (CheckTokenMembership): Import.Corinna Vinschen1-2/+2
2014-02-22 * external.cc (cygwin_internal): Add cases for CW_GETNSSSEP,Corinna Vinschen1-0/+24
2014-02-18 * external.cc (cygwin_internal): Handle new CW_SETENT, CW_GETENT andCorinna Vinschen1-1/+43
2013-12-18* external.cc (fillout_pinfo): Remove nonsensical loop.Christopher Faylor1-7/+0
2013-10-24* external.cc (fillout_pinfo): If start_time is 0, wait a while beforeChristopher Faylor1-0/+7
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-14/+14
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor1-2/+2
2012-07-02* external.cc (fillout_pinfo): Return NULL rather than 0.Christopher Faylor1-3/+5
2012-02-26 * environ.cc (enum settings): Add setbool. Rename justset to setdwordCorinna Vinschen1-1/+0
2012-02-14 * cygheap.cc (init_cygheap::init_installation_root): Convert functionCorinna Vinschen1-3/+2
2011-12-22 * external.cc (cygwin_internal): Implement CW_ALLOC_DRIVE_MAP,Corinna Vinschen1-0/+25
2011-12-22 Throughout use wincap.allocation_granularity instead of getpagesize.Corinna Vinschen1-1/+1
2011-11-28 * external.cc (fillout_pinfo): Store program name as POSIX path inCorinna Vinschen1-1/+1
2011-10-05 * external.cc (create_winenv): Rename from sync_winenv. TakeCorinna Vinschen1-5/+17
2011-06-01* external.cc (fillout_pinfo): Don't truncate ctty if it's < 0.Christopher Faylor1-1/+1
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor1-1/+1
2011-04-04 * cygserver_setpwd.h (setlsapwd): Add username parameter to declaration.Corinna Vinschen1-2/+3
2010-08-27 * external.cc (sync_wincwd): Remove.Corinna Vinschen1-26/+0
2010-08-24 * external.cc (cygwin_internal): In CW_CVT_MNT_OPTS case, initializeCorinna Vinschen1-1/+1
2010-08-19 * external.cc (sync_wincwd): New function.Corinna Vinschen1-6/+26
2010-08-18* external.cc (CW_SETCWD): New option.Christopher Faylor1-0/+6
2010-07-04* path.cc (path_conv::check): Move fs-specific settings to a point where weChristopher Faylor1-1/+7
2010-05-18* environ.cc (regopt): Change the first argument to wide char string.Christopher Faylor1-2/+2
2010-04-29 * external.cc (cygwin_internal): Add CW_CVT_MNT_OPTS to allow mountCorinna Vinschen1-0/+34
2010-02-08 * external.cc (cygwin_internal): Add CW_INT_SETLOCALE case toCorinna Vinschen1-1/+7
2009-10-31 * cygprops.h: New file.Corinna Vinschen1-0/+8