aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2005-09-27 * fhandler_floppy.cc (fhandler_dev_floppy::get_drive_info): AlwaysCorinna Vinschen2-27/+69
2005-09-26 * errno.cc (errmap): Map ERROR_SEEK and ERROR_SECTOR_NOT_FOUND.Corinna Vinschen2-0/+6
2005-09-26* exceptions.cc (_cygtls::call_signal_handler): Minor cleanup.Christopher Faylor2-3/+9
2005-09-26 * fhandler.h (class fhandler_dev_raw): Add drive information membersCorinna Vinschen4-148/+124
2005-09-26* exceptions.cc (handle_exceptions): Just si_code to SI_KERNEL first and let itChristopher Faylor4-7/+35
2005-09-26* pinfo.cc (proc_waiter): Properly fill out si_code as according to SUSv3.Christopher Faylor2-6/+11
2005-09-26* exceptions.cc (handle_exceptions): Properly fill out si_code.Christopher Faylor2-13/+18
2005-09-26* sigproc.cc (wait_sig): Cosmetic change.Christopher Faylor3-2/+7
2005-09-262005-09-25 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>Joshua Daniel Franklin5-772/+23
2005-09-24* sigproc.cc (sigproc_terminate): More reversion of always-exit-from-sigthreadChristopher Faylor2-4/+6
2005-09-24 * include/math.h (HUGE_VALF, HUGE_VALL, INFINITY, NAN)Danny Smith2-5/+9
2005-09-23* shared.cc (open_shared): Add crucial bit of debugging info.Christopher Faylor2-1/+5
2005-09-23Semi-reversion of always-exit-from-sigthread change of 2005-09-15.Christopher Faylor5-57/+26
2005-09-23* net.cc (cygwin_gethostbyname): Remove debugging cruft.Christopher Faylor2-2/+4
2005-09-232005-09-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2-0/+11
2005-09-23* pinfo.cc (pinfo::exit): Call ExitProcess if called from signal thread.Christopher Faylor2-1/+9
2005-09-232005-09-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2-0/+11
2005-09-23* tlsoffsets.h: Regenerate.Christopher Faylor2-63/+60
2005-09-23* pinfo.cc (pinfo::exit): Eliminate use of _my_tls.thread_handle.Christopher Faylor2-10/+6
2005-09-23* cygtls.h (struct _cygtls::thread_handle): Remove/revert.Christopher Faylor4-17/+23
2005-09-232005-09-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2-0/+6
2005-09-23* tlsoffsets.h: Regenerate.Christopher Faylor2-59/+64
2005-09-23* cygheap.cc (cygheap_fixup_in_child): It's not just for exec.Christopher Faylor8-25/+47
2005-09-22* pinfo.cc (set_myself): Call strace.hello unconditionally when DEBUGGING.Christopher Faylor2-1/+15
2005-09-22 * fhandler_disk_file.cc (fhandler_base::fstat_helper): Fix copy/pasteCorinna Vinschen2-1/+6
2005-09-22* strace.cc (strace::vsprntf): Avoid accessing myself->pid if !myself.Christopher Faylor2-1/+5
2005-09-22* include/sys/strace.h (_STRACE_ON): Remove semicolon from definition.Christopher Faylor2-2/+7
2005-09-22 * fhandler.h (fhandler_base::fstat_helper): Declare with additionalCorinna Vinschen4-31/+75
2005-09-21 Fix typo.Corinna Vinschen1-8/+8
2005-09-21 Align error message handling to mkpasswd's error messages throughout.Corinna Vinschen3-63/+145
2005-09-21* cygthread.cc (cygthread::operator new): Just use getenv() to look forChristopher Faylor2-4/+9
2005-09-212005-09-21 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe3-1/+15
2005-09-20* spawn.cc (av::fixup): Just blindly run any file if it has a .bat or .cmdChristopher Faylor2-1/+7
2005-09-20* dcrt0.cc (do_exit): Only call sigproc_terminate from one location --Christopher Faylor6-21/+45
2005-09-19white space changes to force new snapshotChristopher Faylor1-3/+3
2005-09-19* sigproc.cc (talktome): Take siginfo_t argument. Don't scan all pids tryingChristopher Faylor2-7/+12
2005-09-19 * include/winsock2.h (SO_EXCLUSIVEADDRUSE): Define.Danny Smith2-0/+6
2005-09-19 * include/stdlib.h (strtof): Add prototype. UglifyDanny Smith2-6/+25
2005-09-17* pipe.cc (fhandler_pipe::open): Use 'cfree' to free buffer since it is nowChristopher Faylor2-1/+6
2005-09-17 * net.cc (cygwin_inet_ntop): Change len argument to socklen_t toCorinna Vinschen4-3/+11
2005-09-16* environ.cc (build_env): Use "kilo"bytes not "mega"bytes. Return immediatelyChristopher Faylor3-2/+11
2005-09-16* environ.cc (build_env): Clear envblock and return NULL on attempt to use envChristopher Faylor3-1/+17
2005-09-16* environ.cc (environ_init): Protect with a 'myfault' in caseChristopher Faylor2-0/+15
2005-09-16* environ.cc (environ_init): Issue an error if GetEnvironmentStrings fails andChristopher Faylor2-0/+11
2005-09-16* pinfo.h (EXITCODE_SET): Move out of range of Windows error.Christopher Faylor3-19/+23
2005-09-16* sigproc.cc (no_signals_available): Return true if sending to self from theChristopher Faylor5-14/+16
2005-09-15* sigproc.cc (wait_sig): Reorganize exit case so that ExitProcess is alwaysChristopher Faylor2-12/+27
2005-09-15 * cygwinenv.sgml (ntea): Add some wording to scare people awayCorinna Vinschen2-5/+15
2005-09-15* spawn.cc (av::fixup): Avoid breaking out of the wrong "loop".Christopher Faylor2-19/+22
2005-09-15* hookapi.cc (hook_or_detect_cygwin): Simplify very slightly.Christopher Faylor3-11/+36