Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Dec 1995 15:34:33 -0800 (PST)
From:      David Greenman <davidg>
To:        CVS-committers, cvs-sys
Subject:   cvs commit: src/sys/sys buf.h systm.h
Message-ID:  <199512282334.PAA08284@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidg      95/12/28 15:34:32

  Modified:    sys/i386/i386  machdep.c support.s
               sys/i386/include  cpufunc.h
               sys/sys   buf.h systm.h
  Log:
  Made bzero a function vector and added a 586/686 optimized version of
  bzero.
  Deprecated blkclr (removed it).
  Removed some old cruft from cpufunc.h.
  
  The optimized bzero was submitted by Torbjorn Granlund <tege@matematik.su.se>
  The kernel adaption and other changes by me.
  
  Revision  Changes    Path
  1.165     +8 -1      src/sys/i386/i386/machdep.c
  1.31      +70 -17    src/sys/i386/i386/support.s
  1.44      +1 -61     src/sys/i386/include/cpufunc.h
  1.26      +2 -2      src/sys/sys/buf.h
  1.28      +2 -3      src/sys/sys/systm.h



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