aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/kdump
Commit message (Expand)AuthorAgeFilesLines
* Let the nv.h and dnv.h includes be only in sys directory.Mariusz Zaborski2015-07-021-3/+3
* new dependsSimon J. Gerraty2015-06-161-1/+2
* Add ioctl.c, linux_syscalls.c, linux32_syscalls.c to beforedepend target.Craig Rodrigues2015-06-151-0/+6
* Use cpp -I$includedirCraig Rodrigues2015-06-151-1/+1
* Create proper targets for linux*syscalls.cSimon J. Gerraty2015-06-141-8/+8
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+33
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-274-24/+42
| |\
| * \ Merge from head@274682Simon J. Gerraty2014-11-192-19/+113
| |\ \
| * \ \ Merge head from 7/28Simon J. Gerraty2014-08-191-0/+1
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | | | Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\| | |
| * | | | New/updated dependenciesSimon J. Gerraty2014-05-051-0/+2
| * | | | Merge headSimon J. Gerraty2014-04-285-67/+172
| |\ \ \ \
| * \ \ \ \ Merge head@256284Simon J. Gerraty2013-10-132-6/+110
| |\ \ \ \ \
| * | | | | | Tell cpp to only look where we told itSimon J. Gerraty2013-10-121-1/+1
| * | | | | | Merge headSimon J. Gerraty2013-09-111-0/+4
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge from headSimon J. Gerraty2013-09-052-41/+224
| |\ \ \ \ \ \ \
| * | | | | | | | Add stage-install.sh so we can do away with the need to haveSimon J. Gerraty2013-04-192-5/+1
| * | | | | | | | sync from headSimon J. Gerraty2013-04-122-9/+17
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | | | | | DESTDIR is set alreadySimon J. Gerraty2013-03-061-1/+0
| * | | | | | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | | | | | If we are staging, we need to look in the right place, forSimon J. Gerraty2012-11-081-3/+9
| * | | | | | | | | Updated/new Makefile.dependSimon J. Gerraty2012-11-081-1/+0
| * | | | | | | | | Sync from headSimon J. Gerraty2012-11-043-13/+65
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+31
* | | | | | | | | | | Misc fixes from projects/bmakeSimon J. Gerraty2015-06-111-1/+1
* | | | | | | | | | | Use INCLUDEDIR rather than hard coded /usr/includeSimon J. Gerraty2015-06-111-3/+3
* | | | | | | | | | | Teach kdump to understand both linux emulation.Dmitry Chagin2015-05-243-19/+51
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Remove "capability mode sandbox enabled" messages.Brooks Davis2015-05-041-2/+0
* | | | | | | | | | o Properly init prevtime, so that we don't print bogus value in theMaxim Sobolev2015-04-251-2/+13
* | | | | | | | | | Stop including if_var.h from userland.Gleb Smirnoff2015-04-061-1/+0
* | | | | | | | | | kdump: sendfile(2) "flags" argument needs casting on 64-bit platforms.Sergey Kandaurov2015-02-161-1/+1
* | | | | | | | | | Allow tracing dlfunc() / dlsym() events.Dag-Erling Smørgrav2015-01-251-0/+9
* | | | | | | | | | Add futimens and utimensat system calls.Jilles Tjoelker2015-01-231-0/+1
* | | | | | | | | | kdump: eliminate new clang warnings.Dmitry Chagin2015-01-062-13/+14
* | | | | | | | | | Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-3/+2
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Decode the arguments passed to _umtx_op(). In particular, decode theJohn Baldwin2014-10-132-0/+79
* | | | | | | | | Fix most of the warnings in kdump(1).John Baldwin2014-10-131-20/+27
* | | | | | | | | Add kdump support for shm_open().Rui Paulo2014-08-011-0/+8
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Add `-S' to display syscall numbers in the output as well.Bryan Drewery2014-03-282-11/+30
* | | | | | | Make `-R', `-T' and `-E' options mutially non-exclusive. It is oftenMaxim Sobolev2014-03-251-12/+26
* | | | | | | Update most userspace consumers of capability.h to use capsicum.h instead.Robert Watson2014-03-162-4/+4
* | | | | | | Remove AppleTalk support.Gleb Smirnoff2014-03-141-18/+0
* | | | | | | Remove IPX support.Gleb Smirnoff2014-03-141-17/+0
* | | | | | | Capability rights are held by descriptors, not processes.Pawel Jakub Dawidek2014-02-231-1/+1
* | | | | | | Fix world build WITHOUT_PF.Gleb Smirnoff2014-02-122-1/+9