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
2000-11-06* child_info.h (child_info): Add pppid_handle for closing the parent's of theChristopher Faylor
2000-11-05* pinfo (wait_subproc): Son of neverending debug tweaking.Christopher Faylor
2000-11-05* pinfo (wait_subproc): Neverending debug tweaking.Christopher Faylor
2000-11-05* pinfo.cc (winpids:add): New method.Christopher Faylor
2000-11-05* exceptions.cc (handle_sigsuspend): Record frame here for signalling.Christopher Faylor
2000-11-04* sigproc.cc (wait_subproc): Still more debugging cleanup.Christopher Faylor
2000-11-04* pinfo.cc (EnumProcessesNT): Avoid 0 pids.Christopher Faylor
2000-11-04* sigproc.cc (wait_subproc): Refine debug output.Christopher Faylor
2000-11-03* pinfo.cc (pinfo::init): Reverse order of setting status and pid info in anChristopher Faylor
2000-11-02* ntdll.h: Remove IO_COUNTERS definition since it is now in winnt.h.Christopher Faylor
2000-11-02* pinfo.cc (EnumProcessesNT): New function. Eliminates dependence on psapi.h.Christopher Faylor
2000-11-02* exceptions.cc (interruptible): Remove obsolete tests.Christopher Faylor
2000-11-01* path.h (has_exec_chars): Standard function for checking for executable magicChristopher Faylor
2000-11-01* path.cc (_readlink): Return ENOENT when file does not exist.Christopher Faylor
2000-11-01 * fhandler.h (fhandler_dev_raw): Add method `fixup_after_exec'.Corinna Vinschen
2000-11-01 * fhandler.h (fhandler_dev_raw): Add definition for methodCorinna Vinschen
2000-10-31 * fhandler_tape.cc (fhandler_dev_tape::open): Fix memory allocation.Corinna Vinschen
2000-10-31* pinfo.cc (enum_init): Don't suffer silently if we can't load the processChristopher Faylor
2000-10-31* signal.cc (kill_pgrp): Revert 25-Oct change.Christopher Faylor
2000-10-30* include/cygwin/version.h: Bump DLL minor version number to 6.Christopher Faylor
2000-10-28Whitespace cleanup.Christopher Faylor
2000-10-27 * autoload.cc: New file keeping all autoload stuff.Corinna Vinschen
2000-10-27* sigproc.cc (wait_sig): Add braces to avoid confusion.Christopher Faylor
2000-10-27 * fhandler_socket.cc: New file.Corinna Vinschen
2000-10-26 * dtable.cc (dtable::release): Check for socket. ChangeCorinna Vinschen
2000-10-26* signal.cc (kill_pgrp): Don't limit sending of signals to stopped processesChristopher Faylor
2000-10-25* exceptions.cc (sig_handle): Just make sure that wait_sig loops when receivingChristopher Faylor
2000-10-25Add comment.Christopher Faylor
2000-10-25* dtable.cc (dtable::fixup_after_exec): Use variable rather than constantlyChristopher Faylor
2000-10-25 * fhandler.cc (fhandler_base::fcntl): Treat O_NONBLOCK and OLD_O_NDELAYCorinna Vinschen
2000-10-25* dcrt0.cc (do_exit): Remove debugging statement.Christopher Faylor
2000-10-25* dcrt0.cc (do_exit): Don't bother looking for pgrp children to send SIGHUP ifChristopher Faylor
2000-10-24 * ntdll.h: New file.Corinna Vinschen
2000-10-24 * fhandler.cc (fhandler_base::fcntl): Behave properly when passedCorinna Vinschen
2000-10-24* exceptions.cc (signal_exit): Kill any executing child process if we're dying.Christopher Faylor
2000-10-24* sigproc.cc (proc_subproc): Don't send a false positive if WNOHANG and noChristopher Faylor
2000-10-24 * fhandler.cc (fhandler_base::fcntl): Setting flags in F_SETFLCorinna Vinschen
2000-10-24 * fcntl.cc (_fcntl): Rearrange as wrapper function. Move allCorinna Vinschen
2000-10-23* sigproc.cc (proc_subproc): Correctly handle flags for WNOHANG case.Christopher Faylor
2000-10-23* security.cc: Eliminate C++ comments throughout.Corinna Vinschen
2000-10-23* fork.cc (fork): Set sigframe here, since it can pause for a considerableChristopher Faylor
2000-10-22 * pinfo.cc (pinfo_init): Eliminate call to `set_process_privileges'.Corinna Vinschen
2000-10-22Fix typo.Christopher Faylor
2000-10-21* pinfo.cc (pinfo::init): Make PID_EXECED signal creation as well asChristopher Faylor
2000-10-21* spawn.cc (spawn_guts): Don't do the reparenting step if we notice that theChristopher Faylor
2000-10-21* fhandler.h (fhandler_console): Remove tcsetpgrp.Christopher Faylor
2000-10-21* times.cc (to_time_t): pass zero time as epochDJ Delorie
2000-10-20* external.cc (fillout_pinfo): Pass PID_NOREDIR flag to pinfo init to avoidChristopher Faylor
2000-10-19* dcrt0.cc (sigthread::init): Correct overzealous ifdef.Christopher Faylor
2000-10-19* Makefile.in: add miscfuncs.ccDJ Delorie