aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/dtable.cc
AgeCommit message (Expand)AuthorFilesLines
2012-08-10This commit was manufactured by cvs2svn to create tag 'cygwin-cygwin-1_7_14-releasecvs2svn1-16/+5
2012-07-06 In terms of network related functionality, rely on Winsock definitionsCorinna Vinschen1-1/+0
2012-06-04* dtable.cc (dtable::dup3): Only return with lock set when O_EXCL flag isChristopher Faylor1-1/+9
2012-06-03* DevNotes: Add entry cgf-000011.Christopher Faylor1-4/+7
2012-05-22 * devices.in: Fix native name of /dev/kmem.Corinna Vinschen1-0/+1
2012-04-21* dtable.cc (fh_alloc): Only disallow opening of nonexistent on-disk device.Christopher Faylor1-3/+3
2012-04-19* dtable.cc (fh_alloc): Keep fh which was flagged as error if it is for anChristopher Faylor1-2/+9
2012-04-18* fhandler.h (fhandler_base::nohandle): Revert to standard implementation.Christopher Faylor1-2/+2
2012-04-07* dtable.cc (cygwin_attach_handle_to_fd): Defend against NULL return fromChristopher Faylor1-0/+5
2012-04-02 * devices.h (FH_CYGDRIVE): Define as DEV_VIRTFS_MAJOR class device.Corinna Vinschen1-3/+3
2012-04-02 * devices.h (FH_DEV): Define as DEV_VIRTFS_MAJOR class device.Corinna Vinschen1-3/+3
2012-04-01* dtable.cc (dtable::fixup_close): Define new function.Christopher Faylor1-9/+23
2012-03-29 * Makefile.in (DLL_OFILES): Add fhandler_dev.o.Corinna Vinschen1-0/+3
2012-03-20* dtable.cc (set_std_handle): Call SetStdHandle with NULL if fd is closed.Christopher Faylor1-2/+5
2012-03-10* dtable.cc (fh_alloc): Treat pc.dev as unsigned.Christopher Faylor1-1/+1
2012-02-15 * dtable.cc (dtable::init_std_file_from_handle): Use tmp_pathbuf forCorinna Vinschen1-3/+4
2012-02-14* pinfo.cc (_pinfo::set_ctty): Revert 2012-02-07 change to skip function if ttyChristopher Faylor1-10/+2
2012-02-14 * cygheap.cc (init_cygheap::init_installation_root): Convert functionCorinna Vinschen1-2/+3
2012-02-09* dtable.cc (dtable::init_std_file_from_handle): Reinstate opening tty handlesChristopher Faylor1-1/+1
2012-02-01* dtable.cc (dtable::dup_worker): Add comment explaining why refcnt isn'tChristopher Faylor1-3/+7
2012-01-22* cygheap.h (cygheap_fdmanip::release): Simplify.Christopher Faylor1-18/+5
2012-01-11Update copyright on all files checked in so far this year.Christopher Faylor1-1/+1
2012-01-08* dtable.cc (dtable::stdio_init): Always initialize console when we have one.Christopher Faylor1-5/+1
2011-12-17Clean up whitespace.Christopher Faylor1-2/+2
2011-12-17Implement fhandler reference counting.Christopher Faylor1-3/+15
2011-12-03Throughout, remove extra space after function name from debugging output.Christopher Faylor1-1/+1
2011-11-08* fhandler.h (__ptsname): New macro.Christopher Faylor1-1/+1
2011-10-22* dtable.cc (dtable::delete_archetype): Improve debugging output.Christopher Faylor1-58/+74
2011-10-20Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.Christopher Faylor1-6/+12
2011-10-15* cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor1-33/+81
2011-10-11* cygwin.din: Remove some _tc* exports. Add tcgetsid().Christopher Faylor1-1/+1
2011-10-11* dtable.cc (fh_alloc): Don't parse /dev/tty if ctty is < 0. Reset major/minorChristopher Faylor1-4/+8
2011-08-19* dtable.cc: Mark some const variables as static.Christopher Faylor1-4/+4
2011-08-18 * dtable.cc (dtable::get_debugger_info): Add missing braces.Corinna Vinschen1-7/+9
2011-07-04 * dtable.cc (dtable::init_std_file_from_handle): Change test for consoleCorinna Vinschen1-1/+1
2011-07-01* dtable.cc (cnew): Fix whitespace.Christopher Faylor1-1/+1
2011-06-30 * dtable.cc (fh_oom): Remove.Corinna Vinschen1-45/+37
2011-06-30 * dtable.cc (fh_oom): New static fhandler storage.Corinna Vinschen1-3/+18
2011-06-17 * dtable.cc (handle_to_fn): Accommodate name change of pty named pipes,Corinna Vinschen1-2/+2
2011-06-14* cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.Christopher Faylor1-10/+5
2011-06-12Rename FH_BAD to FH_NADA throughout.Christopher Faylor1-5/+8
2011-06-06whitespace eliminationChristopher Faylor1-9/+9
2011-05-31* dtable.cc (dtable::select_write): Add missing argument to debug_printf.Christopher Faylor1-1/+1
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor1-14/+16
2011-05-05* cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().Christopher Faylor1-126/+44
2011-04-17* cygheap.h (init_cygheap::ctty): Use base class so that console can join inChristopher Faylor1-7/+1
2011-04-04 * dtable.cc (dtable::init_std_file_from_handle): Fix a comment toCorinna Vinschen1-2/+3
2011-04-01Implement /proc/sysvipc/*Yaakov Selkowitz1-0/+3
2010-09-06 * Makefile.in (DLL_OFILES): Add fhandler_procsys.o.Corinna Vinschen1-0/+3
2010-06-15 * dtable.cc (dtable::dup_worker): Reset path_conv handle in duplicatedCorinna Vinschen1-0/+1