aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_input.c
Commit message (Expand)AuthorAgeFilesLines
* Add a new mechanism, cndbctl(), to tell the console driver thatKazutaka YOKOTA2000-01-111-7/+0
* Remove unused macro definition.Archie Cobbs1999-11-021-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Merge the cons.c and cons.h to the best of my ability. alpha may orPoul-Henning Kamp1999-08-091-3/+2
* The following patch will remove a hack introduced inKazutaka YOKOTA1999-07-141-13/+1
* Some fixes from John Hood:John Dyson1997-12-051-2/+1
* Cleaned up revs.1.19-1.21:Bruce Evans1997-11-201-17/+14
* A better fix for the ddb command history buffer problem; use a staticMike Smith1997-11-091-9/+9
* Don't try to do anything with the input history if MALLOC() for the bufferMike Smith1997-11-071-2/+2
* Minor hack to also allow for syscons's "interesting" arrow keys.Joerg Wunsch1997-08-171-1/+13
* Everyone's favorite, i think: make DDB understand the arrow keys for theJoerg Wunsch1997-04-121-1/+38
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* if there is no console, cngetc should act like getc and return -1Julian Elischer1996-10-301-1/+8
* Finally implement a simple commandline history in DDB.Joerg Wunsch1996-08-101-2/+71
* Clean up various compiler warnings. Most (if not all) were benignGary Palmer1996-05-081-2/+2
* Reduced and cleaned up #includes.Bruce Evans1995-12-101-4/+4
* Staticize and cleanup.Poul-Henning Kamp1995-12-101-5/+5
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+2
* Staticized and '#ifdef notused' stuff we don't use.Poul-Henning Kamp1995-11-291-6/+6
* Completed function declarations and/or added prototypes and/or #includesBruce Evans1995-11-241-2/+8
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-9/+9
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-7/+7
* Change all #includes to follow the current Berkeley style. Some of theseGarrett Wollman1994-08-131-7/+7
* Make everything compile with -Wtraditional. Make it easier to distributeGarrett Wollman1993-12-191-2/+3
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andGarrett Wollman1993-11-251-2/+7
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-161-20/+2
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+268