summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * dll_init.cc: Throughout convert to use long pathnames.Corinna Vinschen2008-08-131-0/+6
* * syscalls.cc (rename): If newpath doesn't exist, check if .exe suffixCorinna Vinschen2008-08-111-0/+5
* * fhandler_floppy.cc (fhandler_dev_floppy::raw_read): Don't setCorinna Vinschen2008-08-091-0/+6
* * fhandler.cc (fhandler_base::open): Use Samba workaround generallyCorinna Vinschen2008-08-071-0/+6
* * config/i386/profile.h (mcount): Mark asms volatile.Brian Dessent2008-08-051-0/+4
* * dll_init.cc (dll_global_dtors): Add an additional test to avoid walking theChristopher Faylor2008-08-051-0/+7
* Changes suggested by Dave Korn.Christopher Faylor2008-08-041-0/+9
* * dcrt0.cc (dll_crt0_1): Add a symbol denoting return from call to main().Christopher Faylor2008-08-011-0/+8
* * path.cc (symlink_info::check): Handle (and explain) a special caseCorinna Vinschen2008-07-311-0/+5
* * spawn.cc (spawn_guts): Check constructed short pathname for beingCorinna Vinschen2008-07-311-0/+5
* * fhandler_disk_file.cc (fhandler_base::fstat_by_name): Check forCorinna Vinschen2008-07-301-0/+16
* * sec_auth.cc (extract_nt_dom_user): Return domain and user name asCorinna Vinschen2008-07-301-0/+9
* * cygwin.din (_getutline): Remove.Christopher Faylor2008-07-301-0/+15
* (missing changelog entry)Christopher Faylor2008-07-301-1/+6
* * Makefile.in (DLL_OFILES): Remove v8 regexp files.Corinna Vinschen2008-07-291-0/+12
* * dcrt0.cc (dll_crt0_0): Remove calling malloc_init andChristopher Faylor2008-07-271-0/+14
* * mount.cc (mount_info::init): Add location where we're looking for fstab toChristopher Faylor2008-07-271-0/+9
* * shared_info.h (shared_destroy): Declare.Christopher Faylor2008-07-271-0/+8
* * fhandler_socket.cc (fhandler_socket::send_internal): Send never moreCorinna Vinschen2008-07-271-0/+8
* * fhandler_tty.cc (fhandler_pty_master::setup): Reorganize so that allChristopher Faylor2008-07-261-0/+5
* * dcrt0.cc (dll_crt0_1): Call malloc_init and user_shared_initialize_1Corinna Vinschen2008-07-261-0/+5