Date: Sun, 14 Nov 2010 14:12:43 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/geom/eli g_eli.c src/sys/kern vfs_mountroot.c src/sys/libkern gets.c src/sys/sys libkern.h Message-ID: <201011141412.oAEECwdV049011@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2010-11-14 14:12:43 UTC FreeBSD src repository Modified files: sys/geom/eli g_eli.c sys/kern vfs_mountroot.c sys/libkern gets.c sys/sys libkern.h Log: SVN rev 215299 on 2010-11-14 14:12:43Z by ed Add support for asterisk characters when filling in the GELI password during boot. Change the last argument of gets() to indicate a visibility flag and add definitions for the numerical constants. Except for the value 2, gets() will behave exactly the same, so existing consumers shouldn't break. We only use it in two places, though. Submitted by: lme (older version) Revision Changes Path 1.59 +2 -2 src/sys/geom/eli/g_eli.c 1.4 +1 -1 src/sys/kern/vfs_mountroot.c 1.5 +9 -1 src/sys/libkern/gets.c 1.62 +5 -0 src/sys/sys/libkern.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011141412.oAEECwdV049011>