aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_console.cc
AgeCommit message (Expand)AuthorFilesLines
2002-09-25This commit was manufactured by cvs2svn to create branch 'cygwin-1-3-13-1'.github/cygwin-1-3-18-1github/cygwin-1-3-17-1github/cygwin-1-3-16-1github/cygwin-1-3-15-1github/cygwin-1-3-14-1github/cygwin-1-3-13-2github/cygwin-1-3-13-1cygwin-1-3-18-1cygwin-1-3-17-1cygwin-1-3-16-1cygwin-1-3-15-1cygwin-1-3-14-1cygwin-1-3-13-2cygwin-1-3-13-1cvs2svn1-1774/+0
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor1-4/+4
2002-09-19Cleanup calls to CreateFile throughout.Christopher Faylor1-10/+10
2002-09-19* cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor1-1/+1
2002-08-19* fhandler.h (fhandler_console::send_winch_maybe): New method.Christopher Faylor1-16/+19
2002-08-01* Makefile.in (DLL_OFILES): Add cygthread.o.Christopher Faylor1-1/+2
2002-07-29* fhandler_console.cc (fhandler_console::read): Use appropriate kill_pgrpChristopher Faylor1-1/+1
2002-07-13* debug.h (handle_list): Move here from debug.cc. Add "inherit" flagChristopher Faylor1-1/+1
2002-07-01* fhandler_clipboard.c (fhandler_dev_clipboard::open): Force text mode.Christopher Faylor1-1/+1
2002-06-26* autoload (noload): Avoid clobbering bx register.Christopher Faylor1-12/+4
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor1-16/+3
2002-06-05Remove fcntl.h includes throughout.Christopher Faylor1-11/+7
2002-06-04* fhandler.cc (fhandler_base::open): Don't set binmode if already set. Don'tChristopher Faylor1-0/+2
2002-05-31* fhandler_console.cc (fhandler_console::open): Reinstate setting of flags.Christopher Faylor1-0/+1
2002-05-31* fhandler_console.cc (fhandler_console::open): Always default to binmode.Christopher Faylor1-9/+8
2002-05-28* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor1-1/+1
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor1-1/+0
2001-11-26Revert erroneous checkin.Christopher Faylor1-5/+0
2001-11-26* Makefile.in (libcygwin.a): Use ar commands to build libcygwin.a since addingChristopher Faylor1-0/+5
2001-11-12* fhandler_console.cc (fhandler_console::read): Revert 2001-10-23 change toChristopher Faylor1-3/+0
2001-10-24* Makefile.in: Only build testsuite directory on first 'make check'.Christopher Faylor1-1/+1
2001-10-24Ensure that all fhandler_*::read definitions are __stdcall throughout.Christopher Faylor1-5/+5
2001-10-22Remove 'cb' parameter and modify fhandler_* constructors throughout.Christopher Faylor1-16/+7
2001-10-13* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor1-2/+2
2001-10-13* autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.Christopher Faylor1-1/+1
2001-10-04* dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.Christopher Faylor1-5/+5
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor1-0/+1
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen1-1/+1
2001-09-07* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor1-1/+1
2001-09-06Move appropriate variables to NO_COPY segment, throughout.Christopher Faylor1-1/+1
2001-09-042001-09-04 Kazuhiro Fujieda <fujieda@jaist.ac.jp>Corinna Vinschen1-2/+4
2001-08-07* fhandler_console.cc (get_tty_stuff): Don't initialize shared memory consoleChristopher Faylor1-3/+6
2001-08-04Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor1-1/+1
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-1/+1
2001-06-22 * fhandler_console.cc (fhandler_console::read): Detect AltGr moreCorinna Vinschen1-2/+20
2001-06-16* exceptions.cc (sig_handle_tty_stop): Reset PID_STOPPED if not actuallyChristopher Faylor1-2/+2
2001-06-05 * fhandler_console.cc (fhandler_console::dup): Allocate space forCorinna Vinschen1-6/+6
2001-05-08* cygheap.cc (_cfree): Add regparm attribute.Christopher Faylor1-1/+1
2001-04-28Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.Christopher Faylor1-5/+11
2001-04-24Remove trailing underscore from fhandler_base and friends, throughout.Christopher Faylor1-0/+1
2001-04-18Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor1-1/+2
2001-04-09* Makefile.in: Put -lgcc last in list of libraries, since stdc++ library needsChristopher Faylor1-66/+123
2001-03-31 * fhandler.h (class fhandler_console): Add members `insert_mode'.Corinna Vinschen1-12/+33
2001-03-30 * fhandler.h (class fhandler_console): Add members `savebufsiz' andCorinna Vinschen1-0/+51
2001-03-22* fhandler_console.cc (fhandler_console::set_default_attr): Update consoleChristopher Faylor1-0/+2
2001-03-12* fhandler.h (fhandler_termios::fhandler_termios): Enable fixupEgor Duda1-1/+0
2001-03-06 * autoload.c (cygwin_premain0): Add missing parameter.Corinna Vinschen1-1/+15
2001-03-05* dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor1-4/+13
2001-03-03*** empty log message ***Christopher Faylor1-82/+82
2001-02-27* fhandler.h (class fhandler_console): Make all variables thatEgor Duda1-86/+158