Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-10-24 * wincap.cc (all wincaps): Store in .cygwin_dll_common section same asCorinna Vinschen
2008-10-22 * autoload.cc (GetSystemWindowsDirectoryW): Define.Corinna Vinschen
2008-10-21 * passwd.cc (pwdgrp::read_passwd): Check if we're called withinCorinna Vinschen
2008-10-20 * ntdll.h (NtSetAttributesFile): New inline function.Corinna Vinschen
2008-10-17 * dtable.cc (dtable::get_debugger_info): Call SetStdHandleCorinna Vinschen
2008-10-13 * sec_acl.cc (setacl): Align standard owner and group permissionsCorinna Vinschen
2008-10-09 * fhandler_disk_file.cc (fhandler_base::fstat_helper): CheckCorinna Vinschen
2008-10-09 * fhandler_floppy.cc (fhandler_dev_floppy::raw_read): Keep track ofCorinna Vinschen
2008-10-09 * grp.cc (pwdgrp::read_group): Generate more speaking group nameCorinna Vinschen
2008-10-09Fix ChangeLog entryCorinna Vinschen
2008-10-09 * path.cc (path_conv::is_binary): Always check for GetBinaryType.Corinna Vinschen
2008-10-09 * path.cc (symlink_info::check_shortcut): Don't check for executabilityCorinna Vinschen
2008-10-08 * path.cc (path_conv::path_conv): Only assume executability by suffixCorinna Vinschen
2008-10-08* pthread.cc (pthread_create): Very minor formatting change.Christopher Faylor
2008-10-07* cygtls.h (_cygtls::initialized): Remove bogus stack check which would whenChristopher Faylor
2008-10-05* dcrt0.cc (dll_crt0_0): Don't initialize signals early when dynamicallyChristopher Faylor
2008-09-30* thread.cc (pthread_mutex::_fixup_after_fork): Reinstate DEBUGGINGChristopher Faylor
2008-09-30* thread.cc (pthread_mutex::_fixup_after_fork): Just reset lock to pristineChristopher Faylor
2008-09-29 * flock.cc (inode_t::get_all_locks_list): Fix typo.Corinna Vinschen
2008-09-20* errno.cc (_sys_errlist): Add ECANCELED, ENOTRECOVERABLE, EOWNERDEAD.Eric Blake
2008-09-16* cygtls.h (unionent): Move from net.cc.Christopher Faylor
2008-09-13* Makefile.in: Add -c option which is now removed from COMPILE_C*.Christopher Faylor
2008-09-11* cygwin.din (sys_sigabbrev): Add this here.Christopher Faylor
2008-09-11* localtime.cc (increment_overflow): Mark as non-inline to prevent compilerChristopher Faylor
2008-09-11* net.cc (in6addr_any, in6addr_loopback): Add appropriate number of bracesChristopher Faylor
2008-09-11* fhandler.h (fhandler_pipe::raw_read): Remove __stdcall decoration.Christopher Faylor
2008-09-11* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor
2008-08-28* fhandler_tty.cc (close_maybe): Check for both types of invalid handle beforeChristopher Faylor
2008-08-26* shared_info.h (shared_info::create_root_entry): Remove extraneousChristopher Faylor
2008-08-26 * fhandler.h (class fhandler_pipe): Rename read and writeCorinna Vinschen
2008-08-25add commentsChristopher Faylor
2008-08-22* fhandler.cc (fhandler_base::wait_overlapped): Reorganize again to accommodateChristopher Faylor
2008-08-20 * path.cc (symlink_info::check_shortcut): If file can't be opened,Corinna Vinschen
2008-08-20* fhandler.cc (fhandler_base::wait_overlapped): Always assume that bytes willChristopher Faylor
2008-08-19 * fhandler_disk_file.cc (fhandler_disk_file::mkdir): Drop fattr variableCorinna Vinschen
2008-08-19* fhandler.cc (fhandler_base::wait_overlapped): Don't treat ERROR_BROKEN_PIPEChristopher Faylor
2008-08-15 * mount.cc (mount_info::get_mounts_here): Don't subtract 2 fromCorinna Vinschen
2008-08-15 * mount.cc (mount_info::create_root_entry): Create default cygdriveCorinna Vinschen
2008-08-15 * path.cc (symlink_info::check): Don't use eabuf when trying to openCorinna Vinschen
2008-08-14 * fhandler_disk_file.cc (fhandler_disk_file::link): Fix linkingCorinna Vinschen
2008-08-14 * external.cc (cygwin_internal): Call set_security_attribute withCorinna Vinschen
2008-08-13 * mount.cc (fillout_mntent): Always print noumount option last.Corinna Vinschen
2008-08-13 * mount.cc (fillout_mntent): Print options as taken in fstab and mount.Corinna Vinschen
2008-08-13 * dll_init.cc: Throughout convert to use long pathnames.Corinna Vinschen
2008-08-11 * syscalls.cc (rename): If newpath doesn't exist, check if .exe suffixCorinna Vinschen
2008-08-09 * fhandler_floppy.cc (fhandler_dev_floppy::raw_read): Don't setCorinna Vinschen
2008-08-07 * fhandler.cc (fhandler_base::open): Use Samba workaround generallyCorinna Vinschen
2008-08-05 * config/i386/profile.h (mcount): Mark asms volatile.Brian Dessent
2008-08-05* dll_init.cc (dll_global_dtors): Add an additional test to avoid walking theChristopher Faylor
2008-08-04Changes suggested by Dave Korn.Christopher Faylor