Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Feb 2010 19:53:33 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/conf files src/sys/kern kern_subr.c subr_hash.c subr_uio.c
Message-ID:  <201002211954.o1LJsETP036011@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

ed          2010-02-21 19:53:33 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             files 
  Added files:
    sys/kern             subr_hash.c subr_uio.c 
  Removed files:
    sys/kern             kern_subr.c 
  Log:
  SVN rev 204176 on 2010-02-21 19:53:33Z by ed
  
  Decompose the most lousy named file in sys/kern; kern_subr.c.
  
  Although this file has historically been used as a dumping ground for
  random functions, nowadays it only contains functions related to copying
  bits {from,to} userspace and hash table utility functions.
  
  Behold, subr_uio.c and subr_hash.c.
  
  Revision  Changes    Path
  1.1501    +2 -1      src/sys/conf/files
  1.107     +0 -571    src/sys/kern/kern_subr.c (dead)
  1.1       +132 -0    src/sys/kern/subr_hash.c (new)
  1.1       +478 -0    src/sys/kern/subr_uio.c (new)



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