summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/readpassphrase.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in the readpassphrase(3) function, which can be exposedsobomax2016-01-241-8/+16
* Switch libc from using _sig{procmask,action,suspend} symbols, whichkib2015-08-291-18/+19
* libc/gen: small updates to code originating at OpenBSDpfg2014-07-151-4/+4
* libc: Use O_CLOEXEC for various internal file descriptors.jilles2012-09-291-1/+1
* Sync with OpenBSD, primarily better signal and terminal handling.delphij2010-11-131-63/+79
* Fix build. I commented out getpass() in readpassphrase.c because thegreen2002-03-091-3/+3
* Update readpassphrase(3)to the latest revisions. Changes are mainly duegreen2002-03-081-25/+67
* fix compilation (include -> #include)fjoe2001-11-211-1/+1
* Should also include namespace.hgreen2001-11-211-1/+3
* Change certain syscalls from x to _x.green2001-11-211-7/+7
* Introduce readpassphrase(3), a superset of getpass(3). Thisgreen2001-11-201-0/+134
OpenPOWER on IntegriCloud