aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
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
2006-04-13* spawn.cc (spawn_guts): Revert patch which treated derived cygwin programsChristopher Faylor4-9/+35
2006-04-12* Makefile.in (DLL_OFILES): Add winf.o.Christopher Faylor6-193/+244
2006-04-05* fhandler_socket.cc: Move iptypes.h include after winsock2 since it now reliesChristopher Faylor3-2/+8
2006-04-05* dcrt0.cc (dll_crt0_0): Move user_data->{resourcelocks,threadinterface}Christopher Faylor2-2/+9
2006-04-04 * net.cc (fdsock): Raise default SO_RCVBUF/SO_SNDBUF buffer sizes toCorinna Vinschen2-0/+14
2006-04-03* child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor3-21/+31
2006-04-03 * spawn.cc (linebuf::finish): Drop argument. Don't check command lineCorinna Vinschen2-10/+12
2006-04-03* dcrt0.cc (sm): Delete.Christopher Faylor2-3/+13
2006-03-31 * fhandler_disk_file.cc (FS_IS_SAMBA_WITH_QUOTA): New define.Corinna Vinschen2-5/+23
2006-03-30 * security.h (sec_user_nih): Make sid1 argument mandatory.Corinna Vinschen2-2/+9
2006-03-30* sigproc.cc (wait_for_sigthread): Use the current user sid when setting up theChristopher Faylor2-1/+7
2006-03-29* dcrt0.cc (child_info_fork::handle_fork): Set uid/gid in myself so that it canChristopher Faylor5-33/+57
2006-03-27* spawn.cc (spawn_guts): Close handles if we know that we will not be seeing aChristopher Faylor2-9/+16
2006-03-27* sigproc.cc (wait_sig): Move myself manipulation...Christopher Faylor2-8/+10
2006-03-24 * fhandler_floppy.cc: Include ntdef.h and ntdll.h.Corinna Vinschen3-54/+122
2006-03-23* fhandler_console.cc (fhandler_console::fixup_after_fork_exec): Make errorChristopher Faylor3-3/+10