summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler.h
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 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