aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
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
2006-05-21check in missing fileChristopher Faylor1-11/+25
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
2006-05-17* cygtls.cc (_cygtls::remove): Don't test for initialization since thisChristopher Faylor3-3/+9
2006-05-16correct changelog dateChristopher Faylor1-1/+1
2006-05-16* sigproc.cc (no_signals_available): Detect hwait_sig == INVALID_HANDLE_VALUE.Christopher Faylor8-85/+105
2006-05-14* ntdll.h (STATUS_INVALID_INFO_CLASS): Conditionalize.Christopher Faylor2-0/+8
2006-05-10 * Makefile.in (clean): Also delete *.dbg.Brian Dessent2-1/+5
2006-05-08* fhandler_disk_file.cc (fhandler_disk_file::readdir): Fix typo which causedChristopher Faylor2-1/+6
2006-05-02* external.cc (cygwin_internal): Set errno on failure.Christopher Faylor2-0/+5
2006-04-27 * pipe.cc (DEFAULT_PIPEBUFSIZE): Raise to 64K.Corinna Vinschen2-1/+5
2006-04-26 * fhandler.h (fhandler_base): Change fstat_helper prototypeCorinna Vinschen6-95/+124
2006-04-24* environ.cc (getearly): Force correct dereference order when inspectingChristopher Faylor2-1/+6
2006-04-24 * select.cc (thread_pipe): Raise sleep time only every 8th iteration.Corinna Vinschen2-4/+9
2006-04-23 * select.cc (thread_pipe): Raise sleep time dynamically to speed upCorinna Vinschen2-2/+15
2006-04-22* signal.cc (abort): On second thought, just set incyg once.Christopher Faylor2-4/+7
2006-04-22* abort.cc (abort): Set incyg manually to help get a reliable gdb stack trace.Christopher Faylor3-1/+10
2006-04-21* environ.cc (getearly): Use GetEnvironmentVariable and cmalloc instead ofChristopher Faylor3-26/+27
2006-04-21format comment using GNU-styleChristopher Faylor1-7/+4
2006-04-21* environ.cc (rawenv): Make this variable a file-scope static.Christopher Faylor2-38/+43
2006-04-21* tty.h (tty::hwnd): Move to tty_min.Christopher Faylor5-15/+33
2006-04-21 * environ.cc (getearly): New function.Corinna Vinschen2-2/+46
2006-04-21 * include/asm/byteorder.h (__ntohl): Fix the missing uint32_t.Corinna Vinschen2-1/+5
2006-04-21 * fhandler_socket.cc (fhandler_socket::wait): Reorder settingCorinna Vinschen2-1/+6
2006-04-21 * include/asm/byteorder.h: Include stdint.h. Per standard, changeCorinna Vinschen2-26/+24
2006-04-18* exceptions.cc (ctrl_c_handler): Only exit TRUE on CTRL_LOGOFF_EVENT when weChristopher Faylor2-20/+17
2006-04-17* mktemp.cc (_gettemp): Open temp files in binary mode.Christopher Faylor2-1/+6
2006-04-14 * fhandler_disk_file.cc (fhandler_disk_file::readdir): Use UINT32_MAXCorinna Vinschen2-2/+7
2006-04-14 * fhandler_disk_file.cc (path_conv::hasgood_inode): Make inline.Corinna Vinschen3-32/+42
2006-04-14trivial changeChristopher Faylor1-1/+0
2006-04-13* spawn.cc (spawn_guts): Move ch.set() call back to where it was supposed toChristopher Faylor2-1/+6
2006-04-13 Bump copyright dates.Corinna Vinschen1-1/+2
2006-04-13 * sysconf.cc (sysconf): Add _SC_THREADS, _SC_THREAD_ATTR_STACKSIZE,Corinna Vinschen2-0/+20