summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * fhandler_tty.cc (fhandler_pty_master::close): Always closeChristopher Faylor2006-06-122-12/+11
* * include/sys/wait.h: Move definition of wait constants from here...Corinna Vinschen2006-06-124-22/+46
* * winsup.api/user_malloc.c: New file.Corinna Vinschen2006-06-122-0/+220
* * heap.cc (heap_init): Only commit if allocsize is not zero.Corinna Vinschen2006-06-122-1/+5
* * net.cc (fdsock): Disable raising buffer sizes. Add comment toCorinna Vinschen2006-06-122-2/+18
* [mingw-Bugs-1424461]Danny Smith2006-06-1241-8549/+8717
* 2006-06-10 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2006-06-102-2/+8
* 2006-06-10 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2006-06-104-4/+29
* 2006-06-10 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2006-06-105-13/+40
* 2006-06-10 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2006-06-104-9/+28
* 2006-06-09 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2006-06-103-104/+113
* 2006-06-09 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2006-06-096-34/+82
* 2006-06-08 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2006-06-0810-66/+174
* Missed uuid.c on last commitChris Sutcliffe2006-06-071-57/+0
* 2006-06-07 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2006-06-075-3/+113
* ChangeLog amendment for entries dated 2006-04-18 by Thorsten DahlheimerKeith Marshall2006-06-041-14/+27
* * ioctl.cc (ioctl): Accommodate change in reported pty master device number.Christopher Faylor2006-06-043-5/+13
* 2006-06-04 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2006-06-045-5/+30
* * cygtls.h (CYGTLS_PADSIZE): Reset to a size that XP SP1 seems to like.Christopher Faylor2006-06-043-63/+69
* fix wordingChristopher Faylor2006-06-031-1/+2
* * cygthread.cc (cygthread::terminate_thread): In debugging output, use name ofChristopher Faylor2006-06-035-25/+35
* * dcrt0.cc (dll_crt0_0): Call tty_list::init_session here.Christopher Faylor2006-06-039-77/+157
* Expand ChangeLog entryChris Sutcliffe2006-06-031-1/+3
* * Makefile.in (libdl.a): New library.Christopher Faylor2006-06-032-1/+8
* * include/strmif.h (VMRDeinterlaceTech): Correct typedef for DeinterlaceTech_*Danny Smith2006-06-032-1/+6
* * include/strmif.h (enum tagAnalogVideoStandard): Add missing ','.Danny Smith2006-06-032-1/+5
* 2006-06-02 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2006-06-033-8/+16
* * fhandler_tty.cc (fhandler_pty_master::close): Don't close handles if we don'tChristopher Faylor2006-06-032-6/+29
* * cygheap.cc (init_cygheap::close_ctty): Remove obsolete code.Christopher Faylor2006-06-035-36/+26
* (check in missing ChangeLog lines)Christopher Faylor2006-06-031-0/+6
* * cygtls.h (CYGTLS_PADSIZE): Bump up or suffer a regrettable collision with theChristopher Faylor2006-06-035-68/+74
* * fhandler.cc (fhandler_base::fixup_after_exec): Declare here.Christopher Faylor2006-06-028-333/+311
* Add faq.setup.automatedJoshua Daniel Franklin2006-06-022-0/+53
* Replace references to depracated Win32_Winsock macro with __USE_W32_WINSOCKJoshua Daniel Franklin2006-06-022-6/+16
* * cygheap.cc (cygheap_fixup_in_child): Don't close parent handle here. Let theChristopher Faylor2006-06-028-22/+75
* Expand wildcards in Dimitri Papadopoulos Changelog entries of:Danny Smith2006-05-311-32/+269
* * cygtls.cc (_cygtls::call2): Don't call ExitThread on the main thread.Christopher Faylor2006-05-312-1/+8
* * winsup.api/cygload.h: Increase padding to 32768.Christopher Faylor2006-05-312-1/+5
* * winf.h (MAXCYGWINCMDLEN): Set down size to 30000 or suffer fork errors.Christopher Faylor2006-05-292-3/+8
* * sigproc.cc (child_info::proc_retry): Mask all of the bits we're interestedChristopher Faylor2006-05-292-1/+6
* Put an underscore in front of the "active" in "strace.active".Christopher Faylor2006-05-281-1/+1
* white spaceChristopher Faylor2006-05-2819-91/+91
* * dll_init.cc (dll_dllcrt0): Previous change didn't work very well with fork.Christopher Faylor2006-05-272-2/+10
* * thread.cc (verifyable_object_isvalid): Check for NULL specifically.Christopher Faylor2006-05-272-4/+10
* add missing commentChristopher Faylor2006-05-271-0/+6
* * dll_init.cc (dll_dllcrt0): Call _my_tls.init_exception_handler if we'veChristopher Faylor2006-05-272-3/+12
* Expand 2006-05-03 Dimitri Papadopoulos wildcards in ChangelogDanny Smith2006-05-251-3/+6
* Expand 2006-05-02 Dimitri Papadopoulos wildcards in ChangelogDanny Smith2006-05-251-7/+62
* * debug.h (ModifyHandle): Define new macro.Christopher Faylor2006-05-256-8/+50
* * cygtls.cc (_cygtls::call): Call call2 using _my_tls.Christopher Faylor2006-05-257-112/+104