git: kernel: Let thread IDs start at 1 instead of 0.

Sascha Wildner swildner at crater.dragonflybsd.org
Sat Jul 8 02:22:21 PDT 2017


commit 526c5c2b3cfa2931f832ff9c0ccf4c238e482faf
Author: Sascha Wildner <saw at online.de>
Date:   Sat Jul 8 11:19:19 2017 +0200

    kernel: Let thread IDs start at 1 instead of 0.
    
    This is helpful in various places, for example Chromium.
    
    Reported-by:  ivadasz
    Submitted-by: sephe
    Approved-by:  dillon

Summary of changes:
 sys/kern/imgact_elf.c | 5 -----
 sys/kern/init_main.c  | 3 ++-
 sys/kern/kern_fork.c  | 4 ++--
 sys/sys/param.h       | 3 ++-
 sys/sys/proc.h        | 2 +-
 5 files changed, 7 insertions(+), 10 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/526c5c2b3cfa2931f832ff9c0ccf4c238e482faf


-- 
DragonFly BSD source repository



More information about the Commits mailing list