summaryrefslogtreecommitdiffstats
path: root/usr.bin/kdump
Commit message (Collapse)AuthorAgeFilesLines
* Add ioctl.c, linux_syscalls.c, linux32_syscalls.c to beforedepend target.rodrigc2015-06-151-0/+6
| | | | These files need to be generated before mkdep is run.
* Use cpp -I$includedirrodrigc2015-06-151-1/+1
| | | | | | "cpp -I$1" was expanding to "cpp -Iprint" which was not the proper directory of header files.
* Create proper targets for linux*syscalls.csjg2015-06-141-8/+8
|
* Add META_MODE support.sjg2015-06-131-0/+33
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge sync of headsjg2015-05-274-24/+42
| |\
| * \ Merge from head@274682sjg2014-11-192-19/+113
| |\ \
| * \ \ Merge head from 7/28sjg2014-08-191-0/+1
| |\ \ \
| * | | | Updated dependenciessjg2014-05-161-1/+0
| | | | |
| * | | | Updated dependenciessjg2014-05-101-0/+2
| | | | |
| * | | | Merge from headsjg2014-05-081-1/+1
| |\ \ \ \ | | |/ / /
| * | | | New/updated dependenciessjg2014-05-051-0/+2
| | | | |
| * | | | Merge headsjg2014-04-285-67/+172
| |\ \ \ \
| * \ \ \ \ Merge head@256284sjg2013-10-132-6/+110
| |\ \ \ \ \
| * | | | | | Tell cpp to only look where we told itsjg2013-10-121-1/+1
| | | | | | |
| * | | | | | Merge headsjg2013-09-111-0/+4
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge from headsjg2013-09-052-41/+224
| |\ \ \ \ \ \ \
| * | | | | | | | Add stage-install.sh so we can do away with the need to havesjg2013-04-192-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $STAGE_OBJTOP/include for src/include.
| * | | | | | | | sync from headsjg2013-04-122-9/+17
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Updated dependenciessjg2013-03-111-0/+1
| | | | | | | | | |
| * | | | | | | | | DESTDIR is set alreadysjg2013-03-061-1/+0
| | | | | | | | | |
| * | | | | | | | | Updated dependenciessjg2013-02-161-2/+0
| | | | | | | | | |
| * | | | | | | | | If we are staging, we need to look in the right place, forsjg2012-11-081-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the headers we want to examine.
| * | | | | | | | | Updated/new Makefile.dependsjg2012-11-081-1/+0
| | | | | | | | | |
| | | | | | | | | |
| | \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ Sync from headsjg2012-11-043-13/+65
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | | | | | | | | | | Misc fixes from projects/bmakesjg2015-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Differential Revision: D2748 Reviewed by: brooks imp
* | | | | | | | | | | | Use INCLUDEDIR rather than hard coded /usr/includesjg2015-06-111-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Differential Revision: D2748 Reviewed by: brooks imp
* | | | | | | | | | | | Teach kdump to understand both linux emulation.dchagin2015-05-243-19/+51
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Differential Revision: https://reviews.freebsd.org/D1079 Reviewed by: emaste
* | | | | | | | | | | Remove "capability mode sandbox enabled" messages.brooks2015-05-041-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These messages serve little purpose and break some consumers. PR: 199855 Differential Revision: https://reviews.freebsd.org/D2440 Reviewed by: rwatson Approved by: pjd MFC after: 1 week Sponsored by: DARPA, AFRL
* | | | | | | | | | | o Properly init prevtime, so that we don't print bogus value in thesobomax2015-04-251-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first entry reported by the relative mode (-R). o Properly print negative offsets, which I guess may happen if records get re-ordered somehow, possibly due to the locking. Right now we report huge bogus diff (i.e. 2 seconds or so).
* | | | | | | | | | | Stop including if_var.h from userland.glebius2015-04-061-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sponsored by: Nginx, Inc.
* | | | | | | | | | | kdump: sendfile(2) "flags" argument needs casting on 64-bit platforms.pluknet2015-02-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MFC after: 1 week Sponsored by: Nginx, Inc.
* | | | | | | | | | | Allow tracing dlfunc() / dlsym() events.des2015-01-251-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MFC after: 1 week
* | | | | | | | | | | Add futimens and utimensat system calls.jilles2015-01-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The core kernel part is patch file utimes.2008.4.diff from pluknet@FreeBSD.org. I updated the code for API changes, added the manual page and added compatibility code for old kernels. There is also audit and Capsicum support. A new UTIME_* constant might allow setting birthtimes in future. Differential Revision: https://reviews.freebsd.org/D1426 Submitted by: pluknet (partially) Reviewed by: delphij, pluknet, rwatson Relnotes: yes
* | | | | | | | | | | kdump: eliminate new clang warnings.dchagin2015-01-062-13/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MFC after: 1 week
* | | | | | | | | | | Convert to usr.bin/ to LIBADDbapt2014-11-251-3/+2
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduce overlinking
* | | | | | | | | | Decode the arguments passed to _umtx_op(). In particular, decode thejhb2014-10-132-0/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | opcode. MFC after: 1 week Sponsored by: Norse
* | | | | | | | | | Fix most of the warnings in kdump(1).jhb2014-10-131-20/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sponsored by: Norse
* | | | | | | | | | Add kdump support for shm_open().rpaulo2014-08-011-0/+8
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | MFC after: 1 week
* | | | | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | from the latter.
* | | | | | | | Add `-S' to display syscall numbers in the output as well.bdrewery2014-03-282-11/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is useful for debugging compat modules. Sponsored by: EMC / Isilon Storage Division Obtained from: Isilon OneFS (based on work by Jeff Hughes) MFC after: 2 weeks
* | | | | | | | Make `-R', `-T' and `-E' options mutially non-exclusive. It is oftensobomax2014-03-251-12/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | useful to see two or three types at the same time when inspecting the dump. MFC after: 1 month Sponsored by: Sippy Software, Inc.
* | | | | | | | Update most userspace consumers of capability.h to use capsicum.h instead.rwatson2014-03-162-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | auditdistd is not updated as I will make the change upstream and then do a vendor import sometime in the next week or two. MFC after: 3 weeks
* | | | | | | | Remove AppleTalk support.glebius2014-03-141-18/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AppleTalk was a network transport protocol for Apple Macintosh devices in 80s and then 90s. Starting with Mac OS X in 2000 the AppleTalk was a legacy protocol and primary networking protocol is TCP/IP. The last Mac OS X release to support AppleTalk happened in 2009. The same year routing equipment vendors (namely Cisco) end their support. Thus, AppleTalk won't be supported in FreeBSD 11.0-RELEASE.
* | | | | | | | Remove IPX support.glebius2014-03-141-17/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IPX was a network transport protocol in Novell's NetWare network operating system from late 80s and then 90s. The NetWare itself switched to TCP/IP as default transport in 1998. Later, in this century the Novell Open Enterprise Server became successor of Novell NetWare. The last release that claimed to still support IPX was OES 2 in 2007. Routing equipment vendors (e.g. Cisco) discontinued support for IPX in 2011. Thus, IPX won't be supported in FreeBSD 11.0-RELEASE.
* | | | | | | | Capability rights are held by descriptors, not processes.pjd2014-02-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reported by: jonathan
* | | | | | | | Fix world build WITHOUT_PF.glebius2014-02-122-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sponsored by: Nginx, Inc.
* | | | | | | | If we cannot connect to casperd we don't enter sandbox, but if we can connectpjd2013-12-191-24/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to casperd, but we cannot access the service we need we exit with an error. This should not happen and just indicates some configuration error which should be fixed, so we force the user to do it by failing. Discussed with: emaste
* | | | | | | | Include bsd.own.mk for MK_CASPER to work.pjd2013-12-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reported by: nwhitehorn
OpenPOWER on IntegriCloud