cvs commit: src/sys/kern kern_resource.c kern_synch.c subr_trap.c

Jeff Roberson jeff at FreeBSD.org
Fri Jun 1 01:20:12 UTC 2007


jeff        2007-06-01 01:20:12 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_resource.c kern_synch.c subr_trap.c 
  Log:
  Forced commit to describe changes in the last revision.
  
   - Move cpu limit handling to a callout that runs once per-second and sums
     up all threads tick times to check for violations.  This removes all code
     from mi_switch() that touches the proc.  This also cleans up ast() a bit
     by removing one large case.
  
  Revision  Changes    Path
  1.173     +0 -0      src/sys/kern/kern_resource.c
  1.298     +0 -0      src/sys/kern/kern_synch.c
  1.295     +0 -0      src/sys/kern/subr_trap.c


More information about the cvs-src mailing list