summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler.h
Commit message (Expand)AuthorAgeFilesLines
...
* * fhandler.h (PIPE_ADD_PID): Define new flag.Christopher Faylor2012-04-301-2/+6
* * fhandler.h (class dev_console): Add member ext_mouse_mode5.Corinna Vinschen2012-04-251-0/+1
* * fhandler.h (class dev_console): Add members ext_mouse_mode6 andCorinna Vinschen2012-04-241-0/+2
* * fhandler.h (fhandler_base::nohandle): Revert to standard implementation.Christopher Faylor2012-04-181-8/+1
* wincap.h: Rename assitant to assistant throughout. wincap.cc: Ditto.Christopher Faylor2012-04-151-0/+1
* * fhandler.h (fhandler_base::nohandle): Implement "by hand" rather than throughChristopher Faylor2012-04-061-1/+8
* * fhandler.h (fhandler_pty_common::bytes_available): Declare new function.Christopher Faylor2012-04-051-0/+2
* * fhandler.h (fhandler_base::stat_fixup): Rename fromCorinna Vinschen2012-04-021-1/+1
* * fhandler.h (fhandler_base::set_ino_and_dev): Declare.Corinna Vinschen2012-04-021-0/+1
* * fhandler.h (fhandler_dev::open): Declare.Corinna Vinschen2012-04-021-0/+5
* (Interim checkin while we work on this)Christopher Faylor2012-03-311-1/+1
* * Makefile.in (DLL_OFILES): Add fhandler_dev.o.Corinna Vinschen2012-03-291-0/+29
* * fhandler.h (class fhandler_dev_clipboard): Add fstat method.Corinna Vinschen2012-03-261-0/+1
* Christopher Faylor <me.cygwin2012@cgf.cx>Christopher Faylor2012-03-121-0/+1
* tcgetsid: fix return typeEric Blake2012-02-281-2/+2
* * cygheap.cc (init_cygheap::manage_console_count): Delete.Christopher Faylor2012-02-071-1/+1
* * fhandler.h (fhandler_fifo::arm): Declare new function.Christopher Faylor2012-01-221-0/+1
* * cygheap.h (cygheap_fdget::~cygheap_fdget): Simplify now that refcnt reportsChristopher Faylor2012-01-221-1/+5
* * fhandler.h (fhandler_registry::opendir): Declare.Corinna Vinschen2012-01-201-0/+1
* Update copyright on all files checked in so far this year.Christopher Faylor2012-01-111-5/+7
* Implement fhandler reference counting.Christopher Faylor2011-12-171-1/+5
* * cygthread.h (cygthread::name): Very minor formatting tweak.Christopher Faylor2011-12-131-1/+0
* * sigproc.cc (remove_proc): Don't terminate the currently executing thread.Christopher Faylor2011-11-291-65/+72
* * fhandler.h (fhandler_pipe::create): Rename from the misnamedChristopher Faylor2011-11-231-2/+3
* * fhandler.h (__ptsname): New macro.Christopher Faylor2011-11-081-0/+1
* * cygwin.din (ptsname_r): Export.Christopher Faylor2011-11-071-2/+2
* * fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, takeChristopher Faylor2011-10-301-96/+83
* * dtable.cc (dtable::delete_archetype): Improve debugging output.Christopher Faylor2011-10-221-39/+32
* * fhandler.h (fhandler*::copyto): Free path_conv strings first.Christopher Faylor2011-10-201-0/+32
* * cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor2011-10-151-66/+549
* * cygwin.din: Remove some _tc* exports. Add tcgetsid().Christopher Faylor2011-10-111-2/+9
* * fhandler.h (fhandler_process::closedir): Declare.Corinna Vinschen2011-10-101-0/+1
* * fhandler.h (fhandler_console::tc_getpgid): New function.Christopher Faylor2011-10-071-0/+1
* * fhandler.h (fhandler_proc::opendir): Declare.Corinna Vinschen2011-08-121-0/+2
* * fhandler.h (class fhandler_dev_mem): Remove dup method declaration.Corinna Vinschen2011-07-311-1/+0
* * fhandler.h (fhandler_base_overlapped::size): Declare/define size() functionChristopher Faylor2011-07-301-0/+3
* * fhandler.cc (fhandler_base::open): Drop local create_options variable.Corinna Vinschen2011-06-171-3/+14
* * fhandler_console.cc (fhandler_console::set_unit): Set pc.file_attributes() toChristopher Faylor2011-06-161-1/+1
* * cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.Christopher Faylor2011-06-141-36/+13
* Rename FH_BAD to FH_NADA throughout.Christopher Faylor2011-06-121-2/+2
* * fhandler.cc (fhandler_base_overlapped::wait_overlapped): Only raise SIGPIPEChristopher Faylor2011-06-041-6/+22
* * dtable.cc (dtable::select_write): Add missing argument to debug_printf.Christopher Faylor2011-05-311-1/+3
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-10/+7
* * fhandler.h (fhandler_base::close_with_arch): Make non-virtual.Christopher Faylor2011-05-061-2/+3
* * fhandler.h (fhandler_dev_dsp): Cosmetic change.Christopher Faylor2011-05-061-1/+1
* * fhandler.h (fhandler_socket::read): Declare.Corinna Vinschen2011-05-061-0/+2
* * cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().Christopher Faylor2011-05-051-11/+68
* * fhandler.cc (fhandler_base_overlapped::raw_read): Rename fromChristopher Faylor2011-05-051-17/+13
* * fhandler.h (class fhandler_base): Remove uninterruptible_io statusCorinna Vinschen2011-05-041-8/+2
* * fhandler.h (class fhandler_mailslot): Move down in file and changeCorinna Vinschen2011-05-041-12/+13