index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
gen
/
getpass.c
Age
Commit message (
Expand
)
Author
2016-01-31
PR/50695: coypu: ctrl-c in su password input breaks shell (bash, csh)
christos
2014-09-18
make more descriptors that we open as close-on-exec
christos
2014-06-16
Recognize CR as end of line too. the telnet client passes that to us instead
christos
2012-05-26
make getpass and getpass_r print a newline like they did before.
christos
2012-05-02
test for both NUL and _POSIX_VDISABLE, because _POSIX_VDISABLE propagation
christos
2012-04-14
- If fd == NULL, do the dance with opening /dev/tty
christos
2012-04-13
prefer ETIMEDOUT.
christos
2012-04-13
add timeout.
christos
2012-04-13
- don't update the length of the buffer until the allocation succeeds
christos
2012-04-13
unconfuse lint; XXX: should really fix lint.
christos
2012-04-12
add GETPASS_ECHO_STAR
christos
2012-04-12
add getpassfd() that gives us even more fine grain control on how to get
christos
2012-04-12
raise signals for the tty characters that do.
christos
2012-04-12
Add a new getpass implementation that does not mess with signals, and
christos
2008-01-01
block signals before playing with files. From Anon Ymous
christos
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2000-01-22
Delint.
mycroft
1999-09-16
* use _DIAGASSERT() to check pointer arguments against NULL and file
lukem
1998-02-03
remove obsolete register declarations
perry
1997-07-21
If port provides __weak_alias(), provide an Standard C and POSIX pure
jtc
1997-07-13
Fix RCSID's
christos
1996-05-20
Signal mask was not restored correctly.
jtc
1996-05-16
Use the POSIX signal mask interface
christos
1995-06-16
<sys/termios.h> -> <termios.h>
jtc
1995-02-28
Changed <sys/signal.h> to <signal.h>
jtc
1995-02-27
update from Lite, with local changes. fix Ids, etc.
cgd
1994-01-04
Use _PATH_TTY constant instead of "/dev/tty".
jtc
1993-08-26
Declare rcsid strings so they are stored in text segment.
jtc
1993-07-30
Add even more RCS frobs.
mycroft
1993-03-21
initial import of 386bsd-0.1 sources
cgd