1. 28 Jul, 2015 7 commits
  2. 27 Jul, 2015 1 commit
  3. 26 Jul, 2015 1 commit
  4. 25 Jul, 2015 1 commit
  5. 22 Jul, 2015 3 commits
  6. 21 Jul, 2015 2 commits
  7. 18 Jul, 2015 1 commit
  8. 17 Jul, 2015 3 commits
  9. 14 Jul, 2015 5 commits
  10. 11 Jul, 2015 4 commits
  11. 10 Jul, 2015 2 commits
  12. 08 Jul, 2015 2 commits
  13. 07 Jul, 2015 5 commits
    • 4ast's avatar
      Merge pull request #81 from iovisor/bblanco_dev · 80221ad5
      4ast authored
      Update README with install info, few cleanups
      80221ad5
    • Brenden Blanco's avatar
      Fix newlines in README · 34aafe90
      Brenden Blanco authored
      Signed-off-by: default avatarBrenden Blanco <bblanco@plumgrid.com>
      34aafe90
    • Brenden Blanco's avatar
      Update README with install info, few cleanups · 46176a10
      Brenden Blanco authored
      * Add some examples to package
      * Fix bpf_trace_printk bug not supporting 0 format args
      * Make src_file arg loading a little bit more intelligent in BPF()
      * Update README with Hello, World step-by-step
      Signed-off-by: default avatarBrenden Blanco <bblanco@plumgrid.com>
      46176a10
    • 4ast's avatar
      Merge pull request #80 from iovisor/bblanco_dev · 5950838c
      4ast authored
      Add multiple build support styles
      5950838c
    • Brenden Blanco's avatar
      Add multiple build support styles · f275d3db
      Brenden Blanco authored
      * Add RPM and DEB packaging targets (using CPack from CMake) to build
        binary packages for Fedora and Ubuntu targets.
      * Add Docker build scripts for each of the above that run the build in
        the right environment (assuming docker is available).
       - In Ubuntu, build against the LLVM 3.7 nightly snapshots
       - In Fedora, build against LLVM 3.7 from git (takes longer)
      * Depending on packages installed on the build machine, it may be
        possible to cross-package for other targets without invoking Docker.
      * Re-introduce src/cc/compat directory to keep the build stable for the
        time being. Similarly, it was necessary to #define some ugly constants
        that should eventually show up in libc.
      * Add a few simple version checks to allow a partially working (really
        tracing only) libbcc in 4.1 kernels.
      
      TODO (followup commit): Re-work the READMEs
      Signed-off-by: default avatarBrenden Blanco <bblanco@plumgrid.com>
      f275d3db
  14. 03 Jul, 2015 2 commits
  15. 02 Jul, 2015 1 commit