Permalink
Switch branches/tags
Nothing to show
Commits on Jan 15, 2018
  1. Merge pull request #40 from paboldin/master

    misc0110 committed Jan 15, 2018
    Fix links in researchers list, add self
Commits on Jan 14, 2018
  1. Fix links in researchers list, add self

    paboldin committed Jan 14, 2018
    Hey, I can do the trick too!
    
    Signed-off-by: Pavel Boldin <boldin.pavel@gmail.com>
Commits on Jan 13, 2018
  1. Merge pull request #37 from raphaelsc/patch-2

    misc0110 committed Jan 13, 2018
    replace my tweet by a more interesting one
  2. Merge pull request #35 from paboldin/fix/setjmp

    misc0110 committed Jan 13, 2018
    `setjmp` returns 0 on first call, `longjmp` later
  3. Merge pull request #34 from paboldin/fix/make-cflags

    misc0110 committed Jan 13, 2018
    allow for additional CFLAGS for `make`
  4. Merge pull request #33 from paboldin/fix/memdump-size-sigint

    misc0110 committed Jan 13, 2018
    memdump: specify size or interrupt by SIGINT
  5. Merge pull request #32 from paboldin/fix/libkdump-debug

    misc0110 committed Jan 13, 2018
    libkdump: add debug for output
  6. memdump: specify size or interrupt by SIGINT

    paboldin committed Jan 12, 2018
    Add size limit for memdump or interrupt it by SIGINT, it will
    exit gracefully.
    
    Signed-off-by: Pavel Boldin <boldin.pavel@gmail.com>
  7. allow for additional CFLAGS for `make`

    paboldin committed Jan 12, 2018
    Append our `CFLAGS` to those given by user to the `make`.
    
    Signed-off-by: Pavel Boldin <boldin.pavel@gmail.com>
  8. libkdump: add debug for output

    paboldin committed Jan 12, 2018
    Add reader's attempts debug.
    
    Signed-off-by: Pavel Boldin <boldin.pavel@gmail.com>
  9. fixed kaslr for 32 bit

    misc0110 committed Jan 13, 2018
  10. Merge pull request #31 from lukaszgryglicki/master

    misc0110 committed Jan 13, 2018
    README 'libkdump_init' call update for KASLR
  11. README 'libkdump_init' call update for KASLR

    lukaszgryglicki committed Jan 13, 2018
    Signed-off-by: Lukasz Gryglicki <lukaszgryglicki@o2.pl>
Commits on Jan 12, 2018
  1. `setjmp` returns 0 on first call, `longjmp` later

    paboldin committed Jan 12, 2018
    For the signal handler we don't need `run` variable since `setjmp`
    returns zero for first call (that sets the frame) and whatever `longjmp`
    is called with afterwards.
    
    Signed-off-by: Pavel Boldin <boldin.pavel@gmail.com>
Commits on Jan 11, 2018
  1. update links in faq

    misc0110 committed Jan 11, 2018
  2. format fix

    misc0110 committed Jan 11, 2018
  3. fix

    misc0110 committed Jan 11, 2018
  4. formatting

    misc0110 committed Jan 11, 2018
  5. added FAQ

    misc0110 committed Jan 11, 2018
Commits on Jan 10, 2018
  1. re-encode video, fixes #23

    misc0110 committed Jan 10, 2018
  2. Fix code for i386

    mlq committed Jan 10, 2018
    Closes #17
  3. more demo videos

    misc0110 committed Jan 10, 2018
  4. should fix #14

    misc0110 committed Jan 10, 2018
  5. fixed #16

    misc0110 committed Jan 10, 2018
  6. Merge pull request #18 from paboldin/fix/rdtsc-i386

    misc0110 committed Jan 10, 2018
    fix rdtsc for i386
  7. fix rdtsc for i386

    paboldin committed Jan 10, 2018
    Inline ASM on i386 has a "A" [1] convention that constructs 64-bit
    value from eax:edx.
    
    [1] https://gcc.gnu.org/onlinedocs/gcc/Machine-Constraints.html
    
    Signed-off-by: Pavel Boldin <boldin.pavel@gmail.com>
  8. Merge pull request #13 from jwilk-forks/spelling

    misc0110 committed Jan 10, 2018
    Fix typo
  9. Merge pull request #12 from styfle/patch-1

    misc0110 committed Jan 10, 2018
    Update readme with link to videos
  10. Merge pull request #5 from raphaelsc/patch-1

    misc0110 committed Jan 10, 2018
    add build dependency for demos in README
  11. Merge pull request #7 from raphaelsc/x86_32

    misc0110 committed Jan 10, 2018
    Add support to x86-32 platform
  12. Add support to x86-32 platform

    raphaelsc committed Jan 9, 2018
    Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com>
Commits on Jan 9, 2018
  1. Fix typo

    jwilk committed Jan 9, 2018
  2. Update readme with link to videos

    styfle committed Jan 9, 2018
    The mp4 links forced the user to download the file before watching.
    The new links use a CDN to set the proper headers and allow the browser to display the video.