index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
ntdll.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Overwite potentially faked kernel version with correct values
Corinna Vinschen
2016-03-09
1
-0
/
+1
*
In FILE_ID_BOTH_DIR_INFORMATION it's actually FileId, not IndexNumber
Corinna Vinschen
2015-12-09
1
-1
/
+1
*
Rename FileId to IndexNumber in NT structures to align with upstream
Corinna Vinschen
2015-12-08
1
-2
/
+2
*
Check for correct funtion entry address in munge_threadfunc
Qian Hong
2015-10-29
1
-1
/
+2
*
Fix hang stracing forking processes but not following child
Corinna Vinschen
2015-08-24
1
-1
/
+2
*
cygwin: Fix copyright dates
Corinna Vinschen
2015-07-29
1
-1
/
+1
*
Implement getcontext, setcontext, makecontext, swapcontext
Corinna Vinschen
2015-07-17
1
-0
/
+1
*
* Makefile.in (DLL_OFILES): Add quotactl.o.
Corinna Vinschen
2014-10-17
1
-5
/
+52
*
* Throughout, use __try/__except/__endtry blocks, rather than myfault
Corinna Vinschen
2014-08-22
1
-3
/
+17
*
* ntdll.h (RtlGetVersion): Declare.
Corinna Vinschen
2013-11-19
1
-0
/
+1
*
* flock.cc (fhandler_base::lock): Only refuse to lock nohandle and
Corinna Vinschen
2013-10-25
1
-6
/
+5
*
* ntdll.h: Guard against new header files.
Christopher Faylor
2013-10-05
1
-0
/
+2
*
* ntdll.h (struct _SEMAPHORE_BASIC_INFORMATION): Define.
Corinna Vinschen
2013-07-23
1
-0
/
+14
*
* autoload.cc (CancelSynchronousIo): Define.
Corinna Vinschen
2013-06-02
1
-0
/
+5
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-108
/
+231
*
Throughout, update copyrights to reflect dates which correspond to main-branch
Christopher Faylor
2013-01-21
1
-2
/
+2
*
* fhandler_registry.cc: Drop Mingw.org considerations.
Corinna Vinschen
2012-11-26
1
-23
/
+2
*
* DevNotes: Add entry cgf-000013.
Christopher Faylor
2012-07-21
1
-3
/
+1
*
* fhandler_registry.cc (RegOpenUserClassesRoot): Only define when
Corinna Vinschen
2012-07-06
1
-1
/
+4
*
* fhandler_serial.cc: Fix includes for IOCTL codes to support Mingw64.
Corinna Vinschen
2012-06-28
1
-31
/
+0
*
* exceptions.cc (RtlUnwind): Align declaration with MSDN.
Corinna Vinschen
2012-06-28
1
-0
/
+31
*
* exceptions.cc (exception::handle): Cast exception code to NTSTATUS
Corinna Vinschen
2012-06-27
1
-59
/
+4
*
* advapi32.cc (_ADVAPI32_): Define. Explain why.
Corinna Vinschen
2012-06-27
1
-0
/
+18
*
* globals.cc (ro_u_refs): New R/O unicode string.
Corinna Vinschen
2012-06-03
1
-0
/
+4
*
* ntdll.h (SharedUserData): Add volatile qualifier. This fixes a
Corinna Vinschen
2012-03-20
1
-3
/
+4
*
* ntdll.h (struct _PEB): Add EnvironmentUpdateCount member.
Corinna Vinschen
2012-02-17
1
-2
/
+4
*
Clean up whitespace.
Christopher Faylor
2011-12-17
1
-1
/
+1
*
* mmap.cc (mlock): Replace LOCK_VM_IN_WSL with correct MAP_PROCESS.
Corinna Vinschen
2011-12-05
1
-85
/
+97
*
* fhandler.cc (fhandler_base::open): Fix typo in comment.
Corinna Vinschen
2011-08-27
1
-4
/
+9
*
* dlfcn.cc (dlopen): Reimplement RTLD_NODELETE for Windows 2000 using
Corinna Vinschen
2011-08-16
1
-1
/
+29
*
* fhandler_process.cc (format_process_status): Always print process name
Corinna Vinschen
2011-08-10
1
-0
/
+1
*
* ntdll.h (STATUS_NOT_FOUND): Define.
Corinna Vinschen
2011-08-09
1
-0
/
+1
*
* cygtls.h (struct _local_storage): Add cw_timer member.
Yaakov Selkowitz
2011-08-03
1
-0
/
+11
*
* ntdll.h: Fix typo in comment.
Corinna Vinschen
2011-07-26
1
-1
/
+1
*
whitespace elimination
Christopher Faylor
2011-06-06
1
-6
/
+6
*
* ntdll.h (FILE_PIPE_*): Define constants.
Christopher Faylor
2011-06-04
1
-0
/
+8
*
* autoload.cc: Call _api_fatal in asm.
Christopher Faylor
2011-05-28
1
-0
/
+1
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Update.
Corinna Vinschen
2011-05-20
1
-1
/
+27
*
* cygwin.din (clock_getcpuclockid): Export.
Yaakov Selkowitz
2011-05-17
1
-0
/
+1
*
* cygwin.din (pthread_attr_getguardsize): Export.
Corinna Vinschen
2011-05-15
1
-5
/
+7
*
* fhandler_process.cc (struct heap_info::heap): Convert base to
Corinna Vinschen
2011-05-13
1
-0
/
+24
*
* autoload.cc (EnumProcessModules): Remove.
Corinna Vinschen
2011-05-11
1
-0
/
+9
*
* fhandler_process.cc (format_process_maps): Rework to report
Corinna Vinschen
2011-05-11
1
-0
/
+5
*
* cygwin.din (pthread_attr_getstack): Export.
Yaakov Selkowitz
2011-05-03
1
-0
/
+12
*
* ntdll.h (IsEventSignalled): New inline function.
Corinna Vinschen
2011-04-29
1
-0
/
+12
*
* cygerrno.h (geterrno_from_nt_status): Declare.
Corinna Vinschen
2011-04-28
1
-0
/
+13
*
* autoload.cc (GetSecurityInfo): Remove.
Corinna Vinschen
2011-04-28
1
-2
/
+12
*
* autoload.cc (FindFirstVolumeA): Remove.
Corinna Vinschen
2011-04-02
1
-0
/
+1
*
* fhandler_random.cc (fhandler_dev_random::crypt_gen_random):
Corinna Vinschen
2011-04-01
1
-0
/
+1
*
* ntdll.h: Allow usage from plain C code.
Corinna Vinschen
2011-03-31
1
-0
/
+122
[next]