thread renaming on DFly #6065

pull sinetek wants to merge 0 commits into bitcoin:master from sinetek:tndfly changing 0 files +0 −0
  1. sinetek commented at 5:00 PM on April 25, 2015: contributor

    Add support for thread renaming on DragonFlyBSD. Sorry for the small commits, I just want to push what has been tested and it takes time.

  2. in src/util.cpp:None in 3a6315f866 outdated
     711 | @@ -712,7 +712,7 @@ void RenameThread(const char* name)
     712 |  #if defined(PR_SET_NAME)
     713 |      // Only the first 15 characters are used (16 - NUL terminator)
     714 |      ::prctl(PR_SET_NAME, name, 0, 0, 0);
     715 | -#elif (defined(__FreeBSD__) || defined(__OpenBSD__))
     716 | +#elif (defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly))
    


    sipa commented at 2:57 PM on April 28, 2015:

    __ DragonFly, not __ DragonFly __ ?


    laanwj commented at 7:57 AM on April 29, 2015:

    This spec file seems to imply it's __DragonFly__.

  3. sinetek commented at 10:37 AM on April 29, 2015: contributor

    It is. I am not sure what happened there, I must have pushed the wrong commit. Corrected.

  4. laanwj commented at 11:37 AM on April 29, 2015: member

    utACK after squashing the commits into one

  5. sinetek closed this on Apr 29, 2015

  6. MarcoFalke locked this on Sep 8, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-13 18:15 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me