John Baldwin
|
af13de0f57
|
Build fix: Only <sys/cdefs.h> should be included before __FBSDID().
<sys/param.h> needs to be included after any "opt_foo.h" headers so it
sees the same set of defined macros as other headers.
|
2013-06-04 15:35:37 +00:00 |
|
David E. O'Brien
|
f9d4b3926a
|
Match the options of the kernel.
|
2013-06-04 06:38:01 +00:00 |
|
David E. O'Brien
|
4e359efd5b
|
A little bit easier to read.
|
2012-10-26 20:24:13 +00:00 |
|
David E. O'Brien
|
93665dfffb
|
Iterate rather than use recursion. We can blow out the kernel stack if there
is a long chain of fork(2)s.
|
2012-10-26 15:44:29 +00:00 |
|
David E. O'Brien
|
ab4ee4bb75
|
Desupport pre-FreeBSD 7.1.
|
2012-10-25 18:39:09 +00:00 |
|
Marcel Moolenaar
|
097f09bb98
|
There's no need to make filemon specific to i386 and amd64. All
LP64 architectures define elf64_freebsd_sysvec and all ILP32
architectures define elf32_freebsd_sysvec.
|
2012-07-02 20:36:26 +00:00 |
|
David E. O'Brien
|
eb9aea5ac0
|
Add the 'filemon' device. 'filemon' is a kernel module that provides a device
interface for processes to record system calls of its children.
Submitted by: Juniper Networks.
|
2012-06-04 22:54:19 +00:00 |
|