summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* Small fixes in get_cmd_exe_path.Kaz Kylheku2017-11-161-11/+13
* More secure way of obtaining command interpreter.Kaz Kylheku2017-11-163-4/+30
* Use COMSPEC env var, not hard-coded CMD.EXE path.Kaz Kylheku2017-11-163-19/+25
* Fix previous VT100 fix.Kaz Kylheku2017-11-161-11/+11
* Fix spawned process window not foregrounding.Kaz Kylheku2017-11-162-1/+8
* Console: provide VT100-like end-of-line print behavior.Kaz Kylheku2017-11-162-0/+23
* Report as CYGNAL in uname syscall.Kaz Kylheku2017-11-161-1/+1
* Cygnal apps use cmd.exe, not /bin/sh.Kaz Kylheku2017-11-163-47/+13
* When spawning, don't try to make invisible window.Kaz Kylheku2017-11-161-2/+0
* Use wShowWindow when calling CreateProcess.Kaz Kylheku2017-11-161-1/+2
* cygwin: Document crypt_rYaakov Selkowitz2017-09-021-0/+1
* Remove some dangerous advice from the FAQAchim Gratz2017-09-021-4/+8
* cygwin: add strptime %F fix to release notesCorinna Vinschen2017-08-291-0/+3
* winsup/cygwin/libc/strptime.cc(__strptime) fix %F widthBrian Inglis2017-08-291-2/+4
* cygwin: document %s support in strptimeCorinna Vinschen2017-08-292-0/+6
* cygwin: export strnstrCorinna Vinschen2017-08-254-3/+5
* winsup/cygwin/libc/strptime.cc(__strptime) add %s support to strptimeBrian Inglis2017-08-251-0/+20
* cygwin: only expose /dev/con{in,out,sole} when started from a Windows consoleCorinna Vinschen2017-08-231-1/+1
* Document renameat2Ken Brown2017-08-193-0/+10
* cygwin: Implement renameat2Ken Brown2017-08-194-7/+51
* headers: avoid bareword attributesEric Blake2017-08-174-5/+5
* cygwin: pthread timed locks: actually timeout on timeoutCorinna Vinschen2017-08-031-4/+26
* cygwin: pthread_rwlock_rdlock: don't set errno, just return error codeCorinna Vinschen2017-08-031-1/+1
* cygwin: Implement pthread_rwlock_timedrdlock, pthread_rwlock_timedwrlockCorinna Vinschen2017-08-037-11/+84
* cygwin: Bump DLL version to 2.9.0Corinna Vinschen2017-08-034-4/+20
* cygwin: Implement pthread_mutex_timedlockCorinna Vinschen2017-08-035-4/+35
* cygwin: simplify pthread timedwait handlingCorinna Vinschen2017-08-032-66/+60
* cygwin/signal.h: Remove SI_QUEUE unimplemented commentCorinna Vinschen2017-08-031-2/+1
* Revert "cygwin/signal.h: Remove SI_QUEUE unimplemented comment"Corinna Vinschen2017-08-032-17/+11
* cygwin/signal.h: Remove SI_QUEUE unimplemented commentCorinna Vinschen2017-08-032-11/+17
* cygwin: add explicit_bzero, elf.h changes to releaseYaakov Selkowitz2017-08-021-0/+4
* Add elf.h to newlibYaakov Selkowitz2017-08-027-1890/+0
* cygwin: Export explicit_bzeroYaakov Selkowitz2017-08-023-1/+4
* cygwin: generate Alt-Numpad characters independent of NumLock stateCorinna Vinschen2017-08-011-1/+7
* cygwin: add console issues to release notesCorinna Vinschen2017-07-311-0/+6
* cygwin: select: use UNICODE console functionsCorinna Vinschen2017-07-311-2/+2
* cygwin: console: Use memset to clear an arrayCorinna Vinschen2017-07-311-3/+2
* cygwin: clear screen using wide char functionCorinna Vinschen2017-07-311-1/+1
* cygwin: add release notes for reparse point patchesCorinna Vinschen2017-07-241-0/+5
* cygwin: unify reparse point checking code into single functionCorinna Vinschen2017-07-243-89/+70
* cygwin: fix formatting in check_reparse_point_targetCorinna Vinschen2017-07-241-3/+3
* cygwin: Fix resource leak in readdir reparse point handlingCorinna Vinschen2017-07-241-1/+1
* cygwin: add fflush fix to release notesCorinna Vinschen2017-07-191-0/+13
* cygwin: Bump DLL version to 2.8.3Corinna Vinschen2017-07-191-1/+1
* cygwin: Use errno instead of _impure_ptr->_errnoCorinna Vinschen2017-07-191-2/+1
* Revert "errno: Stop using _impure_ptr->_errno completely"Corinna Vinschen2017-07-193-5/+6
* cygwin: 2.8.2: add missing release message textcygwin-2_8_2-releaseCorinna Vinschen2017-07-121-0/+6
* cygwin: document signal.h fixesYaakov Selkowitz2017-07-121-1/+4
* cygwin: export fls, flsl, flsllCorinna Vinschen2017-07-114-1/+10
* Cygwin: fix guard on struct siginfo_tYaakov Selkowitz2017-07-101-2/+4