index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
fhandler.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
* fhandler.h (fhandler_pipe::create): Rename from the misnamed
Christopher Faylor
2011-11-23
1
-2
/
+3
*
* fhandler.h (__ptsname): New macro.
Christopher Faylor
2011-11-08
1
-0
/
+1
*
* cygwin.din (ptsname_r): Export.
Christopher Faylor
2011-11-07
1
-2
/
+2
*
* fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, take
Christopher Faylor
2011-10-30
1
-96
/
+83
*
* dtable.cc (dtable::delete_archetype): Improve debugging output.
Christopher Faylor
2011-10-22
1
-39
/
+32
*
* fhandler.h (fhandler*::copyto): Free path_conv strings first.
Christopher Faylor
2011-10-20
1
-0
/
+32
*
* cygerrno.h (__set_errno): Modify debugging output to make searching strace
Christopher Faylor
2011-10-15
1
-66
/
+549
*
* cygwin.din: Remove some _tc* exports. Add tcgetsid().
Christopher Faylor
2011-10-11
1
-2
/
+9
*
* fhandler.h (fhandler_process::closedir): Declare.
Corinna Vinschen
2011-10-10
1
-0
/
+1
*
* fhandler.h (fhandler_console::tc_getpgid): New function.
Christopher Faylor
2011-10-07
1
-0
/
+1
*
* fhandler.h (fhandler_proc::opendir): Declare.
Corinna Vinschen
2011-08-12
1
-0
/
+2
*
* fhandler.h (class fhandler_dev_mem): Remove dup method declaration.
Corinna Vinschen
2011-07-31
1
-1
/
+0
*
* fhandler.h (fhandler_base_overlapped::size): Declare/define size() function
Christopher Faylor
2011-07-30
1
-0
/
+3
*
* fhandler.cc (fhandler_base::open): Drop local create_options variable.
Corinna Vinschen
2011-06-17
1
-3
/
+14
*
* fhandler_console.cc (fhandler_console::set_unit): Set pc.file_attributes() to
Christopher Faylor
2011-06-16
1
-1
/
+1
*
* cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.
Christopher Faylor
2011-06-14
1
-36
/
+13
*
Rename FH_BAD to FH_NADA throughout.
Christopher Faylor
2011-06-12
1
-2
/
+2
*
* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Only raise SIGPIPE
Christopher Faylor
2011-06-04
1
-6
/
+22
*
* dtable.cc (dtable::select_write): Add missing argument to debug_printf.
Christopher Faylor
2011-05-31
1
-1
/
+3
*
* autoload.cc: Call _api_fatal in asm.
Christopher Faylor
2011-05-28
1
-10
/
+7
*
* fhandler.h (fhandler_base::close_with_arch): Make non-virtual.
Christopher Faylor
2011-05-06
1
-2
/
+3
*
* fhandler.h (fhandler_dev_dsp): Cosmetic change.
Christopher Faylor
2011-05-06
1
-1
/
+1
*
* fhandler.h (fhandler_socket::read): Declare.
Corinna Vinschen
2011-05-06
1
-0
/
+2
*
* cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().
Christopher Faylor
2011-05-05
1
-11
/
+68
*
* fhandler.cc (fhandler_base_overlapped::raw_read): Rename from
Christopher Faylor
2011-05-05
1
-17
/
+13
*
* fhandler.h (class fhandler_base): Remove uninterruptible_io status
Corinna Vinschen
2011-05-04
1
-8
/
+2
*
* fhandler.h (class fhandler_mailslot): Move down in file and change
Corinna Vinschen
2011-05-04
1
-12
/
+13
*
* fhandler.h (fhandler_dev_tape::_lock): Add bool parameter.
Corinna Vinschen
2011-05-04
1
-1
/
+1
*
Throughout, use user32 UNICODE functions rather than ANSI functions.
Corinna Vinschen
2011-05-01
1
-1
/
+0
*
* fhandler.h (fhandler_socket::is_slow): Remove.
Corinna Vinschen
2011-05-01
1
-1
/
+0
*
* cygheap.h (init_cygheap::ctty): Use base class so that console can join in
Christopher Faylor
2011-04-17
1
-3
/
+3
*
Implement /proc/sysvipc/*
Yaakov Selkowitz
2011-04-01
1
-0
/
+13
*
* fhandler.h (DEFAULT_PIPEBUFSIZE): Reset to 64K.
Christopher Faylor
2011-03-18
1
-1
/
+5
*
* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Remove special
Christopher Faylor
2011-03-13
1
-4
/
+2
*
* errno.cc (errmap): Change mapping of NO_SYSTEM_RESOURCES to EFBIG.
Christopher Faylor
2011-03-09
1
-7
/
+18
*
* fhandler.h (struct part_t): New type.
Corinna Vinschen
2011-01-12
1
-1
/
+9
*
* fhandler.h (MAX_PARTITIONS): New definition.
Corinna Vinschen
2011-01-11
1
-1
/
+5
*
* fhandler.h (fhandler_termios::tcinit): Make second argument non-optional.
Christopher Faylor
2010-10-23
1
-1
/
+1
*
* fhandler.h (fhandler_base::get_stat_access): Delete.
Corinna Vinschen
2010-10-07
1
-1
/
+0
*
* fhandler.cc (fhandler_base::open): Handle query_write_dac flag.
Corinna Vinschen
2010-09-24
1
-1
/
+2
*
* fhandler.h (class fhandler_base): Change inheritance of fstat_helper
Corinna Vinschen
2010-09-13
1
-11
/
+4
*
* Makefile.in (DLL_OFILES): Add fhandler_procsys.o.
Corinna Vinschen
2010-09-06
1
-7
/
+44
*
Align seekdir and telldir API to POSIX definition.
Corinna Vinschen
2010-07-05
1
-9
/
+9
*
* dtable.cc (dtable::dup_worker): Reset path_conv handle in duplicated
Corinna Vinschen
2010-06-15
1
-0
/
+2
*
* fhandler.h (class fhandler_pty_master): Add master_thread member.
Corinna Vinschen
2010-05-26
1
-0
/
+1
*
* autoload.cc (GetNamedPipeClientProcessId): Define.
Corinna Vinschen
2010-04-19
1
-1
/
+12
*
* fhandler.h (class dev_console): Add backspace_keycode member.
Corinna Vinschen
2010-04-11
1
-0
/
+1
*
* fhandler.h (fhandler_base::has_ongoing_io): Declare virtual method.
Christopher Faylor
2010-04-02
1
-0
/
+1
*
* fhandler.h (fhandler_base::setup_overlapped): Delete virtual declaration.
Christopher Faylor
2010-04-02
1
-7
/
+12
*
* fhandler.h (fhandler_base_overlapped): Temporarily (?) make select_pipe_info
Christopher Faylor
2010-03-31
1
-0
/
+2
[next]