summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dconschat
Commit message (Collapse)AuthorAgeFilesLines
* Update dependencies after r291406 added libelf to libkvm.bdrewery2015-12-011-0/+1
| | | | | | | | Unfortunately filemon/meta mode tracks all indirect dependencies here since ld(1) is reading libelf when linking in libkvm. Churn would be reduced if this was able to be limited to direct dependencies. Sponsored by: EMC / Isilon Storage Division
* dconschat(8): Use NULL instead of 0 for the last argument in execl(3)pfg2015-06-281-1/+1
| | | | | | Found while experimenting with the gcc sentinel attribute. MFC after: 3 days
* Add META_MODE support.sjg2015-06-131-0/+20
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge sync of headsjg2015-05-271-2/+1
| |\ | |/ |/|
| * Merge head from 7/28sjg2014-08-191-1/+1
| |\
| * | Updated dependenciessjg2014-05-161-1/+0
| | |
| * | Updated dependenciessjg2014-05-101-0/+2
| | |
| * | Updated dependenciessjg2013-03-111-0/+1
| | |
| * | Updated dependenciessjg2013-02-161-2/+0
| | |
| * | Updated/new Makefile.dependsjg2012-11-081-1/+1
| | |
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+21
| | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | Convert usr.sbin to LIBADDbapt2014-11-251-2/+1
| |/ |/| | | | | Reduce overlinking
* | use .Mt to mark up email addresses consistently (part2)bapt2014-06-201-1/+1
|/ | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de>
* Fix the following warning from clang trunk:dim2012-03-191-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 callsuqs2010-10-081-1/+0
| | | | They have no effect when coming in pairs, or before .Bl/.Bd
* mdoc: .Ud has attitude, it takes no argument!uqs2010-05-271-1/+1
|
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-0/+2
|
* Include <sys/wait.h> and <signal.h> for wait() and kill().ed2009-06-141-0/+2
|
* Set the default escape character as described in the manpage of dconschat(8).simokawa2007-07-121-1/+4
| | | | | | | Fix a cut-and-paste error. Spotted by: avatar Approved by: re (rwatson)
* - Add an option to change escape character.simokawa2007-06-152-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.simokawa2007-06-081-1/+1
|
* Clean up escape sequence handling and add support forsimokawa2007-06-082-24/+103
| | | | resetting target and suspending dconschat.
* Add heuristics for smooth reconnection.simokawa2007-06-071-4/+22
|
* Discard backlog on GDB port when connected.simokawa2007-05-311-0/+10
| | | | MFC after: 3 days
* Fix typos in comments.stefanf2005-03-111-3/+3
|
* Use socklen_t where appropriate.stefanf2005-03-111-3/+4
|
* Remove unnecessary SRCS= where could be guessed directly by ourdelphij2005-01-271-1/+0
| | | | | | bsd.*.mk infrasture. Obtained from: ru
* Sort sections.ru2005-01-181-6/+6
|
* Invalidate dcons buffer address if the magic is wrong.simokawa2004-09-261-1/+5
|
* Assorted markup, grammar, and spelling fixes.ru2004-06-131-58/+131
|
* Use new eui64(3) functions to print EUI-64s and to allow access to nodesbrooks2004-05-262-9/+13
| | | | | | by EUI-64 and name. Reviewed by: simokawa
* Normalize polling interval while the target is offline.simokawa2004-02-202-7/+13
|
* Increase MAXDEV up to 10.simokawa2003-11-091-1/+1
|
* Cosmetic change.simokawa2003-11-071-2/+2
|
* update for conserver-8.0.4.simokawa2003-10-251-2/+10
|
* remove debug message.simokawa2003-10-251-1/+0
|
* Add dumb console driver and related bits.simokawa2003-10-243-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.
OpenPOWER on IntegriCloud