summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler.h
Commit message (Expand)AuthorAgeFilesLines
...
* * fhandler.h (fhandler_dev_tape::_lock): Add bool parameter.Corinna Vinschen2011-05-041-1/+1
* Throughout, use user32 UNICODE functions rather than ANSI functions.Corinna Vinschen2011-05-011-1/+0
* * fhandler.h (fhandler_socket::is_slow): Remove.Corinna Vinschen2011-05-011-1/+0
* * cygheap.h (init_cygheap::ctty): Use base class so that console can join inChristopher Faylor2011-04-171-3/+3
* Implement /proc/sysvipc/*Yaakov Selkowitz2011-04-011-0/+13
* * fhandler.h (DEFAULT_PIPEBUFSIZE): Reset to 64K.Christopher Faylor2011-03-181-1/+5
* * fhandler.cc (fhandler_base_overlapped::wait_overlapped): Remove specialChristopher Faylor2011-03-131-4/+2
* * errno.cc (errmap): Change mapping of NO_SYSTEM_RESOURCES to EFBIG.Christopher Faylor2011-03-091-7/+18
* * fhandler.h (struct part_t): New type.Corinna Vinschen2011-01-121-1/+9
* * fhandler.h (MAX_PARTITIONS): New definition.Corinna Vinschen2011-01-111-1/+5
* * fhandler.h (fhandler_termios::tcinit): Make second argument non-optional.Christopher Faylor2010-10-231-1/+1
* * fhandler.h (fhandler_base::get_stat_access): Delete.Corinna Vinschen2010-10-071-1/+0
* * fhandler.cc (fhandler_base::open): Handle query_write_dac flag.Corinna Vinschen2010-09-241-1/+2
* * fhandler.h (class fhandler_base): Change inheritance of fstat_helperCorinna Vinschen2010-09-131-11/+4
* * Makefile.in (DLL_OFILES): Add fhandler_procsys.o.Corinna Vinschen2010-09-061-7/+44
* Align seekdir and telldir API to POSIX definition.Corinna Vinschen2010-07-051-9/+9
* * dtable.cc (dtable::dup_worker): Reset path_conv handle in duplicatedCorinna Vinschen2010-06-151-0/+2
* * fhandler.h (class fhandler_pty_master): Add master_thread member.Corinna Vinschen2010-05-261-0/+1
* * autoload.cc (GetNamedPipeClientProcessId): Define.Corinna Vinschen2010-04-191-1/+12
* * fhandler.h (class dev_console): Add backspace_keycode member.Corinna Vinschen2010-04-111-0/+1
* * fhandler.h (fhandler_base::has_ongoing_io): Declare virtual method.Christopher Faylor2010-04-021-0/+1
* * fhandler.h (fhandler_base::setup_overlapped): Delete virtual declaration.Christopher Faylor2010-04-021-7/+12
* * fhandler.h (fhandler_base_overlapped): Temporarily (?) make select_pipe_infoChristopher Faylor2010-03-311-0/+2
* Add missing fhandler.h patch and ChangeLog comment.Christopher Faylor2010-03-311-1/+3
* * fhandler.cc (fhandler_base::dup): Call setup_overlapped unconditionally.Christopher Faylor2010-03-311-17/+22
* * fhandler_socket.cc (fhandler_socket::evaluate_events): Make eraseCorinna Vinschen2010-03-221-1/+1
* * fhandler.cc (fhandler_base::setup_overlapped): Don't set signalled state toChristopher Faylor2010-02-151-1/+0
* * cygwin.din (accept4): Export.Corinna Vinschen2010-01-151-1/+1
* * cygwin.din (dup3): Export.Corinna Vinschen2010-01-141-1/+1
* * fhandler.h (fhandler_base::fstat_helper): Declare timestamps asCorinna Vinschen2010-01-101-5/+5
* * fhandler.h (fhandler_socket::wait_for_events): Drop parameter defaultCorinna Vinschen2009-12-281-1/+1
* * fhandler_console.cc (write_console): Check for VT100Corinna Vinschen2009-12-191-0/+4
* * fhandler.h (fhandler_registry::value_name): Convert to wchar_t*.Corinna Vinschen2009-12-181-1/+1
* * fhandler_console.cc (read): Detect and handle mouse wheel scrollingCorinna Vinschen2009-12-161-3/+8
* Reintegrate socket duplication via WSADuplicateSocket/WSASocket.Corinna Vinschen2009-11-171-0/+10
* * fhandler.h (class fhandler_mailslot): Declare new private methodCorinna Vinschen2009-11-111-0/+1
* * fhandler.h (fhandler_pty_master::tcgetpgrp): Declare.Corinna Vinschen2009-10-071-0/+1
* * fhandler.h (class dev_console): Constify charset parameter ofCorinna Vinschen2009-09-281-1/+1
* Fix faccessat(,0) and access() semantics.Eric Blake2009-09-251-1/+1
* * dtable.cc (dtable::fixup_after_exec): Close any popen'ed file handles here.Christopher Faylor2009-08-181-4/+8
* * fhandler.h (class fhandler_socket): Add peer_sun_path member.Corinna Vinschen2009-08-131-0/+3
* * fhandler.h (pdrive_buf): Defensively allocate one extra byte.Christopher Faylor2009-08-041-1/+1
* * fhandler.h (fhandler_cygdrive:DRVSZ): New enum.Christopher Faylor2009-08-041-0/+5
* * sigproc.h (wait_for_sigthread): Eliminate parameter.Christopher Faylor2009-07-241-37/+46
* * fhandler.h (enum del_lock_called_from): New enumeration.Corinna Vinschen2009-07-221-1/+7
* revert erroneous checkinChristopher Faylor2009-07-171-10/+7
* * cygtls.cc (_cygtls::init_exception_handler): Test for e, not e->prev or weChristopher Faylor2009-07-171-7/+10
* * autoload.cc (SetParent): Add new import.Christopher Faylor2009-07-041-0/+2
* * dcrt0.cc (jit_debug): New global.Christopher Faylor2009-07-031-5/+5
* * fhandler.h (class fhandler_socket): Add class members and methodsCorinna Vinschen2009-07-011-0/+9