aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2008-12-02 * fhandler_registry.cc (must_encode): Fix condition changed for testing.Corinna Vinschen2-1/+5
2008-12-02 * fhandler_registry.cc (must_encode): New function.Corinna Vinschen2-10/+102
2008-11-29* exceptions.c (sigpacket::process): Set tls on return since it is assumed toChristopher Faylor2-0/+6
2008-11-29* include/cygwin/version.h: Bump api minor number to 189 to flag theChristopher Faylor2-1/+7
2008-11-28* exceptions.cc (sigpacket::process): Rework previous change. tls could stillChristopher Faylor2-14/+21
2008-11-28 * dir.cc (readdir_worker): Initialize dirent.d_type and __d_unused1.Corinna Vinschen4-4/+35
2008-11-28* exceptions.cc (sigpacket::process): Make sure that 'tls' is never NULL whenChristopher Faylor2-8/+12
2008-11-26clarify entryChristopher Faylor1-1/+1
2008-11-26Remove unneeded whitespace.Christopher Faylor21-196/+242
2008-11-26 * Makefile.in (DLL_OFILES): Add setlsapwd.o.Corinna Vinschen14-32/+323
2008-11-21 * fhandler_floppy.cc (fhandler_dev_floppy::raw_read): DropCorinna Vinschen2-2/+10
2008-11-21 * mmap.cc (MapView): Add NT status to debug output.Corinna Vinschen2-2/+7
2008-11-12 * autoload.cc (GetSystemDEPPolicy): Define.Corinna Vinschen6-3/+84
2008-11-11 * mount.cc (mount_info::cygdrive_win32_path): Always upper caseCorinna Vinschen3-3/+19
2008-11-11 * environ.cc (create_upcaseenv): New static variable.Corinna Vinschen2-2/+77
2008-11-11* path.cc (normalize_win32_path): Don't add a trailing '\' if the cwd returns aChristopher Faylor2-1/+7
2008-11-07* pthread.cc (pthread_mutex::_unlock): Avoid unlocking a mutex if theChristopher Faylor3-11/+28
2008-11-05 * environ.cc (environ_init): Avoid evaluating $CYGWIN twice.Corinna Vinschen2-2/+4
2008-10-23 * wincap.cc (all wincaps): Store in .cygwin_dll_common section same asCorinna Vinschen2-10/+21
2008-10-22 * autoload.cc (GetSystemWindowsDirectoryW): Define.Corinna Vinschen3-0/+43
2008-10-21 * passwd.cc (pwdgrp::read_passwd): Check if we're called withinCorinna Vinschen2-8/+17
2008-10-20 * ntdll.h (NtSetAttributesFile): New inline function.Corinna Vinschen5-45/+38
2008-10-17 * dtable.cc (dtable::get_debugger_info): Call SetStdHandleCorinna Vinschen2-1/+17
2008-10-13 * sec_acl.cc (setacl): Align standard owner and group permissionsCorinna Vinschen3-10/+19
2008-10-09 * fhandler_disk_file.cc (fhandler_base::fstat_helper): CheckCorinna Vinschen3-11/+19
2008-10-09 * fhandler_floppy.cc (fhandler_dev_floppy::raw_read): Keep track ofCorinna Vinschen2-12/+23
2008-10-09 * grp.cc (pwdgrp::read_group): Generate more speaking group nameCorinna Vinschen2-1/+7
2008-10-09Fix ChangeLog entryCorinna Vinschen1-1/+1
2008-10-09 * path.cc (path_conv::is_binary): Always check for GetBinaryType.Corinna Vinschen3-6/+10
2008-10-09 * path.cc (symlink_info::check_shortcut): Don't check for executabilityCorinna Vinschen2-18/+9
2008-10-08 * path.cc (path_conv::path_conv): Only assume executability by suffixCorinna Vinschen2-1/+7
2008-10-07* pthread.cc (pthread_create): Very minor formatting change.Christopher Faylor3-2/+18
2008-10-07* cygtls.h (_cygtls::initialized): Remove bogus stack check which would whenChristopher Faylor2-2/+7
2008-10-05* dcrt0.cc (dll_crt0_0): Don't initialize signals early when dynamicallyChristopher Faylor2-1/+11
2008-09-30* thread.cc (pthread_mutex::_fixup_after_fork): Reinstate DEBUGGINGChristopher Faylor2-1/+9
2008-09-30* thread.cc (pthread_mutex::_fixup_after_fork): Just reset lock to pristineChristopher Faylor2-22/+12
2008-09-29 * flock.cc (inode_t::get_all_locks_list): Fix typo.Corinna Vinschen3-1/+7
2008-09-19* errno.cc (_sys_errlist): Add ECANCELED, ENOTRECOVERABLE, EOWNERDEAD.Eric Blake2-21/+29
2008-09-16* cygtls.h (unionent): Move from net.cc.Christopher Faylor4-94/+130
2008-09-12* Makefile.in: Add -c option which is now removed from COMPILE_C*.Christopher Faylor6-3/+25
2008-09-11* cygwin.din (sys_sigabbrev): Add this here.Christopher Faylor7-11/+28
2008-09-11* localtime.cc (increment_overflow): Mark as non-inline to prevent compilerChristopher Faylor8-14/+28
2008-09-11* net.cc (in6addr_any, in6addr_loopback): Add appropriate number of bracesChristopher Faylor3-9/+20
2008-09-11* fhandler.h (fhandler_pipe::raw_read): Remove __stdcall decoration.Christopher Faylor3-2/+7
2008-09-11* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor29-302/+359
2008-08-27* fhandler_tty.cc (close_maybe): Check for both types of invalid handle beforeChristopher Faylor2-7/+14
2008-08-26* shared_info.h (shared_info::create_root_entry): Remove extraneousChristopher Faylor2-1/+6
2008-08-26 * fhandler.h (class fhandler_pipe): Rename read and writeCorinna Vinschen3-4/+11
2008-08-25add commentsChristopher Faylor1-0/+4
2008-08-22* fhandler.cc (fhandler_base::wait_overlapped): Reorganize again to accommodateChristopher Faylor2-2/+10