Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Feb 2005 15:10:58 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/libkern gets.c src/sys/sys libkern.h src/sys/kern vfs_mount.c src/sys/conf files
Message-ID:  <200502031510.j13FAwiT040674@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2005-02-03 15:10:58 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              libkern.h 
    sys/kern             vfs_mount.c 
    sys/conf             files 
  Added files:
    sys/libkern          gets.c 
  Log:
  - Move gets() function to libkern (I want to use it outside vfs_mount.c).
  - Add buffer size limitations (overflow will not be possible anymore).
  - Add 'visible' option, which will allow for passphrase reading in the
    future.
  - Remove special treatment of '@' and '#', those two are only confusing.
  
  Discussed with: rwatson
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.987     +1 -0      src/sys/conf/files
  1.179     +2 -44     src/sys/kern/vfs_mount.c
  1.1       +67 -0     src/sys/libkern/gets.c (new)
  1.47      +1 -0      src/sys/sys/libkern.h



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