Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert usr.sbin to LIBADD | bapt | 2014-11-25 | 1 | -2/+1 |
| | | | | Reduce overlinking | ||||
* | use .Mt to mark up email addresses consistently (part2) | bapt | 2014-06-20 | 1 | -1/+1 |
| | | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de> | ||||
* | Fix the following warning from clang trunk: | dim | 2012-03-19 | 1 | -1/+4 |
| | | | | | | | | | | | | usr.sbin/dconschat/dconschat.c:163:65: error: format specifies type 'size_t' (aka 'unsigned int') but the argument has type 'off_t' (aka 'long long') [-Werror,-Wformat] snprintf(buf, PAGE_SIZE, "\r\n[dconschat reset target(addr=0x%zx)...]\r\n", dc->reset); ~~^ ~~~~~~~~~ %llx Silence this by casting dc->reset to intmax_t, and using the appropriate length modifier. While here, wrap the line to a 80 character margin. MFC after: 3 days | ||||
* | mdoc: drop redundant .Pp and .LP calls | uqs | 2010-10-08 | 1 | -1/+0 |
| | | | | They have no effect when coming in pairs, or before .Bl/.Bd | ||||
* | mdoc: .Ud has attitude, it takes no argument! | uqs | 2010-05-27 | 1 | -1/+1 |
| | |||||
* | The last big commit: let usr.sbin/ use WARNS=6 by default. | ed | 2010-01-02 | 1 | -0/+2 |
| | |||||
* | Include <sys/wait.h> and <signal.h> for wait() and kill(). | ed | 2009-06-14 | 1 | -0/+2 |
| | |||||
* | Set the default escape character as described in the manpage of dconschat(8). | simokawa | 2007-07-12 | 1 | -1/+4 |
| | | | | | | | Fix a cut-and-paste error. Spotted by: avatar Approved by: re (rwatson) | ||||
* | - Add an option to change escape character. | simokawa | 2007-06-15 | 2 | -33/+122 |
| | | | | | | - Use CTRL macro. - Make target reset work on telnet port. - Add a key bind to invoke kgdb on the terminal. (experimental) | ||||
* | Reset dc->paddr and dc->reset if we cannot read configuration ROM. | simokawa | 2007-06-08 | 1 | -1/+1 |
| | |||||
* | Clean up escape sequence handling and add support for | simokawa | 2007-06-08 | 2 | -24/+103 |
| | | | | resetting target and suspending dconschat. | ||||
* | Add heuristics for smooth reconnection. | simokawa | 2007-06-07 | 1 | -4/+22 |
| | |||||
* | Discard backlog on GDB port when connected. | simokawa | 2007-05-31 | 1 | -0/+10 |
| | | | | MFC after: 3 days | ||||
* | Fix typos in comments. | stefanf | 2005-03-11 | 1 | -3/+3 |
| | |||||
* | Use socklen_t where appropriate. | stefanf | 2005-03-11 | 1 | -3/+4 |
| | |||||
* | Remove unnecessary SRCS= where could be guessed directly by our | delphij | 2005-01-27 | 1 | -1/+0 |
| | | | | | | bsd.*.mk infrasture. Obtained from: ru | ||||
* | Sort sections. | ru | 2005-01-18 | 1 | -6/+6 |
| | |||||
* | Invalidate dcons buffer address if the magic is wrong. | simokawa | 2004-09-26 | 1 | -1/+5 |
| | |||||
* | Assorted markup, grammar, and spelling fixes. | ru | 2004-06-13 | 1 | -58/+131 |
| | |||||
* | Use new eui64(3) functions to print EUI-64s and to allow access to nodes | brooks | 2004-05-26 | 2 | -9/+13 |
| | | | | | | by EUI-64 and name. Reviewed by: simokawa | ||||
* | Normalize polling interval while the target is offline. | simokawa | 2004-02-20 | 2 | -7/+13 |
| | |||||
* | Increase MAXDEV up to 10. | simokawa | 2003-11-09 | 1 | -1/+1 |
| | |||||
* | Cosmetic change. | simokawa | 2003-11-07 | 1 | -2/+2 |
| | |||||
* | update for conserver-8.0.4. | simokawa | 2003-10-25 | 1 | -2/+10 |
| | |||||
* | remove debug message. | simokawa | 2003-10-25 | 1 | -1/+0 |
| | |||||
* | Add dumb console driver and related bits. | simokawa | 2003-10-24 | 3 | -0/+1200 |
dcons(4): very simple console and gdb port driver dcons_crom(4): FireWire attachment dconschat(8): User interface to dcons Tested with: i386, i386-PAE, and sparc64. |