summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dtable.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * dtable.cc (dtable::extend): Change order of memcpy and cfree.Christopher Faylor2004-04-111-1/+1
* * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen2004-04-101-6/+6
* * cygheap.cc (init_cheap): Add ability to specify minimal cygwin heap size whenChristopher Faylor2004-03-211-2/+2
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* * fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.Christopher Faylor2004-02-021-2/+2
* * configure.in: Remove NEWVFORK default.Christopher Faylor2004-01-231-0/+2
* * dtable.cc (dtable::vfork_parent_restore): Avoid double close of ctty whenChristopher Faylor2004-01-171-3/+5
* * dtable.cc (dtable::vfork_parent_restore): Store ctty_on_hold prior to callingChristopher Faylor2004-01-161-1/+2
* * cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor2004-01-141-16/+26
* * cygheap.h (init_cygheap): Play more vfork shell games and move ctty_on_holdChristopher Faylor2004-01-031-1/+12
* Move open_fhs from fhandler.h to cygheap.h for easier tracking. AccommodateChristopher Faylor2003-12-301-12/+8
* * fhandler.h (fhandler_tty_slave::archetype): Make public.Christopher Faylor2003-12-271-1/+14
* * exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor2003-12-231-1/+0
* * dtable.cc (dtable::delete_archetype): Add debugging.Christopher Faylor2003-12-121-4/+10
* * cygheap.h (cygheap_types): Add HEAP_ARCHETYPES.Christopher Faylor2003-12-111-0/+33
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-071-11/+5