summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_console.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * fhandler_clipboard.c (fhandler_dev_clipboard::open): Force text mode.Christopher Faylor2002-07-011-1/+1
* * autoload (noload): Avoid clobbering bx register.Christopher Faylor2002-06-261-12/+4
* * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor2002-06-051-16/+3
* Remove fcntl.h includes throughout.Christopher Faylor2002-06-051-11/+7
* * fhandler.cc (fhandler_base::open): Don't set binmode if already set. Don'tChristopher Faylor2002-06-041-0/+2
* * fhandler_console.cc (fhandler_console::open): Reinstate setting of flags.Christopher Faylor2002-05-311-0/+1
* * fhandler_console.cc (fhandler_console::open): Always default to binmode.Christopher Faylor2002-05-311-9/+8
* * autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor2002-05-281-1/+1
* Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor2002-05-251-1/+0
* Revert erroneous checkin.Christopher Faylor2001-11-261-5/+0
* * Makefile.in (libcygwin.a): Use ar commands to build libcygwin.a since addingChristopher Faylor2001-11-261-0/+5
* * fhandler_console.cc (fhandler_console::read): Revert 2001-10-23 change toChristopher Faylor2001-11-121-3/+0
* * Makefile.in: Only build testsuite directory on first 'make check'.Christopher Faylor2001-10-241-1/+1
* Ensure that all fhandler_*::read definitions are __stdcall throughout.Christopher Faylor2001-10-241-5/+5
* Remove 'cb' parameter and modify fhandler_* constructors throughout.Christopher Faylor2001-10-221-16/+7
* * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor2001-10-131-2/+2
* * autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.Christopher Faylor2001-10-131-1/+1
* * dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.Christopher Faylor2001-10-041-5/+5
* Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor2001-10-011-0/+1
* * Makefile.in: Build wincap.o.Corinna Vinschen2001-09-121-1/+1
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-071-1/+1
* Move appropriate variables to NO_COPY segment, throughout.Christopher Faylor2001-09-061-1/+1
* 2001-09-04 Kazuhiro Fujieda <fujieda@jaist.ac.jp>Corinna Vinschen2001-09-041-2/+4
* * fhandler_console.cc (get_tty_stuff): Don't initialize shared memory consoleChristopher Faylor2001-08-071-3/+6
* Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor2001-08-041-1/+1
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-1/+1
* * fhandler_console.cc (fhandler_console::read): Detect AltGr moreCorinna Vinschen2001-06-221-2/+20
* * exceptions.cc (sig_handle_tty_stop): Reset PID_STOPPED if not actuallyChristopher Faylor2001-06-161-2/+2
* * fhandler_console.cc (fhandler_console::dup): Allocate space forCorinna Vinschen2001-06-051-6/+6
* * cygheap.cc (_cfree): Add regparm attribute.Christopher Faylor2001-05-081-1/+1
* Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.Christopher Faylor2001-04-281-5/+11
* Remove trailing underscore from fhandler_base and friends, throughout.Christopher Faylor2001-04-241-0/+1
* Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor2001-04-181-1/+2
* * Makefile.in: Put -lgcc last in list of libraries, since stdc++ library needsChristopher Faylor2001-04-091-66/+123
* * fhandler.h (class fhandler_console): Add members `insert_mode'.Corinna Vinschen2001-03-311-12/+33
* * fhandler.h (class fhandler_console): Add members `savebufsiz' andCorinna Vinschen2001-03-301-0/+51
* * fhandler_console.cc (fhandler_console::set_default_attr): Update consoleChristopher Faylor2001-03-221-0/+2
* * fhandler.h (fhandler_termios::fhandler_termios): Enable fixupEgor Duda2001-03-121-1/+0
* * autoload.c (cygwin_premain0): Add missing parameter.Corinna Vinschen2001-03-061-1/+15
* * dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor2001-03-051-4/+13
* *** empty log message ***Christopher Faylor2001-03-031-82/+82
* * fhandler.h (class fhandler_console): Make all variables thatEgor Duda2001-02-271-86/+158
* * fhandler_console.cc (fhandler_console::char_command): Ignore unknownChristopher Faylor2001-02-141-7/+0
* Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor2001-01-281-4/+3
* * autoload.cc (LoadDLLinitfunc): Remove debugging statement.Christopher Faylor2001-01-171-1/+1
* * pinfo.cc (codepage_init): Move function.Christopher Faylor2001-01-081-1/+1
* * fhandler_console.cc (fhandler_console::read): Restore missing test for codeChristopher Faylor2001-01-031-1/+1
* * fhandler_console.cc (read): Add support for xterm-style mouse eventChristopher Faylor2000-12-161-38/+146
* * fhandler.h (fhandler_console): Add additional argument to char_commandChristopher Faylor2000-12-151-126/+40
* * autoload.cc: Autoload CharToOemA.Christopher Faylor2000-12-101-2/+5