| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: 191174
Submitted by: Franco Fichtner <franco@lastsummer.de>
Notes:
svn path=/head/; revision=267668
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=233195
|
|
|
|
|
|
|
| |
They have no effect when coming in pairs, or before .Bl/.Bd
Notes:
svn path=/head/; revision=213573
|
|
|
|
| |
Notes:
svn path=/head/; revision=208596
|
|
|
|
| |
Notes:
svn path=/head/; revision=201390
|
|
|
|
| |
Notes:
svn path=/head/; revision=194187
|
|
|
|
|
|
|
|
|
|
| |
Fix a cut-and-paste error.
Spotted by: avatar
Approved by: re (rwatson)
Notes:
svn path=/head/; revision=171397
|
|
|
|
|
|
|
|
|
| |
- Use CTRL macro.
- Make target reset work on telnet port.
- Add a key bind to invoke kgdb on the terminal. (experimental)
Notes:
svn path=/head/; revision=170775
|
|
|
|
| |
Notes:
svn path=/head/; revision=170433
|
|
|
|
|
|
|
| |
resetting target and suspending dconschat.
Notes:
svn path=/head/; revision=170422
|
|
|
|
| |
Notes:
svn path=/head/; revision=170399
|
|
|
|
|
|
|
| |
MFC after: 3 days
Notes:
svn path=/head/; revision=170146
|
|
|
|
| |
Notes:
svn path=/head/; revision=143416
|
|
|
|
| |
Notes:
svn path=/head/; revision=143415
|
|
|
|
|
|
|
|
|
| |
bsd.*.mk infrasture.
Obtained from: ru
Notes:
svn path=/head/; revision=140909
|
|
|
|
| |
Notes:
svn path=/head/; revision=140442
|
|
|
|
| |
Notes:
svn path=/head/; revision=135821
|
|
|
|
| |
Notes:
svn path=/head/; revision=130420
|
|
|
|
|
|
|
|
|
| |
by EUI-64 and name.
Reviewed by: simokawa
Notes:
svn path=/head/; revision=129760
|
|
|
|
| |
Notes:
svn path=/head/; revision=126038
|
|
|
|
| |
Notes:
svn path=/head/; revision=122356
|
|
|
|
| |
Notes:
svn path=/head/; revision=122224
|
|
|
|
| |
Notes:
svn path=/head/; revision=121504
|
|
|
|
| |
Notes:
svn path=/head/; revision=121503
|
|
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.
Notes:
svn path=/head/; revision=121468
|