summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * exceptions.cc (handle_exceptions): Just si_code to SI_KERNEL first and let itChristopher Faylor2005-09-264-7/+35
* * pinfo.cc (proc_waiter): Properly fill out si_code as according to SUSv3.Christopher Faylor2005-09-262-6/+11
* * exceptions.cc (handle_exceptions): Properly fill out si_code.Christopher Faylor2005-09-262-13/+18
* * sigproc.cc (wait_sig): Cosmetic change.Christopher Faylor2005-09-263-2/+7
* 2005-09-25 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>Joshua Daniel Franklin2005-09-265-772/+23
* * hppa.h (pa_opcodes): Add new "fdc" and "fic" opcode entries.John David Anglin2005-09-252-1/+8
* * sigproc.cc (sigproc_terminate): More reversion of always-exit-from-sigthreadChristopher Faylor2005-09-242-4/+6
* * include/math.h (HUGE_VALF, HUGE_VALL, INFINITY, NAN)Danny Smith2005-09-242-5/+9
* * shared.cc (open_shared): Add crucial bit of debugging info.Christopher Faylor2005-09-232-1/+5
* Semi-reversion of always-exit-from-sigthread change of 2005-09-15.Christopher Faylor2005-09-235-57/+26
* * net.cc (cygwin_gethostbyname): Remove debugging cruft.Christopher Faylor2005-09-232-2/+4
* 2005-09-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2005-09-232-0/+11
* * pinfo.cc (pinfo::exit): Call ExitProcess if called from signal thread.Christopher Faylor2005-09-232-1/+9
* 2005-09-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2005-09-232-0/+11
* * tlsoffsets.h: Regenerate.Christopher Faylor2005-09-232-63/+60
* * pinfo.cc (pinfo::exit): Eliminate use of _my_tls.thread_handle.Christopher Faylor2005-09-232-10/+6
* * enable.m4: New file.Tom Tromey2005-09-233-0/+64
* 2005-09-23 James E Wilson <wilson@specifix.com>Jeff Johnston2005-09-2317-48/+73
* * cygtls.h (struct _cygtls::thread_handle): Remove/revert.Christopher Faylor2005-09-234-17/+23
* 2005-09-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2005-09-232-0/+6
* * tlsoffsets.h: Regenerate.Christopher Faylor2005-09-232-59/+64
* * cygheap.cc (cygheap_fixup_in_child): It's not just for exec.Christopher Faylor2005-09-238-25/+47
* * pinfo.cc (set_myself): Call strace.hello unconditionally when DEBUGGING.Christopher Faylor2005-09-222-1/+15
* * fhandler_disk_file.cc (fhandler_base::fstat_helper): Fix copy/pasteCorinna Vinschen2005-09-222-1/+6
* * strace.cc (strace::vsprntf): Avoid accessing myself->pid if !myself.Christopher Faylor2005-09-222-1/+5
* * include/sys/strace.h (_STRACE_ON): Remove semicolon from definition.Christopher Faylor2005-09-222-2/+7
* * fhandler.h (fhandler_base::fstat_helper): Declare with additionalCorinna Vinschen2005-09-224-31/+75
* Fix typo.Corinna Vinschen2005-09-211-8/+8
* Align error message handling to mkpasswd's error messages throughout.Corinna Vinschen2005-09-213-63/+145
* * cygthread.cc (cygthread::operator new): Just use getenv() to look forChristopher Faylor2005-09-212-4/+9
* 2005-09-21 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2005-09-213-1/+15
* 2005-09-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2005-09-202-11/+250
* 2005-09-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2005-09-203-30/+52
* 2005-09-20 Shaun Jackman <sjackman@gmail.com>Jeff Johnston2005-09-202-12/+17
* 2005-09-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2005-09-202-0/+5
* * spawn.cc (av::fixup): Just blindly run any file if it has a .bat or .cmdChristopher Faylor2005-09-202-1/+7
* 2005-09-19 David Edelsohn <edelsohn@gnu.org>David Edelsohn2005-09-203-62/+92
* * dcrt0.cc (do_exit): Only call sigproc_terminate from one location --Christopher Faylor2005-09-206-21/+45
* 2005-09-19 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2005-09-192-0/+5
* white space changes to force new snapshotChristopher Faylor2005-09-191-3/+3
* * sigproc.cc (talktome): Take siginfo_t argument. Don't scan all pids tryingChristopher Faylor2005-09-192-7/+12
* * include/winsock2.h (SO_EXCLUSIVEADDRUSE): Define.Danny Smith2005-09-192-0/+6
* * include/stdlib.h (strtof): Add prototype. UglifyDanny Smith2005-09-192-6/+25
* * pipe.cc (fhandler_pipe::open): Use 'cfree' to free buffer since it is nowChristopher Faylor2005-09-172-1/+6
* * net.cc (cygwin_inet_ntop): Change len argument to socklen_t toCorinna Vinschen2005-09-174-3/+11
* * environ.cc (build_env): Use "kilo"bytes not "mega"bytes. Return immediatelyChristopher Faylor2005-09-163-2/+11
* * environ.cc (build_env): Clear envblock and return NULL on attempt to use envChristopher Faylor2005-09-163-1/+17
* * environ.cc (environ_init): Protect with a 'myfault' in caseChristopher Faylor2005-09-162-0/+15
* * environ.cc (environ_init): Issue an error if GetEnvironmentStrings fails andChristopher Faylor2005-09-162-0/+11
* * pinfo.h (EXITCODE_SET): Move out of range of Windows error.Christopher Faylor2005-09-163-19/+23