Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)Author
2011-11-26* init.cc (remove): Don't bother calling through thread removal cleanup if weChristopher Faylor
2011-11-26* exceptions.cc (stackdump): Make global.Christopher Faylor
2011-11-26* exceptions.cc (sigpacket::process): Move signal_exit processing into...Christopher Faylor
2011-11-25* strace.cc (attach_process): Use NT_SUCCESS to figure out ifChristopher Faylor
2011-11-25missed this in previous checkinChristopher Faylor
2011-11-25* cygthread.h (cygthread::name): Default name to "main" if we are early in theChristopher Faylor
2011-11-24* child_info.h (CURR_CHILD_INFO_MAGIC): Reset for previous changes.Christopher Faylor
2011-11-24* pipe.cc (fhandler_pipe::create): Avoid derefencing a NULL pointer.Christopher Faylor
2011-11-23* fhandler.h (fhandler_pipe::create): Rename from the misnamedChristopher Faylor
2011-11-22* sigproc.cc (remove_proc): Don't do busy loop when exiting since it doesn'tChristopher Faylor
2011-11-21* sigproc.cc (remove_proc): Don't do busy loop when execing since thread couldChristopher Faylor
2011-11-21 * faq-using.xml (faq.using.weirdchars): Rewrite.Corinna Vinschen
2011-11-18 * shared.cc (get_shared_parent_dir): Use global shared_parent_dirCorinna Vinschen
2011-11-18 * faq-using.xml (faq.using.converting-paths): Remove reference toCorinna Vinschen
2011-11-18 * shared.cc (shared_info::create): Open global shared data sectionCorinna Vinschen
2011-11-16* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor
2011-11-14* pinfo.cc (_pinfo::dup_proc_pipe): Fatalize a warning when debugging.Christopher Faylor
2011-11-14* strace.cc (handle_output_debug_string): Disable code which attempted to addChristopher Faylor
2011-11-14Remove erroneously checked-in debugging statements.Christopher Faylor
2011-11-14update copyrightsChristopher Faylor
2011-11-14Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor
2011-11-08 * new-features.sgml (ov-new1.7.10): Document ptsname_r.Corinna Vinschen
2011-11-08 * posix.sgml (std-gnu): Add ptsname_r.Corinna Vinschen
2011-11-08* fhandler.h (__ptsname): New macro.Christopher Faylor
2011-11-08* include/cygwin/stdlib.h: Update copyright.Christopher Faylor
2011-11-08* cygwin.din (ptsname_r): Export.Christopher Faylor
2011-11-07 * fhandler.cc (CHUNK_SIZE): Drop NO_COPY.Corinna Vinschen
2011-11-07 * syscalls.cc (check_dir_not_empty): Check surplus directory entriesCorinna Vinschen
2011-11-05* pinfo.cc (status_exit): Recognize STATUS_ILLEGAL_INSTRUCTION.Christopher Faylor
2011-11-05 * faq-using.xml (faq.using.fixing-fork-failures): Add new FAQ.Jon TURNEY
2011-11-05* pinfo.cc (status_exit): Return complete error code. HandleChristopher Faylor
2011-11-04* pinfo.h (pinfo::reattach): Only set destroy to false when proc_subprocChristopher Faylor
2011-11-04* sigproc.cc (child_info_spawn::reattach_children): Clean up handle when can'tChristopher Faylor
2011-11-04* sigproc.cc (child_info::sync): Report on exit code in strace output.Christopher Faylor
2011-11-03* sigproc.cc (child_info_spawn::reattach_children): Avoid issuing an error whenChristopher Faylor
2011-11-03 * fhandler.cc (off_current): Define local in fhandler_base::raw_write.Corinna Vinschen
2011-10-30Remove erroneous entry.Christopher Faylor
2011-10-30* fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, takeChristopher Faylor
2011-10-28* exceptions.cc (sigpacket::process): Avoid a potential deadlock when exitingChristopher Faylor
2011-10-28 * new-features.sgml (ov-new1.7.10): Document getgrouplist.Corinna Vinschen
2011-10-28 * cygwin.din (getgrouplist): Export.Corinna Vinschen
2011-10-26* child_info.h (cchildren): New struct.Christopher Faylor
2011-10-25 * hookapi.cc (hook_or_detect_cygwin): Take additional handleCorinna Vinschen
2011-10-24 * syscalls.cc (unlink_nt): Fix a bug which overwrites the NT statusCorinna Vinschen
2011-10-24 * shared.cc (open_shared): Fix memory reservation of essential sharedCorinna Vinschen
2011-10-23* fhandler_tty.cc (fhandler_pty_slave::read): Use consistent way for testingChristopher Faylor
2011-10-23* path.cc (path_conv::get_nt_native_path): Avoid dereferencing path when it isChristopher Faylor
2011-10-22* dtable.cc (dtable::delete_archetype): Improve debugging output.Christopher Faylor
2011-10-21 * fhandler_disk_file.cc (fhandler_disk_file::rmdir): Check invalidCorinna Vinschen
2011-10-21Check in missing ChangeLog entry.Christopher Faylor