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
2005-09-26 * fhandler.h (class fhandler_dev_raw): Add drive information membersCorinna Vinschen
2005-09-26* exceptions.cc (handle_exceptions): Just si_code to SI_KERNEL first and let itChristopher Faylor
2005-09-26* pinfo.cc (proc_waiter): Properly fill out si_code as according to SUSv3.Christopher Faylor
2005-09-26* exceptions.cc (handle_exceptions): Properly fill out si_code.Christopher Faylor
2005-09-26* sigproc.cc (wait_sig): Cosmetic change.Christopher Faylor
2005-09-262005-09-25 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>Joshua Daniel Franklin
2005-09-24* sigproc.cc (sigproc_terminate): More reversion of always-exit-from-sigthreadChristopher Faylor
2005-09-24 * include/math.h (HUGE_VALF, HUGE_VALL, INFINITY, NAN)Danny Smith
2005-09-24* shared.cc (open_shared): Add crucial bit of debugging info.Christopher Faylor
2005-09-24Semi-reversion of always-exit-from-sigthread change of 2005-09-15.Christopher Faylor
2005-09-24* net.cc (cygwin_gethostbyname): Remove debugging cruft.Christopher Faylor
2005-09-242005-09-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2005-09-24* pinfo.cc (pinfo::exit): Call ExitProcess if called from signal thread.Christopher Faylor
2005-09-232005-09-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2005-09-23* tlsoffsets.h: Regenerate.Christopher Faylor
2005-09-23* pinfo.cc (pinfo::exit): Eliminate use of _my_tls.thread_handle.Christopher Faylor
2005-09-23* cygtls.h (struct _cygtls::thread_handle): Remove/revert.Christopher Faylor
2005-09-232005-09-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2005-09-23* tlsoffsets.h: Regenerate.Christopher Faylor
2005-09-23* cygheap.cc (cygheap_fixup_in_child): It's not just for exec.Christopher Faylor
2005-09-23* pinfo.cc (set_myself): Call strace.hello unconditionally when DEBUGGING.Christopher Faylor
2005-09-22 * fhandler_disk_file.cc (fhandler_base::fstat_helper): Fix copy/pasteCorinna Vinschen
2005-09-22* strace.cc (strace::vsprntf): Avoid accessing myself->pid if !myself.Christopher Faylor
2005-09-22* include/sys/strace.h (_STRACE_ON): Remove semicolon from definition.Christopher Faylor
2005-09-22 * fhandler.h (fhandler_base::fstat_helper): Declare with additionalCorinna Vinschen
2005-09-22 Fix typo.Corinna Vinschen
2005-09-22 Align error message handling to mkpasswd's error messages throughout.Corinna Vinschen
2005-09-21* cygthread.cc (cygthread::operator new): Just use getenv() to look forChristopher Faylor
2005-09-212005-09-21 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2005-09-20* spawn.cc (av::fixup): Just blindly run any file if it has a .bat or .cmdChristopher Faylor
2005-09-20* dcrt0.cc (do_exit): Only call sigproc_terminate from one location --Christopher Faylor
2005-09-19white space changes to force new snapshotChristopher Faylor
2005-09-19* sigproc.cc (talktome): Take siginfo_t argument. Don't scan all pids tryingChristopher Faylor
2005-09-19 * include/winsock2.h (SO_EXCLUSIVEADDRUSE): Define.Danny Smith
2005-09-19 * include/stdlib.h (strtof): Add prototype. UglifyDanny Smith
2005-09-18* pipe.cc (fhandler_pipe::open): Use 'cfree' to free buffer since it is nowChristopher Faylor
2005-09-17 * net.cc (cygwin_inet_ntop): Change len argument to socklen_t toCorinna Vinschen
2005-09-17* environ.cc (build_env): Use "kilo"bytes not "mega"bytes. Return immediatelyChristopher Faylor
2005-09-16* environ.cc (build_env): Clear envblock and return NULL on attempt to use envChristopher Faylor
2005-09-16* environ.cc (environ_init): Protect with a 'myfault' in caseChristopher Faylor
2005-09-16* environ.cc (environ_init): Issue an error if GetEnvironmentStrings fails andChristopher Faylor
2005-09-16* pinfo.h (EXITCODE_SET): Move out of range of Windows error.Christopher Faylor
2005-09-16* sigproc.cc (no_signals_available): Return true if sending to self from theChristopher Faylor
2005-09-15* sigproc.cc (wait_sig): Reorganize exit case so that ExitProcess is alwaysChristopher Faylor
2005-09-15 * cygwinenv.sgml (ntea): Add some wording to scare people awayCorinna Vinschen
2005-09-15* spawn.cc (av::fixup): Avoid breaking out of the wrong "loop".Christopher Faylor
2005-09-15* hookapi.cc (hook_or_detect_cygwin): Simplify very slightly.Christopher Faylor
2005-09-15* spawn.cc (av::error): Eliminate.Christopher Faylor
2005-09-15* cygtls.h (san): New structure.Christopher Faylor
2005-09-14* heap.cc (heap_init): Revert 2005-09-11 patch as it seems to inexplicablyChristopher Faylor