aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2017-09-12cygwin: workaround GCC 6 changesYaakov Selkowitz3-2/+6
2017-09-11Revert "cygwin: only expose /dev/con{in,out,sole} when started from a Windows...Yaakov Selkowitz1-1/+1
2017-09-07Change time_t to 64-bit by defaultSebastian Huber1-0/+1
2017-09-02cygwin: Document crypt_rYaakov Selkowitz1-0/+1
2017-09-02Remove some dangerous advice from the FAQAchim Gratz1-4/+8
2017-08-29cygwin: add strptime %F fix to release notesCorinna Vinschen1-0/+3
2017-08-29winsup/cygwin/libc/strptime.cc(__strptime) fix %F widthBrian Inglis1-2/+4
2017-08-29cygwin: document %s support in strptimeCorinna Vinschen2-0/+6
2017-08-25cygwin: export strnstrCorinna Vinschen4-3/+5
2017-08-25winsup/cygwin/libc/strptime.cc(__strptime) add %s support to strptimeBrian Inglis1-0/+20
2017-08-23cygwin: only expose /dev/con{in,out,sole} when started from a Windows consoleCorinna Vinschen1-1/+1
2017-08-19Document renameat2Ken Brown3-0/+10
2017-08-19cygwin: Implement renameat2Ken Brown4-7/+51
2017-08-17headers: avoid bareword attributesEric Blake4-5/+5
2017-08-03cygwin: pthread timed locks: actually timeout on timeoutCorinna Vinschen1-4/+26
2017-08-03cygwin: pthread_rwlock_rdlock: don't set errno, just return error codeCorinna Vinschen1-1/+1
2017-08-03cygwin: Implement pthread_rwlock_timedrdlock, pthread_rwlock_timedwrlockCorinna Vinschen7-11/+84
2017-08-03cygwin: Bump DLL version to 2.9.0Corinna Vinschen4-4/+20
2017-08-03cygwin: Implement pthread_mutex_timedlockCorinna Vinschen5-4/+35
2017-08-03cygwin: simplify pthread timedwait handlingCorinna Vinschen2-66/+60
2017-08-03cygwin/signal.h: Remove SI_QUEUE unimplemented commentCorinna Vinschen1-2/+1
2017-08-03Revert "cygwin/signal.h: Remove SI_QUEUE unimplemented comment"Corinna Vinschen2-17/+11
2017-08-03cygwin/signal.h: Remove SI_QUEUE unimplemented commentCorinna Vinschen2-11/+17
2017-08-02cygwin: add explicit_bzero, elf.h changes to releaseYaakov Selkowitz1-0/+4
2017-08-02Add elf.h to newlibYaakov Selkowitz7-1890/+0
2017-08-02cygwin: Export explicit_bzeroYaakov Selkowitz3-1/+4
2017-08-01cygwin: generate Alt-Numpad characters independent of NumLock stateCorinna Vinschen1-1/+7
2017-07-31cygwin: add console issues to release notesCorinna Vinschen1-0/+6
2017-07-31cygwin: select: use UNICODE console functionsCorinna Vinschen1-2/+2
2017-07-31cygwin: console: Use memset to clear an arrayCorinna Vinschen1-3/+2
2017-07-31cygwin: clear screen using wide char functionCorinna Vinschen1-1/+1
2017-07-24cygwin: add release notes for reparse point patchesCorinna Vinschen1-0/+5
2017-07-24cygwin: unify reparse point checking code into single functionCorinna Vinschen3-89/+70
2017-07-24cygwin: fix formatting in check_reparse_point_targetCorinna Vinschen1-3/+3
2017-07-24cygwin: Fix resource leak in readdir reparse point handlingCorinna Vinschen1-1/+1
2017-07-19cygwin: add fflush fix to release notesCorinna Vinschen1-0/+13
2017-07-19cygwin: Bump DLL version to 2.8.3Corinna Vinschen1-1/+1
2017-07-19cygwin: Use errno instead of _impure_ptr->_errnoCorinna Vinschen1-2/+1
2017-07-19Revert "errno: Stop using _impure_ptr->_errno completely"Corinna Vinschen3-5/+6
2017-07-12cygwin: 2.8.2: add missing release message textcygwin-2_8_2-releaseCorinna Vinschen1-0/+6
2017-07-12cygwin: document signal.h fixesYaakov Selkowitz1-1/+4
2017-07-11cygwin: export fls, flsl, flsllCorinna Vinschen4-1/+10
2017-07-10Cygwin: fix guard on struct siginfo_tYaakov Selkowitz1-2/+4
2017-07-07Rename __in and __out in headers to avoid collision with Windows APIsDavid Macek1-1/+1
2017-07-06fix URL shortcuts launch with cygstart, create shortcuts directly in SM/Progr...Brian Inglis1-7/+5
2017-07-06fix cygwin-doc postinstall/preremove no SMPrograms/Cygwin dirBrian Inglis2-17/+63
2017-07-05Add ffsl(), ffsll(), fls(), flsl(), flsll()Sebastian Huber1-22/+0
2017-07-04Cygwin: fix signal.h with _POSIX_C_SOURCE=1Yaakov Selkowitz1-0/+2
2017-07-04add scandirat patch to release notesCorinna Vinschen1-0/+13
2017-07-04cygwin: scandirat: fix path given to scandirCorinna Vinschen1-1/+1