summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_console.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * path.cc (normalize_win32_path): Check for explicit use of two slashes at theChristopher Faylor2000-12-091-35/+124
* * fhandler_console.cc: New member variable `dwBufferSize' for `info'.Christopher Faylor2000-11-171-2/+4
* * fork.cc (fork): Set sigframe here, since it can pause for a considerableChristopher Faylor2000-10-231-1/+1
* * fhandler.h (fhandler_console): Remove tcsetpgrp.Christopher Faylor2000-10-211-8/+1
* * Makefile.in: add miscfuncs.ccDJ Delorie2000-10-191-1/+1
* * errno.cc (seterrno_from_win_error): Fix debugging output.Christopher Faylor2000-10-121-4/+3
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-1/+2
* Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor2000-09-071-0/+17
* * Makefile.in: Add cygheap.o.Christopher Faylor2000-09-031-9/+4
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-1/+4
* * cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor2000-08-221-0/+1
* * winsup.h: Split out dtable definitions into separate header file.Christopher Faylor2000-08-121-0/+1
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-1/+1
* * fhandler_console.cc: Remove VK_DIVIDE detection.Christopher Faylor2000-07-301-10/+7
* * fhandler_console.cc: Add VK_DIVIDE detection. Return virtual keycode if itChristopher Faylor2000-07-291-0/+9