Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Oct 2002 01:46:35 -0700 (PDT)
From:      Julian Elischer <julian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_proc.c kern_thread.c src/sys/sys proc.h
Message-ID:  <200210240846.g9O8kZ3T079264@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
julian      2002/10/24 01:46:35 PDT

  Modified files:
    sys/kern             kern_proc.c kern_thread.c 
    sys/sys              proc.h 
  Log:
  Move thread related code from kern_proc.c to kern_thread.c.
  Add code to free KSEs and KSEGRPs on exit.
  Sort KSE prototypes in proc.h.
  Add the missing kse_exit() syscall.
  
  ksetest now does not leak KSEs and KSEGRPS.
  
  Submitted by:   (parts) davidxu
  
  Revision  Changes    Path
  1.166     +0 -258    src/sys/kern/kern_proc.c
  1.40      +500 -28   src/sys/kern/kern_thread.c
  1.274     +10 -6     src/sys/sys/proc.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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