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 (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
*
* fhandler_disk_file.cc (fhandler_disk_file::link): Revert to checking
Corinna Vinschen
2007-07-31
1
-0
/
+2
*
* fhandler_disk_file.cc (fhandler_disk_file::link): Use FILE_ANY_ACCESS.
Corinna Vinschen
2007-07-29
1
-0
/
+3
*
* fhandler_disk_file.cc: Use get_handle throughout.
Corinna Vinschen
2007-07-29
1
-0
/
+1
*
* ntdll.h (RtlEqualUnicodePathPrefix): Rename from RtlEqualPathPrefix.
Corinna Vinschen
2007-07-28
1
-4
/
+4
*
* ntdll.h (RtlInitCountedUnicodeString): Swap order of string and length
Corinna Vinschen
2007-07-28
1
-5
/
+32
*
* autoload.cc (CreateHardLinkA): Remove.
Corinna Vinschen
2007-07-27
1
-10
/
+18
*
* fhandler_disk_file.cc (fhandler_base::fstat_by_name): Use
Corinna Vinschen
2007-07-27
1
-0
/
+14
*
* dir.cc (readdir_worker): Drop dir parameter from call to
Corinna Vinschen
2007-07-26
1
-0
/
+48
*
* fhandler_disk_file.cc (fhandler_base::fstat_by_name): Use
Corinna Vinschen
2007-07-19
1
-0
/
+12
*
* cygheap.h (init_cygheap::luid): Remove.
Corinna Vinschen
2007-07-19
1
-0
/
+3
*
* ntdll.h (struct _OBJECT_NAME_INFORMATION): Define.
Corinna Vinschen
2007-03-02
1
-0
/
+8
*
* fhandler.cc(fhandler_base::open): Open with READ_CONTROL only in
Corinna Vinschen
2007-02-27
1
-0
/
+17
*
* autoload.cc (RtlAnsiStringToUnicodeString): Define.
Corinna Vinschen
2007-01-16
1
-1
/
+46
*
* ntdll.h: Adjust status definitions.
Corinna Vinschen
2007-01-15
1
-2
/
+2
*
* cygheap.cc (cygheap_init): Add TODO comment.
Corinna Vinschen
2007-01-15
1
-1
/
+1
*
* ntdll.h (STATUS_SHARING_VIOLATION): Define.
Corinna Vinschen
2007-01-15
1
-0
/
+1
*
* autoload.cc (SHFileOperationA): Drop definition.
Corinna Vinschen
2006-12-10
1
-0
/
+7
[next]