aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-24* strace.cc (attach_process): Use NT_SUCCESS to figure out ifChristopher Faylor2-3/+16
2011-11-24missed this in previous checkinChristopher Faylor2-3/+6
2011-11-24* cygthread.h (cygthread::name): Default name to "main" if we are early in theChristopher Faylor9-53/+75
2011-11-24* child_info.h (CURR_CHILD_INFO_MAGIC): Reset for previous changes.Christopher Faylor7-12/+32
2011-11-23* pipe.cc (fhandler_pipe::create): Avoid derefencing a NULL pointer.Christopher Faylor5-16/+25
2011-11-23* fhandler.h (fhandler_pipe::create): Rename from the misnamedChristopher Faylor8-20/+43
2011-11-21* sigproc.cc (remove_proc): Don't do busy loop when exiting since it doesn'tChristopher Faylor2-1/+6
2011-11-21* sigproc.cc (remove_proc): Don't do busy loop when execing since thread couldChristopher Faylor3-2/+13
2011-11-21 * faq-using.xml (faq.using.weirdchars): Rewrite.Corinna Vinschen2-12/+15
2011-11-18 * shared.cc (get_shared_parent_dir): Use global shared_parent_dirCorinna Vinschen2-13/+24
2011-11-18 * faq-using.xml (faq.using.converting-paths): Remove reference toCorinna Vinschen4-48/+59
2011-11-17 * shared.cc (shared_info::create): Open global shared data sectionCorinna Vinschen2-1/+7
2011-11-16* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor5-15/+59
2011-11-14* pinfo.cc (_pinfo::dup_proc_pipe): Fatalize a warning when debugging.Christopher Faylor2-2/+11
2011-11-14* strace.cc (handle_output_debug_string): Disable code which attempted to addChristopher Faylor2-0/+10
2011-11-14Remove erroneously checked-in debugging statements.Christopher Faylor5-10/+8
2011-11-14update copyrightsChristopher Faylor8-7/+23
2011-11-14Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor27-242/+458
2011-11-092011-11-09 Roland McGrath <mcgrathr@google.com>DJ Delorie6-0/+451
2011-11-08Merge libitm changes to configure.ac from gcc master.Richard Henderson3-0/+46
2011-11-08merge from gccDJ Delorie2-2/+20
2011-11-08 * libnosys/Makefile.in (install): Use INSTALL_DATA.Corinna Vinschen2-1/+5
2011-11-08 * libc/iconv/ccs/Makefile.am: Add missing backslash.Corinna Vinschen3-8/+24
2011-11-08 * new-features.sgml (ov-new1.7.10): Document ptsname_r.Corinna Vinschen2-1/+5
2011-11-08 * posix.sgml (std-gnu): Add ptsname_r.Corinna Vinschen2-0/+5
2011-11-08* fhandler.h (__ptsname): New macro.Christopher Faylor5-5/+24
2011-11-08* include/cygwin/stdlib.h: Update copyright.Christopher Faylor2-1/+5
2011-11-07* cygwin.din (ptsname_r): Export.Christopher Faylor11-16/+69
2011-11-07 * fhandler.cc (CHUNK_SIZE): Drop NO_COPY.Corinna Vinschen2-1/+5
2011-11-07 * syscalls.cc (check_dir_not_empty): Check surplus directory entriesCorinna Vinschen2-22/+131
2011-11-05* pinfo.cc (status_exit): Recognize STATUS_ILLEGAL_INSTRUCTION.Christopher Faylor3-0/+9
2011-11-05 * faq-using.xml (faq.using.fixing-fork-failures): Add new FAQ.Jon TURNEY3-1/+94
2011-11-05* pinfo.cc (status_exit): Return complete error code. HandleChristopher Faylor2-6/+16
2011-11-04* pinfo.h (pinfo::reattach): Only set destroy to false when proc_subprocChristopher Faylor3-6/+17
2011-11-04* sigproc.cc (child_info_spawn::reattach_children): Clean up handle when can'tChristopher Faylor2-0/+7
2011-11-03* sigproc.cc (child_info::sync): Report on exit code in strace output.Christopher Faylor2-2/+10
2011-11-03* sigproc.cc (child_info_spawn::reattach_children): Avoid issuing an error whenChristopher Faylor2-8/+13
2011-11-03 * fhandler.cc (off_current): Define local in fhandler_base::raw_write.Corinna Vinschen4-8/+13
2011-11-02 toplevel:Rainer Orth5-15/+14
2011-11-02[.]DJ Delorie10-0/+315
2011-11-02* config.sub: Update to version 2011-10-29 (added rl78)DJ Delorie2-3/+7
2011-10-30Remove erroneous entry.Christopher Faylor1-1/+0
2011-10-30* fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, takeChristopher Faylor9-364/+444
2011-10-28* exceptions.cc (sigpacket::process): Avoid a potential deadlock when exitingChristopher Faylor2-0/+6
2011-10-28 * new-features.sgml (ov-new1.7.10): Document getgrouplist.Corinna Vinschen2-2/+6
2011-10-28 * cygwin.din (getgrouplist): Export.Corinna Vinschen6-20/+86
2011-10-27bfd:Joern Rennecke1-1/+1
2011-10-27 * config.sub: Import these changes from the config project:Nick Clifton2-1/+36
2011-10-26* child_info.h (cchildren): New struct.Christopher Faylor9-27/+129
2011-10-25 * hookapi.cc (hook_or_detect_cygwin): Take additional handleCorinna Vinschen4-11/+69