aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_input.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* ddb: ansifyMateusz Guzik2023-02-081-14/+5
* ddb: enable the use of ^C and ^S/^QRyan Libby2021-03-141-23/+103
* SPDX: Consider code from Carnegie-Mellon University.Pedro F. Giffuni2017-11-301-0/+2
* Make ^c work in ddb(4).Edward Tomasz Napierala2017-07-061-0/+1
* Make ^w work in ddb(4).Edward Tomasz Napierala2017-07-061-0/+13
* Revert r311952.Mark Johnston2017-01-141-2/+9
* Enable the use of ^C and ^S/^Q in DDB.Mark Johnston2017-01-121-9/+2
* ddb: de-registerPedro F. Giffuni2015-05-231-3/+3
* ddb: stop boolean screaming.Pedro F. Giffuni2015-05-181-1/+1
* ddb: ANSI-fy function declarations.Pedro F. Giffuni2014-10-121-1/+1
* Use strchr() and strrchr().Ed Schouten2012-01-021-1/+1
* Reserve two bytes at the end of the DDB input line in db_readline() toRobert Watson2008-03-071-1/+4
* When redrawing an input line, count backspaces to get to the beginning ofRobert Watson2008-03-061-1/+1
* Add a new DDB(4) facility, output capture. Input and output from DDB may beRobert Watson2007-12-251-0/+1
* Start each of the license/copyright comments with /*-Warner Losh2005-01-061-1/+1
* Use __FBSDID().David E. O'Brien2003-06-101-3/+3
* Add /* FALLTHROUGH */Poul-Henning Kamp2003-05-311-0/+1
* The kernel bcopy() is safe for overlapping regions (and always has), soDag-Erling Smørgrav2003-04-041-2/+2
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-5/+5
* Remove __P.Alfred Perlstein2002-03-201-5/+5
* ^U kills an entire input line in most applications,Yaroslav Tykhiy2002-02-121-5/+6
* Teach ddb(4) to delete to the beginning of its command line on ^U.Yaroslav Tykhiy2002-02-111-0/+5
* 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