summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * sigproc.cc (remove_proc): Don't terminate the currently executing thread.Christopher Faylor2011-11-299-136/+219
* [libgloss]DJ Delorie2011-11-2949-2/+12716
* fix older descriptionChristopher Faylor2011-11-291-2/+28
* * locale.cc (print_locale_with_codeset): Fetch Windows path as UNICODECorinna Vinschen2011-11-282-3/+8
* * external.cc (fillout_pinfo): Store program name as POSIX path inCorinna Vinschen2011-11-282-1/+6
* * ps.cc: Remove all Win 9x considerations. Use psapi functionsCorinna Vinschen2011-11-283-120/+25
* * pinfo.cc (pinfo::exit): Call TerminateProcess to avoid potentialCorinna Vinschen2011-11-282-0/+8
* * init.cc (dll_entry): Revert previous change since it caused inexplicable forkChristopher Faylor2011-11-272-2/+6
* Clean up DIRENT errno handling; make it more POSIX conformant.Keith Marshall2011-11-262-95/+108
* * init.cc (remove): Don't bother calling through thread removal cleanup if weChristopher Faylor2011-11-262-0/+6
* * exceptions.cc (stackdump): Make global.Christopher Faylor2011-11-263-47/+63
* * exceptions.cc (sigpacket::process): Move signal_exit processing into...Christopher Faylor2011-11-266-25/+32
* * strace.cc (attach_process): Use NT_SUCCESS to figure out ifChristopher Faylor2011-11-242-3/+16
* missed this in previous checkinChristopher Faylor2011-11-242-3/+6
* * cygthread.h (cygthread::name): Default name to "main" if we are early in theChristopher Faylor2011-11-249-53/+75
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset for previous changes.Christopher Faylor2011-11-247-12/+32
* * pipe.cc (fhandler_pipe::create): Avoid derefencing a NULL pointer.Christopher Faylor2011-11-235-16/+25
* * fhandler.h (fhandler_pipe::create): Rename from the misnamedChristopher Faylor2011-11-238-20/+43
* * sigproc.cc (remove_proc): Don't do busy loop when exiting since it doesn'tChristopher Faylor2011-11-212-1/+6
* * sigproc.cc (remove_proc): Don't do busy loop when execing since thread couldChristopher Faylor2011-11-213-2/+13
* * faq-using.xml (faq.using.weirdchars): Rewrite.Corinna Vinschen2011-11-212-12/+15
* * shared.cc (get_shared_parent_dir): Use global shared_parent_dirCorinna Vinschen2011-11-182-13/+24
* * faq-using.xml (faq.using.converting-paths): Remove reference toCorinna Vinschen2011-11-184-48/+59
* * shared.cc (shared_info::create): Open global shared data sectionCorinna Vinschen2011-11-172-1/+7
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2011-11-165-15/+59
* * pinfo.cc (_pinfo::dup_proc_pipe): Fatalize a warning when debugging.Christopher Faylor2011-11-142-2/+11
* * strace.cc (handle_output_debug_string): Disable code which attempted to addChristopher Faylor2011-11-142-0/+10
* Remove erroneously checked-in debugging statements.Christopher Faylor2011-11-145-10/+8
* update copyrightsChristopher Faylor2011-11-148-7/+23
* Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor2011-11-1427-242/+458
* 2011-11-09 Roland McGrath <mcgrathr@google.com>DJ Delorie2011-11-096-0/+451
* Merge libitm changes to configure.ac from gcc master.Richard Henderson2011-11-083-0/+46
* merge from gccDJ Delorie2011-11-082-2/+20
* * libnosys/Makefile.in (install): Use INSTALL_DATA.Corinna Vinschen2011-11-082-1/+5
* * libc/iconv/ccs/Makefile.am: Add missing backslash.Corinna Vinschen2011-11-083-8/+24
* * new-features.sgml (ov-new1.7.10): Document ptsname_r.Corinna Vinschen2011-11-082-1/+5
* * posix.sgml (std-gnu): Add ptsname_r.Corinna Vinschen2011-11-082-0/+5
* * fhandler.h (__ptsname): New macro.Christopher Faylor2011-11-085-5/+24
* * include/cygwin/stdlib.h: Update copyright.Christopher Faylor2011-11-082-1/+5
* * cygwin.din (ptsname_r): Export.Christopher Faylor2011-11-0711-16/+69
* * fhandler.cc (CHUNK_SIZE): Drop NO_COPY.Corinna Vinschen2011-11-072-1/+5
* * syscalls.cc (check_dir_not_empty): Check surplus directory entriesCorinna Vinschen2011-11-072-22/+131
* * pinfo.cc (status_exit): Recognize STATUS_ILLEGAL_INSTRUCTION.Christopher Faylor2011-11-053-0/+9
* * faq-using.xml (faq.using.fixing-fork-failures): Add new FAQ.Jon TURNEY2011-11-053-1/+94
* * pinfo.cc (status_exit): Return complete error code. HandleChristopher Faylor2011-11-052-6/+16
* * pinfo.h (pinfo::reattach): Only set destroy to false when proc_subprocChristopher Faylor2011-11-043-6/+17
* * sigproc.cc (child_info_spawn::reattach_children): Clean up handle when can'tChristopher Faylor2011-11-042-0/+7
* * sigproc.cc (child_info::sync): Report on exit code in strace output.Christopher Faylor2011-11-032-2/+10
* * sigproc.cc (child_info_spawn::reattach_children): Avoid issuing an error whenChristopher Faylor2011-11-032-8/+13
* * fhandler.cc (off_current): Define local in fhandler_base::raw_write.Corinna Vinschen2011-11-034-8/+13