Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Feb 2005 18:12:08 +0200
From:      Maxim Sobolev <sobomax@portaone.com>
To:        Pawel Jakub Dawidek <pjd@FreeBSD.ORG>
Cc:        cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/libkern gets.c src/sys/sys libkern.h     src/sys/kern vfs_mount.c src/sys/conf files
Message-ID:  <42024D58.4030309@portaone.com>
In-Reply-To: <200502031510.j13FAwiT040674@repoman.freebsd.org>
References:  <200502031510.j13FAwiT040674@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
It would be nice if you can provide gets(9) manpage.

-Maxim

Pawel Jakub Dawidek wrote:
> 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?42024D58.4030309>