summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dtable.cc
Commit message (Expand)AuthorAgeFilesLines
* * dtable.cc (dtable::release): Drop fixup_before handling.Corinna Vinschen2008-04-301-32/+0
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-4/+0
* * Fix copyright dates.Corinna Vinschen2008-04-011-1/+1
* * dtable.cc (handle_to_fn): Modify to return true if handle represents a cygwinChristopher Faylor2008-03-221-17/+30
* * dtable.cc: Define various device-related string constants as wide characterChristopher Faylor2008-03-221-126/+159
* * winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.Corinna Vinschen2008-03-121-3/+5
* * dtable.cc (dtable::init_std_file_from_handle): Use tmp_pathbuf toCorinna Vinschen2008-03-111-12/+16
* * dtable.cc (handle_to_fn): Null-terminate posix_fn in the caseBrian Dessent2008-03-081-0/+1
* Perform whitespace cleanup throughout.Christopher Faylor2008-02-151-1/+1
* * dtable.cc (dtable::init_std_file_from_handle): Set access toCorinna Vinschen2008-02-071-1/+3
* * dtable.cc (POSIX_NAMED_PIPE): New define.Christopher Faylor2007-12-161-26/+60
* * dtable.cc (dtable::set_file_pointers_for_exec): Reenable. FixCorinna Vinschen2007-12-141-3/+2
* Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor2007-11-261-1/+1
* revert premature checkinChristopher Faylor2007-11-081-61/+20
* * dllfixdbg: Eliminate extra objcopy step.Christopher Faylor2007-11-081-20/+61
* Preliminary change to make fifos/pipes interruptible and fifos reliable.Christopher Faylor2007-07-071-18/+0
* * dtable.cc (dtable::set_file_pointers_for_exec): Call SetFilePointerCorinna Vinschen2007-05-291-1/+5
* * Makefile.in (DLL_OFILES): Add fhandler_procnet.o.Corinna Vinschen2007-01-171-1/+4
* * child_info.h (child_info_spawn::__stdin): New element.Christopher Faylor2006-12-111-0/+8
* * devices.h: Add additional SCSI disk block device numbers perCorinna Vinschen2006-11-231-0/+6
* * dtable.cc (build_fh_pc): Add missing DEV_SD1_MAJOR case (Thanks toCorinna Vinschen2006-11-061-1/+2
* * cygheap.cc (init_cygheap::close_ctty): Remove obsolete code.Christopher Faylor2006-06-031-1/+4
* * debug.cc (add_handle): Print handle value when collision detected.Christopher Faylor2006-05-211-2/+2
* * tty.h (tty::hwnd): Move to tty_min.Christopher Faylor2006-04-211-2/+4
* * dcrt0.cc (child_info_spawn::handle_spawn): Don't initialize the consoleChristopher Faylor2006-03-231-1/+4
* * autoload.cc (LoadDLLfuncNt): New define to wrap NT native functions.Corinna Vinschen2006-03-131-2/+3
* * dtable.cc (handle_to_fn): Accomodate new argument order in call toCorinna Vinschen2006-02-071-1/+1
* * fhandler.h (fhandler_pipe::fixup_in_child): Declare new function.Christopher Faylor2005-12-191-1/+2
* * cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor2005-11-141-9/+6
* * cygheap.h (cygheap_fdenum::cygheap_fdenum): Record locked state or sufferChristopher Faylor2005-10-231-10/+0
* Revert erroneous checkin.Corinna Vinschen2005-09-281-2/+2
* * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen2005-09-281-2/+2
* * dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_stateChristopher Faylor2005-09-131-4/+0
* * cygwin.sc: Use simpler method to align .cygheap.Christopher Faylor2005-08-081-7/+6
* * Makefile.in (dtable_CFLAGS): Use -fomit-frame-pointer and -fcheck-new.Christopher Faylor2005-08-081-17/+27
* fix indentationChristopher Faylor2005-06-201-98/+98
* Revert 2005-05-30 close_all_files changes.Christopher Faylor2005-06-021-1/+1
* * child_info.h (child_info::cygheap_h): Delete.Christopher Faylor2005-06-011-1/+1
* Remove PC_FULL from path_conv usage throughout.Christopher Faylor2005-05-131-1/+1
* * Makefile.in (DLL_OFILES): Add fhandler_mailslot.o.Corinna Vinschen2005-05-101-0/+3
* 2005-05-09 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2005-05-091-0/+3
* * sync.h (muto::operator int): New operator.Christopher Faylor2005-04-051-1/+1
* * devices.h: Switch FH_ZERO and FH_PORT as on Linux. Add FH_FULL.Corinna Vinschen2005-02-231-0/+1
* copyrightChristopher Faylor2005-02-201-1/+2
* * cygthread.cc (cygthread::terminate_thread): Wait briefly for notificationChristopher Faylor2005-02-011-3/+3
* Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor2005-01-121-3/+3
* * path.h (path_conv::set_normalized_path): Add second argument and fill it inChristopher Faylor2004-12-231-2/+2
* * child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor2004-11-261-1/+1
* * dtable.cc (dtable::get_debugger_info): Make stderr r/w accordingCorinna Vinschen2004-07-231-1/+2
* * dtable.cc (dtable::find_fifo): Release lock after fifo found (still racy).Christopher Faylor2004-06-071-2/+7