summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * sigproc.cc (no_signals_available): Return true if sending to self from theChristopher Faylor2005-09-165-14/+16
* * sigproc.cc (wait_sig): Reorganize exit case so that ExitProcess is alwaysChristopher Faylor2005-09-152-12/+27
* * cygwinenv.sgml (ntea): Add some wording to scare people awayCorinna Vinschen2005-09-152-5/+15
* * spawn.cc (av::fixup): Avoid breaking out of the wrong "loop".Christopher Faylor2005-09-152-19/+22
* * hookapi.cc (hook_or_detect_cygwin): Simplify very slightly.Christopher Faylor2005-09-153-11/+36
* * spawn.cc (av::error): Eliminate.Christopher Faylor2005-09-142-22/+27
* * cygtls.h (san): New structure.Christopher Faylor2005-09-144-26/+46
* * heap.cc (heap_init): Revert 2005-09-11 patch as it seems to inexplicablyChristopher Faylor2005-09-142-2/+8
* Remove some more unneeded 'return;'s throughout.Christopher Faylor2005-09-1418-24/+4
* * sigproc.h: Protect declaration so that it only happens whenChristopher Faylor2005-09-142-0/+7
* .Christopher Faylor2005-09-141-1/+1
* * exceptions.cc (sigtid): Remove declaration.Christopher Faylor2005-09-148-42/+79
* * dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_stateChristopher Faylor2005-09-1314-60/+97