summaryrefslogtreecommitdiff
path: root/usr.sbin/dconschat/dconschat.c
Commit message (Expand)AuthorAgeFilesLines
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-1/+3
* dconschat(8): Use NULL instead of 0 for the last argument in execl(3)Pedro F. Giffuni2015-06-281-1/+1
* Fix the following warning from clang trunk:Dimitry Andric2012-03-191-1/+4
* Include <sys/wait.h> and <signal.h> for wait() and kill().Ed Schouten2009-06-141-0/+2
* Set the default escape character as described in the manpage of dconschat(8).Hidetoshi Shimokawa2007-07-121-1/+4
* - Add an option to change escape character.Hidetoshi Shimokawa2007-06-151-30/+113
* Reset dc->paddr and dc->reset if we cannot read configuration ROM.Hidetoshi Shimokawa2007-06-081-1/+1
* Clean up escape sequence handling and add support forHidetoshi Shimokawa2007-06-081-14/+83
* Add heuristics for smooth reconnection.Hidetoshi Shimokawa2007-06-071-4/+22
* Discard backlog on GDB port when connected.Hidetoshi Shimokawa2007-05-311-0/+10
* Fix typos in comments.Stefan Farfeleder2005-03-111-3/+3
* Use socklen_t where appropriate.Stefan Farfeleder2005-03-111-3/+4
* Invalidate dcons buffer address if the magic is wrong.Hidetoshi Shimokawa2004-09-261-1/+5
* Use new eui64(3) functions to print EUI-64s and to allow access to nodesBrooks Davis2004-05-261-4/+7
* Normalize polling interval while the target is offline.Hidetoshi Shimokawa2004-02-201-4/+7
* Increase MAXDEV up to 10.Hidetoshi Shimokawa2003-11-091-1/+1
* Cosmetic change.Hidetoshi Shimokawa2003-11-071-2/+2
* remove debug message.Hidetoshi Shimokawa2003-10-251-1/+0
* Add dumb console driver and related bits.Hidetoshi Shimokawa2003-10-241-0/+959