aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/readpassphrase.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in the readpassphrase(3) function, which can be exposedMaxim Sobolev2016-01-241-8/+16
* Switch libc from using _sig{procmask,action,suspend} symbols, whichKonstantin Belousov2015-08-291-18/+19
* libc/gen: small updates to code originating at OpenBSDPedro F. Giffuni2014-07-151-4/+4
* libc: Use O_CLOEXEC for various internal file descriptors.Jilles Tjoelker2012-09-291-1/+1
* Sync with OpenBSD, primarily better signal and terminal handling.Xin LI2010-11-131-63/+79
* Fix build. I commented out getpass() in readpassphrase.c because theBrian Feldman2002-03-091-3/+3
* Update readpassphrase(3)to the latest revisions. Changes are mainly dueBrian Feldman2002-03-081-25/+67
* fix compilation (include -> #include)Max Khon2001-11-211-1/+1
* Should also include namespace.hBrian Feldman2001-11-211-1/+3
* Change certain syscalls from x to _x.Brian Feldman2001-11-211-7/+7
* Introduce readpassphrase(3), a superset of getpass(3). ThisBrian Feldman2001-11-201-0/+134