summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/winsup.h
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Remove remnants of never-defined MALLOC_DEBUG and NEWVFORKPeter Foley2016-04-011-2/+0
* Move fd_stuff from sys/types.h to sys/select.hCorinna Vinschen2015-12-071-8/+0
* winsup.h: Claim Windows 10 supportCorinna Vinschen2015-08-251-4/+2
* * winsup.h (SIGTOMASK): Add cast to sigset_t to avoid int overflow.Corinna Vinschen2015-02-231-1/+1
* * grp.cc (internal_getgroups): Take additional timeout_ns parameter.Corinna Vinschen2015-02-201-1/+2
* * winsup.h (_GNU_SOURCE): Define. Explain why.Corinna Vinschen2014-08-151-0/+5
* * winsup.h: Turn off previous workaround but leave a comment.Christopher Faylor2014-02-111-0/+7
* * winsup.h (Interlocked*): Use intrinsic versions of Interlocked functions.Christopher Faylor2014-02-111-0/+4
* Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen2014-02-091-13/+1
* Streamline time/times functionality. Remove last remains of formerCorinna Vinschen2013-06-141-5/+5
* * autoload.cc (CreateSymbolicLink): Define.Corinna Vinschen2013-04-241-2/+0
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-35/+36
* Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor2013-01-211-17/+22
* * dtable.cc (dtable::dup3): Fix bounds checking for valid newfd.Christopher Faylor2012-12-311-1/+0
* Revert the reversion and go with implementation described in cgf-000017, withChristopher Faylor2012-12-211-1/+4
* ChangeLog:Christopher Faylor2012-11-231-3/+1
* * winlean.h: Add temporary define.Christopher Faylor2012-07-301-6/+0
* * winlean.h: Make sure certain Windows macros are undefined again.Corinna Vinschen2012-07-121-3/+4
* * winsup.h (_WIN32_WINNT): Define. Explain why.Corinna Vinschen2012-07-061-1/+5
* * Makefile.in: Add some more optimization flags for cygwait, malloc and path....Christopher Faylor2012-07-021-1/+1
* * winsup.h (GetLastError): Drop redundant definition.Corinna Vinschen2012-06-261-4/+1
* * cygprops.h: Use #pragma once.Christopher Faylor2012-03-191-4/+4
* Throughout use wincap.allocation_granularity instead of getpagesize.Corinna Vinschen2011-12-221-3/+0
* Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor2011-11-141-3/+0
* * fhandler.cc (off_current): Define local in fhandler_base::raw_write.Corinna Vinschen2011-11-031-0/+1
* * hookapi.cc (hook_or_detect_cygwin): Take additional handleCorinna Vinschen2011-10-251-1/+1
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-2/+2
* * dcrt0.cc (child_info_fork::alloc_stack_hard_way): Check if theCorinna Vinschen2011-05-161-0/+1
* * Makefile.in (DLL_IMPORTS): Drop advapi32.dll.Corinna Vinschen2011-04-191-0/+6
* * dcrt0.cc: Fix copyright dates.Corinna Vinschen2011-02-221-1/+1
* * exec.cc (strccpy): Move function from here...Corinna Vinschen2011-01-191-3/+0
* * winlean.h: New file.Christopher Faylor2010-08-301-18/+1
* * Makefile.in (DLL_OFILES): Add pseudo-reloc.o.Christopher Faylor2010-05-071-0/+2
* * globals.cc: Reorder constant UNICODE_STRINGs for clarity.Corinna Vinschen2009-07-161-1/+1
* winsup/ChangeLog:Dave Korn2009-07-071-0/+3
* * fhandler.h (class dev_console): Add members con_mbtowc, con_wctomb,Corinna Vinschen2009-04-071-16/+2
* * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character.Corinna Vinschen2009-03-241-9/+10
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-75/+28
* * autoload.cc (GetSystemDEPPolicy): Define.Corinna Vinschen2008-11-121-1/+1
* * environ.cc (known): Remove "binmode" option.Corinna Vinschen2008-07-181-1/+0
* * path.cc (symlink_info::check): Don't pass EaBuffer to NtCreateFile if it hasChristopher Faylor2008-05-231-9/+0
* * winsup.h (cygwin_inet_addr): Fix type of declaration.Corinna Vinschen2008-05-201-1/+2
* * cygwin.din (futimens): Export.Corinna Vinschen2008-04-241-0/+1
* Add miscfuncs.h to files as needed throughout.Christopher Faylor2008-04-071-22/+3
* * Fix copyright dates.Corinna Vinschen2008-04-011-1/+1
* Throughout, call fcntl64 instead of fcntl or fcntl_worker.Corinna Vinschen2008-04-011-2/+1
* * hookapi.cc (find_first_notloaded_dll): New function.Christopher Faylor2008-03-271-1/+2
* * fcntl.cc (fcntl_worker): Protect with a 'myfault'.Corinna Vinschen2008-03-141-0/+2
* * environ.h: Fix comment.Corinna Vinschen2008-03-121-10/+4