aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/dtable.cc
AgeCommit message (Expand)AuthorFilesLines
2009-11-26 * dtable.cc (dtable::stdio_init): Use GetCurrentProcess() rather thanCorinna Vinschen1-3/+7
2009-11-17 Reintegrate socket duplication via WSADuplicateSocket/WSASocket.Corinna Vinschen1-0/+30
2009-10-31 * cygprops.h: New file.Corinna Vinschen1-0/+8
2009-09-22Match dup2 and fcntl error values to POSIX.Eric Blake1-1/+1
2009-08-20 * dtable.cc (build_fh_dev): Take additional bool parameter indicatingCorinna Vinschen1-6/+10
2009-08-18* dtable.cc (dtable::fixup_after_exec): Close any popen'ed file handles here.Christopher Faylor1-0/+2
2009-08-10 * dtable.cc (DEV_SOCKET): New static WCHAR string. Name ofCorinna Vinschen1-106/+110
2009-08-08 * dtable.cc (dtable::init_std_file_from_handle): Fix comment toCorinna Vinschen1-18/+12
2009-08-05* cygheap.h (cygheap_debug::endh): Delete.Christopher Faylor1-2/+2
2009-07-21 * dtable.cc (dup2): Correct return value for no-op.Corinna Vinschen1-1/+1
2009-07-06* dtable.cc (handle_to_fn): Detect failing NtQueryObject.Christopher Faylor1-2/+3
2009-07-03* dcrt0.cc (jit_debug): New global.Christopher Faylor1-4/+7
2009-06-30* select.h: New file split from fhandler.h.Christopher Faylor1-16/+17
2009-05-09 * dtable.cc (dtable::init_std_file_from_handle): Add workaround forCorinna Vinschen1-1/+26
2009-02-27* dtable.cc (dtable::select_read): Add ability to override fh.Christopher Faylor1-2/+3
2009-01-20 * devices.h (FH_PROCESSFD): New device type.Corinna Vinschen1-0/+1
2008-10-17 * dtable.cc (dtable::get_debugger_info): Call SetStdHandleCorinna Vinschen1-1/+10
2008-09-11* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor1-105/+98
2008-05-13 * path.cc (path_conv::set_normalized_path): Drop strip_tail argument.Corinna Vinschen1-2/+2
2008-04-30 * dtable.cc (dtable::release): Drop fixup_before handling.Corinna Vinschen1-32/+0
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-4/+0
2008-04-01 * Fix copyright dates.Corinna Vinschen1-1/+1
2008-03-22* dtable.cc (handle_to_fn): Modify to return true if handle represents a cygwinChristopher Faylor1-17/+30
2008-03-22* dtable.cc: Define various device-related string constants as wide characterChristopher Faylor1-126/+159
2008-03-12 * winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.Corinna Vinschen1-3/+5
2008-03-11 * dtable.cc (dtable::init_std_file_from_handle): Use tmp_pathbuf toCorinna Vinschen1-12/+16
2008-03-08 * dtable.cc (handle_to_fn): Null-terminate posix_fn in the caseBrian Dessent1-0/+1
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor1-1/+1
2008-02-07 * dtable.cc (dtable::init_std_file_from_handle): Set access toCorinna Vinschen1-1/+3
2007-12-16* dtable.cc (POSIX_NAMED_PIPE): New define.Christopher Faylor1-26/+60
2007-12-14 * dtable.cc (dtable::set_file_pointers_for_exec): Reenable. FixCorinna Vinschen1-3/+2
2007-11-26Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor1-1/+1
2007-11-08revert premature checkinChristopher Faylor1-61/+20
2007-11-08* dllfixdbg: Eliminate extra objcopy step.Christopher Faylor1-20/+61
2007-07-07Preliminary change to make fifos/pipes interruptible and fifos reliable.Christopher Faylor1-18/+0
2007-05-29 * dtable.cc (dtable::set_file_pointers_for_exec): Call SetFilePointerCorinna Vinschen1-1/+5
2007-01-17 * Makefile.in (DLL_OFILES): Add fhandler_procnet.o.Corinna Vinschen1-1/+4
2006-12-11* child_info.h (child_info_spawn::__stdin): New element.Christopher Faylor1-0/+8
2006-11-23 * devices.h: Add additional SCSI disk block device numbers perCorinna Vinschen1-0/+6
2006-11-06 * dtable.cc (build_fh_pc): Add missing DEV_SD1_MAJOR case (Thanks toCorinna Vinschen1-1/+2
2006-06-03* cygheap.cc (init_cygheap::close_ctty): Remove obsolete code.Christopher Faylor1-1/+4
2006-05-21* debug.cc (add_handle): Print handle value when collision detected.Christopher Faylor1-2/+2
2006-04-21* tty.h (tty::hwnd): Move to tty_min.Christopher Faylor1-2/+4
2006-03-23* dcrt0.cc (child_info_spawn::handle_spawn): Don't initialize the consoleChristopher Faylor1-1/+4
2006-03-13 * autoload.cc (LoadDLLfuncNt): New define to wrap NT native functions.Corinna Vinschen1-2/+3
2006-02-07 * dtable.cc (handle_to_fn): Accomodate new argument order in call toCorinna Vinschen1-1/+1
2005-12-19* fhandler.h (fhandler_pipe::fixup_in_child): Declare new function.Christopher Faylor1-1/+2
2005-11-14* cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor1-9/+6
2005-10-23* cygheap.h (cygheap_fdenum::cygheap_fdenum): Record locked state or sufferChristopher Faylor1-10/+0
2005-09-28 Revert erroneous checkin.Corinna Vinschen1-2/+2