Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Feb 2011 13:50:24 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern kern_thr.c kern_thread.c
Message-ID:  <201102231350.p1NDoigb045993@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2011-02-23 13:50:24 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_thr.c kern_thread.c 
  Log:
  SVN rev 218972 on 2011-02-23 13:50:24Z by kib
  
  Move the  max_threads_per_proc and max_threads_hits variables to the
  file where they are used. Declare the kern.threads sysctl node at the
  same location. Since no external use for the variables exists, make them
  static.
  
  Discussed with: dchagin
  MFC after:      1 week
  
  Revision  Changes    Path
  1.90      +11 -3     src/sys/kern/kern_thr.c
  1.300     +0 -10     src/sys/kern/kern_thread.c



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