summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_input.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r272958, r273006:pfg2014-10-181-1/+1
* Use strchr() and strrchr().ed2012-01-021-1/+1
* Reserve two bytes at the end of the DDB input line in db_readline() torwatson2008-03-071-1/+4
* When redrawing an input line, count backspaces to get to the beginning ofrwatson2008-03-061-1/+1
* Add a new DDB(4) facility, output capture. Input and output from DDB may berwatson2007-12-251-0/+1
* Start each of the license/copyright comments with /*-imp2005-01-061-1/+1
* Use __FBSDID().obrien2003-06-101-3/+3
* Add /* FALLTHROUGH */phk2003-05-311-0/+1
* The kernel bcopy() is safe for overlapping regions (and always has), sodes2003-04-041-2/+2
* Be consistent about "static" functions: if the function is markedphk2002-09-281-5/+5
* Remove __P.alfred2002-03-201-5/+5
* ^U kills an entire input line in most applications,yar2002-02-121-5/+6
* Teach ddb(4) to delete to the beginning of its command line on ^U.yar2002-02-111-0/+5
* Add a new mechanism, cndbctl(), to tell the console driver thatyokota2000-01-111-7/+0
* Remove unused macro definition.archie1999-11-021-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-091-3/+2
* The following patch will remove a hack introduced inyokota1999-07-141-13/+1
* Some fixes from John Hood:dyson1997-12-051-2/+1
* Cleaned up revs.1.19-1.21:bde1997-11-201-17/+14
* A better fix for the ddb command history buffer problem; use a staticmsmith1997-11-091-9/+9
* Don't try to do anything with the input history if MALLOC() for the buffermsmith1997-11-071-2/+2
* Minor hack to also allow for syscons's "interesting" arrow keys.joerg1997-08-171-1/+13
* Everyone's favorite, i think: make DDB understand the arrow keys for thejoerg1997-04-121-1/+38
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* if there is no console, cngetc should act like getc and return -1julian1996-10-301-1/+8
* Finally implement a simple commandline history in DDB.joerg1996-08-101-2/+71
* Clean up various compiler warnings. Most (if not all) were benigngpalmer1996-05-081-2/+2
* Reduced and cleaned up #includes.bde1995-12-101-4/+4
* Staticize and cleanup.phk1995-12-101-5/+5
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+2
* Staticized and '#ifdef notused' stuff we don't use.phk1995-11-291-6/+6
* Completed function declarations and/or added prototypes and/or #includesbde1995-11-241-2/+8
* Remove trailing whitespace.rgrimes1995-05-301-9/+9
* Fix up some sloppy coding practices:wollman1994-08-181-7/+7
* Change all #includes to follow the current Berkeley style. Some of thesewollman1994-08-131-7/+7
* Make everything compile with -Wtraditional. Make it easier to distributewollman1993-12-191-2/+3
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andwollman1993-11-251-2/+7
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-161-20/+2
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-121-0/+268
OpenPOWER on IntegriCloud