cvs commit: src/sys/ddb db_input.c

2008-03-10 Thread Robert Watson
rwatson 2008-03-10 10:24:12 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/ddb db_input.c Log: Merge db_input.c:1.39 from HEAD to RELENG_5: Reserve two bytes at the end of the DDB input line in db_readline() to hold the newline an

cvs commit: src/sys/ddb db_input.c

2008-03-10 Thread Robert Watson
rwatson 2008-03-10 10:23:37 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/ddb db_input.c Log: Merge db_input.c:1.39 from HEAD to RELENG_6: Reserve two bytes at the end of the DDB input line in db_readline() to hold the newline an

cvs commit: src/sys/ddb db_input.c

2008-03-10 Thread Robert Watson
rwatson 2008-03-10 10:23:03 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/ddb db_input.c Log: Merge db_input.c:1.39 from HEAD to RELENG_7: Reserve two bytes at the end of the DDB input line in db_readline() to hold the newline an

cvs commit: src/sys/ddb db_input.c

2008-03-09 Thread Robert Watson
rwatson 2008-03-09 14:55:00 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/ddb db_input.c Log: Merge db_input.c:1.38 from HEAD to RELENG_5: When redrawing an input line, count backspaces to get to the beginning of the input field

cvs commit: src/sys/ddb db_input.c

2008-03-09 Thread Robert Watson
rwatson 2008-03-09 14:50:28 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/ddb db_input.c Log: Merge db_input.c:1.38 from HEAD to RELENG_6: When redrawing an input line, count backspaces to get to the beginning of the input field

cvs commit: src/sys/ddb db_input.c

2008-03-09 Thread Robert Watson
rwatson 2008-03-09 14:49:39 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/ddb db_input.c Log: Merge db_input.c:1.38 from HEAD to RELENG_7: When redrawing an input line, count backspaces to get to the beginning of the input field

cvs commit: src/sys/ddb db_input.c

2008-03-07 Thread Robert Watson
rwatson 2008-03-07 13:13:18 UTC FreeBSD src repository Modified files: sys/ddb db_input.c Log: Reserve two bytes at the end of the DDB input line in db_readline() to hold the newline and nul terminator. Otherwise, there are cases where garbage may end up in the

cvs commit: src/sys/ddb db_input.c

2008-03-06 Thread Robert Watson
rwatson 2008-03-06 10:10:44 UTC FreeBSD src repository Modified files: sys/ddb db_input.c Log: When redrawing an input line, count backspaces to get to the beginning of the input field from the current cursor location, rather than the end of the input line, as th