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
AgeCommit message (Expand)Author
2004-12-28* cygthread.cc (cygthread::stub): Add better debug output.Christopher Faylor
2004-12-24* child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor
2004-12-23* cygthread.cc (cygthread::stub): Detect if thread function wants to releaseChristopher Faylor
2004-12-21* spawn.cc (spawn_guts): Force parent to forget about P_DETACH'ed process.Christopher Faylor
2004-12-06* fork.cc (fork_parent): Reinstate "childhProc" protection. Don't closeChristopher Faylor
2004-12-05* sigproc.cc (mychild): Reimplement as list scan.Christopher Faylor
2004-12-03* child_info.h (child_info_fork::parent_wr_proc_pipe): New element.Christopher Faylor
2004-11-26* child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor
2004-10-07* spawn.cc (pthread_cleanup::oldmask): Default to invalid signal mask.Christopher Faylor
2004-09-12* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor
2004-09-03Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor
2004-07-08 * spawn.cc (spawn_guts): Check if script is executable.Corinna Vinschen
2004-06-03* spawn.cc (find_exec): Use has_slash to determine if path has a slash ratherChristopher Faylor
2004-04-10 * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen
2004-03-14* cygtls.cc (_cygtls::remove): Call remove_wq to ensure that wait stuff isChristopher Faylor
2004-02-13* Makefile.in (clean): Remove sigfe.s.Christopher Faylor
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor
2004-02-06 * uinfo.cc (cygheap_user::init): Use sec_user_nih to build aCorinna Vinschen
2004-02-03* fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.Christopher Faylor
2004-01-24* configure.in: Remove NEWVFORK default.Christopher Faylor
2003-12-08* spawn.cc (spawn_guts): Change type back to 'int' after erroneous changeChristopher Faylor
2003-12-08Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor
2003-11-152003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2003-09-272003-09-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-09-26 * spawn.cc (spawn_guts): Set errno to E2BIG if command line isCorinna Vinschen
2003-09-26* fork.cc (fork_parent): Detect failed pinfo constructor.Christopher Faylor
2003-09-26* spawn.cc (spawnve): Remove vfork short circuit and let caller deal with errorChristopher Faylor
2003-09-26* spawn.cc (spawn_guts): Catch potential error from pinfo.remember. ChangeChristopher Faylor
2003-09-25* spawn.cc (spawn_guts): Move system signal handling stuff after CreateProcessChristopher Faylor
2003-09-25* devices.cc: New file.Christopher Faylor
2003-09-20* spawn.cc (pthread_cleanup): New struct.Christopher Faylor
2003-09-20fix accidental checkinChristopher Faylor
2003-09-20* syscalls.cc (system): Strip signal considerations from here so that they areChristopher Faylor
2003-09-16 * cygheap.cc (cygheap_user::set_saved_sid): Rename from set_orig_sid.Corinna Vinschen
2003-09-102003-09-09 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-06-30 * cygheap.h (enum impersonation): New enum.Corinna Vinschen
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2003-06-09 * spawn.cc (spawn_guts): Call CreateProcess while impersonated,Corinna Vinschen
2003-06-03* spawn.cc (spawn_guts): Don't hang around if the parent doesn't exist.Christopher Faylor
2003-05-19* spawn.cc (spawn_guts): Show more of command line in strace output.Christopher Faylor
2003-02-13* spawn.cc (linebuf::~linebuf): Resurrect commented out (for debugging?) code.Christopher Faylor
2003-01-25 * syscalls.cc (seteuid32): On Win95 get the pw entry. If it existsCorinna Vinschen
2002-10-17* dtable.cc (dtable::set_file_pointers_for_exec): New function.Christopher Faylor
2002-10-14* cygthread.cc (cygthread::stub): Reintroduce clearing of __name but do itChristopher Faylor
2002-10-13* cygthread.cc (cygthread::stub): Don't create event for long-running threads.Christopher Faylor
2002-10-09* cygheap.cc (dup_now): Make fatal error a little more informative.Christopher Faylor
2002-09-19Cleanup calls to CreateFile throughout.Christopher Faylor
2002-08-18* perthread.h (vfork_save): Add ctty, sid, pgid, exitval fields.Christopher Faylor
2002-08-06* spawn.cc (spawn_guts): Don't set mount_h here.Christopher Faylor