aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/globals.cc
AgeCommit message (Expand)AuthorFilesLines
2024-01-31Cygwin: implement setproctitlegithub/topic/3.6topic/3.6Corinna Vinschen1-0/+2
2024-01-31Cygwin: globals: make __progname an alias of program_invocation_short_nameCorinna Vinschen1-3/+5
2024-01-29Cygwin: redefine how to recognize forkee stateCorinna Vinschen1-2/+11
2023-02-19Cygwin: convert __collate_range_cmp to __wcollate_range_cmpCorinna Vinschen1-3/+0
2022-10-28Cygwin: stop handling files with .com suffix like .exe filesCorinna Vinschen1-1/+0
2022-08-04Cygwin: syscalls.cc: remove ".dll" from blessed_executable_suffixesKen Brown1-1/+0
2022-07-28Cygwin: rename __cygwin_environ and drop env redirection via cur_environ()Corinna Vinschen1-3/+1
2022-05-29Cygwin: remove some 32-bit only environment codeKen Brown1-6/+0
2022-05-13Cygwin: drop system_wow64_directory and related codeCorinna Vinschen1-2/+0
2022-02-28Cygwin: pinfo: Fix exit code for non-cygwin apps which reads console.Takashi Yano1-1/+1
2021-12-12Cygwin: pipe: Adopt FILE_SYNCHRONOUS_IO_NONALERT flag for read pipe.Takashi Yano1-1/+1
2021-07-30Cygwin: Add winsymlinks:sysJon Turney1-1/+2
2021-07-30Cygwin: Rename WSYM_sysfile to WSYM_defaultJon Turney1-2/+2
2021-05-25Cygwin: POSIX msg queues: implement open/mq_open entirely in fhandlerCorinna Vinschen1-0/+1
2021-05-07Cygwin: fetch Windows directory on all platforms and use throughoutCorinna Vinschen1-3/+3
2021-04-21Cygwin: skip native symlink check in Windows dir under WOW64Corinna Vinschen1-0/+2
2020-01-28Cygwin: remove CYGWIN=dos_file_warning optionCorinna Vinschen1-1/+0
2020-01-22Cygwin: pty: Introduce disable_pcon in environment CYGWIN.Takashi Yano1-0/+1
2018-12-23Cygwin: support exFAT and fix remote FAT/FAT32 recognitionCorinna Vinschen1-0/+1
2018-03-07Cygwin: AF_UNIX: fix creation of npfs handleCorinna Vinschen1-2/+1
2018-03-06Cygwin: AF_UNIX: Implement listen, accept4, connect, and othersCorinna Vinschen1-0/+2
2017-11-27cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__Corinna Vinschen1-4/+4
2016-06-25Remove CYGWIN=detect_bloda optionCorinna Vinschen1-1/+0
2016-06-23Remove support for SUNWNFS file systemCorinna Vinschen1-1/+0
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2016-04-01Remove remnants of never-defined MALLOC_DEBUG and NEWVFORKPeter Foley1-3/+0
2016-03-19Remove ill-advised cygwin_propsCorinna Vinschen1-14/+0
2015-11-18Update Cygwin's fnmatch to latest from FreeBSD.Corinna Vinschen1-0/+3
2015-11-04Accommodate trailing NUL in PrlSF filesystem name.Corinna Vinschen1-1/+3
2015-11-02Add support for Parallels Desktop FS (prlfs)Corinna Vinschen1-0/+1
2015-07-29cygwin: Fix copyright datesCorinna Vinschen1-1/+1
2015-07-19Reduce stack pressure throughout CygwinCorinna Vinschen1-0/+1
2014-10-29Fix copyright dateCorinna Vinschen1-1/+1
2014-10-28 * globals.cc (dos_file_warning): Set to false by default.Corinna Vinschen1-1/+1
2014-10-09 * fhandler_procsys.cc (fhandler_procsys::readdir): Just testCorinna Vinschen1-0/+3
2013-12-09* globals.cc (hntdll): Define/declare.Christopher Faylor1-0/+1
2013-10-31 * devices.in (dev_cygdrive_storage): Revert mapping to \Device\Null.Corinna Vinschen1-0/+1
2013-08-14 * include/sys/cygwin.h (struct per_process): Add posix_memalign. ReduceCorinna Vinschen1-0/+1
2013-07-26cygwin directory changes:Christopher Faylor1-4/+5
2013-07-15 Remove /dev/mem, /dev/kmem, /dev/port support.Corinna Vinschen1-1/+0
2013-05-23 * environ.cc (set_winsymlinks): Handle "winsymlinks:nativestrict"Corinna Vinschen1-0/+1
2013-05-21 * globals.cc (__isthreaded): New global variable. Explain what it'sCorinna Vinschen1-0/+7
2013-04-24 * autoload.cc (CreateSymbolicLink): Define.Corinna Vinschen1-1/+12
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-53/+68
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor1-2/+2
2013-01-14* exceptions.cc (signal_exit): Move captive process termintation...Christopher Faylor1-1/+0
2013-01-11* DevNotes: Add entry cgf-000021.Christopher Faylor1-1/+1
2013-01-04* globals.cc (exit_states): Renumber so that ES_EXIT_STARTING is first, asChristopher Faylor1-1/+1
2012-12-28* DevNotes: Add entry cgf-000019.Christopher Faylor1-0/+1
2012-08-16whitespace cleanupChristopher Faylor1-1/+1