summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
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
* * 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
* * ioctl.cc (ioctl): Accommodate change in reported pty master device number.Christopher Faylor2006-06-043-5/+13
* * 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
* * Makefile.in (libdl.a): New library.Christopher Faylor2006-06-032-1/+8
* * 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
* * cygheap.cc (cygheap_fixup_in_child): Don't close parent handle here. Let theChristopher Faylor2006-06-028-22/+75
* * cygtls.cc (_cygtls::call2): Don't call ExitThread on the main thread.Christopher Faylor2006-05-312-1/+8
* * 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
* * 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
* update to newer autoconfChristopher Faylor2006-05-243-1318/+2082
* * fhandler.cc (readv): Remove nonsensical assert.Christopher Faylor2006-05-242-2/+4
* * select.cc (start_thread_socket): Delay setting thread local exitsock until weChristopher Faylor2006-05-244-1549/+4838
* * select.cc (start_thread_socket): Clean up exitsock in case of error. UseChristopher Faylor2006-05-242-2/+9
* * child_info.h (_CI_SAW_CTRL_C): New enum.Christopher Faylor2006-05-227-12/+50
* * fhandle.h (fhandler_pipe::create_guard): Revert change which eliminatedChristopher Faylor2006-05-213-32/+64
* check in missing fileChristopher Faylor2006-05-211-11/+25
* typoChristopher Faylor2006-05-211-1/+1
* * debug.cc (add_handle): Print handle value when collision detected.Christopher Faylor2006-05-216-46/+71
* * fhandler_tty.cc (fhandler_tty::close): Remove problematic hExeced guard.Christopher Faylor2006-05-202-12/+18
* * fhandler_tty.cc (fhandler_tty_slave::open): Reinstate call to need_invisibleChristopher Faylor2006-05-202-1/+8
* fix incorrect function name in old entryChristopher Faylor2006-05-201-1/+1
* * fhandler_console.cc (fhandler_console::need_invisible): Allocate an invisibleChristopher Faylor2006-05-192-5/+10
* * cygtls.cc (_cygtls::remove): Don't test for initialization since thisChristopher Faylor2006-05-173-3/+9
* correct changelog dateChristopher Faylor2006-05-161-1/+1
* * sigproc.cc (no_signals_available): Detect hwait_sig == INVALID_HANDLE_VALUE.Christopher Faylor2006-05-168-85/+105
* * ntdll.h (STATUS_INVALID_INFO_CLASS): Conditionalize.Christopher Faylor2006-05-142-0/+8
* * Makefile.in (clean): Also delete *.dbg.Brian Dessent2006-05-102-1/+5
* * fhandler_disk_file.cc (fhandler_disk_file::readdir): Fix typo which causedChristopher Faylor2006-05-082-1/+6
* * external.cc (cygwin_internal): Set errno on failure.Christopher Faylor2006-05-022-0/+5
* * pipe.cc (DEFAULT_PIPEBUFSIZE): Raise to 64K.Corinna Vinschen2006-04-272-1/+5
* * fhandler.h (fhandler_base): Change fstat_helper prototypeCorinna Vinschen2006-04-266-95/+124
* * environ.cc (getearly): Force correct dereference order when inspectingChristopher Faylor2006-04-242-1/+6