Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Oct 2010 22:59:04 +0000 (UTC)
From:      Matthew D Fleming <mdf@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/share/man/man9 taskqueue.9 src/sys/kern subr_taskqueue.c src/sys/sys _task.h taskqueue.h
Message-ID:  <201010132300.o9DN0DkB042124@repoman.freebsd.org>

index | next in thread | raw e-mail

mdf         2010-10-13 22:59:04 UTC

  FreeBSD src repository

  Modified files:
    share/man/man9       taskqueue.9 
    sys/kern             subr_taskqueue.c 
    sys/sys              _task.h taskqueue.h 
  Log:
  SVN rev 213813 on 2010-10-13 22:59:04Z by mdf
  
  Use a safer mechanism for determining if a task is currently running,
  that does not rely on the lifetime of pointers being the same. This also
  restores the task KBI.
  
  Suggested by:   jhb
  MFC after:      1 month
  
  Revision  Changes    Path
  1.31      +1 -8      src/share/man/man9/taskqueue.9
  1.63      +45 -30    src/sys/kern/subr_taskqueue.c
  1.11      +0 -1      src/sys/sys/_task.h
  1.27      +1 -2      src/sys/sys/taskqueue.h


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010132300.o9DN0DkB042124>