OpenBSD CVS

CVS log for src/usr.bin/kdump/mkioctls


[BACK] Up to [local] / src / usr.bin / kdump

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.45 / (download) - annotate - [select for diffs], Mon Nov 20 17:48:27 2023 UTC (5 months, 4 weeks ago) by kn
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, HEAD
Changes since 1.44: +3 -2 lines
Diff to previous 1.44 (colored)

Include <dev/efi/efiio.h> to pretty print EFIIOC_* ioctls

No base usage yet, only efivar(1) from sysutils/efivar.

OK guenther

Revision 1.44 / (download) - annotate - [select for diffs], Mon Nov 20 17:43:51 2023 UTC (5 months, 4 weeks ago) by kn
Branch: MAIN
Changes since 1.43: +5 -5 lines
Diff to previous 1.43 (colored)

Sort includes, <scsi/scsi_all.h> before <dev/*>

For/OK guenther

Revision 1.43 / (download) - annotate - [select for diffs], Fri Sep 17 15:13:04 2021 UTC (2 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0
Changes since 1.42: +3 -2 lines
Diff to previous 1.42 (colored)

the ioctl table generation does not require sys/param.h

Revision 1.42 / (download) - annotate - [select for diffs], Mon Jun 22 01:02:30 2020 UTC (3 years, 10 months ago) by dlg
Branch: MAIN
CVS Tags: OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.41: +2 -1 lines
Diff to previous 1.41 (colored)

plug the wireguard ioctls in.

Revision 1.41 / (download) - annotate - [select for diffs], Sun Apr 14 10:16:00 2019 UTC (5 years, 1 month ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.40: +2 -4 lines
Diff to previous 1.40 (colored)

path to i915_drm.h has changed

Revision 1.40 / (download) - annotate - [select for diffs], Wed Aug 29 17:47:07 2018 UTC (5 years, 8 months ago) by anton
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4
Changes since 1.39: +3 -2 lines
Diff to previous 1.39 (colored)

recognize kcov ioctl commands; ok deraadt@ mpi@ visa@

Revision 1.39 / (download) - annotate - [select for diffs], Sat Jul 29 08:50:42 2017 UTC (6 years, 9 months ago) by zhuk
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.38: +1 -2 lines
Diff to previous 1.38 (colored)

Goodbye, sys/dkbad.h, you lost your last friend when sparc was removed.

Spotted and diff provided by Andrey Bolkonskiy <andrey0bolkonsky@gmail.com>,
thanks!

okay deraadt@

Revision 1.38 / (download) - annotate - [select for diffs], Mon May 29 13:30:35 2017 UTC (6 years, 11 months ago) by tedu
Branch: MAIN
Changes since 1.37: +1 -2 lines
Diff to previous 1.37 (colored)

zap scanio.h, found by deraadt

Revision 1.37 / (download) - annotate - [select for diffs], Mon Apr 25 19:18:41 2016 UTC (8 years ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.36: +1 -2 lines
Diff to previous 1.36 (colored)

remove systrace support

Revision 1.36 / (download) - annotate - [select for diffs], Sun Mar 13 11:37:42 2016 UTC (8 years, 2 months ago) by natano
Branch: MAIN
Changes since 1.35: +11 -2 lines
Diff to previous 1.35 (colored)

Recognize ipmi, vscsi, pvbus, udl, fuse, trunk, pipex and memrange
ioctl requests.

Revision 1.35 / (download) - annotate - [select for diffs], Tue Jan 5 19:41:15 2016 UTC (8 years, 4 months ago) by robert
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.34: +4 -2 lines
Diff to previous 1.34 (colored)

include all i915 drm ioctls on top of the common drm ones

ok deraadt@, kettenos@, guenther@

Revision 1.34 / (download) - annotate - [select for diffs], Wed Aug 20 11:23:42 2014 UTC (9 years, 9 months ago) by mikeb
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.33: +2 -3 lines
Diff to previous 1.33 (colored)

Remove userland bits related to the crypto(4) interface;  ok deraadt

Revision 1.33 / (download) - annotate - [select for diffs], Fri Jul 11 13:08:03 2014 UTC (9 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.32: +3 -2 lines
Diff to previous 1.32 (colored)

Grok the new /dev/klog LIOCSFD ioctl associated with sendsyslog(2)
ok matthew guenther miod tedu

Revision 1.32 / (download) - annotate - [select for diffs], Tue Mar 18 09:11:31 2014 UTC (10 years, 2 months ago) by kettenis
Branch: MAIN
Changes since 1.31: +2 -3 lines
Diff to previous 1.31 (colored)

<sys/agpio.h> is gone; pointed out by Benoit Lecocq.

Revision 1.31 / (download) - annotate - [select for diffs], Fri Dec 13 19:59:03 2013 UTC (10 years, 5 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.30: +1 -2 lines
Diff to previous 1.30 (colored)

4.3BSD tty compatibility and the associated ioctls are gone

Revision 1.30 / (download) - annotate - [select for diffs], Fri Nov 22 07:50:36 2013 UTC (10 years, 5 months ago) by mpi
Branch: MAIN
Changes since 1.29: +5 -2 lines
Diff to previous 1.29 (colored)

Teach kdump(1) about USB, VIDIOC and generic DRM ioctls.

ok deraadt@, guenther@

Revision 1.29 / (download) - annotate - [select for diffs], Tue Jul 16 00:41:03 2013 UTC (10 years, 10 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.28: +3 -2 lines
Diff to previous 1.28 (colored)

Tighten the pattern for matching ioctl definitions in header files and
recognize the PTMGET ioctl()

ok millert@
(earlier version ok otto@)

Revision 1.28 / (download) - annotate - [select for diffs], Fri Mar 15 09:10:52 2013 UTC (11 years, 2 months ago) by ratchov
Branch: MAIN
Changes since 1.27: +2 -3 lines
Diff to previous 1.27 (colored)

Delete the sequencer(4) driver, since its not used any longer. Diff
mostly from armani.
ok miod, mpi, jsg and help from sthen

Revision 1.27 / (download) - annotate - [select for diffs], Thu Oct 6 21:16:01 2011 UTC (12 years, 7 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

mark ccd(4) deprecated in a few more places

Revision 1.26 / (download) - annotate - [select for diffs], Thu Oct 6 20:49:28 2011 UTC (12 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.25: +1 -2 lines
Diff to previous 1.25 (colored)

ccd goes to the attic
discussed with jsing and millert

Revision 1.25 / (download) - annotate - [select for diffs], Sat Jun 25 19:00:41 2011 UTC (12 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

DESTDIR handling does not belong here.  This is built live.
ok otto

Revision 1.24 / (download) - annotate - [select for diffs], Thu Jun 23 20:51:20 2011 UTC (12 years, 10 months ago) by matthew
Branch: MAIN
Changes since 1.23: +2 -3 lines
Diff to previous 1.23 (colored)

Don't check dev/ramdisk.h for ioctl(2) commands as it doesn't exist
anymore.

Noticed by and ok claudio@

Revision 1.23 / (download) - annotate - [select for diffs], Wed Dec 29 17:51:48 2010 UTC (13 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.22: +1 -2 lines
Diff to previous 1.22 (colored)

the random ioctl stuff is not very useful.  I want to see all the
non-essential parts of rnd.c removed so that we can keep our eye on
what the code should be doing.
ok tedu who had a similar diff in the past

Revision 1.22 / (download) - annotate - [select for diffs], Sat Jun 2 15:14:36 2007 UTC (16 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

knock out FIBMAP (which we got rid of)

Revision 1.21 / (download) - annotate - [select for diffs], Sun Jul 31 10:11:19 2005 UTC (18 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.20: +1 -2 lines
Diff to previous 1.20 (colored)

scsi/ses.h goes away

Revision 1.20 / (download) - annotate - [select for diffs], Tue Dec 14 13:45:09 2004 UTC (19 years, 5 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.19: +1 -2 lines
Diff to previous 1.19 (colored)

no need for pfsync.h here

Revision 1.19 / (download) - annotate - [select for diffs], Tue Dec 14 02:05:00 2004 UTC (19 years, 5 months ago) by mickey
Branch: MAIN
Changes since 1.18: +1 -2 lines
Diff to previous 1.18 (colored)

no need to look into ip_carp.h anymore

Revision 1.18 / (download) - annotate - [select for diffs], Sun Dec 12 17:06:51 2004 UTC (19 years, 5 months ago) by naddy
Branch: MAIN
Changes since 1.17: +6 -3 lines
Diff to previous 1.17 (colored)

pick up missing ioctls for ieee80211, carp, pfsync, and pppoe; ok fgsch@

Revision 1.17 / (download) - annotate - [select for diffs], Wed Nov 24 18:11:15 2004 UTC (19 years, 5 months ago) by fgsch
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

replace old net/if_ieee80211.h header with the net80211 ones, userland part.
millert@ mcbride@ jsg@

Revision 1.16 / (download) - annotate - [select for diffs], Mon Jun 7 20:36:07 2004 UTC (19 years, 11 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.15: +3 -2 lines
Diff to previous 1.15 (colored)

dig gpio ioctls

Revision 1.15 / (download) - annotate - [select for diffs], Fri Jan 9 17:10:07 2004 UTC (20 years, 4 months ago) by brad
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

use cc -E for the preprocessor instead of cpp.

ok espie@ millert@

Revision 1.14 / (download) - annotate - [select for diffs], Wed Jul 2 20:54:17 2003 UTC (20 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

ioctlname() proto

Revision 1.13 / (download) - annotate - [select for diffs], Thu Jun 26 21:44:26 2003 UTC (20 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.12: +2 -3 lines
Diff to previous 1.12 (colored)

change awk script to generate ansi code

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jun 23 16:53:06 2003 UTC (20 years, 11 months ago) by mickey
Branch: MAIN
Changes since 1.11: +23 -4 lines
Diff to previous 1.11 (colored)

grok more of the dev/ and net*/ and crypto/ ioctls

