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_socket::sun_path): New private member.
Corinna Vinschen
2002-01-01
1
-1
/
+4
*
* fhandler.h (fhandler_serial::ev): New class member.
Christopher Faylor
2001-12-11
1
-0
/
+1
*
* dtable.cc (dtable::vfork_parent_restore): Add debugging statement.
Christopher Faylor
2001-11-24
1
-21
/
+25
*
* path.cc (conv_path_list): Fix wild indexing into path due to conflicting
Christopher Faylor
2001-11-22
1
-10
/
+24
*
* Makefile.in (DLL_OFILES): Add fhandler_disk_file.o.
Christopher Faylor
2001-11-21
1
-0
/
+20
*
* fhandler.h (fhandler_pipe::broken_pipe): Renamed from saweof.
Christopher Faylor
2001-11-05
1
-2
/
+2
*
* fhandler.h (fhandler_base::ready_for_read): Remove unused argument.
Christopher Faylor
2001-11-04
1
-6
/
+4
*
* fhandler.cc (fhandler_base::read): Return just read ahead characters if slow
Christopher Faylor
2001-11-03
1
-35
/
+3
*
* dll_init.h (class dll_list): Reorder functions to avoid compiler "can't
Christopher Faylor
2001-11-03
1
-1
/
+1
*
* fhandler.h: Change Windows 'BOOL's to c++ 'bool's for all variables.
Christopher Faylor
2001-11-02
1
-11
/
+11
*
* dtable.cc (dtable::build_fhandler): Issue internal error on unknown device.
Christopher Faylor
2001-11-01
1
-44
/
+41
*
* fhandler.h (fhandler_serial::fhandler_serial): Change to only accept unit
Christopher Faylor
2001-10-29
1
-2
/
+1
*
fix spelling errors
Christopher Faylor
2001-10-28
1
-1
/
+1
*
Ensure that all fhandler_*::read definitions are __stdcall throughout.
Christopher Faylor
2001-10-24
1
-18
/
+18
*
Remove 'cb' parameter and modify fhandler_* constructors throughout.
Christopher Faylor
2001-10-22
1
-6
/
+5
*
* autoload.cc: Add load statement for `NtOpenFile'.
Corinna Vinschen
2001-10-16
1
-3
/
+4
*
* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful
Christopher Faylor
2001-10-13
1
-25
/
+25
*
* dtable.cc (dtable::build_fhandler): Allocate correct amount for given
Christopher Faylor
2001-10-08
1
-9
/
+22
*
Add second path_conv * argument to fstat()s throughout.
Christopher Faylor
2001-10-05
1
-22
/
+23
*
* dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.
Christopher Faylor
2001-10-04
1
-22
/
+15
*
Add "path.h" include throughout, where needed. Use new path_conv methods and
Christopher Faylor
2001-10-01
1
-6
/
+2
*
* pipe.cc (fhandler_pipe::fixup_after_fork): New method.
Christopher Faylor
2001-09-29
1
-0
/
+1
*
* fhandler.h (fhandler_pipe::hit_eof): New method.
Christopher Faylor
2001-09-24
1
-3
/
+7
*
* dtable.cc (dtable::build_fhandler): Accept an optional path_conv argument.
Christopher Faylor
2001-09-22
1
-0
/
+1
*
* exceptions.cc (setup_handler): Always relinquish lock after we've
Christopher Faylor
2001-09-22
1
-3
/
+6
*
* fhandler.cc (fhandler_base::set_inheritance): Just use DUPLICATE_CLOSE_SOURCE
Christopher Faylor
2001-09-20
1
-2
/
+1
*
* fhandler.h (fhandler_socket::fixup_after_exec): Remove inline
Corinna Vinschen
2001-09-20
1
-2
/
+2
*
* fhandler.h (fhandler_pipe::is_slow): Return true only if pipes are reliable
Christopher Faylor
2001-09-14
1
-1
/
+1
*
* Makefile.in: Build wincap.o.
Corinna Vinschen
2001-09-12
1
-1
/
+1
*
Update copyrights.
Christopher Faylor
2001-09-11
1
-1
/
+1
*
* debug.cc (mark_closed): Rename from debug_mark_closed and make static.
Christopher Faylor
2001-09-01
1
-2
/
+2
*
space reduction.
Christopher Faylor
2001-08-31
1
-2
/
+2
*
* cygwin.sc: New file -- linker script for building cygwin DLL.
Christopher Faylor
2001-08-31
1
-2
/
+11
*
* fhandler.cc (fhandler_base::is_nonblocking): New method.
Corinna Vinschen
2001-08-15
1
-0
/
+3
*
* fhandler.cc (fhandler_base::fcntl): Use new O_NONBLOCK_MASK define.
Corinna Vinschen
2001-08-14
1
-0
/
+13
*
* cygheap.cc (cygheap_root::set): Avoid treating '/' specially.
Christopher Faylor
2001-08-07
1
-1
/
+1
*
Throughout, change check for running under Windows NT to 'iswinnt'.
Christopher Faylor
2001-08-04
1
-1
/
+1
*
Throughout, reorganize header file inclusion to put security.h prior to
Christopher Faylor
2001-07-26
1
-0
/
+8
*
* mmap.cc: Clean up *ResourceLock calls throughout.
Christopher Faylor
2001-06-26
1
-1
/
+0
*
* fhandler.h class fhandler_socket): Declare new method
Corinna Vinschen
2001-06-22
1
-0
/
+1
*
* fhandler_socket.cc (fhandler_socket::signal_secret_event): New
Egor Duda
2001-06-20
1
-0
/
+1
*
* fhandler.cc (fhandler_base::open): Set win32 access flags
Egor Duda
2001-06-14
1
-20
/
+25
*
* path.cc (chdir): Always send unsigned chars to isspace since newlib's isspace
Christopher Faylor
2001-05-31
1
-0
/
+7
*
* exceptions.cc (handle_exceptions): Bump repeat count for debugging kick out.
Christopher Faylor
2001-05-24
1
-0
/
+1
*
* fhandler.h (fhandler_termios::echo_erase): Declare new method.
Christopher Faylor
2001-05-09
1
-0
/
+1
*
* cygheap.cc (_cfree): Add regparm attribute.
Christopher Faylor
2001-05-08
1
-1
/
+1
*
Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.
Christopher Faylor
2001-04-28
1
-1
/
+0
*
Remove trailing underscore from fhandler_base and friends, throughout.
Christopher Faylor
2001-04-24
1
-13
/
+22
*
* fhandler.h (fhandler_base::clear_r_binary): New method.
Christopher Faylor
2001-04-23
1
-0
/
+2
*
* path.h (cwdstuff): Move class.
Christopher Faylor
2001-04-17
1
-2
/
+2
[next]