| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix spawned process window not foregrounding. | Kaz Kylheku | 2017-11-16 | 2 | -1/+8 |
* | Console: provide VT100-like end-of-line print behavior. | Kaz Kylheku | 2017-11-16 | 2 | -0/+23 |
* | Report as CYGNAL in uname syscall. | Kaz Kylheku | 2017-11-16 | 1 | -1/+1 |
* | Cygnal apps use cmd.exe, not /bin/sh. | Kaz Kylheku | 2017-11-16 | 3 | -47/+13 |
* | When spawning, don't try to make invisible window. | Kaz Kylheku | 2017-11-16 | 1 | -2/+0 |
* | Use wShowWindow when calling CreateProcess. | Kaz Kylheku | 2017-11-16 | 1 | -1/+2 |
* | cygwin: add strptime %F fix to release notes | Corinna Vinschen | 2017-08-29 | 1 | -0/+3 |
* | winsup/cygwin/libc/strptime.cc(__strptime) fix %F width | Brian Inglis | 2017-08-29 | 1 | -2/+4 |
* | cygwin: document %s support in strptime | Corinna Vinschen | 2017-08-29 | 1 | -0/+2 |
* | cygwin: export strnstr | Corinna Vinschen | 2017-08-25 | 3 | -2/+4 |
* | winsup/cygwin/libc/strptime.cc(__strptime) add %s support to strptime | Brian Inglis | 2017-08-25 | 1 | -0/+20 |
* | cygwin: only expose /dev/con{in,out,sole} when started from a Windows console | Corinna Vinschen | 2017-08-23 | 1 | -1/+1 |
* | Document renameat2 | Ken Brown | 2017-08-19 | 1 | -0/+2 |
* | cygwin: Implement renameat2 | Ken Brown | 2017-08-19 | 4 | -7/+51 |
* | headers: avoid bareword attributes | Eric Blake | 2017-08-17 | 4 | -5/+5 |
* | cygwin: pthread timed locks: actually timeout on timeout | Corinna Vinschen | 2017-08-03 | 1 | -4/+26 |
* | cygwin: pthread_rwlock_rdlock: don't set errno, just return error code | Corinna Vinschen | 2017-08-03 | 1 | -1/+1 |
* | cygwin: Implement pthread_rwlock_timedrdlock, pthread_rwlock_timedwrlock | Corinna Vinschen | 2017-08-03 | 5 | -8/+76 |
* | cygwin: Bump DLL version to 2.9.0 | Corinna Vinschen | 2017-08-03 | 2 | -3/+3 |
* | cygwin: Implement pthread_mutex_timedlock | Corinna Vinschen | 2017-08-03 | 5 | -4/+35 |
* | cygwin: simplify pthread timedwait handling | Corinna Vinschen | 2017-08-03 | 2 | -66/+60 |
* | cygwin/signal.h: Remove SI_QUEUE unimplemented comment | Corinna Vinschen | 2017-08-03 | 1 | -2/+1 |
* | Revert "cygwin/signal.h: Remove SI_QUEUE unimplemented comment" | Corinna Vinschen | 2017-08-03 | 2 | -17/+11 |
* | cygwin/signal.h: Remove SI_QUEUE unimplemented comment | Corinna Vinschen | 2017-08-03 | 2 | -11/+17 |
* | cygwin: add explicit_bzero, elf.h changes to release | Yaakov Selkowitz | 2017-08-02 | 1 | -0/+4 |
* | Add elf.h to newlib | Yaakov Selkowitz | 2017-08-02 | 7 | -1890/+0 |
* | cygwin: Export explicit_bzero | Yaakov Selkowitz | 2017-08-02 | 2 | -1/+3 |
* | cygwin: generate Alt-Numpad characters independent of NumLock state | Corinna Vinschen | 2017-08-01 | 1 | -1/+7 |
* | cygwin: add console issues to release notes | Corinna Vinschen | 2017-07-31 | 1 | -0/+6 |
* | cygwin: select: use UNICODE console functions | Corinna Vinschen | 2017-07-31 | 1 | -2/+2 |
* | cygwin: console: Use memset to clear an array | Corinna Vinschen | 2017-07-31 | 1 | -3/+2 |
* | cygwin: clear screen using wide char function | Corinna Vinschen | 2017-07-31 | 1 | -1/+1 |
* | cygwin: add release notes for reparse point patches | Corinna Vinschen | 2017-07-24 | 1 | -0/+5 |
* | cygwin: unify reparse point checking code into single function | Corinna Vinschen | 2017-07-24 | 3 | -89/+70 |
* | cygwin: fix formatting in check_reparse_point_target | Corinna Vinschen | 2017-07-24 | 1 | -3/+3 |
* | cygwin: Fix resource leak in readdir reparse point handling | Corinna Vinschen | 2017-07-24 | 1 | -1/+1 |
* | cygwin: add fflush fix to release notes | Corinna Vinschen | 2017-07-19 | 1 | -0/+13 |
* | cygwin: Bump DLL version to 2.8.3 | Corinna Vinschen | 2017-07-19 | 1 | -1/+1 |
* | cygwin: Use errno instead of _impure_ptr->_errno | Corinna Vinschen | 2017-07-19 | 1 | -2/+1 |
* | Revert "errno: Stop using _impure_ptr->_errno completely" | Corinna Vinschen | 2017-07-19 | 3 | -5/+6 |
* | cygwin: 2.8.2: add missing release message textcygwin-2_8_2-release | Corinna Vinschen | 2017-07-12 | 1 | -0/+6 |
* | cygwin: document signal.h fixes | Yaakov Selkowitz | 2017-07-12 | 1 | -1/+4 |
* | cygwin: export fls, flsl, flsll | Corinna Vinschen | 2017-07-11 | 3 | -1/+7 |
* | Cygwin: fix guard on struct siginfo_t | Yaakov Selkowitz | 2017-07-10 | 1 | -2/+4 |
* | Rename __in and __out in headers to avoid collision with Windows APIs | David Macek | 2017-07-07 | 1 | -1/+1 |
* | Add ffsl(), ffsll(), fls(), flsl(), flsll() | Sebastian Huber | 2017-07-05 | 1 | -22/+0 |
* | Cygwin: fix signal.h with _POSIX_C_SOURCE=1 | Yaakov Selkowitz | 2017-07-04 | 1 | -0/+2 |
* | add scandirat patch to release notes | Corinna Vinschen | 2017-07-04 | 1 | -0/+13 |
* | cygwin: scandirat: fix path given to scandir | Corinna Vinschen | 2017-07-04 | 1 | -1/+1 |
* | Bump DLL minor version | Corinna Vinschen | 2017-07-04 | 1 | -1/+1 |