aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/kdump/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* kdump: Add preliminary support for decoding Linux syscallsDmitry Chagin2022-06-221-0/+7
* Rename NO_WERROR -> MK_WERROR=noAlex Richardson2021-01-071-2/+0
* We use a few different ifdef's names to check if we are using Casper or not,Mariusz Zaborski2017-09-211-1/+1
* Adopt SRCTOP in usr.binWarner Losh2017-03-121-2/+2
* Move mksubr from kdump into libsysdecode.John Baldwin2016-10-171-12/+3
* Convert casperd(8) daemon to the libcasper.Mariusz Zaborski2016-02-251-2/+4
* Add support to libsysdecode for decoding system call names.John Baldwin2016-01-261-19/+0
* Move the mkioctls script to libsysdecode and use it to generate aJohn Baldwin2015-12-221-12/+2
* Start on a new library (libsysdecode) that provides routines for decodingJohn Baldwin2015-12-151-2/+3
* Replace DPSRCS that work fine in SRCS.Bryan Drewery2015-11-251-2/+1
* truss: Add support for utrace(2).Bryan Drewery2015-10-061-1/+1
* Add ioctl.c, linux_syscalls.c, linux32_syscalls.c to beforedepend target.Craig Rodrigues2015-06-151-0/+6
* Create proper targets for linux*syscalls.cSimon J. Gerraty2015-06-141-8/+8
* Use INCLUDEDIR rather than hard coded /usr/includeSimon J. Gerraty2015-06-111-3/+3
* Teach kdump to understand both linux emulation.Dmitry Chagin2015-05-241-5/+8
* kdump: eliminate new clang warnings.Dmitry Chagin2015-01-061-10/+8
* Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-3/+2
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* Fix world build WITHOUT_PF.Gleb Smirnoff2014-02-121-0/+4
* Include bsd.own.mk for MK_CASPER to work.Pawel Jakub Dawidek2013-12-151-0/+2
* Make use of Casper's system.pwd and system.grp services when the -r optionPawel Jakub Dawidek2013-12-151-0/+6
* In kdump's mkioctls script, use '${CPP}' instead of hardcodedly usingDimitry Andric2012-04-091-1/+1
* It turns out that truss also used kdump's mkioctls script, and expectedDag-Erling Smørgrav2011-10-211-1/+1
* Clean up mkioctls a bit, and fix cross-building by checking ${MACHINE}Dag-Erling Smørgrav2011-10-131-1/+2
* Make kdump compile cleanly at WARNS level 6, with one exception: theDag-Erling Smørgrav2011-10-121-2/+2
* Fix the dependency issue properly by a) moving kdump_subr.c to the frontDag-Erling Smørgrav2011-10-081-6/+2
* 1) Some of the #defines or enums for which we auto-generate namingDag-Erling Smørgrav2011-10-081-3/+12
* Teach kdump to decode linux syscalls names too.Dmitry Chagin2011-03-011-1/+15
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Revert CLEANDEPFILES commit per ru@'s request; it does not really solveDag-Erling Smørgrav2008-02-051-2/+1
* Normally, when a header file is removed from the build (as i4b headersDag-Erling Smørgrav2008-02-031-1/+2
* Change kdump to print more useful information, i.e. it changes fromAlexander Leidinger2006-05-201-3/+6
* Dependencies are delimited by space not tab.Ruslan Ermilov2002-07-231-2/+2
* Better fix for style.Mark Murray2002-06-211-6/+6
* Style tidy-up.Mark Murray2002-06-211-2/+4
* I now don't seem to be able to reproduce the -DNOCLEAN buildworldRuslan Ermilov2002-04-111-4/+0
* Fix ioctl.c creation to deal with the depend case more properly.Jordan K. Hubbard2000-09-141-2/+6
* remove .PHONY to avoid gratuitous rebuild of ioctl.c each time.Jordan K. Hubbard2000-09-141-1/+1
* Make auto-generated ioctl.c to be always considered out of dateRuslan Ermilov2000-08-011-1/+1
* Avoid hardcoding any paths and variables. The include directory mustMarcel Moolenaar1999-12-031-1/+1
* Make sure DESTDIR is set in the environment of mkioctls. This fixesMarcel Moolenaar1999-12-021-1/+2
* -I${.CURDIR}/../..Poul-Henning Kamp1994-11-211-1/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+12