History log of /src/usr.bin/kdump/ioctlprint.1
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base netbsd-10-1-RELEASE perseant-exfatfs-base-20240630 perseant-exfatfs-base 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-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base phil-wifi-20200421 phil-wifi-20200411 phil-wifi-20200406
# 1.5 03-Apr-2020 wiz

branches: 1.5.2;
Increase column widths. Improve -l description wording to match ioctl(2).
Fix Xr.


# 1.4 02-Apr-2020 christos

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)


# 1.3 02-Apr-2020 christos

*** empty log message ***


# 1.2 02-Apr-2020 wiz

Remove superfluous Pp. Add comma in enumeration. Add RCS Id.


# 1.1 02-Apr-2020 kamil

Add ioctlprint - descriptive ioctl value printer

ioctlprint(1) is embedded in the kdump(1) program.