summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler.h
Commit message (Expand)AuthorAgeFilesLines
* Replace bogus resize-window-to-clear-screen logic.cygnal-release-2.5.2Kaz Kylheku2016-07-271-1/+1
* Console: provide VT100-like end-of-line print behavior.Kaz Kylheku2016-07-011-0/+1
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* mmap: Fix size restriction of maps due to using 32 bit size typeCorinna Vinschen2016-05-201-3/+3
* Be truthful about reporting whether readahead is availableJohannes Schindelin2016-04-051-1/+2
* Move get_nonascii_key into fhandler_console.John Hood2016-03-201-0/+1
* Implement getentropy for CygwinCorinna Vinschen2016-03-181-2/+0
* Make requested console reports workThomas Wolff2016-03-161-0/+6
* Implement POSIX.1e ACL functionsCorinna Vinschen2016-03-081-0/+5
* Fix previous fix for generating unique inode numbers for socketsCorinna Vinschen2016-01-111-0/+2
* Return unique inode numbers when calling stat/fstat on pipes and IP socketsCorinna Vinschen2016-01-111-4/+7
* Fetch and store FileAllInformation rather than FileNetworkOpenInformationCorinna Vinschen2015-12-101-2/+1
* Reapply POSIX ACL changes.Corinna Vinschen2015-11-181-0/+1
* Cygwin: Try to fix potential data corruption in pipe writeCorinna Vinschen2015-08-151-1/+8
* Fix OPOST for non-Cygwin pty slavesTakashi Yano2015-04-231-0/+9
* TIOCPKT mode of PTY is broken if ONLCR bit is cleared.Takashi Yano2015-04-231-2/+3
* * fhandler.h (fhandler_base::get_echo_handle): New virtual method.Corinna Vinschen2015-03-051-0/+3
* * fhandler.h (class fhandler_base): Add was_nonblocking status flag.Corinna Vinschen2015-02-241-1/+6
* * path.h (path_conv): Make path_flags private. Rename known_suffix toCorinna Vinschen2015-02-151-3/+3
* * fhandler.h (class fhandler_process): Add fd_type member.Corinna Vinschen2015-01-221-1/+2
* * fhandler.h (fhandler_termios::line_edit): Add parameter to returnCorinna Vinschen2014-11-131-1/+2
* * fhandler_socket.cc (fhandler_socket::af_local_connect): DropCorinna Vinschen2014-10-261-5/+4
* Add setsockopt(sd, SOL_SOCKET, SO_PEERCRED, NULL, 0) to disableCorinna Vinschen2014-10-111-1/+4
* * fhandler.h (fhandler_pty_slave::fch_open_handles): Add bool parameterCorinna Vinschen2014-08-271-1/+1
* * fhandler.h (enum conn_state): Add "connect_credxchg" state.Corinna Vinschen2014-08-191-5/+6
* * fhandler.h (fhandler_serial::is_tty): Reinstantiate.Corinna Vinschen2014-08-191-0/+1
* * dtable.cc (dtable::init_std_file_from_handle): Mention that consoleCorinna Vinschen2014-08-181-7/+13
* * DevNotes: Add entry cgf-000026.Christopher Faylor2014-04-261-0/+1
* * fhandler.h (fhandler_dev_dsp): Remove variable names from declarations.Christopher Faylor2014-03-191-11/+11
* * sigproc.h (no_thread_exit_protect): New class.Christopher Faylor2014-03-171-1/+8
* * fhandler.h (dev_console::b): Redefine as CONSOLE_SCREEN_BUFFER_INFO for useChristopher Faylor2014-03-101-1/+1
* * fhandler.h (fhandler_console::dwBufferSize): Delete.Christopher Faylor2014-03-091-11/+11
* * fhandler.h (fhandler_console::scroll_buffer_screen): New function.Christopher Faylor2014-02-261-0/+1
* * fhandler.h (dev_console::is_fullscreen): Delete.Christopher Faylor2014-02-231-6/+7
* * DevNotes: Add entry cgf-000024.Christopher Faylor2014-02-161-16/+17
* * fhandler.h (cltype): Add cl_buf_beg, cl_buf_end.Christopher Faylor2014-01-311-1/+3
* * fhandler.h: Update copyright.Christopher Faylor2014-01-041-3/+12
* * fhandler.h (fhandler_pty_master::~fhandler_pty_master): Delete.Christopher Faylor2013-12-171-1/+0
* * fhandler.h (fhandler_dev_clipboard): Add private memberCorinna Vinschen2013-12-101-0/+3
* * devices.in (dev_cygdrive_storage): Revert mapping to \Device\Null.Corinna Vinschen2013-10-311-0/+2
* * devices.in (dev_cygdrive_storage): Map to \Device\Null.Corinna Vinschen2013-10-301-3/+4
* * devices.in (dev_storage): Map /dev/clipboard to \Device\Null.Corinna Vinschen2013-10-251-1/+0
* * devices.in (dev_storage): Map /dev/random and /dev/urandom toCorinna Vinschen2013-10-251-3/+2
* * fhandler.h (fhandler_dev_zero::lseek): Convert to inline method.Corinna Vinschen2013-10-241-4/+3
* * external.cc (fillout_pinfo): If start_time is 0, wait a while beforeChristopher Faylor2013-10-241-1/+1
* * devices.in (dev_storage): Map /dev/zero and /dev/full to \Device\Null.Corinna Vinschen2013-10-241-3/+3
* * fhandler.h (fhandler_base::cleanup): Mark as extern rather than inline.Christopher Faylor2013-10-221-1/+1
* * autoload.cc (CryptAcquireContextW): Remove.Corinna Vinschen2013-10-151-3/+1
* Remove /dev/mem, /dev/kmem, /dev/port support.Corinna Vinschen2013-07-151-41/+0
* * fhandler.cc (fhandler_base::lock): Move to flock.cc.Corinna Vinschen2013-06-041-2/+4