aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2006-07-05 * fhandler.h (fhandler_socket::wait): Reset default timeout to 10ms.Corinna Vinschen2-1/+5
2006-07-05 * path.cc (path_conv::check): Ignore has_ea setting, it's always unsetCorinna Vinschen2-39/+11
2006-07-05* libc/rexec.cc (cygwin_rexec): Obvious (?) fix to correct a gcc warning - setChristopher Faylor2-2/+6
2006-07-04* signal.cc (signal): Set sa_mask to sig.Christopher Faylor2-1/+5
2006-07-04 * Makefile.in (DLL_OFILES): Add rexec.o.Corinna Vinschen5-64/+430
2006-07-04 * fhandler_socket.cc (fhandler_socket::listen): Allow listening onCorinna Vinschen2-3/+22
2006-07-04 * fhandler.h (fhandler_socket::wait): Set default timeout to INFINITE.Corinna Vinschen2-1/+5
2006-07-03 * autoload.cc (NtQueryEaFile): Define.Corinna Vinschen8-302/+199
2006-07-03 * fhandler.h (class dev_console): Add `metabit' indicating theCorinna Vinschen6-3/+106
2006-07-03 * include/stdint.h (UINT8_C, UINT16_C): Unsigned types smallerCorinna Vinschen2-3/+8
2006-07-03 * net.cc (cygwin_sendto): Define appropriate parameters usingCorinna Vinschen4-27/+50
2006-07-02* include/cygwin/version.h: Bump DLL minor version number to 21.Christopher Faylor2-3/+7
2006-06-30 * net.cc (cygwin_sendto): Allow zero-sized packets.Corinna Vinschen2-3/+7
2006-06-26 Revert patches from 2005-10-22 and 2006-06-14 to use event drivenCorinna Vinschen4-67/+84
2006-06-23* fhandler_fifo.cc (fhandler_fifo::open): Release process lock and grab aChristopher Faylor4-4/+56
2006-06-15 * cygwin.din: Export __srget_r, __swbuf_r.Corinna Vinschen3-1/+9
2006-06-14 * fhandler.h (class fhandler_socket): Add private mutex handleCorinna Vinschen3-1/+49
2006-06-12* fhandler_tty.cc (fhandler_pty_master::close): Always closeChristopher Faylor2-12/+11
2006-06-12 * include/sys/wait.h: Move definition of wait constants from here...Corinna Vinschen4-22/+46
2006-06-12 * heap.cc (heap_init): Only commit if allocsize is not zero.Corinna Vinschen2-1/+5
2006-06-12 * net.cc (fdsock): Disable raising buffer sizes. Add comment toCorinna Vinschen2-2/+18
2006-06-04* ioctl.cc (ioctl): Accommodate change in reported pty master device number.Christopher Faylor3-5/+13
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-03* Makefile.in (libdl.a): New library.Christopher Faylor2-1/+8
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-02* cygheap.cc (cygheap_fixup_in_child): Don't close parent handle here. Let theChristopher Faylor8-22/+75
2006-05-31* cygtls.cc (_cygtls::call2): Don't call ExitThread on the main thread.Christopher Faylor2-1/+8
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-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 Faylor3-1318/+2082
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