aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_tty.cc
AgeCommit message (Expand)AuthorFilesLines
2003-02-05merge from trunkChristopher Faylor1-5/+5
2003-01-16merge from trunkChristopher Faylor1-41/+43
2003-01-15This commit was manufactured by cvs2svn to create branch 'cgf-dev-branch'.cvs2svn1-0/+1259
2002-12-28This commit was manufactured by cvs2svn to create branch 'cgf-dev-branch'.cvs2svn1-1245/+0
2002-12-21* fhandler.h (line_edit_status): Reorganize so that tests for error conditionChristopher Faylor1-5/+6
2002-12-20* fhandler.h (line_edit_status): Add a new element.Christopher Faylor1-3/+10
2002-12-17* fhandler_termios.cc (fhandler_termios::line_edit): Return line_edit_error andChristopher Faylor1-30/+27
2002-12-14Throughout, change fhandler_*::read and fhandler_*::raw_read to void functionsChristopher Faylor1-10/+14
2002-12-05* fhandler.h (fhandler_termios::line_edit): Change return from an int to anChristopher Faylor1-3/+7
2002-11-30* fhandler_tty.cc (fhandler_pty_master::accept_input): Move read_retvalChristopher Faylor1-4/+9
2002-11-26* fhandler_tty.cc (fhandler_pty_master::accept_input): Just use a normal SleepChristopher Faylor1-2/+2
2002-11-13* miscfuncs.cc (low_priority_sleep): New function. Use throughout where codeChristopher Faylor1-2/+2
2002-11-04* fhandler_tty.cc (fhandler_tty_slave::ioctl): Do nothing if the new windowChristopher Faylor1-9/+24
2002-10-20Rename _kill() to kill() throughout. Rename _raise() to raise() throughout.Christopher Faylor1-6/+6
2002-10-16* fhandler_tty.cc (fhandler_tty_slave::read): Attempt #527 to properlyChristopher Faylor1-15/+37
2002-10-09* cygthread.cc (cygthread::stub): Don't create an event for "cygself" threads.Christopher Faylor1-14/+13
2002-09-222002-09-22 Conrad Scott <conrad.scott@dsl.pipex.com>Conrad Scott1-23/+8
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor1-1/+1
2002-09-08* fhandler_tty.cc (fhandler_tty_slave::open): Don't protect input/outputChristopher Faylor1-2/+0
2002-08-31* fhandler_tty.cc (fhandler_tty_slave::fhandler_tty_slave): Set "don't needChristopher Faylor1-0/+1
2002-08-31(inspired by a patch from Egor Duda)Christopher Faylor1-8/+8
2002-08-06* cygthread.cc (cygthread::stub): Accept flag to pass info structure to threadChristopher Faylor1-3/+3
2002-08-02* cygthread.cc (cygthread::exit_thread): Define new method.Christopher Faylor1-13/+11
2002-08-01* Makefile.in (DLL_OFILES): Add cygthread.o.Christopher Faylor1-32/+10
2002-07-13* debug.h (handle_list): Move here from debug.cc. Add "inherit" flagChristopher Faylor1-2/+2
2002-07-01* fhandler_clipboard.c (fhandler_dev_clipboard::open): Force text mode.Christopher Faylor1-2/+2
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor1-1/+1
2002-06-05Remove fcntl.h includes throughout.Christopher Faylor1-3/+2
2002-05-28* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor1-23/+23
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor1-1/+0
2002-05-18* path.cc (path_conv::check): Always set executable bit for executableChristopher Faylor1-1/+3
2002-02-282002-02-28 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-30/+81
2002-02-22* sync.h (new_muto): Just accept an argument which denotes the name of theChristopher Faylor1-2/+2
2001-10-29* fhandler.h (fhandler_serial::fhandler_serial): Change to only accept unitChristopher Faylor1-2/+2
2001-10-24Ensure that all fhandler_*::read definitions are __stdcall throughout.Christopher Faylor1-2/+2
2001-10-22Remove 'cb' parameter and modify fhandler_* constructors throughout.Christopher Faylor1-15/+1
2001-10-13* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor1-8/+8
2001-10-06* fhandler.cc (fhandler_base::fork_fixup): Protect dup'ed handle and record itChristopher Faylor1-8/+2
2001-10-04* dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.Christopher Faylor1-2/+2
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor1-5/+1
2001-09-24* fhandler.h (fhandler_pipe::hit_eof): New method.Christopher Faylor1-1/+1
2001-09-20* fhandler.cc (fhandler_base::set_inheritance): Just use DUPLICATE_CLOSE_SOURCEChristopher Faylor1-4/+4
2001-09-07* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor1-5/+5
2001-09-06Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor1-1/+1
2001-09-01* tty.cc (tty::create_inuse): Eliminate unneeded argument.Christopher Faylor1-3/+3
2001-09-01* debug.cc (mark_closed): Rename from debug_mark_closed and make static.Christopher Faylor1-2/+2
2001-08-15 * fhandler.cc (fhandler_base::is_nonblocking): New method.Corinna Vinschen1-15/+4
2001-08-14 * fhandler.cc (fhandler_base::fcntl): Use new O_NONBLOCK_MASK define.Corinna Vinschen1-10/+14
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-0/+1
2001-07-21* cygheap.cc (cygheap_fixup_in_child): Attempt Win95 workaround.Christopher Faylor1-1/+1