CVS log for src/usr.bin/kdump/ioctlprint.1
Up to [cvs.NetBSD.org] / src / usr.bin / kdump
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.5.2.2: download - view: text, markup, annotated - select for diffs
Wed Apr 8 14:09:16 2020 UTC (4 years, 9 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.5.2.1: preferred, colored; branchpoint 1.5: preferred, colored
Changes since revision 1.5.2.1: +100 -0
lines
Merge changes from current as of 20200406
Revision 1.5.2.1
Fri Apr 3 06:12:48 2020 UTC (4 years, 9 months ago) by martin
Branches: phil-wifi
FILE REMOVED
Changes since revision 1.5: +0 -100
lines
file ioctlprint.1 was added on branch phil-wifi on 2020-04-08 14:09:16 +0000
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Apr 3 06:12:48 2020 UTC (4 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-10-base,
netbsd-10-1-RELEASE,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
HEAD
Branch point for: phil-wifi
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +7 -8
lines
Increase column widths. Improve -l description wording to match ioctl(2).
Fix Xr.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Apr 2 17:41:34 2020 UTC (4 years, 9 months ago) by christos
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1
lines
Add the ability to:
1. list all ioctls (-l)
2. print the internal definition symbolically
3. search by name
$ ioctlprint -f "%n %E %e\n" TIOCGETA
TIOCGETA _IOR('t', 19, struct termios) _IOR('t',0x13,0x2c)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Apr 2 17:40:33 2020 UTC (4 years, 9 months ago) by christos
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +13 -2
lines
*** empty log message ***
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Apr 2 08:38:22 2020 UTC (4 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -4
lines
Remove superfluous Pp. Add comma in enumeration. Add RCS Id.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Apr 2 03:32:46 2020 UTC (4 years, 9 months ago) by kamil
Branches: MAIN
Add ioctlprint - descriptive ioctl value printer
ioctlprint(1) is embedded in the kdump(1) program.
CVSweb <webmaster@jp.NetBSD.org>