summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * sigproc.cc (wait_sig): Be more defensive about detecting when we're exiting.Christopher Faylor2005-09-132-1/+6
* * cygthread.cc (cygthread::cygthread): Add more info to fatal error.Christopher Faylor2005-09-124-2/+12
* * heap.cc (heap_init): Allocate heap from top down as a hedge againstChristopher Faylor2005-09-122-1/+7
* .Christopher Faylor2005-09-101-1/+2
* * heap.cc (heap_init): Be slightly more aggressive when trying to allocateChristopher Faylor2005-09-103-19/+38
* * fhandler_serial.cc (fhandler_serial::tcgetattr): Just zero c_cflag hereChristopher Faylor2005-09-093-16/+19
* * fhandler_serial.cc (fhandler_serial::ioctl): Always return 0 for window size.Christopher Faylor2005-09-093-1/+15
* * exceptions.cc (ctrl_c_handler): Disable any special CTRL_LOGOFF_EVENTCorinna Vinschen2005-09-082-0/+19
* * include/reason.h [_WIN32_WINNT >= 0x0501]Dimitri Papadopoulos2005-09-083-1/+53
* * regtool.cc: Extend copyright-years.Corinna Vinschen2005-09-082-7/+19
* * hookapi.cc (rvadelta): Change argument to DWORD to eliminate a compilerChristopher Faylor2005-09-084-13/+28
* add missing ChangeLog entry.Christopher Faylor2005-09-071-0/+1
* * dcrt0.cc (initial_env): Don't attempt stracing if dynamically loaded.Christopher Faylor2005-09-076-15/+64
* * thread.h: Revert patch from 2005-09-05.Corinna Vinschen2005-09-063-8/+21
* * cygheap.cc (cygheap_init): Eliminate debugging #if.Christopher Faylor2005-09-055-15/+26
* * thread.h (pthread_mutex::get_pthread_self): Remove.Corinna Vinschen2005-09-052-10/+12
* Grr. REVERT erroneous checkin. AGAIN.Christopher Faylor2005-09-029-34/+20
* * Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generateChristopher Faylor2005-09-0211-21/+40
* revert inexplicable previous checkinChristopher Faylor2005-09-029-34/+20
* bad_addressesChristopher Faylor2005-09-029-20/+34
* * exceptions.cc (set_process_mask_delta): Conditionalize debugging output.Christopher Faylor2005-08-293-1/+9
* typoChristopher Faylor2005-08-281-1/+1
* * cygtls.h (__ljfault): Declare.Christopher Faylor2005-08-284-4/+82
* Add missing ChangeLog for previous checkin.Christopher Faylor2005-08-282-2/+11
* * cygwin.din: Correct readdir_r typo.Christopher Faylor2005-08-287-83/+99
* Fix typo.Christopher Faylor2005-08-281-1/+1
* Fix improper formatting.Christopher Faylor2005-08-281-2/+1