aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/dconschat
Commit message (Expand)AuthorAgeFilesLines
* 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-152-33/+122
* 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-082-24/+103
* 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
* Remove unnecessary SRCS= where could be guessed directly by ourXin LI2005-01-271-1/+0
* Sort sections.Ruslan Ermilov2005-01-181-6/+6
* Invalidate dcons buffer address if the magic is wrong.Hidetoshi Shimokawa2004-09-261-1/+5
* Assorted markup, grammar, and spelling fixes.Ruslan Ermilov2004-06-131-58/+131
* Use new eui64(3) functions to print EUI-64s and to allow access to nodesBrooks Davis2004-05-262-9/+13
* Normalize polling interval while the target is offline.Hidetoshi Shimokawa2004-02-202-7/+13
* Increase MAXDEV up to 10.Hidetoshi Shimokawa2003-11-091-1/+1
* Cosmetic change.Hidetoshi Shimokawa2003-11-071-2/+2
* update for conserver-8.0.4.Hidetoshi Shimokawa2003-10-251-2/+10
* remove debug message.Hidetoshi Shimokawa2003-10-251-1/+0
* Add dumb console driver and related bits.Hidetoshi Shimokawa2003-10-243-0/+1200