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
...
*
* ntdll.h: Allow usage from plain C code.
Corinna Vinschen
2011-03-31
1
-0
/
+122
*
* autoload.cc (UuidCreate): Remove.
Corinna Vinschen
2011-03-29
1
-0
/
+1
*
* autoload.cc (winmm): Remove time functions. Don't treat
Corinna Vinschen
2011-03-29
1
-1
/
+17
*
* cygheap.h (cwdstuff::override_win32_cwd): Declare.
Corinna Vinschen
2010-10-09
1
-2
/
+16
*
* fhandler.h (fhandler_base::get_stat_access): Delete.
Corinna Vinschen
2010-10-07
1
-10
/
+0
*
* errno.cc (errmap): Map ERROR_BAD_NET_RESP to ENOSYS.
Corinna Vinschen
2010-09-24
1
-0
/
+1
*
* mount.cc (class fs_info_cache): New class to cache filesystem
Corinna Vinschen
2010-09-10
1
-0
/
+3
*
* Makefile.in (DLL_OFILES): Add fhandler_procsys.o.
Corinna Vinschen
2010-09-06
1
-0
/
+10
*
* external.cc (sync_wincwd): Remove.
Corinna Vinschen
2010-08-27
1
-0
/
+1
*
* dtable.cc (dtable::dup_worker): Reset path_conv handle in duplicated
Corinna Vinschen
2010-06-15
1
-0
/
+10
*
* ntdll.h (STATUS_BAD_NETWORK_PATH): Define.
Corinna Vinschen
2010-06-02
1
-0
/
+2
*
* shared_info.h (user_info): Add dll_crt0_1 as a friend.
Christopher Faylor
2010-03-15
1
-0
/
+6
*
Throughout, use FileBothDirectoryInformation info class rather than
Corinna Vinschen
2010-01-29
1
-3
/
+4
*
Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcess
Corinna Vinschen
2009-12-18
1
-0
/
+4
*
Support pseudo-reloc version 2
Charles Wilson
2009-10-07
1
-0
/
+2
*
Throughout avoid having to initialize constant UNICODE_STRINGs.
Corinna Vinschen
2009-07-14
1
-13
/
+13
*
* Makefile.in: Don't do anything special with any RCS directories.
Christopher Faylor
2009-07-12
1
-1
/
+1
*
* ntdll.h (STATUS_LOCK_NOT_GRANTED): Define.
Corinna Vinschen
2009-04-16
1
-0
/
+1
*
* Fix copyright dates.
Corinna Vinschen
2009-01-16
1
-1
/
+2
*
* ntdll.h: Reorder NT status flags. Fix a case difference. Add
Corinna Vinschen
2009-01-07
1
-2
/
+3
*
Remove unneeded whitespace.
Christopher Faylor
2008-11-26
1
-5
/
+5
*
* ntdll.h (NtSetAttributesFile): New inline function.
Corinna Vinschen
2008-10-20
1
-0
/
+11
*
* path.cc (symlink_info::check): Don't pass EaBuffer to NtCreateFile if it has
Christopher Faylor
2008-05-23
1
-0
/
+1
*
* autoload.cc (LoadDLLfuncNt): Re-invent.
Corinna Vinschen
2008-05-15
1
-0
/
+10
*
* autoload.cc (IsWow64Process): Remove.
Corinna Vinschen
2008-04-28
1
-0
/
+1
*
* Makefile.in (DLL_OFILES): Add kernel32.o.
Corinna Vinschen
2008-04-21
1
-8
/
+39
*
* smallprint.cc (__small_vswprintf): Fix uninitialized usage of `w'.
Corinna Vinschen
2008-03-31
1
-1
/
+13
*
* flock.cc (FLOCK_PARENT_DIR_ACCESS): Define.
Corinna Vinschen
2008-03-27
1
-1
/
+6
*
* hookapi.cc (find_first_notloaded_dll): New function.
Christopher Faylor
2008-03-27
1
-0
/
+6
*
* fhandler.cc (fhandler_base::dup): Drop setting flags in the parent.
Corinna Vinschen
2008-03-24
1
-0
/
+30
*
Perform whitespace cleanup throughout.
Christopher Faylor
2008-02-15
1
-7
/
+7
*
* Makefile.in (DLL_OFILES): Add ntea.o.
Corinna Vinschen
2008-02-10
1
-0
/
+3
*
* ntdll.h (struct _FILE_FS_OBJECTID_INFORMATION): Define.
Corinna Vinschen
2008-01-22
1
-0
/
+5
*
* dcrt0.cc: Include string.h.
Corinna Vinschen
2007-12-12
1
-1
/
+5
*
* cygheap.h (struct cwdstuff): Drop hash member. Drop get_hash,
Corinna Vinschen
2007-10-23
1
-0
/
+8
*
* fhandler.cc (is_at_eof): Rewrite using NT functions.
Corinna Vinschen
2007-10-15
1
-0
/
+4
*
* ntdll.h (STATUS_END_OF_FILE): Define.
Corinna Vinschen
2007-10-13
1
-0
/
+1
*
* ntdll.h (struct _FILE_COMPRESSION_INFORMATION): Align with definition
Corinna Vinschen
2007-09-27
1
-3
/
+4
*
* ntdll.h (STATUS_OBJECT_NAME_INVALID): Define.
Corinna Vinschen
2007-09-20
1
-0
/
+1
*
* ntdll.h (STATUS_NO_SUCH_FILE): Define.
Corinna Vinschen
2007-08-23
1
-0
/
+1
*
* ntdll.h (NtNotifyChangeDirectoryFile): Declare.
Corinna Vinschen
2007-08-21
1
-2
/
+8
*
* ntdll.h (RtlAcquirePebLock): Declare.
Corinna Vinschen
2007-08-16
1
-0
/
+2
*
* ntdll.h (RtlCreateUnicodeStringFromAsciiz): Fix declaration.
Corinna Vinschen
2007-08-16
1
-1
/
+2
*
* fhandler_socket.cc (get_inet_addr): Use NT native functions for
Corinna Vinschen
2007-08-15
1
-0
/
+3
*
* devices.in (dev_storage): Use native NT device name for kmsg mailslot.
Corinna Vinschen
2007-08-13
1
-0
/
+8
*
* ntdll.h: Add descriptive comments to special Rtl functions.
Corinna Vinschen
2007-08-12
1
-9
/
+49
*
* syscalls.cc (rename): Close oldpath file handle immediately after
Corinna Vinschen
2007-08-09
1
-0
/
+2
*
* ntdll.h (STATUS_ACCESS_DENIED): Define.
Corinna Vinschen
2007-08-01
1
-0
/
+1
*
* fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Drop
Corinna Vinschen
2007-08-01
1
-0
/
+19
*
* ntdll.h (RtlFreeAnsiString): Declare.
Corinna Vinschen
2007-07-31
1
-0
/
+6
[prev]
[next]