aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2006-06-04ChangeLog amendment for entries dated 2006-04-18 by Thorsten DahlheimerKeith Marshall1-14/+27
2006-06-04* ioctl.cc (ioctl): Accommodate change in reported pty master device number.Christopher Faylor3-5/+13
2006-06-042006-06-04 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe5-5/+30
2006-06-04* cygtls.h (CYGTLS_PADSIZE): Reset to a size that XP SP1 seems to like.Christopher Faylor3-63/+69
2006-06-03fix wordingChristopher Faylor1-1/+2
2006-06-03* cygthread.cc (cygthread::terminate_thread): In debugging output, use name ofChristopher Faylor5-25/+35
2006-06-03* dcrt0.cc (dll_crt0_0): Call tty_list::init_session here.Christopher Faylor9-77/+157
2006-06-03Expand ChangeLog entryChris Sutcliffe1-1/+3
2006-06-03* Makefile.in (libdl.a): New library.Christopher Faylor2-1/+8
2006-06-03 * include/strmif.h (VMRDeinterlaceTech): Correct typedef for DeinterlaceTech_*Danny Smith2-1/+6
2006-06-03 * include/strmif.h (enum tagAnalogVideoStandard): Add missing ','.Danny Smith2-1/+5
2006-06-032006-06-02 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith3-8/+16
2006-06-03* fhandler_tty.cc (fhandler_pty_master::close): Don't close handles if we don'tChristopher Faylor2-6/+29
2006-06-03* cygheap.cc (init_cygheap::close_ctty): Remove obsolete code.Christopher Faylor5-36/+26
2006-06-03(check in missing ChangeLog lines)Christopher Faylor1-0/+6
2006-06-03* cygtls.h (CYGTLS_PADSIZE): Bump up or suffer a regrettable collision with theChristopher Faylor5-68/+74
2006-06-02* fhandler.cc (fhandler_base::fixup_after_exec): Declare here.Christopher Faylor8-333/+311
2006-06-02Add faq.setup.automatedJoshua Daniel Franklin2-0/+53
2006-06-02Replace references to depracated Win32_Winsock macro with __USE_W32_WINSOCKJoshua Daniel Franklin2-6/+16
2006-06-02* cygheap.cc (cygheap_fixup_in_child): Don't close parent handle here. Let theChristopher Faylor8-22/+75
2006-05-31Expand wildcards in Dimitri Papadopoulos Changelog entries of:Danny Smith1-32/+269
2006-05-31* cygtls.cc (_cygtls::call2): Don't call ExitThread on the main thread.Christopher Faylor2-1/+8
2006-05-31* winsup.api/cygload.h: Increase padding to 32768.Christopher Faylor2-1/+5
2006-05-29* winf.h (MAXCYGWINCMDLEN): Set down size to 30000 or suffer fork errors.Christopher Faylor2-3/+8
2006-05-29* sigproc.cc (child_info::proc_retry): Mask all of the bits we're interestedChristopher Faylor2-1/+6
2006-05-28Put an underscore in front of the "active" in "strace.active".Christopher Faylor1-1/+1
2006-05-28white spaceChristopher Faylor19-91/+91
2006-05-27* dll_init.cc (dll_dllcrt0): Previous change didn't work very well with fork.Christopher Faylor2-2/+10
2006-05-27* thread.cc (verifyable_object_isvalid): Check for NULL specifically.Christopher Faylor2-4/+10
2006-05-27add missing commentChristopher Faylor1-0/+6
2006-05-27* dll_init.cc (dll_dllcrt0): Call _my_tls.init_exception_handler if we'veChristopher Faylor2-3/+12
2006-05-25Expand 2006-05-03 Dimitri Papadopoulos wildcards in ChangelogDanny Smith1-3/+6
2006-05-25Expand 2006-05-02 Dimitri Papadopoulos wildcards in ChangelogDanny Smith1-7/+62
2006-05-25* debug.h (ModifyHandle): Define new macro.Christopher Faylor6-8/+50
2006-05-25* cygtls.cc (_cygtls::call): Call call2 using _my_tls.Christopher Faylor7-112/+104
2006-05-24update to newer autoconfChristopher Faylor43-9205/+39465
2006-05-24* strace.cc (proc_child): Propagate return code from child process.Christopher Faylor2-5/+16
2006-05-24* fhandler.cc (readv): Remove nonsensical assert.Christopher Faylor2-2/+4
2006-05-24* select.cc (start_thread_socket): Delay setting thread local exitsock until weChristopher Faylor4-1549/+4838
2006-05-24* select.cc (start_thread_socket): Clean up exitsock in case of error. UseChristopher Faylor2-2/+9
2006-05-22* child_info.h (_CI_SAW_CTRL_C): New enum.Christopher Faylor7-12/+50
2006-05-21* fhandle.h (fhandler_pipe::create_guard): Revert change which eliminatedChristopher Faylor3-32/+64
2006-05-21check in missing fileChristopher Faylor1-11/+25
2006-05-21 * lib/uuid.c (IID_IRpcProxyBuffer34): Remove definition.Danny Smith2-3/+6
2006-05-21typoChristopher Faylor1-1/+1
2006-05-21* debug.cc (add_handle): Print handle value when collision detected.Christopher Faylor6-46/+71
2006-05-20* fhandler_tty.cc (fhandler_tty::close): Remove problematic hExeced guard.Christopher Faylor2-12/+18
2006-05-20* fhandler_tty.cc (fhandler_tty_slave::open): Reinstate call to need_invisibleChristopher Faylor2-1/+8
2006-05-20fix incorrect function name in old entryChristopher Faylor1-1/+1
2006-05-19* fhandler_console.cc (fhandler_console::need_invisible): Allocate an invisibleChristopher Faylor2-5/+10