aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/dtable.cc
AgeCommit message (Expand)AuthorFilesLines
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
2005-09-28 * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen1-2/+2
2005-09-13* dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_stateChristopher Faylor1-4/+0
2005-08-08* cygwin.sc: Use simpler method to align .cygheap.Christopher Faylor1-7/+6
2005-08-08* Makefile.in (dtable_CFLAGS): Use -fomit-frame-pointer and -fcheck-new.Christopher Faylor1-17/+27
2005-06-20fix indentationChristopher Faylor1-98/+98
2005-06-02Revert 2005-05-30 close_all_files changes.Christopher Faylor1-1/+1
2005-06-01* child_info.h (child_info::cygheap_h): Delete.Christopher Faylor1-1/+1
2005-05-13Remove PC_FULL from path_conv usage throughout.Christopher Faylor1-1/+1
2005-05-10 * Makefile.in (DLL_OFILES): Add fhandler_mailslot.o.Corinna Vinschen1-0/+3
2005-05-092005-05-09 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-0/+3
2005-04-05* sync.h (muto::operator int): New operator.Christopher Faylor1-1/+1
2005-02-23 * devices.h: Switch FH_ZERO and FH_PORT as on Linux. Add FH_FULL.Corinna Vinschen1-0/+1
2005-02-20copyrightChristopher Faylor1-1/+2
2005-02-01* cygthread.cc (cygthread::terminate_thread): Wait briefly for notificationChristopher Faylor1-3/+3
2005-01-12Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor1-3/+3
2004-12-23* path.h (path_conv::set_normalized_path): Add second argument and fill it inChristopher Faylor1-2/+2
2004-11-26* child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor1-1/+1
2004-07-23 * dtable.cc (dtable::get_debugger_info): Make stderr r/w accordingCorinna Vinschen1-1/+2
2004-06-07* dtable.cc (dtable::find_fifo): Release lock after fifo found (still racy).Christopher Faylor1-2/+7
2004-04-11* dtable.cc (dtable::extend): Change order of memcpy and cfree.Christopher Faylor1-1/+1
2004-04-10 * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen1-6/+6
2004-03-21* cygheap.cc (init_cheap): Add ability to specify minimal cygwin heap size whenChristopher Faylor1-2/+2
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2004-02-02* fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.Christopher Faylor1-2/+2
2004-01-23* configure.in: Remove NEWVFORK default.Christopher Faylor1-0/+2
2004-01-17* dtable.cc (dtable::vfork_parent_restore): Avoid double close of ctty whenChristopher Faylor1-3/+5
2004-01-16* dtable.cc (dtable::vfork_parent_restore): Store ctty_on_hold prior to callingChristopher Faylor1-1/+2
2004-01-14* cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor1-16/+26
2004-01-03* cygheap.h (init_cygheap): Play more vfork shell games and move ctty_on_holdChristopher Faylor1-1/+12
2003-12-30Move open_fhs from fhandler.h to cygheap.h for easier tracking. AccommodateChristopher Faylor1-12/+8
2003-12-27* fhandler.h (fhandler_tty_slave::archetype): Make public.Christopher Faylor1-1/+14
2003-12-23* exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor1-1/+0
2003-12-12* dtable.cc (dtable::delete_archetype): Add debugging.Christopher Faylor1-4/+10
2003-12-11* cygheap.h (cygheap_types): Add HEAP_ARCHETYPES.Christopher Faylor1-0/+33
2003-12-07Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor1-11/+5
2003-11-25* dtable.cc (build_fh_name): Set error in dummy fhandler when one is notedChristopher Faylor1-1/+3
2003-11-23white spaceChristopher Faylor1-1/+1
2003-11-19 * dtable.cc (build_fh_pc): Resurrect accidentally removedCorinna Vinschen1-0/+3
2003-11-142003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-4/+4
2003-11-14* dtable.cc (build_fh_pc): Use DEV_SERIAL_MAJOR to catch all serial ports.Christopher Faylor1-9/+3
2003-10-01* Makefile.in: Add YA method for generating devices.cc.Christopher Faylor1-94/+82
2003-09-30 * devices.h (enum fh_devices): Remove DEV_RAWDRIVE_MAJOR andCorinna Vinschen1-1/+0
2003-09-28 * devices.h: Move a few device major numbers. Fix typo of FH_UDP.Corinna Vinschen1-1/+1
2003-09-26* dtable.cc (build_fh_name): Return pointer to a 'nodevice' rather than a NULLChristopher Faylor1-2/+2
2003-09-25* devices.cc: New file.Christopher Faylor1-103/+142
2003-07-09* cygheap.cc (creturn): Set appropriate errno when out of memory.Christopher Faylor1-2/+10