summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include
Commit message (Expand)AuthorAgeFilesLines
* Throughout, keep function definitions and declarations in sync withCorinna Vinschen2013-11-253-5/+8
* * include/cygwin/stdlib.h (realpath): Drop declaration. It's declaredCorinna Vinschen2013-11-201-1/+0
* * autoload.cc (IdnToAscii): Define.Corinna Vinschen2013-11-192-33/+56
* * exception.h: Fold in content of include/exceptions.h.Corinna Vinschen2013-10-271-119/+0
* * exception.h (_exception_list): Drop redefinition for x86_64.Corinna Vinschen2013-10-261-1/+5
* * include /cygwin/config.h (_READ_WRITE_BUFSIZE_TYPE): Define.Corinna Vinschen2013-10-231-0/+1
* * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 26.Christopher Faylor2013-09-251-1/+1
* * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Belatedly bumpCorinna Vinschen2013-08-311-1/+1
* * fhandler_tape.cc (mtinfo_drive::create_partitions): Allow partitioningCorinna Vinschen2013-08-212-5/+10
* * include/sys/cygwin.h (struct per_process): Add posix_memalign. ReduceCorinna Vinschen2013-08-142-3/+7
* * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 24.Corinna Vinschen2013-08-091-1/+1
* Fix copyright dateCorinna Vinschen2013-07-241-1/+1
* * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 23.Corinna Vinschen2013-07-221-1/+1
* * common.din: Export GetCommandLine{A,W}.Christopher Faylor2013-07-191-1/+2
* * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 22.Corinna Vinschen2013-07-151-1/+1
* * common.din (rawmemchr): Export.Yaakov Selkowitz2013-06-241-1/+2
* * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 21.Corinna Vinschen2013-06-071-1/+1
* * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 20.Corinna Vinschen2013-06-051-1/+1
* * autoload.cc (CancelSynchronousIo): Define.Corinna Vinschen2013-06-021-2/+19
* * include/sys/socket.h: Move SHUT_xx definitoins from here...Corinna Vinschen2013-05-312-9/+9
* * include/cygwin/if.h: Include cygwin/socket.h rather than sys/socket.hCorinna Vinschen2013-05-311-2/+2
* * Makefile.in (DLL_OFILES): Add arc4random.o.Corinna Vinschen2013-05-212-2/+10
* * libc/base64.c: New file.Corinna Vinschen2013-05-211-1/+2
* * include/cygwin/version.h: Bump api minor number to reflect previous change.Christopher Faylor2013-05-131-1/+2
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-2330-370/+509
* * include/sys/queue.h: Delete in favor of more complete newlib file.Corinna Vinschen2013-04-221-512/+0
* Adapt to changes in newlib's sys/cdefs.h:Corinna Vinschen2013-04-221-2/+2
* * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 19.Corinna Vinschen2013-04-221-2/+2
* * include/sys/un.h (UNIX_PATH_MAX): Rename from UNIX_PATH_LEN toCorinna Vinschen2013-03-071-3/+3
* * include/pthread.h (pthread_atfork): Add missing declaration.Corinna Vinschen2013-02-261-0/+2
* * include/error.h (error_message_count): Declare as dllimport.Yaakov Selkowitz2013-02-211-0/+6
* * DevNotes: Add entry cgf-000022.Christopher Faylor2013-01-311-20/+32
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-2158-65/+70
* * include/pthread.h (pthread_exit): Mark as "noreturn".Christopher Faylor2013-01-141-1/+1
* * cygtls.h (_cygtls::signal_exit): Delete from class.Christopher Faylor2013-01-021-3/+8
* * fhandler.cc (fhandler_base::write): Don't attempt to sparsifyCorinna Vinschen2012-12-141-2/+2
* * include/cygwin/wait.h (WAIT_ANY): Define.Yaakov Selkowitz2012-12-061-0/+3
* * termios.cc (cfsetspeed): New function.Yaakov Selkowitz2012-11-212-1/+3
* * include/mntent.h: Only include paths.h when building for Cygwin.Corinna Vinschen2012-11-161-3/+9
* * include/sys/termios.h (CBRK): Define as alias of CEOL.Yaakov Selkowitz2012-11-051-0/+9
* Fix copyrightCorinna Vinschen2012-10-311-1/+1
* * include/sys/param.h: Include stddef.h to define NULL.Corinna Vinschen2012-10-311-4/+3
* * include/sys/cygwin.h: Add missing defines for CW_ALLOC_DRIVE_MAP,Corinna Vinschen2012-10-301-0/+3
* * include/cygwin/signal.h (sigset_t): Define here.Corinna Vinschen2012-10-261-0/+2
* * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 18.Corinna Vinschen2012-10-211-1/+1
* * fhandler.h (class fhandler_dev_raw): Add members devbufalloc andCorinna Vinschen2012-10-131-4/+8
* * include/cygwin/in.h (struct in_addr): Guard with s_addr to avoidCorinna Vinschen2012-10-101-0/+4
* * fhandler_clipboard.cc (fhandler_dev_clipboard::read): UseCorinna Vinschen2012-08-171-2/+1
* * include/sys/wait.h (_wait): Define when building newlib.Corinna Vinschen2012-08-081-1/+5
* * include/cygwin/socket.h (MSG_BCAST): Define.Corinna Vinschen2012-08-011-0/+3