aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/winsup.h
AgeCommit message (Expand)AuthorFilesLines
2013-07-31* environ.cc (known): Add preload keyword.github/calloutcalloutChristopher Faylor1-0/+1
2013-06-14 Streamline time/times functionality. Remove last remains of formerCorinna Vinschen1-5/+5
2013-04-24 * autoload.cc (CreateSymbolicLink): Define.Corinna Vinschen1-2/+0
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-35/+36
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor1-17/+22
2012-12-31* dtable.cc (dtable::dup3): Fix bounds checking for valid newfd.Christopher Faylor1-1/+0
2012-12-21Revert the reversion and go with implementation described in cgf-000017, withChristopher Faylor1-1/+4
2012-11-23ChangeLog:Christopher Faylor1-3/+1
2012-07-30* winlean.h: Add temporary define.Christopher Faylor1-6/+0
2012-07-12 * winlean.h: Make sure certain Windows macros are undefined again.Corinna Vinschen1-3/+4
2012-07-06 * winsup.h (_WIN32_WINNT): Define. Explain why.Corinna Vinschen1-1/+5
2012-07-02* Makefile.in: Add some more optimization flags for cygwait, malloc and path....Christopher Faylor1-1/+1
2012-06-26 * winsup.h (GetLastError): Drop redundant definition.Corinna Vinschen1-4/+1
2012-03-19* cygprops.h: Use #pragma once.Christopher Faylor1-4/+4
2011-12-22 Throughout use wincap.allocation_granularity instead of getpagesize.Corinna Vinschen1-3/+0
2011-11-14Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor1-3/+0
2011-11-03 * fhandler.cc (off_current): Define local in fhandler_base::raw_write.Corinna Vinschen1-0/+1
2011-10-25 * hookapi.cc (hook_or_detect_cygwin): Take additional handleCorinna Vinschen1-1/+1
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor1-2/+2
2011-05-16 * dcrt0.cc (child_info_fork::alloc_stack_hard_way): Check if theCorinna Vinschen1-0/+1
2011-04-19 * Makefile.in (DLL_IMPORTS): Drop advapi32.dll.Corinna Vinschen1-0/+6
2011-02-22 * dcrt0.cc: Fix copyright dates.Corinna Vinschen1-1/+1
2011-01-19 * exec.cc (strccpy): Move function from here...Corinna Vinschen1-3/+0
2010-08-30* winlean.h: New file.Christopher Faylor1-18/+1
2010-05-07* Makefile.in (DLL_OFILES): Add pseudo-reloc.o.Christopher Faylor1-0/+2
2009-07-16 * globals.cc: Reorder constant UNICODE_STRINGs for clarity.Corinna Vinschen1-1/+1
2009-07-07winsup/ChangeLog:Dave Korn1-0/+3
2009-04-07 * fhandler.h (class dev_console): Add members con_mbtowc, con_wctomb,Corinna Vinschen1-16/+2
2009-03-24 * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character.Corinna Vinschen1-9/+10
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor1-75/+28
2008-11-12 * autoload.cc (GetSystemDEPPolicy): Define.Corinna Vinschen1-1/+1
2008-07-18 * environ.cc (known): Remove "binmode" option.Corinna Vinschen1-1/+0
2008-05-23* path.cc (symlink_info::check): Don't pass EaBuffer to NtCreateFile if it hasChristopher Faylor1-9/+0
2008-05-20 * winsup.h (cygwin_inet_addr): Fix type of declaration.Corinna Vinschen1-1/+2
2008-04-24 * cygwin.din (futimens): Export.Corinna Vinschen1-0/+1
2008-04-07Add miscfuncs.h to files as needed throughout.Christopher Faylor1-22/+3
2008-04-01 * Fix copyright dates.Corinna Vinschen1-1/+1
2008-04-01 Throughout, call fcntl64 instead of fcntl or fcntl_worker.Corinna Vinschen1-2/+1
2008-03-27* hookapi.cc (find_first_notloaded_dll): New function.Christopher Faylor1-1/+2
2008-03-14 * fcntl.cc (fcntl_worker): Protect with a 'myfault'.Corinna Vinschen1-0/+2
2008-03-12 * environ.h: Fix comment.Corinna Vinschen1-10/+4
2008-03-12 * winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.Corinna Vinschen1-7/+2
2008-03-07 * Makefile.in (DLL_OFILES): Add tls_pbuf.o.Corinna Vinschen1-3/+7
2008-03-02* cygtls.cc (_cygtls::init_exception_handler): Semi-revert to making onlyChristopher Faylor1-1/+1
2008-02-25 * dcrt0.cc (initial_env): Only use local buffer "buf" if DEBUGGING isCorinna Vinschen1-2/+2
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor1-2/+1
2008-02-14 * cygheap.cc (cwcsdup): New function.Corinna Vinschen1-1/+10
2008-02-06 * fhandler.h (fhandler_console::trunc_buf): Add to use as cache forCorinna Vinschen1-0/+3
2008-02-05 * autoload.cc (CharToOemA): Remove.Corinna Vinschen1-0/+3
2008-01-31 * dcrt0.cc (dll_crt0_1): Use GetCommandLineW and convert to currentCorinna Vinschen1-3/+11