Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Apr 2001 02:39:29 -0700 (PDT)
From:      Boris Popov <bp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf files kmod.mk options src/sys/i386/conf NOTES src/sys/libkern iconv.c iconv_converter_if.m iconv_xlat.c src/sys/sys iconv.h
Message-ID:  <200104090939.f399dTf30091@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bp          2001/04/09 02:39:29 PDT

  Modified files:
    sys/conf             files kmod.mk options 
    sys/i386/conf        NOTES 
  Added files:
    sys/libkern          iconv.c iconv_converter_if.m iconv_xlat.c 
    sys/sys              iconv.h 
  Log:
  Add function prototypes and base module for kernel side iconv library.
  Add simple "xlat" converter which performs 8to8 table based conversion.
  Unicode converter will be added in the near future.
  
  Reviewed by:			silence on arch@
  Files placement reviewed by:	bde
  Obtained from:			smbfs
  
  Revision  Changes    Path
  1.505     +4 -1      src/sys/conf/files
  1.101     +4 -2      src/sys/conf/kmod.mk
  1.267     +2 -1      src/sys/conf/options
  1.907     +4 -1      src/sys/i386/conf/NOTES


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?200104090939.f399dTf30091>