summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* Replace bogus resize-window-to-clear-screen logic.cygnal-3-1-6-98-branchKaz Kylheku2020-10-112-56/+23
* Revert "Fix console clear screen if buffer is full"Kaz Kylheku2020-10-111-25/+16
* Use Windows values in passwd and HOME env var.Kaz Kylheku2020-10-114-18/+25
* Remove env var translation; PATH semicolon separated.Kaz Kylheku2020-10-112-99/+9
* Console: integrate end-of-line hack with cursor positioning.Kaz Kylheku2020-10-111-8/+23
* Symlink creation defaults to Windows shortcuts.Kaz Kylheku2020-10-111-1/+1
* Respond to CYGNAL environment variable, not CYGWIN.Kaz Kylheku2020-10-111-8/+8
* Implement sh -> cmd.exe translation hack.Kaz Kylheku2020-10-111-0/+15
* Implement drive-relative paths and per-drive working dir.Kaz Kylheku2020-10-111-1/+40
* Remove conversion of native paths to POSIX mount points.Kaz Kylheku2020-10-111-74/+1
* First steps toward native path handling.Kaz Kylheku2020-10-114-31/+73
* Small fixes in get_cmd_exe_path.Kaz Kylheku2020-10-111-11/+13
* More secure way of obtaining command interpreter.Kaz Kylheku2020-10-113-4/+30
* Use COMSPEC env var, not hard-coded CMD.EXE path.Kaz Kylheku2020-10-113-19/+25
* Fix previous VT100 fix.Kaz Kylheku2020-10-111-11/+11
* Fix spawned process window not foregrounding.Kaz Kylheku2020-10-112-1/+7
* Console: provide VT100-like end-of-line print behavior.Kaz Kylheku2020-10-112-0/+24
* Report as CYGNAL in uname syscall.Kaz Kylheku2020-10-111-2/+2
* Cygnal apps use cmd.exe, not /bin/sh.Kaz Kylheku2020-10-103-47/+13
* When spawning, don't try to make invisible window.Kaz Kylheku2020-10-101-2/+0
* Use wShowWindow when calling CreateProcess.Kaz Kylheku2020-10-101-1/+2
* Cygwin: avoid GCC 10 error with -Werror=narrowingJon Turney2020-10-102-3/+1
* Cygwin: avoid GCC 10 error with -Werror=parenthesesJon Turney2020-10-101-1/+1
* Cygwin: avoid GCC 10 error with -Werror=narrowingJon Turney2020-10-101-2/+2
* Cygwin: winlean.h: remove most of the extended memory APIKen Brown2020-10-102-41/+17
* Cygwin: add header defining GCC exception codesKen Brown2020-08-202-9/+20
* Cygwin: main exception handler (64-bit): continue GCC exceptionsKen Brown2020-08-182-0/+23
* Cygwin: pty: Change the timing of set_locale() call again.Takashi Yano via Cygwin-patches2020-08-172-4/+18
* Cygwin: pty: Change the timing of setup_locale() call.Takashi Yano via Cygwin-patches2020-08-131-4/+4
* Cygwin: pty: Add a workaround for issue of starting a lot of mintty.Takashi Yano2020-08-111-4/+11
* Cygwin: Add 'fallthrough' pseudo keyword for switch/case useCorinna Vinschen2020-08-0533-63/+67
* Cygwin: Fix missing breaks in switch statementCorinna Vinschen2020-08-052-0/+10
* Cygwin: FIFO: add a third pass to raw_readKen Brown2020-08-041-6/+60
* Cygwin: FIFO: fix indentationKen Brown2020-08-041-48/+48
* Cygwin: FIFO: synchronize the fifo_reader and fifosel threadsKen Brown2020-08-043-9/+60
* Cygwin: FIFO: don't read from pipes that are closingKen Brown2020-08-043-12/+5
* Cygwin: FIFO: reorganize some fifo_client_handler methodsKen Brown2020-08-043-37/+50
* Cygwin: FIFO: add a timeout to take_ownershipKen Brown2020-08-043-53/+30
* Cygwin: FIFO: fix timing issue with owner changeKen Brown2020-08-041-4/+21
* Cygwin: FIFO: lock fixesKen Brown2020-08-041-6/+17
* fhandler_proc.cc(format_proc_cpuinfo): use _small_sprintf %X for microcodeBrian Inglis2020-08-041-1/+1
* fhandler_proc.cc(format_proc_cpuinfo): add SERIALIZE instruction flagBrian Inglis2020-08-041-0/+1
* Cygwin: posix_spawn: add Cygwin-specific code fixing process synchronisationCorinna Vinschen2020-08-033-8/+142
* fhandler_proc.cc(format_proc_cpuinfo): add flags and TLB sizeBrian Inglis2020-07-241-42/+255
* Cygwin: mmap: Remove AT_ROUND_TO_PAGE workaroundCorinna Vinschen2020-07-222-106/+43
* Cygwin: mmap: document recent bugfixKen Brown2020-07-211-0/+3
* Cygwin: mmap: constify pagesize throughoutCorinna Vinschen2020-07-201-8/+8
* Cygwin: mmap: fix mapping beyond EOF on 64 bitKen Brown2020-07-201-0/+1
* Cygwin: pty: Fix a bug on redirecting something to /dev/pty*.Takashi Yano via Cygwin-patches2020-07-201-5/+0
* Cygwin: sockets: Rearrange check for connect failureCorinna Vinschen2020-07-201-9/+7