History log of /openbsd-src/usr.bin/kdump/Makefile (Results 1 – 25 of 39)
Revision Date Author Comments
# fd5191fa 20-Nov-2023 kn <kn@openbsd.org>

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

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

OK guenther


# 6ed124da 20-Nov-2023 kn <kn@openbsd.org>

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

For/OK guenther


# 9568abe4 22-Jun-2020 dlg <dlg@openbsd.org>

plug the wireguard ioctls in.


# 54b67a0f 14-Apr-2019 jsg <jsg@openbsd.org>

path to i915_drm.h has changed


# 515c3bc1 29-Aug-2018 anton <anton@openbsd.org>

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


# 27509f9e 29-May-2017 tedu <tedu@openbsd.org>

zap scanio.h, found by deraadt


# b4861525 25-Apr-2016 tedu <tedu@openbsd.org>

remove systrace support


# 84b89480 13-Mar-2016 natano <natano@openbsd.org>

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


# 2dc555cb 28-Feb-2016 naddy <naddy@openbsd.org>

Support for running Linux binaries under emulation is going away.

Remove "option COMPAT_LINUX" and everything directly tied to it from the
kernel and the corresponding man page documentation.

ok vi

Support for running Linux binaries under emulation is going away.

Remove "option COMPAT_LINUX" and everything directly tied to it from the
kernel and the corresponding man page documentation.

ok visa@ guenther@

show more ...


# 1f201a13 05-Jan-2016 robert <robert@openbsd.org>

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

ok deraadt@, kettenos@, guenther@


# f44ef4d7 20-Aug-2014 mikeb <mikeb@openbsd.org>

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


# bd8634b1 11-Jul-2014 deraadt <deraadt@openbsd.org>

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


# 59138552 18-Mar-2014 kettenis <kettenis@openbsd.org>

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


# 3723dfcf 21-Dec-2013 guenther <guenther@openbsd.org>

Refer to the kernel headers consistently via ../../sys, even for mkioctl
and mksubr

ok otto@


# 529feae2 22-Nov-2013 mpi <mpi@openbsd.org>

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

ok deraadt@, guenther@


# dbedfdbc 22-Aug-2013 guenther <guenther@openbsd.org>

Split out from kdump.c the ktrstruct.c bits into ktrstruct.c
Reduce the #includes to take advantage of that.

ok millert@ otto@


# 80e89ee8 16-Jul-2013 guenther <guenther@openbsd.org>

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

ok millert@
(earlier version ok otto@)


# 1d0cd54e 15-Mar-2013 ratchov <ratchov@openbsd.org>

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


# 49263df1 06-Oct-2011 deraadt <deraadt@openbsd.org>

ccd goes to the attic
discussed with jsing and millert


# 14bada5a 25-Jun-2011 deraadt <deraadt@openbsd.org>

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


# 47dec04f 23-Jun-2011 matthew <matthew@openbsd.org>

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

Noticed by and ok claudio@


# b8dac8f2 20-Jun-2011 otto <otto@openbsd.org>

more fancy kdump output, mostly from FreeBSD; ok deraadt@ tedu@


# cff029d5 29-Dec-2010 deraadt <deraadt@openbsd.org>

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 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

show more ...


# 57582b2c 31-Jul-2005 deraadt <deraadt@openbsd.org>

scsi/ses.h goes away


# 64ac75c7 14-Feb-2005 aaron <aaron@openbsd.org>

Export ${CC} and ${DESTDIR} into the environment for mkioctls. brad@ ok


12