aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/kernel32.cc
AgeCommit message (Expand)AuthorFilesLines
2024-01-31Cygwin: cygwin_GetCommandLineW/A: don't rely on __argv[0] contentCorinna Vinschen1-2/+5
2023-08-29Cygwin: execve: drop argument size limitCorinna Vinschen1-2/+5
2022-08-04Cygwin: drop all usages of WINAPICorinna Vinschen1-18/+18
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-2/+0
2014-08-27 * kernel32.cc (CreateFileMappingW): Fix default standard rights forCorinna Vinschen1-2/+3
2013-07-19fix comment typoChristopher Faylor1-1/+1
2013-07-19* common.din: Export GetCommandLine{A,W}.Christopher Faylor1-1/+50
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-1/+1
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor1-1/+1
2012-07-12 * pseudo-reloc.cc: Drop including wchar.h.Corinna Vinschen1-1/+0
2012-07-06 * advapi32.cc (_ADVAPI32_): Drop definition.Corinna Vinschen1-4/+0
2012-06-28 * kernel32.cc (_KERNEL32_): Define. Explain why.Corinna Vinschen1-3/+7
2011-04-04 Drop NT4 support.Corinna Vinschen1-35/+1
2010-04-15 * kernel32.cc (CreateEventW): Create event object with EVENT_ALL_ACCESSCorinna Vinschen1-4/+4
2009-09-24 * kernel32.cc (CreateMutexW): Use correct access mask.Corinna Vinschen1-2/+2
2008-11-26Remove unneeded whitespace.Christopher Faylor1-1/+1
2008-10-22 * autoload.cc (GetSystemWindowsDirectoryW): Define.Corinna Vinschen1-0/+35
2008-04-28 * kernel32.cc (CreateFileMappingW): Remove stray small_printf.Corinna Vinschen1-1/+0
2008-04-21 * kernel32.cc (CreateFileMappingW): Fix bug in reserve/commit handling.Corinna Vinschen1-2/+2
2008-04-21 * Makefile.in (DLL_OFILES): Add kernel32.o.Corinna Vinschen1-0/+405