summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/kernel32.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-2/+0
* * kernel32.cc (CreateFileMappingW): Fix default standard rights forCorinna Vinschen2014-08-271-2/+3
* fix comment typoChristopher Faylor2013-07-191-1/+1
* * common.din: Export GetCommandLine{A,W}.Christopher Faylor2013-07-191-1/+50
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-1/+1
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-1/+1
* * pseudo-reloc.cc: Drop including wchar.h.Corinna Vinschen2012-07-121-1/+0
* * advapi32.cc (_ADVAPI32_): Drop definition.Corinna Vinschen2012-07-061-4/+0
* * kernel32.cc (_KERNEL32_): Define. Explain why.Corinna Vinschen2012-06-281-3/+7
* Drop NT4 support.Corinna Vinschen2011-04-041-35/+1
* * kernel32.cc (CreateEventW): Create event object with EVENT_ALL_ACCESSCorinna Vinschen2010-04-151-4/+4
* * kernel32.cc (CreateMutexW): Use correct access mask.Corinna Vinschen2009-09-241-2/+2
* Remove unneeded whitespace.Christopher Faylor2008-11-261-1/+1
* * autoload.cc (GetSystemWindowsDirectoryW): Define.Corinna Vinschen2008-10-221-0/+35
* * kernel32.cc (CreateFileMappingW): Remove stray small_printf.Corinna Vinschen2008-04-281-1/+0
* * kernel32.cc (CreateFileMappingW): Fix bug in reserve/commit handling.Corinna Vinschen2008-04-211-2/+2
* * Makefile.in (DLL_OFILES): Add kernel32.o.Corinna Vinschen2008-04-211-0/+405