1. 08 Mar, 2016 1 commit
    • Brenden Blanco's avatar
      Add option to change kernel build search paths · 3e2f9d9d
      Brenden Blanco authored
      Some linux distributions structure the /lib/modules directories
      differently, causing complexities. Add cmake overrides to be able to
      compile different behavior.
      
      If your distro sets up `/lib/modules/$(uname -r)/{source,build}` with
      header files split between the two (debian does this), then add
      -DBCC_KERNEL_HAS_SOURCE_DIR=1 to the cmake command line.
      
      If your distro just has something other than build/, but things are
      still in one subdirectory, then add -DBCC_KERNEL_MODULES_SUFFIX=foo to
      the cmake command line.
      
      Also, fix one implicit declaration warning introduced by the new
      bpf_get_stackid() helper.
      
      Fixes: #397
      Signed-off-by: default avatarBrenden Blanco <bblanco@plumgrid.com>
      3e2f9d9d
  2. 04 Mar, 2016 7 commits
  3. 03 Mar, 2016 4 commits
  4. 01 Mar, 2016 2 commits
  5. 29 Feb, 2016 2 commits
  6. 24 Feb, 2016 2 commits
  7. 23 Feb, 2016 9 commits
  8. 22 Feb, 2016 12 commits
  9. 21 Feb, 2016 1 commit