summaryrefslogtreecommitdiff
path: root/usr.bin/doscmd/tty.c
Commit message (Expand)AuthorAgeFilesLines
* Remove doscmd from the base system now that it lives in the ports tree.Dag-Erling Smørgrav2004-03-231-2233/+0
* Reduce the number of spelling mistakes.Philippe Charnier2002-04-121-2/+2
* Mark some parameters as unused.David Malone2002-03-301-9/+19
* Update FreeBSD SCM IDs.David E. O'Brien2002-03-071-4/+5
* WARNS=2 fixupMark Murray2001-12-021-6/+6
* - First shot at PIC emulation;Thomas Gellekum2001-10-021-24/+28
* Remove MAP_INHERIT flag from mmaps.Matthew Dillon2001-08-251-2/+2
* Fix INT 10:09 (write char) and INT 10:0a (write char and attribute)Thomas Gellekum2001-08-141-9/+11
* Move update of BIOS variable at 0x6c (time counter) completely to timer.c.Thomas Gellekum2001-08-141-8/+0
* Silence some more warnings, mostly from `-W -Wwrite-strings'.Thomas Gellekum2001-08-081-1/+1
* Fix warnings resulting from `-Wredundant-decls -Wstrict-prototypes'.Thomas Gellekum2001-08-071-23/+8
* Fix warnings from `-Wmissing-prototypes'. Staticize.Thomas Gellekum2001-08-031-112/+23
* - Add some more x86 instructions to emulate,Thomas Gellekum2001-07-301-21/+39
* Include <sys/kbio.h> or <machine/console.h>, depending on __FreeBSD_version.Thomas Gellekum2001-07-261-1/+8
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn2001-07-261-2/+2
* Rewrite video emulation. Features:Thomas Gellekum2001-07-241-547/+634
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-3/+4
* Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp2000-10-081-1/+1
* Default to no backspace/delete swapping.Warner Losh1999-10-131-1/+2
* Unbreak doscmd after the sigset_t change:Marcel Moolenaar1999-09-291-8/+8
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Update to new struct sigcontext after SA_SIGINFO changesMartin Cracauer1999-07-061-3/+4
* Add Back-Tab functionality. (Ie. shift-tab)Mike Smith1998-02-221-2/+3
* Fix DOS keyboard handling to use standard pointer addresses instead ofJonathan Lemon1998-01-211-11/+19
* Enable the use of keypad cursor motion keys.Jonathan Lemon1997-08-161-3/+14
* Add our doscmd to the tree. This is a result of work from BSDI, andJohn Dyson1997-08-091-0/+2193