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
*
* devices.cc: New file.
Christopher Faylor
2003-09-25
1
-154
/
+154
*
* cygheap.cc (creturn): Set appropriate errno when out of memory.
Christopher Faylor
2003-07-09
1
-1
/
+1
*
* fhandler.h (fhandler_socket::get_connect_state): New method to
Corinna Vinschen
2003-07-05
1
-0
/
+1
*
* fhandler.h (FH_ENC): New enum.
Christopher Faylor
2003-07-04
1
-2
/
+4
*
* fhandler.h: Rename FH_W95LSBUG flag to FH_LSEEKED.
Corinna Vinschen
2003-05-26
1
-4
/
+10
*
* Makefile.in (CYGWIN_START): Define as crt0.o. Add to TARGET_LIBS.
Corinna Vinschen
2003-05-12
1
-1
/
+0
*
Replace ino_t by __ino64_t throughout.
Corinna Vinschen
2003-05-11
1
-2
/
+2
*
* dir.cc (readdir): Fill out new old_d_ino field.
Christopher Faylor
2003-05-11
1
-2
/
+2
*
* dir.cc: Change __off32_t to _off_t and __off64_t to _off64_t
Corinna Vinschen
2003-04-01
1
-33
/
+33
*
* external.cc (cygwin_internal): Change n to __off64_t to match change
Corinna Vinschen
2003-03-08
1
-1
/
+2
*
* fhandler.h (fhandler_tty_slave::close): Declare new function.
Christopher Faylor
2003-03-04
1
-0
/
+3
*
* dll_init.cc (dll_list::load_after_fork): Don't revert to LoadLibrary if
Christopher Faylor
2003-03-02
1
-0
/
+1
*
* dtable.cc (dtable::build_fhandler_from_name): Set some fhandler
Corinna Vinschen
2003-02-21
1
-1
/
+3
*
Split ChangeLog, create ChangeLog-2002.
Corinna Vinschen
2003-01-10
1
-1
/
+1
*
* fhandler.h (fhandler_tty_master::set_winsize): Declare new function.
Christopher Faylor
2002-12-27
1
-0
/
+1
*
* fhandler.h (fhandler_termios::line_edit): Replace third argument with
Christopher Faylor
2002-12-27
1
-1
/
+1
*
* fhandler.h (line_edit_status): Reorganize so that tests for error condition
Christopher Faylor
2002-12-21
1
-3
/
+3
*
* fhandler.h (line_edit_status): Add a new element.
Christopher Faylor
2002-12-20
1
-1
/
+2
*
Throughout, change fhandler_*::read and fhandler_*::raw_read to void functions
Christopher Faylor
2002-12-14
1
-15
/
+17
*
* cygthread.h (cygthread::stack_ptr): New element.
Christopher Faylor
2002-12-11
1
-1
/
+2
*
* fhandler.h (fhandler_termios::line_edit): Change return from an int to an
Christopher Faylor
2002-12-05
1
-1
/
+9
*
* fhandler.h (class fhandler_pipe): New ioctl() method.
Christopher Faylor
2002-11-09
1
-0
/
+1
*
* fhandler_serial.cc (fhandler_serial::raw_read): Use correct type for
Christopher Faylor
2002-11-05
1
-1
/
+1
*
* external.cc (cygwin_internal): Implement CW_CMDLINE.
Christopher Faylor
2002-10-30
1
-0
/
+1
*
* cygthread.cc (cygthread::stub): Don't create an event for "cygself" threads.
Christopher Faylor
2002-10-09
1
-2
/
+0
*
* cygheap.cc (dup_now): Make fatal error a little more informative.
Christopher Faylor
2002-10-09
1
-25
/
+26
*
* fhandler.h (dev_console): New class.
Christopher Faylor
2002-10-08
1
-13
/
+20
*
* cygthread.cc (cygthread::initialized): Avoid copying on fork or some threads
Christopher Faylor
2002-09-19
1
-1
/
+0
*
* fhandler.h (fhandler_socket::read): Remove method.
Corinna Vinschen
2002-09-04
1
-4
/
+4
*
(inspired by a patch from Egor Duda)
Christopher Faylor
2002-08-31
1
-2
/
+0
*
* miscfuncs.cc (check_iovec_for_read): Don't check buffer when zero length
Christopher Faylor
2002-08-30
1
-0
/
+3
*
* fhandler.h (fhandler_socket::recvfrom): Fix prototype.
Corinna Vinschen
2002-08-26
1
-2
/
+2
*
* fhandler.h (fhandler_console::send_winch_maybe): New method.
Christopher Faylor
2002-08-19
1
-0
/
+1
*
* fhandler.h (fhandler_socket::recv): Remove method.
Conrad Scott
2002-08-12
1
-3
/
+0
*
* cygthread.cc (cygthread::exit_thread): Define new method.
Christopher Faylor
2002-08-02
1
-1
/
+2
*
* fhandler.h (fhandler_base::get_r_no_interrupt): Make non-virtual.
Corinna Vinschen
2002-07-31
1
-1
/
+1
*
* fhandler.h (fhandler_base::get_r_no_interrupt): Make virtual.
Christopher Faylor
2002-07-31
1
-1
/
+1
*
* fhandler.h (class fhandler_serial): Add new members of
Corinna Vinschen
2002-07-22
1
-0
/
+3
*
* fhandler.h (fhandler_socket::is_unconnected): Constify.
Corinna Vinschen
2002-07-06
1
-6
/
+9
*
* fhandler.h (UNCONNECTED): New define.
Corinna Vinschen
2002-07-05
1
-0
/
+9
*
* autoload.cc (GetSecurityInfo): Define new autoload function.
Christopher Faylor
2002-07-02
1
-6
/
+7
*
* fhandler.h (fhandler_process::pid): New field.
Christopher Faylor
2002-06-30
1
-2
/
+2
*
* fhandler.h (fhandler_process::p): New field.
Christopher Faylor
2002-06-30
1
-1
/
+2
*
* fhandler.h (fhandler_socket::bind): Add method definition.
Corinna Vinschen
2002-06-26
1
-0
/
+15
*
* fhandler.h (fhandler_socket::fixup_after_fork): Revert patch from
Corinna Vinschen
2002-06-10
1
-2
/
+0
*
Remove fcntl.h includes throughout.
Christopher Faylor
2002-06-05
1
-4
/
+5
*
* fhandler.h (class fhandler_socket): Add private method
Corinna Vinschen
2002-06-04
1
-0
/
+2
*
Remove unneeded sigproc.h includes throughout.
Christopher Faylor
2002-06-02
1
-4
/
+2
*
* fhandler_console.cc (fhandler_console::open): Reinstate setting of flags.
Christopher Faylor
2002-05-31
1
-2
/
+2
*
* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.
Christopher Faylor
2002-05-28
1
-2
/
+14
[next]