Revision 1.11 / (download) - annotate - [select for diffs], Tue Jun 3 02:56:09 2003 UTC (20 years, 11 months ago) by millert
Branch: MAIN
Changes since 1.10: +2 -6 lines
Diff to previous 1.10 (colored)

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.  Proofed by myself and Theo.

Revision 1.10 / (download) - annotate - [select for diffs], Wed Dec 4 17:41:00 2002 UTC (21 years, 5 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.9: +3 -2 lines
Diff to previous 1.9 (colored)

grok systrace ioctl names

Revision 1.9 / (download) - annotate - [select for diffs], Tue Nov 26 18:26:04 2002 UTC (21 years, 5 months ago) by mickey
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

i've comitted from the wrong tree the previous, needs dkbad

Revision 1.8 / (download) - annotate - [select for diffs], Tue Nov 26 13:45:17 2002 UTC (21 years, 5 months ago) by mickey
Branch: MAIN
Changes since 1.7: +20 -17 lines
Diff to previous 1.7 (colored)

parse all the usefull files in sys for ioctls, change if() return to a switch(), makes it much smaller on most architectures

Revision 1.7 / (download) - annotate - [select for diffs], Thu Oct 17 15:14:57 2002 UTC (21 years, 7 months ago) by jason
Branch: MAIN
Changes since 1.6: +14 -1 lines
Diff to previous 1.6 (colored)

Add support for printing the AUDIO_* ioctls, too.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Aug 18 00:48:57 2001 UTC (22 years, 9 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

Add lots of missing prototypes, constify a few things. Add explicit ints.
Makes gcc much happier, less warnings.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Dec 28 06:02:34 1999 UTC (24 years, 4 months ago) by angelos
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.4: +3 -1 lines
Diff to previous 1.4 (colored)

Add necessary include files.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Feb 26 17:01:33 1999 UTC (25 years, 2 months ago) by jason
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.3: +3 -1 lines
Diff to previous 1.3 (colored)

Ethernet bridge/IP firewall driver.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Apr 16 04:26:20 1997 UTC (27 years, 1 month ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4, OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Make mkioctls obey the DESTDIR environment variable.
From NetBSD (leo).

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jun 26 05:34:44 1996 UTC (27 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.1: +2 -0 lines
Diff to previous 1.1 (colored)

rcsid

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:45:27 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:45:27 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.