cvs commit: src/sys/libkern gets.c src/sys/sys libkern.h src/sys/kern vfs_mount.c src/sys/conf files

Pawel Jakub Dawidek pjd at FreeBSD.org
Thu Feb 3 07:10:58 PST 2005


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


More information about the cvs-all mailing list