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