aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler.h
AgeCommit message (Expand)AuthorFilesLines
2013-10-15 * autoload.cc (CryptAcquireContextW): Remove.Corinna Vinschen1-3/+1
2013-07-15 Remove /dev/mem, /dev/kmem, /dev/port support.Corinna Vinschen1-41/+0
2013-06-04 * fhandler.cc (fhandler_base::lock): Move to flock.cc.Corinna Vinschen1-2/+4
2013-06-02 * autoload.cc (CancelSynchronousIo): Define.Corinna Vinschen1-0/+3
2013-05-21 * fhandler.h (class fhandler_dev_random): Change type of pseudo toCorinna Vinschen1-1/+1
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-105/+109
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor1-130/+129
2013-01-11 * fhandler.h (class dev_console): Flag for expanded control sequence.Corinna Vinschen1-1/+2
2012-10-13 * fhandler.h (class fhandler_dev_raw): Add members devbufalloc andCorinna Vinschen1-1/+2
2012-08-16whitespace cleanupChristopher Faylor1-1/+1
2012-08-01 * fhandler.h (fhandler_socket::recv_internal): Add bool parameter.Corinna Vinschen1-1/+1
2012-07-02 * fhandler.h (class fhandler_dev_clipboard): Remove member eof.Corinna Vinschen1-1/+0
2012-06-03* DevNotes: Add entry cgf-000011.Christopher Faylor1-9/+2
2012-05-23 * fhandler.h (refcnt): Add i interlocked. Explain why.Corinna Vinschen1-1/+5
2012-05-12* DevNotes: Add entry cgf-000005.Christopher Faylor1-1/+1
2012-04-30* fhandler.h (PIPE_ADD_PID): Define new flag.Christopher Faylor1-2/+6
2012-04-25 * fhandler.h (class dev_console): Add member ext_mouse_mode5.Corinna Vinschen1-0/+1
2012-04-24 * fhandler.h (class dev_console): Add members ext_mouse_mode6 andCorinna Vinschen1-0/+2
2012-04-18* fhandler.h (fhandler_base::nohandle): Revert to standard implementation.Christopher Faylor1-8/+1
2012-04-15wincap.h: Rename assitant to assistant throughout. wincap.cc: Ditto.Christopher Faylor1-0/+1
2012-04-06* fhandler.h (fhandler_base::nohandle): Implement "by hand" rather than throughChristopher Faylor1-1/+8
2012-04-05* fhandler.h (fhandler_pty_common::bytes_available): Declare new function.Christopher Faylor1-0/+2
2012-04-02 * fhandler.h (fhandler_base::stat_fixup): Rename fromCorinna Vinschen1-1/+1
2012-04-02 * fhandler.h (fhandler_base::set_ino_and_dev): Declare.Corinna Vinschen1-0/+1
2012-04-02 * fhandler.h (fhandler_dev::open): Declare.Corinna Vinschen1-0/+5
2012-03-31(Interim checkin while we work on this)Christopher Faylor1-1/+1
2012-03-29 * Makefile.in (DLL_OFILES): Add fhandler_dev.o.Corinna Vinschen1-0/+29
2012-03-26 * fhandler.h (class fhandler_dev_clipboard): Add fstat method.Corinna Vinschen1-0/+1
2012-03-12Christopher Faylor <me.cygwin2012@cgf.cx>Christopher Faylor1-0/+1
2012-02-28tcgetsid: fix return typeEric Blake1-2/+2
2012-02-07* cygheap.cc (init_cygheap::manage_console_count): Delete.Christopher Faylor1-1/+1
2012-01-22* fhandler.h (fhandler_fifo::arm): Declare new function.Christopher Faylor1-0/+1
2012-01-22* cygheap.h (cygheap_fdget::~cygheap_fdget): Simplify now that refcnt reportsChristopher Faylor1-1/+5
2012-01-20 * fhandler.h (fhandler_registry::opendir): Declare.Corinna Vinschen1-0/+1
2012-01-11Update copyright on all files checked in so far this year.Christopher Faylor1-5/+7
2011-12-17Implement fhandler reference counting.Christopher Faylor1-1/+5
2011-12-13* cygthread.h (cygthread::name): Very minor formatting tweak.Christopher Faylor1-1/+0
2011-11-29* sigproc.cc (remove_proc): Don't terminate the currently executing thread.Christopher Faylor1-65/+72
2011-11-23* fhandler.h (fhandler_pipe::create): Rename from the misnamedChristopher Faylor1-2/+3
2011-11-08* fhandler.h (__ptsname): New macro.Christopher Faylor1-0/+1
2011-11-07* cygwin.din (ptsname_r): Export.Christopher Faylor1-2/+2
2011-10-30* fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, takeChristopher Faylor1-96/+83
2011-10-22* dtable.cc (dtable::delete_archetype): Improve debugging output.Christopher Faylor1-39/+32
2011-10-20* fhandler.h (fhandler*::copyto): Free path_conv strings first.Christopher Faylor1-0/+32
2011-10-15* cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor1-66/+549
2011-10-11* cygwin.din: Remove some _tc* exports. Add tcgetsid().Christopher Faylor1-2/+9
2011-10-10 * fhandler.h (fhandler_process::closedir): Declare.Corinna Vinschen1-0/+1
2011-10-07* fhandler.h (fhandler_console::tc_getpgid): New function.Christopher Faylor1-0/+1
2011-08-12 * fhandler.h (fhandler_proc::opendir): Declare.Corinna Vinschen1-0/+2
2011-07-31 * fhandler.h (class fhandler_dev_mem): Remove dup method declaration.Corinna Vinschen1-1/+0