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.
thread renaming on DFly #6065
pull sinetek wants to merge 0 commits into bitcoin:master from sinetek:tndfly changing 0 files +0 −0-
sinetek commented at 5:00 PM on April 25, 2015: contributor
-
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__.sinetek commented at 10:37 AM on April 29, 2015: contributorIt is. I am not sure what happened there, I must have pushed the wrong commit. Corrected.
laanwj commented at 11:37 AM on April 29, 2015: memberutACK after squashing the commits into one
sinetek closed this on Apr 29, 2015MarcoFalke 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 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
More mirrored repositories can be found on mirror.b10c.me