| Commit message (Expand) | Author | Age | Files | Lines |
* | Reserve two bytes at the end of the DDB input line in db_readline() to | rwatson | 2008-03-07 | 1 | -1/+4 |
* | When redrawing an input line, count backspaces to get to the beginning of | rwatson | 2008-03-06 | 1 | -1/+1 |
* | Add a new DDB(4) facility, output capture. Input and output from DDB may be | rwatson | 2007-12-25 | 1 | -0/+1 |
* | Start each of the license/copyright comments with /*- | imp | 2005-01-06 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-06-10 | 1 | -3/+3 |
* | Add /* FALLTHROUGH */ | phk | 2003-05-31 | 1 | -0/+1 |
* | The kernel bcopy() is safe for overlapping regions (and always has), so | des | 2003-04-04 | 1 | -2/+2 |
* | Be consistent about "static" functions: if the function is marked | phk | 2002-09-28 | 1 | -5/+5 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -5/+5 |
* | ^U kills an entire input line in most applications, | yar | 2002-02-12 | 1 | -5/+6 |
* | Teach ddb(4) to delete to the beginning of its command line on ^U. | yar | 2002-02-11 | 1 | -0/+5 |
* | Add a new mechanism, cndbctl(), to tell the console driver that | yokota | 2000-01-11 | 1 | -7/+0 |
* | Remove unused macro definition. | archie | 1999-11-02 | 1 | -1/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Merge the cons.c and cons.h to the best of my ability. alpha may or | phk | 1999-08-09 | 1 | -3/+2 |
* | The following patch will remove a hack introduced in | yokota | 1999-07-14 | 1 | -13/+1 |
* | Some fixes from John Hood: | dyson | 1997-12-05 | 1 | -2/+1 |
* | Cleaned up revs.1.19-1.21: | bde | 1997-11-20 | 1 | -17/+14 |
* | A better fix for the ddb command history buffer problem; use a static | msmith | 1997-11-09 | 1 | -9/+9 |
* | Don't try to do anything with the input history if MALLOC() for the buffer | msmith | 1997-11-07 | 1 | -2/+2 |
* | Minor hack to also allow for syscons's "interesting" arrow keys. | joerg | 1997-08-17 | 1 | -1/+13 |
* | Everyone's favorite, i think: make DDB understand the arrow keys for the | joerg | 1997-04-12 | 1 | -1/+38 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | if there is no console, cngetc should act like getc and return -1 | julian | 1996-10-30 | 1 | -1/+8 |
* | Finally implement a simple commandline history in DDB. | joerg | 1996-08-10 | 1 | -2/+71 |
* | Clean up various compiler warnings. Most (if not all) were benign | gpalmer | 1996-05-08 | 1 | -2/+2 |
* | Reduced and cleaned up #includes. | bde | 1995-12-10 | 1 | -4/+4 |
* | Staticize and cleanup. | phk | 1995-12-10 | 1 | -5/+5 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 1 | -1/+2 |
* | Staticized and '#ifdef notused' stuff we don't use. | phk | 1995-11-29 | 1 | -6/+6 |
* | Completed function declarations and/or added prototypes and/or #includes | bde | 1995-11-24 | 1 | -2/+8 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -9/+9 |
* | Fix up some sloppy coding practices: | wollman | 1994-08-18 | 1 | -7/+7 |
* | Change all #includes to follow the current Berkeley style. Some of these | wollman | 1994-08-13 | 1 | -7/+7 |
* | Make everything compile with -Wtraditional. Make it easier to distribute | wollman | 1993-12-19 | 1 | -2/+3 |
* | Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, and | wollman | 1993-11-25 | 1 | -2/+7 |
* | Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some | rgrimes | 1993-10-16 | 1 | -20/+2 |
* | Initial import, 0.1 + pk 0.2.4-B1 | rgrimes | 1993-06-12 | 1 | -0/+268 |