summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * fhandler_floppy.cc (fhandler_dev_floppy::raw_read): DropCorinna Vinschen2008-11-211-0/+7
* * mmap.cc (MapView): Add NT status to debug output.Corinna Vinschen2008-11-211-0/+4
* * autoload.cc (GetSystemDEPPolicy): Define.Corinna Vinschen2008-11-121-0/+14
* * mount.cc (mount_info::cygdrive_win32_path): Always upper caseCorinna Vinschen2008-11-111-0/+8
* * environ.cc (create_upcaseenv): New static variable.Corinna Vinschen2008-11-111-0/+13
* * path.cc (normalize_win32_path): Don't add a trailing '\' if the cwd returns aChristopher Faylor2008-11-111-0/+5
* * pthread.cc (pthread_mutex::_unlock): Avoid unlocking a mutex if theChristopher Faylor2008-11-071-0/+14
* * environ.cc (environ_init): Avoid evaluating $CYGWIN twice.Corinna Vinschen2008-11-051-0/+4
* * wincap.cc (all wincaps): Store in .cygwin_dll_common section same asCorinna Vinschen2008-10-231-0/+5
* * autoload.cc (GetSystemWindowsDirectoryW): Define.Corinna Vinschen2008-10-221-0/+7
* * passwd.cc (pwdgrp::read_passwd): Check if we're called withinCorinna Vinschen2008-10-211-0/+6
* * ntdll.h (NtSetAttributesFile): New inline function.Corinna Vinschen2008-10-201-0/+10
* * dtable.cc (dtable::get_debugger_info): Call SetStdHandleCorinna Vinschen2008-10-171-0/+7
* * sec_acl.cc (setacl): Align standard owner and group permissionsCorinna Vinschen2008-10-131-0/+8
* * fhandler_disk_file.cc (fhandler_base::fstat_helper): CheckCorinna Vinschen2008-10-091-0/+7
* * fhandler_floppy.cc (fhandler_dev_floppy::raw_read): Keep track ofCorinna Vinschen2008-10-091-0/+5
* * grp.cc (pwdgrp::read_group): Generate more speaking group nameCorinna Vinschen2008-10-091-0/+5
* Fix ChangeLog entryCorinna Vinschen2008-10-091-1/+1
* * path.cc (path_conv::is_binary): Always check for GetBinaryType.Corinna Vinschen2008-10-091-0/+6
* * path.cc (symlink_info::check_shortcut): Don't check for executabilityCorinna Vinschen2008-10-091-0/+6
* * path.cc (path_conv::path_conv): Only assume executability by suffixCorinna Vinschen2008-10-081-0/+5
* * pthread.cc (pthread_create): Very minor formatting change.Christopher Faylor2008-10-071-0/+6
* * cygtls.h (_cygtls::initialized): Remove bogus stack check which would whenChristopher Faylor2008-10-071-0/+6
* * dcrt0.cc (dll_crt0_0): Don't initialize signals early when dynamicallyChristopher Faylor2008-10-051-0/+7
* * thread.cc (pthread_mutex::_fixup_after_fork): Reinstate DEBUGGINGChristopher Faylor2008-09-301-0/+5
* * thread.cc (pthread_mutex::_fixup_after_fork): Just reset lock to pristineChristopher Faylor2008-09-301-0/+6
* * flock.cc (inode_t::get_all_locks_list): Fix typo.Corinna Vinschen2008-09-291-0/+5
* * errno.cc (_sys_errlist): Add ECANCELED, ENOTRECOVERABLE, EOWNERDEAD.Eric Blake2008-09-191-0/+5
* * cygtls.h (unionent): Move from net.cc.Christopher Faylor2008-09-161-3/+23
* * Makefile.in: Add -c option which is now removed from COMPILE_C*.Christopher Faylor2008-09-121-0/+8
* * cygwin.din (sys_sigabbrev): Add this here.Christopher Faylor2008-09-111-0/+11
* * localtime.cc (increment_overflow): Mark as non-inline to prevent compilerChristopher Faylor2008-09-111-0/+11
* * net.cc (in6addr_any, in6addr_loopback): Add appropriate number of bracesChristopher Faylor2008-09-111-0/+11
* * fhandler.h (fhandler_pipe::raw_read): Remove __stdcall decoration.Christopher Faylor2008-09-111-0/+5
* * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor2008-09-111-0/+47
* * fhandler_tty.cc (close_maybe): Check for both types of invalid handle beforeChristopher Faylor2008-08-271-0/+7
* * shared_info.h (shared_info::create_root_entry): Remove extraneousChristopher Faylor2008-08-261-0/+5
* * fhandler.h (class fhandler_pipe): Rename read and writeCorinna Vinschen2008-08-261-0/+7
* * fhandler.cc (fhandler_base::wait_overlapped): Reorganize again to accommodateChristopher Faylor2008-08-221-0/+6
* * path.cc (symlink_info::check_shortcut): If file can't be opened,Corinna Vinschen2008-08-201-0/+6
* * fhandler.cc (fhandler_base::wait_overlapped): Always assume that bytes willChristopher Faylor2008-08-201-0/+12
* * fhandler_disk_file.cc (fhandler_disk_file::mkdir): Drop fattr variableCorinna Vinschen2008-08-191-0/+10
* * fhandler.cc (fhandler_base::wait_overlapped): Don't treat ERROR_BROKEN_PIPEChristopher Faylor2008-08-191-0/+6
* * mount.cc (mount_info::get_mounts_here): Don't subtract 2 fromCorinna Vinschen2008-08-151-0/+5
* * mount.cc (mount_info::create_root_entry): Create default cygdriveCorinna Vinschen2008-08-151-0/+5
* * path.cc (symlink_info::check): Don't use eabuf when trying to openCorinna Vinschen2008-08-151-0/+6
* * fhandler_disk_file.cc (fhandler_disk_file::link): Fix linkingCorinna Vinschen2008-08-141-0/+5
* * external.cc (cygwin_internal): Call set_security_attribute withCorinna Vinschen2008-08-141-0/+24
* * mount.cc (fillout_mntent): Always print noumount option last.Corinna Vinschen2008-08-131-0/+4
* * mount.cc (fillout_mntent): Print options as taken in fstab and mount.Corinna Vinschen2008-08-131-0/+4