summaryrefslogtreecommitdiff
path: root/sys/ddb/db_input.c
AgeCommit message (Expand)Author
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-02-08ddb: ansifyMateusz Guzik
2021-03-14ddb: enable the use of ^C and ^S/^QRyan Libby
2017-11-30SPDX: Consider code from Carnegie-Mellon University.Pedro F. Giffuni
2017-07-06Make ^c work in ddb(4).Edward Tomasz Napierala
2017-07-06Make ^w work in ddb(4).Edward Tomasz Napierala
2017-01-14Revert r311952.Mark Johnston
2017-01-12Enable the use of ^C and ^S/^Q in DDB.Mark Johnston
2015-05-23ddb: de-registerPedro F. Giffuni
2015-05-18ddb: stop boolean screaming.Pedro F. Giffuni
2014-10-12ddb: ANSI-fy function declarations.Pedro F. Giffuni
2012-01-02Use strchr() and strrchr().Ed Schouten
2008-03-07Reserve two bytes at the end of the DDB input line in db_readline() toRobert Watson
2008-03-06When redrawing an input line, count backspaces to get to the beginning ofRobert Watson
2007-12-25Add a new DDB(4) facility, output capture. Input and output from DDB may beRobert Watson
2005-01-06Start each of the license/copyright comments with /*-Warner Losh
2003-06-10Use __FBSDID().David E. O'Brien
2003-05-31Add /* FALLTHROUGH */Poul-Henning Kamp
2003-04-04The kernel bcopy() is safe for overlapping regions (and always has), soDag-Erling Smørgrav
2002-09-28Be consistent about "static" functions: if the function is markedPoul-Henning Kamp
2002-03-20Remove __P.Alfred Perlstein
2002-02-12^U kills an entire input line in most applications,Yaroslav Tykhiy
2002-02-11Teach ddb(4) to delete to the beginning of its command line on ^U.Yaroslav Tykhiy
2000-01-11Add a new mechanism, cndbctl(), to tell the console driver thatKazutaka YOKOTA
1999-11-02Remove unused macro definition.Archie Cobbs
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-08-09Merge the cons.c and cons.h to the best of my ability. alpha may orPoul-Henning Kamp
1999-07-14The following patch will remove a hack introduced inKazutaka YOKOTA
1997-12-05Some fixes from John Hood:John Dyson
1997-11-20Cleaned up revs.1.19-1.21:Bruce Evans
1997-11-09A better fix for the ddb command history buffer problem; use a staticMike Smith
1997-11-07Don't try to do anything with the input history if MALLOC() for the bufferMike Smith
1997-08-17Minor hack to also allow for syscons's "interesting" arrow keys.Joerg Wunsch
1997-04-12Everyone's favorite, i think: make DDB understand the arrow keys for theJoerg Wunsch
1997-02-22Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-10-30if there is no console, cngetc should act like getc and return -1Julian Elischer
1996-08-10Finally implement a simple commandline history in DDB.Joerg Wunsch
1996-05-08Clean up various compiler warnings. Most (if not all) were benignGary Palmer
1995-12-10Reduced and cleaned up #includes.Bruce Evans
1995-12-10Staticize and cleanup.Poul-Henning Kamp
1995-12-07Untangled the vm.h include file spaghetti.David Greenman
1995-11-29Staticized and '#ifdef notused' stuff we don't use.Poul-Henning Kamp
1995-11-24Completed function declarations and/or added prototypes and/or #includesBruce Evans
1995-05-30Remove trailing whitespace.Rodney W. Grimes
1994-08-18Fix up some sloppy coding practices:Garrett Wollman
1994-08-13Change all #includes to follow the current Berkeley style. Some of theseGarrett Wollman
1993-12-19Make everything compile with -Wtraditional. Make it easier to distributeGarrett Wollman
1993-11-25Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andGarrett Wollman