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