summaryrefslogtreecommitdiff
path: root/usr.bin/kdump/Makefile
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2022-06-22kdump: Add preliminary support for decoding Linux syscallsDmitry Chagin
2021-01-07Rename NO_WERROR -> MK_WERROR=noAlex Richardson
2017-09-21We use a few different ifdef's names to check if we are using Casper or not,Mariusz Zaborski
2017-03-12Adopt SRCTOP in usr.binWarner Losh
2016-10-17Move mksubr from kdump into libsysdecode.John Baldwin
2016-02-25Convert casperd(8) daemon to the libcasper.Mariusz Zaborski
2016-01-26Add support to libsysdecode for decoding system call names.John Baldwin
2015-12-22Move the mkioctls script to libsysdecode and use it to generate aJohn Baldwin
2015-12-15Start on a new library (libsysdecode) that provides routines for decodingJohn Baldwin
2015-11-25Replace DPSRCS that work fine in SRCS.Bryan Drewery
2015-10-06truss: Add support for utrace(2).Bryan Drewery
2015-06-15Add ioctl.c, linux_syscalls.c, linux32_syscalls.c to beforedepend target.Craig Rodrigues
2015-06-14Create proper targets for linux*syscalls.cSimon J. Gerraty
2015-06-11Use INCLUDEDIR rather than hard coded /usr/includeSimon J. Gerraty
2015-05-24Teach kdump to understand both linux emulation.Dmitry Chagin
2015-01-06kdump: eliminate new clang warnings.Dmitry Chagin
2014-11-25Convert to usr.bin/ to LIBADDBaptiste Daroussin
2014-05-06Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh
2014-02-12Fix world build WITHOUT_PF.Gleb Smirnoff
2013-12-15Include bsd.own.mk for MK_CASPER to work.Pawel Jakub Dawidek
2013-12-15Make use of Casper's system.pwd and system.grp services when the -r optionPawel Jakub Dawidek
2012-04-09In kdump's mkioctls script, use '${CPP}' instead of hardcodedly usingDimitry Andric
2011-10-21It turns out that truss also used kdump's mkioctls script, and expectedDag-Erling Smørgrav
2011-10-13Clean up mkioctls a bit, and fix cross-building by checking ${MACHINE}Dag-Erling Smørgrav
2011-10-12Make kdump compile cleanly at WARNS level 6, with one exception: theDag-Erling Smørgrav
2011-10-08Fix the dependency issue properly by a) moving kdump_subr.c to the frontDag-Erling Smørgrav
2011-10-081) Some of the #defines or enums for which we auto-generate namingDag-Erling Smørgrav
2011-03-01Teach kdump to decode linux syscalls names too.Dmitry Chagin
2010-01-02Build usr.bin/ with WARNS=6 by default.Ed Schouten
2008-02-05Revert CLEANDEPFILES commit per ru@'s request; it does not really solveDag-Erling Smørgrav
2008-02-03Normally, when a header file is removed from the build (as i4b headersDag-Erling Smørgrav
2006-05-20Change kdump to print more useful information, i.e. it changes fromAlexander Leidinger
2002-07-23Dependencies are delimited by space not tab.Ruslan Ermilov
2002-06-21Better fix for style.Mark Murray
2002-06-21Style tidy-up.Mark Murray
2002-04-11I now don't seem to be able to reproduce the -DNOCLEAN buildworldRuslan Ermilov
2000-09-14Fix ioctl.c creation to deal with the depend case more properly.Jordan K. Hubbard
2000-09-14remove .PHONY to avoid gratuitous rebuild of ioctl.c each time.Jordan K. Hubbard
2000-08-01Make auto-generated ioctl.c to be always considered out of dateRuslan Ermilov
1999-12-03Avoid hardcoding any paths and variables. The include directory mustMarcel Moolenaar
1999-12-02Make sure DESTDIR is set in the environment of mkioctls. This fixesMarcel Moolenaar
1994-11-21-I${.CURDIR}/../..Poul-Henning Kamp
1994-05-27BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes