#
712dc76e |
| 23-May-1996 |
Mike Pritchard <mpp@FreeBSD.org> |
Fixed various problems: typos, grammer, missing include files wrong function type declarations, and wrong argument type declarations.
|
#
7560bb26 |
| 31-Dec-1995 |
Joerg Wunsch <joerg@FreeBSD.org> |
Finally complete my fix for the behaviour of getpass(3) upon receipt of signals. Signals are now properly caught, tty state is being restored, and the previous sigaction triggered. Upon receipt of
Finally complete my fix for the behaviour of getpass(3) upon receipt of signals. Signals are now properly caught, tty state is being restored, and the previous sigaction triggered. Upon receipt of a sigcont, echo is turned off again.
SIGTSTP causes a buffer flush, the man page mentions this. (Although i rather think of it as a feature than a bug.)
This is likely to be my last FreeBSD action for 1995, xearth shows me that our .au guys must already write 1996. :-)
show more ...
|