| Commit message (Expand) | Author | Age | Files | Lines |
* | Cygwin: mtx_init: drop glibc workaround | Corinna Vinschen | 2020-09-01 | 1 | -7/+0 |
* | Cygwin: Add C11 threads API | Corinna Vinschen | 2020-08-30 | 5 | -0/+494 |
* | Cygwin: Add 'fallthrough' pseudo keyword for switch/case use | Corinna Vinschen | 2020-08-05 | 7 | -8/+9 |
* | Cygwin: fix formatting: drop trailing whitespace | Corinna Vinschen | 2020-03-11 | 2 | -3/+3 |
* | Cygwin: fix formatting: collapse whitespace-only lines | Corinna Vinschen | 2020-03-11 | 1 | -3/+3 |
* | Cygwin: fix formatting: drop spaces leading tabs | Corinna Vinschen | 2020-03-11 | 5 | -11/+11 |
* | cygwin: add catopen, catgets, catclose | Yaakov Selkowitz | 2018-01-19 | 1 | -0/+478 |
* | ansification: remove _CONST | Yaakov Selkowitz | 2018-01-17 | 1 | -1/+1 |
* | winsup/cygwin/libc/strptime.cc(__strptime) fix %F width | Brian Inglis | 2017-08-29 | 1 | -2/+4 |
* | winsup/cygwin/libc/strptime.cc(__strptime) add %s support to strptime | Brian Inglis | 2017-08-25 | 1 | -0/+20 |
* | getrandom: it's MIN, not MAX | Yaakov Selkowitz | 2017-03-11 | 1 | -1/+1 |
* | Move getentropy/getrandom into own file | Corinna Vinschen | 2017-01-19 | 1 | -0/+70 |
* | login_tty: Rewrite following FreeBSD's traces | Corinna Vinschen | 2016-11-24 | 1 | -15/+8 |
* | Include winsup.h prior to including other headers | Corinna Vinschen | 2016-08-24 | 1 | -2/+5 |
* | Implement GNU extension strptime_l | Corinna Vinschen | 2016-08-23 | 1 | -27/+47 |
* | Only define __getreent inline function when building newlib or Cygwin | Corinna Vinschen | 2016-08-20 | 1 | -0/+1 |
* | Implement strfmon_l | Corinna Vinschen | 2016-08-15 | 1 | -35/+62 |
* | POSIX-1.2008 per-thread locales, groundwork part 2 | Corinna Vinschen | 2016-08-15 | 1 | -2/+3 |
* | Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-release | Corinna Vinschen | 2016-06-23 | 5 | -10/+0 |
* | Throughout Cygwin, use u_intN_t or uintN_t | Corinna Vinschen | 2016-03-24 | 8 | -33/+38 |
* | Change definition of b64_pton from K&R to ANSI | Corinna Vinschen | 2016-03-24 | 1 | -4/+1 |
* | Use DnsFree instead of deprecated DnsRecordListFree | Peter Foley | 2016-03-23 | 1 | -1/+1 |
* | Move arc4random Cygwin only code to Cygwin | Sebastian Huber | 2016-03-21 | 1 | -0/+24 |
* | Delete Cygwin's arc4random in favor of new Newlib implementation | Corinna Vinschen | 2016-03-18 | 1 | -363/+0 |
* | Feature test macros overhaul: stdlib.h | Yaakov Selkowitz | 2016-03-17 | 1 | -1/+1 |
* | Feature test macros overhaul: fnmatch.h | Yaakov Selkowitz | 2016-03-17 | 1 | -0/+1 |
* | Move fd_stuff from sys/types.h to sys/select.h | Corinna Vinschen | 2015-12-07 | 1 | -0/+1 |
* | Update Cygwin's fnmatch to latest from FreeBSD. | Corinna Vinschen | 2015-11-18 | 1 | -51/+81 |
* | copyright fix | Corinna Vinschen | 2015-01-13 | 1 | -1/+1 |
* | * minires-os-if.c (cygwin_query): Change questions into answers. | Corinna Vinschen | 2015-01-12 | 1 | -0/+7 |
* | * Throughout, use __try/__except/__endtry blocks, rather than myfault | Corinna Vinschen | 2014-08-22 | 2 | -93/+95 |
* | * libc/minires.c (minires_dprintf): Change "Minires" to "Resolv" to | Corinna Vinschen | 2014-07-07 | 1 | -2/+5 |
* | * libc/rexec.cc (cygwin_rexec): Make ahostbuf static to avoid returning | Corinna Vinschen | 2014-06-17 | 1 | -1/+1 |
* | * libc/bsdlib.cc (forkpty): Close master and slave if fork fails to | Corinna Vinschen | 2014-05-22 | 3 | -110/+76 |
* | * localtime.cc: Define TM_GMTOFF and TM_ZONE based on __TM_GMTOFF and | Corinna Vinschen | 2014-03-05 | 1 | -4/+15 |
* | Throughout, keep function definitions and declarations in sync with | Corinna Vinschen | 2013-11-25 | 1 | -1/+2 |
* | * Makefile.in (DLL_OFILES): Add arc4random.o. | Corinna Vinschen | 2013-05-21 | 1 | -0/+363 |
* | * libc/base64.c: New file. | Corinna Vinschen | 2013-05-21 | 1 | -0/+316 |
* | * Merge in cygwin-64bit-branch. | Corinna Vinschen | 2013-04-23 | 9 | -31/+34 |
* | Adapt to changes in newlib's sys/cdefs.h: | Corinna Vinschen | 2013-04-22 | 1 | -1/+0 |
* | Throughout, update copyrights to reflect dates which correspond to main-branch | Christopher Faylor | 2013-01-21 | 3 | -3/+3 |
* | * winlean.h: Make sure certain Windows macros are undefined again. | Corinna Vinschen | 2012-07-12 | 1 | -1/+0 |
* | * fhandler_procnet.cc: Fix copyright. | Corinna Vinschen | 2012-07-06 | 2 | -2/+2 |
* | Add files missing in previous checkin | Corinna Vinschen | 2012-07-06 | 1 | -7/+9 |
* | In terms of network related functionality, rely on Winsock definitions | Corinna Vinschen | 2012-07-06 | 3 | -7/+3 |
* | * libc/rcmd.cc: Don't undef __INSIDE_CYGWIN_NET__. | Corinna Vinschen | 2012-07-06 | 1 | -0/+1 |
* | Clean up whitespace. | Christopher Faylor | 2011-12-17 | 5 | -30/+30 |
* | * fhandler.h (__ptsname): New macro. | Christopher Faylor | 2011-11-08 | 1 | -3/+12 |
* | Based on newlib patch to strptime by Peter Rosin <peda@lysator.liu.se>: | Corinna Vinschen | 2011-05-12 | 1 | -0/+92 |
* | * libc/minires-os-if.c (get_dns_info): Drop printing uninitialized | Corinna Vinschen | 2011-05-06 | 1 | -1/+1 |