osquery-1/osquery/tables/events
Wesley Shields 6558f605ff Implement process related tables on FreeBSD.
This implements the following tables on FreeBSD:

process_envs
process_memory_map
process_open_files
process_open_sockets
processes

All the heavy lifting is done with libprocstat(3). All the tables follow
the same general principle. Use the common function, getProcesses() in
procstat.cpp, to get the processes and then generate the rows for each
process returned. There is also a procstatCleanup() function commonly
used across all the tables.

The one thing I am not able to test is the process_open_sockets table on
an IPv6 machine.
2015-05-29 19:17:49 +00:00
..
darwin Minify tables namespace, extra CMake macros 2015-05-22 10:29:04 -07:00
freebsd TLS plugin workflow tests 2015-05-26 19:55:00 -07:00
linux Minify tables namespace, extra CMake macros 2015-05-22 10:29:04 -07:00
yara_events.cpp Implement process related tables on FreeBSD. 2015-05-29 19:17:49 +00:00