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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* fhandler.cc (fhandler_base::open): Remove HIDDEN_DOT_FILES code.
Corinna Vinschen
2007-08-12
4
-17
/
+6
*
* syscalls.cc (getw): Remove redundant implementation.
Corinna Vinschen
2007-08-12
2
-56
/
+8
*
* ntdll.h: Add descriptive comments to special Rtl functions.
Corinna Vinschen
2007-08-12
4
-74
/
+294
*
* path.cc (fillout_mntent): Fix calculation of unicode buffer size.
Corinna Vinschen
2007-08-10
2
-1
/
+6
*
* syscalls.cc (rename): Check oldpath and newpath for trailing dir
Corinna Vinschen
2007-08-10
2
-31
/
+127
*
* gendef (sigbe): Reset "incyg" while the stack lock is active to avoid a
Christopher Faylor
2007-08-09
2
-1
/
+6
*
* syscalls.cc (rename): Close oldpath file handle immediately after
Corinna Vinschen
2007-08-09
3
-4
/
+14
*
2007-03-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
Chris Sutcliffe
2007-08-03
2
-1
/
+2
*
2007-03-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
Chris Sutcliffe
2007-08-03
2
-2
/
+6
*
2007-08-03 Chris Sutcliffe <ir0nh34d@users.sf.net>
Chris Sutcliffe
2007-08-03
3
-3
/
+8
*
* Makefile.in (cygcheck.exe): Add bloda.o as prerequisite, adjusting
Dave Korn
2007-08-03
4
-5
/
+438
*
* fhandler_disk_file.cc (readdir_get_ino): Accommodate native symlinks.
Corinna Vinschen
2007-08-02
3
-3
/
+15
*
* smallprint.c: Remove.
Corinna Vinschen
2007-08-02
2
-250
/
+4
*
* lib/Makefile: Add missed file to accommodate below changes.
Christopher Faylor
2007-08-02
1
-0
/
+4
*
Add missing checkin.
Christopher Faylor
2007-08-02
1
-4
/
+4
*
* lib/cygwin_attach_dll.c: Fix compiler warning.
Christopher Faylor
2007-08-02
3
-0
/
+9
*
* Makefile.in: Add -lntdll to link line.
Christopher Faylor
2007-08-02
2
-3
/
+8
*
* dcrt0.cc (codepage_type): Remove definition.
Christopher Faylor
2007-08-02
4
-32
/
+50
*
* smallprint.c: New file.
Corinna Vinschen
2007-08-02
3
-2
/
+258
*
* syscalls.cc (rename): Move and add text to comment about testing
Corinna Vinschen
2007-08-02
2
-16
/
+31
*
* path.h (struct fs_info): Drop root_len and name_hash members.
Corinna Vinschen
2007-08-02
3
-17
/
+10
*
* fhandler_disk_file.cc (path_conv::ndisk_links): Fix typo in call to
Corinna Vinschen
2007-08-02
2
-1
/
+6
*
* include/winbase.h (ReOpenFile): Add prototype.
Corinna Vinschen
2007-08-02
3
-0
/
+9
*
* syscalls.cc (rename): Check if oldpath and newpath refer to the
Corinna Vinschen
2007-08-01
2
-1
/
+41
*
* ntdll.h (STATUS_ACCESS_DENIED): Define.
Corinna Vinschen
2007-08-01
3
-25
/
+80
*
* localtime.cc (tzsetwall): Don't set TZ.
Corinna Vinschen
2007-08-01
2
-0
/
+8
*
* fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Drop
Corinna Vinschen
2007-08-01
5
-99
/
+135
*
* fhandler.cc (check_posix_perms): Remove.
Corinna Vinschen
2007-08-01
2
-26
/
+7
*
* syscalls.cc (rename): Use unchanged path_conv in condition.
Corinna Vinschen
2007-08-01
2
-2
/
+6
*
* smallprint.cc (__small_vsprintf): Add format specifier 'W' for
Corinna Vinschen
2007-08-01
2
-13
/
+26
*
* ntdll.h (RtlFreeAnsiString): Declare.
Corinna Vinschen
2007-07-31
3
-12
/
+63
*
2007-07-31 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
Chris Sutcliffe
2007-07-31
2
-1
/
+7
*
* fhandler_disk_file.cc (fhandler_disk_file::link): Revert to checking
Corinna Vinschen
2007-07-31
6
-152
/
+190
*
* fhandler_disk_file.cc (fhandler_disk_file::facl): If file can't be
Corinna Vinschen
2007-07-30
4
-2
/
+26
*
* syscalls.cc (stat_worker): Don't call build_fh_pc with invalid pc.
Corinna Vinschen
2007-07-30
2
-10
/
+15
*
2007-7-30 Martijn Wargers <martijnw22@users.sourceforge.net>
Danny Smith
2007-07-30
3
-0
/
+9
*
* fhandler.cc (fhandler_base::wait_overlapped): Handle read EOF better and
Christopher Faylor
2007-07-29
2
-6
/
+26
*
* fhandler_disk_file.cc (fhandler_disk_file::fchmod): Don't allow
Corinna Vinschen
2007-07-29
3
-19
/
+38
*
* fhandler_disk_file.cc (fhandler_disk_file::link): Use FILE_ANY_ACCESS.
Corinna Vinschen
2007-07-29
4
-133
/
+134
*
* fhandler_disk_file.cc: Use get_handle throughout.
Corinna Vinschen
2007-07-29
3
-43
/
+83
*
* cygtls.h (_cygtls::inside_kernel): Move function declaration into _cygtls
Christopher Faylor
2007-07-29
6
-23
/
+61
*
* ntdll.h (RtlEqualUnicodePathPrefix): Rename from RtlEqualPathPrefix.
Corinna Vinschen
2007-07-28
3
-10
/
+17
*
* ntdll.h (RtlInitCountedUnicodeString): Swap order of string and length
Corinna Vinschen
2007-07-28
3
-22
/
+61
*
* autoload.cc (CreateHardLinkA): Remove.
Corinna Vinschen
2007-07-27
4
-118
/
+68
*
* fhandler_disk_file.cc (fhandler_disk_file::ftruncate): Use
Corinna Vinschen
2007-07-27
2
-12
/
+20
*
* fhandler_disk_file.cc (fhandler_base::fstat_by_name): Use
Corinna Vinschen
2007-07-27
3
-36
/
+55
*
* fhandler_disk_file.cc (is_volume_mountpoint): New static inline
Corinna Vinschen
2007-07-27
2
-40
/
+40
*
* fhandler.h (enum query_state): Drop redundant query_stat_control.
Corinna Vinschen
2007-07-27
4
-20
/
+18
*
* dir.cc (readdir_worker): Drop dir parameter from call to
Corinna Vinschen
2007-07-26
12
-270
/
+573
*
* autoload.cc (CreateToolhelp32Snapshot): Remove.
Corinna Vinschen
2007-07-25
2
-1
/
+4
[next]