Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin



Module Name:    src
Committed By:   christos
Date:           Thu Apr  2 17:41:34 UTC 2020

Modified Files:
        src/usr.bin/kdump: ioctlprint.1 kdump.c mkioctls
        src/usr.bin/ktrace: ktrace.h

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/kdump/ioctlprint.1
cvs rdiff -u -r1.134 -r1.135 src/usr.bin/kdump/kdump.c
cvs rdiff -u -r1.54 -r1.55 src/usr.bin/kdump/mkioctls
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/ktrace/ktrace.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index