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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* path.cc (normalize_win32_path): Don't add a trailing '\' if the cwd returns a
Christopher Faylor
2008-11-11
2
-1
/
+7
*
* pthread.cc (pthread_mutex::_unlock): Avoid unlocking a mutex if the
Christopher Faylor
2008-11-07
3
-11
/
+28
*
* environ.cc (environ_init): Avoid evaluating $CYGWIN twice.
Corinna Vinschen
2008-11-05
2
-2
/
+4
*
* wincap.cc (all wincaps): Store in .cygwin_dll_common section same as
Corinna Vinschen
2008-10-23
2
-10
/
+21
*
* autoload.cc (GetSystemWindowsDirectoryW): Define.
Corinna Vinschen
2008-10-22
3
-0
/
+43
*
* passwd.cc (pwdgrp::read_passwd): Check if we're called within
Corinna Vinschen
2008-10-21
2
-8
/
+17
*
* ntdll.h (NtSetAttributesFile): New inline function.
Corinna Vinschen
2008-10-20
5
-45
/
+38
*
* dtable.cc (dtable::get_debugger_info): Call SetStdHandle
Corinna Vinschen
2008-10-17
2
-1
/
+17
*
* sec_acl.cc (setacl): Align standard owner and group permissions
Corinna Vinschen
2008-10-13
3
-10
/
+19
*
* fhandler_disk_file.cc (fhandler_base::fstat_helper): Check
Corinna Vinschen
2008-10-09
3
-11
/
+19
*
* fhandler_floppy.cc (fhandler_dev_floppy::raw_read): Keep track of
Corinna Vinschen
2008-10-09
2
-12
/
+23
*
* grp.cc (pwdgrp::read_group): Generate more speaking group name
Corinna Vinschen
2008-10-09
2
-1
/
+7
*
Fix ChangeLog entry
Corinna Vinschen
2008-10-09
1
-1
/
+1
*
* path.cc (path_conv::is_binary): Always check for GetBinaryType.
Corinna Vinschen
2008-10-09
3
-6
/
+10
*
* path.cc (symlink_info::check_shortcut): Don't check for executability
Corinna Vinschen
2008-10-09
2
-18
/
+9
*
* path.cc (path_conv::path_conv): Only assume executability by suffix
Corinna Vinschen
2008-10-08
2
-1
/
+7
*
* pthread.cc (pthread_create): Very minor formatting change.
Christopher Faylor
2008-10-07
3
-2
/
+18
*
* cygtls.h (_cygtls::initialized): Remove bogus stack check which would when
Christopher Faylor
2008-10-07
2
-2
/
+7
*
* dcrt0.cc (dll_crt0_0): Don't initialize signals early when dynamically
Christopher Faylor
2008-10-05
2
-1
/
+11
*
* thread.cc (pthread_mutex::_fixup_after_fork): Reinstate DEBUGGING
Christopher Faylor
2008-09-30
2
-1
/
+9
*
* thread.cc (pthread_mutex::_fixup_after_fork): Just reset lock to pristine
Christopher Faylor
2008-09-30
2
-22
/
+12
*
* flock.cc (inode_t::get_all_locks_list): Fix typo.
Corinna Vinschen
2008-09-29
3
-1
/
+7
*
* errno.cc (_sys_errlist): Add ECANCELED, ENOTRECOVERABLE, EOWNERDEAD.
Eric Blake
2008-09-19
2
-21
/
+29
*
* cygtls.h (unionent): Move from net.cc.
Christopher Faylor
2008-09-16
4
-94
/
+130
*
* Makefile.in: Add -c option which is now removed from COMPILE_C*.
Christopher Faylor
2008-09-12
6
-3
/
+25
*
* cygwin.din (sys_sigabbrev): Add this here.
Christopher Faylor
2008-09-11
7
-11
/
+28
*
* localtime.cc (increment_overflow): Mark as non-inline to prevent compiler
Christopher Faylor
2008-09-11
8
-14
/
+28
*
* net.cc (in6addr_any, in6addr_loopback): Add appropriate number of braces
Christopher Faylor
2008-09-11
3
-9
/
+20
*
* fhandler.h (fhandler_pipe::raw_read): Remove __stdcall decoration.
Christopher Faylor
2008-09-11
3
-2
/
+7
*
* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.
Christopher Faylor
2008-09-11
29
-302
/
+359
*
* fhandler_tty.cc (close_maybe): Check for both types of invalid handle before
Christopher Faylor
2008-08-27
2
-7
/
+14
*
* shared_info.h (shared_info::create_root_entry): Remove extraneous
Christopher Faylor
2008-08-26
2
-1
/
+6
*
* fhandler.h (class fhandler_pipe): Rename read and write
Corinna Vinschen
2008-08-26
3
-4
/
+11
*
add comments
Christopher Faylor
2008-08-25
1
-0
/
+4
*
* fhandler.cc (fhandler_base::wait_overlapped): Reorganize again to accommodate
Christopher Faylor
2008-08-22
2
-2
/
+10
*
* path.cc (symlink_info::check_shortcut): If file can't be opened,
Corinna Vinschen
2008-08-20
2
-5
/
+8
*
* fhandler.cc (fhandler_base::wait_overlapped): Always assume that bytes will
Christopher Faylor
2008-08-20
5
-15
/
+27
*
* fhandler_disk_file.cc (fhandler_disk_file::mkdir): Drop fattr variable
Corinna Vinschen
2008-08-19
4
-6
/
+16
*
* fhandler.cc (fhandler_base::wait_overlapped): Don't treat ERROR_BROKEN_PIPE
Christopher Faylor
2008-08-19
2
-2
/
+8
*
* mount.cc (mount_info::get_mounts_here): Don't subtract 2 from
Corinna Vinschen
2008-08-15
2
-1
/
+7
*
* mount.cc (mount_info::create_root_entry): Create default cygdrive
Corinna Vinschen
2008-08-15
2
-1
/
+6
*
* path.cc (symlink_info::check): Don't use eabuf when trying to open
Corinna Vinschen
2008-08-15
2
-8
/
+12
*
* fhandler_disk_file.cc (fhandler_disk_file::link): Fix linking
Corinna Vinschen
2008-08-14
2
-9
/
+10
*
* external.cc (cygwin_internal): Call set_security_attribute with
Corinna Vinschen
2008-08-14
8
-25
/
+69
*
* mount.cc (fillout_mntent): Always print noumount option last.
Corinna Vinschen
2008-08-13
2
-3
/
+7
*
* mount.cc (fillout_mntent): Print options as taken in fstab and mount.
Corinna Vinschen
2008-08-13
2
-4
/
+6
*
* dll_init.cc: Throughout convert to use long pathnames.
Corinna Vinschen
2008-08-13
3
-15
/
+22
*
* syscalls.cc (rename): If newpath doesn't exist, check if .exe suffix
Corinna Vinschen
2008-08-11
2
-2
/
+8
*
* fhandler_floppy.cc (fhandler_dev_floppy::raw_read): Don't set
Corinna Vinschen
2008-08-09
2
-4
/
+7
*
* fhandler.cc (fhandler_base::open): Use Samba workaround generally
Corinna Vinschen
2008-08-07
2
-17
/
+27
[prev]
[next]