summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* * pthread.cc (pthread_create): Very minor formatting change.Christopher Faylor2008-10-073-2/+18
* * cygtls.h (_cygtls::initialized): Remove bogus stack check which would whenChristopher Faylor2008-10-072-2/+7
* * dcrt0.cc (dll_crt0_0): Don't initialize signals early when dynamicallyChristopher Faylor2008-10-052-1/+11
* * thread.cc (pthread_mutex::_fixup_after_fork): Reinstate DEBUGGINGChristopher Faylor2008-09-302-1/+9
* * thread.cc (pthread_mutex::_fixup_after_fork): Just reset lock to pristineChristopher Faylor2008-09-302-22/+12
* * flock.cc (inode_t::get_all_locks_list): Fix typo.Corinna Vinschen2008-09-293-1/+7
* * errno.cc (_sys_errlist): Add ECANCELED, ENOTRECOVERABLE, EOWNERDEAD.Eric Blake2008-09-192-21/+29
* * cygtls.h (unionent): Move from net.cc.Christopher Faylor2008-09-164-94/+130
* * Makefile.in: Add -c option which is now removed from COMPILE_C*.Christopher Faylor2008-09-126-3/+25
* * cygwin.din (sys_sigabbrev): Add this here.Christopher Faylor2008-09-117-11/+28
* * localtime.cc (increment_overflow): Mark as non-inline to prevent compilerChristopher Faylor2008-09-118-14/+28
* * net.cc (in6addr_any, in6addr_loopback): Add appropriate number of bracesChristopher Faylor2008-09-113-9/+20
* * fhandler.h (fhandler_pipe::raw_read): Remove __stdcall decoration.Christopher Faylor2008-09-113-2/+7
* * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor2008-09-1129-302/+359
* * fhandler_tty.cc (close_maybe): Check for both types of invalid handle beforeChristopher Faylor2008-08-272-7/+14
* * shared_info.h (shared_info::create_root_entry): Remove extraneousChristopher Faylor2008-08-262-1/+6
* * fhandler.h (class fhandler_pipe): Rename read and writeCorinna Vinschen2008-08-263-4/+11
* add commentsChristopher Faylor2008-08-251-0/+4
* * fhandler.cc (fhandler_base::wait_overlapped): Reorganize again to accommodateChristopher Faylor2008-08-222-2/+10
* * path.cc (symlink_info::check_shortcut): If file can't be opened,Corinna Vinschen2008-08-202-5/+8
* * fhandler.cc (fhandler_base::wait_overlapped): Always assume that bytes willChristopher Faylor2008-08-205-15/+27
* * fhandler_disk_file.cc (fhandler_disk_file::mkdir): Drop fattr variableCorinna Vinschen2008-08-194-6/+16
* * fhandler.cc (fhandler_base::wait_overlapped): Don't treat ERROR_BROKEN_PIPEChristopher Faylor2008-08-192-2/+8
* * mount.cc (mount_info::get_mounts_here): Don't subtract 2 fromCorinna Vinschen2008-08-152-1/+7
* * mount.cc (mount_info::create_root_entry): Create default cygdriveCorinna Vinschen2008-08-152-1/+6
* * path.cc (symlink_info::check): Don't use eabuf when trying to openCorinna Vinschen2008-08-152-8/+12
* * fhandler_disk_file.cc (fhandler_disk_file::link): Fix linkingCorinna Vinschen2008-08-142-9/+10
* * external.cc (cygwin_internal): Call set_security_attribute withCorinna Vinschen2008-08-148-25/+69
* * mount.cc (fillout_mntent): Always print noumount option last.Corinna Vinschen2008-08-132-3/+7
* * mount.cc (fillout_mntent): Print options as taken in fstab and mount.Corinna Vinschen2008-08-132-4/+6
* * dll_init.cc: Throughout convert to use long pathnames.Corinna Vinschen2008-08-133-15/+22
* * syscalls.cc (rename): If newpath doesn't exist, check if .exe suffixCorinna Vinschen2008-08-112-2/+8
* * fhandler_floppy.cc (fhandler_dev_floppy::raw_read): Don't setCorinna Vinschen2008-08-092-4/+7
* * fhandler.cc (fhandler_base::open): Use Samba workaround generallyCorinna Vinschen2008-08-072-17/+27
* * config/i386/profile.h (mcount): Mark asms volatile.Brian Dessent2008-08-052-2/+6
* * dll_init.cc (dll_global_dtors): Add an additional test to avoid walking theChristopher Faylor2008-08-052-3/+9
* Changes suggested by Dave Korn.Christopher Faylor2008-08-044-2/+11
* * dcrt0.cc (dll_crt0_1): Add a symbol denoting return from call to main().Christopher Faylor2008-08-013-3/+18
* * path.cc (symlink_info::check): Handle (and explain) a special caseCorinna Vinschen2008-07-312-0/+17
* * spawn.cc (spawn_guts): Check constructed short pathname for beingCorinna Vinschen2008-07-312-1/+9
* * fhandler_disk_file.cc (fhandler_base::fstat_by_name): Check forCorinna Vinschen2008-07-304-25/+58
* * sec_auth.cc (extract_nt_dom_user): Return domain and user name asCorinna Vinschen2008-07-304-15/+35
* * cygwin.din (_getutline): Remove.Christopher Faylor2008-07-306-16/+36
* (missing changelog entry)Christopher Faylor2008-07-301-1/+6
* * include/cygwin/version.h: Add comment indicating that current API number bumpChristopher Faylor2008-07-291-1/+2
* * Makefile.in (DLL_OFILES): Remove v8 regexp files.Corinna Vinschen2008-07-2913-1622/+26
* * dcrt0.cc (dll_crt0_0): Remove calling malloc_init andChristopher Faylor2008-07-275-47/+46
* * mount.cc (mount_info::init): Add location where we're looking for fstab toChristopher Faylor2008-07-274-17/+16
* * shared_info.h (shared_destroy): Declare.Christopher Faylor2008-07-274-1/+22
* * fhandler_socket.cc (fhandler_socket::send_internal): Send never moreCorinna Vinschen2008-07-272-33/+55