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
2005-01-03 * signal.cc (abort): Call _GLOBAL_REENT's __cleanup.Corinna Vinschen
2005-01-03 * syscalls.cc (setmode): Call _fwalk with _GLOBAL_REENT.Corinna Vinschen
2005-01-02* cygthread.cc (cygthread::stub): Set inuse to false when exiting.Christopher Faylor
2005-01-02* shared.cc (open_shared): Don't attempt VirtualAlloc magic if first attempt toChristopher Faylor
2004-12-30* devices.cc (device::isfs): Return true for the logical case of devn == FH_FS.Christopher Faylor
2004-12-28* pinfo.cc (_pinfo::dup_proc_pipe): DUPLICATE_CLOSE_SOURCE closes the handleChristopher Faylor
2004-12-28* cygthread.cc (cygthread::stub): Add better debug output.Christopher Faylor
2004-12-27* pinfo.cc (_pinfo::exit): Beef up debugging output.Christopher Faylor
2004-12-27* init.cc (dll_entry): Previous code reversion was ill-advised. Revert it.Christopher Faylor
2004-12-27* init.cc (dll_entry): Remove exit code setting.Christopher Faylor
2004-12-26* fhandler.cc (fhandler_base::fchmod): Do the right thing when changing an "onChristopher Faylor
2004-12-24* child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor
2004-12-24* path.h (path_conv::set_normalized_path): Add second argument and fill it inChristopher Faylor
2004-12-23* cygthread.cc (cygthread::cygthread): Guard debugging variable with "ifdefChristopher Faylor
2004-12-23* path.cc (path_conv::check): Don't strip the trailing slash from a pathChristopher Faylor
2004-12-23* cygthread.cc (cygthread::stub): Detect if thread function wants to releaseChristopher Faylor
2004-12-22* cygheap.cc (cygheap_setup_for_child): Add api_fatal to catch failingChristopher Faylor
2004-12-22* cygthread.cc (cygthread::stub): Make diagnostic output more informative.Christopher Faylor
2004-12-22* pinfo.cc (proc_waiter): Zero wait_thread in child to avoid races with processChristopher Faylor
2004-12-22* cygthread.h (cygthread::release): Just declare here.Christopher Faylor
2004-12-22 * fhandler_process.cpp (format_process_status): Use tabs in formattingCorinna Vinschen
2004-12-22 * path.cc (set_normalized_path): Allow empty pathnames.Corinna Vinschen
2004-12-21* spawn.cc (spawn_guts): Force parent to forget about P_DETACH'ed process.Christopher Faylor
2004-12-20* path.cc (normalize_win32_path): Remove unneeded check for dots.Christopher Faylor
2004-12-20* path.cc (normalize_posix_path): Remove unneeded check for dots.Christopher Faylor
2004-12-19* path.cc (normalize_win32_path): Make third arg pass-by reference. ReorganizeChristopher Faylor
2004-12-19* child_info.h (CURR_CHILD_INFO_MAGIC): Use updated value.Christopher Faylor
2004-12-18* fhandler_proc.cc (proc_listing): Add entry for "self".Christopher Faylor
2004-12-17* sigproc.cc (proc_subproc): Fix long-standing problem. Only wait for "allChristopher Faylor
2004-12-16 * fhandler_console.cc (get_win32_attr): Avoid inappropriate intensityCorinna Vinschen
2004-12-15 * cygwin.din: Add utmpx symbols.Corinna Vinschen
2004-12-14 * tty.cc (tty_list::terminate): Guard releasing the tty with tty_mutex.Corinna Vinschen
2004-12-14 * fhandler_console.cc (read): Consider offset within scrollingCorinna Vinschen
2004-12-13 * cygheap.h (cwdstuff::get_drive): Release cwd_lock.Corinna Vinschen
2004-12-12* fhandler.cc (fhandler_base::puts_readahead): Fix end-condition.Bas van Gompel
2004-12-10 * errno.cc (errmap): Map ERROR_INVALID_ADDRESS to EINVAL instead ofCorinna Vinschen
2004-12-10* include/sys/strace.h: Don't output paranoid_printf by default.Christopher Faylor
2004-12-10* lib/libcmain.c (main): Properly deal with quoted first argument.Christopher Faylor
2004-12-06* pinfo.h (proc_pipe::*): Delete class.Christopher Faylor
2004-12-06* fork.cc (fork_parent): Reinstate "childhProc" protection. Don't closeChristopher Faylor
2004-12-06fix typoChristopher Faylor
2004-12-06* cygthread.cc (cygthread::terminate_thread): Make public.Christopher Faylor
2004-12-05* sigproc.cc (mychild): Reimplement as list scan.Christopher Faylor
2004-12-05* fhandler.cc (fhandler_base::read): Remove superfluous check inBas van Gompel
2004-12-05* fhandler.cc (fhandler_base::read): Don't debug_printf garbage whenBas van Gompel
2004-12-04* environ.cc (environ_init): Alloc space for TERM if it is not set, like all ofChristopher Faylor
2004-12-03* child_info.h (child_info_fork::parent_wr_proc_pipe): New element.Christopher Faylor
2004-12-03* pinfo.cc (pinfo::wait): Use better name for cygthread.Christopher Faylor
2004-12-032004-12-03 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2004-12-01* include/features.h: Include sys/cdefs.h, like linux.Christopher Faylor