summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dtable.cc
Commit message (Expand)AuthorAgeFilesLines
* * dtable.cc (fh_alloc): Only disallow opening of nonexistent on-disk device.Christopher Faylor2012-04-211-3/+3
* * dtable.cc (fh_alloc): Keep fh which was flagged as error if it is for anChristopher Faylor2012-04-191-2/+9
* * fhandler.h (fhandler_base::nohandle): Revert to standard implementation.Christopher Faylor2012-04-181-2/+2
* * dtable.cc (cygwin_attach_handle_to_fd): Defend against NULL return fromChristopher Faylor2012-04-071-0/+5
* * devices.h (FH_CYGDRIVE): Define as DEV_VIRTFS_MAJOR class device.Corinna Vinschen2012-04-021-3/+3
* * devices.h (FH_DEV): Define as DEV_VIRTFS_MAJOR class device.Corinna Vinschen2012-04-021-3/+3
* * dtable.cc (dtable::fixup_close): Define new function.Christopher Faylor2012-04-011-9/+23
* * Makefile.in (DLL_OFILES): Add fhandler_dev.o.Corinna Vinschen2012-03-291-0/+3
* * dtable.cc (set_std_handle): Call SetStdHandle with NULL if fd is closed.Christopher Faylor2012-03-201-2/+5
* * dtable.cc (fh_alloc): Treat pc.dev as unsigned.Christopher Faylor2012-03-101-1/+1
* * dtable.cc (dtable::init_std_file_from_handle): Use tmp_pathbuf forCorinna Vinschen2012-02-151-3/+4
* * pinfo.cc (_pinfo::set_ctty): Revert 2012-02-07 change to skip function if ttyChristopher Faylor2012-02-141-10/+2
* * cygheap.cc (init_cygheap::init_installation_root): Convert functionCorinna Vinschen2012-02-141-2/+3
* * dtable.cc (dtable::init_std_file_from_handle): Reinstate opening tty handlesChristopher Faylor2012-02-091-1/+1
* * dtable.cc (dtable::dup_worker): Add comment explaining why refcnt isn'tChristopher Faylor2012-02-011-3/+7
* * cygheap.h (cygheap_fdmanip::release): Simplify.Christopher Faylor2012-01-221-18/+5
* Update copyright on all files checked in so far this year.Christopher Faylor2012-01-111-1/+1
* * dtable.cc (dtable::stdio_init): Always initialize console when we have one.Christopher Faylor2012-01-081-5/+1
* Clean up whitespace.Christopher Faylor2011-12-171-2/+2
* Implement fhandler reference counting.Christopher Faylor2011-12-171-3/+15
* Throughout, remove extra space after function name from debugging output.Christopher Faylor2011-12-031-1/+1
* * fhandler.h (__ptsname): New macro.Christopher Faylor2011-11-081-1/+1
* * dtable.cc (dtable::delete_archetype): Improve debugging output.Christopher Faylor2011-10-221-58/+74
* Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.Christopher Faylor2011-10-201-6/+12
* * cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor2011-10-151-33/+81
* * cygwin.din: Remove some _tc* exports. Add tcgetsid().Christopher Faylor2011-10-111-1/+1
* * dtable.cc (fh_alloc): Don't parse /dev/tty if ctty is < 0. Reset major/minorChristopher Faylor2011-10-111-4/+8
* * dtable.cc: Mark some const variables as static.Christopher Faylor2011-08-191-4/+4
* * dtable.cc (dtable::get_debugger_info): Add missing braces.Corinna Vinschen2011-08-181-7/+9
* * dtable.cc (dtable::init_std_file_from_handle): Change test for consoleCorinna Vinschen2011-07-041-1/+1
* * dtable.cc (cnew): Fix whitespace.Christopher Faylor2011-07-011-1/+1
* * dtable.cc (fh_oom): Remove.Corinna Vinschen2011-06-301-45/+37
* * dtable.cc (fh_oom): New static fhandler storage.Corinna Vinschen2011-06-301-3/+18
* * dtable.cc (handle_to_fn): Accommodate name change of pty named pipes,Corinna Vinschen2011-06-171-2/+2
* * cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.Christopher Faylor2011-06-141-10/+5
* Rename FH_BAD to FH_NADA throughout.Christopher Faylor2011-06-121-5/+8
* whitespace eliminationChristopher Faylor2011-06-061-9/+9
* * dtable.cc (dtable::select_write): Add missing argument to debug_printf.Christopher Faylor2011-05-311-1/+1
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-14/+16
* * cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().Christopher Faylor2011-05-051-126/+44
* * cygheap.h (init_cygheap::ctty): Use base class so that console can join inChristopher Faylor2011-04-171-7/+1
* * dtable.cc (dtable::init_std_file_from_handle): Fix a comment toCorinna Vinschen2011-04-041-2/+3
* Implement /proc/sysvipc/*Yaakov Selkowitz2011-04-011-0/+3
* * Makefile.in (DLL_OFILES): Add fhandler_procsys.o.Corinna Vinschen2010-09-061-0/+3
* * dtable.cc (dtable::dup_worker): Reset path_conv handle in duplicatedCorinna Vinschen2010-06-151-0/+1
* * dtable.cc (dtable::init_std_file_from_handle): Set access mask forCorinna Vinschen2010-04-211-2/+3
* * dtable.cc (dtable::init_std_file_from_handle): Set dev toCorinna Vinschen2010-04-191-3/+15
* * dtable.cc (dtable::init_std_file_from_handle): Avoid adding fh to fdtab untilChristopher Faylor2010-04-021-6/+4
* * cygwin.din (dup3): Export.Corinna Vinschen2010-01-141-11/+14
* * dtable.cc (build_fh_name_worker): Remove. Move all functionalityCorinna Vinschen2010-01-121-22/+4