NetBSD/usr.bin/ftp
lukem a53d7d57a9 * use sigsetjmp()/siglongjump() instead of setjmp()/longjmp(); the latter
don't save the signal mask on some foreign systems.
* ensure signal handlers don't use stdio and do reset errno if they
  don't exit with siglongjmp()
* use a common SIGINT handler for {send,recv}request()
1999-10-09 03:00:55 +00:00
..
cmds.c * use sigsetjmp()/siglongjump() instead of setjmp()/longjmp(); the latter 1999-10-09 03:00:55 +00:00
cmdtab.c add TNFi copyright to all files i've done more than a minor amount of work to... 1999-10-05 01:16:11 +00:00
complete.c add TNFi copyright to all files i've done more than a minor amount of work to... 1999-10-05 01:16:11 +00:00
domacro.c * idle(): rename to idlecmd(). certain linux distributions have an incompatible 1999-09-27 23:09:42 +00:00
extern.h * use sigsetjmp()/siglongjump() instead of setjmp()/longjmp(); the latter 1999-10-09 03:00:55 +00:00
fetch.c * use sigsetjmp()/siglongjump() instead of setjmp()/longjmp(); the latter 1999-10-09 03:00:55 +00:00
ftp_var.h add TNFi copyright to all files i've done more than a minor amount of work to... 1999-10-05 01:16:11 +00:00
ftp.1 * factor out SIGINFO setting into a handler that is always active (but only 1999-10-05 13:05:39 +00:00
ftp.c * use sigsetjmp()/siglongjump() instead of setjmp()/longjmp(); the latter 1999-10-09 03:00:55 +00:00
main.c * use sigsetjmp()/siglongjump() instead of setjmp()/longjmp(); the latter 1999-10-09 03:00:55 +00:00
Makefile simple dependancy so addition of global vars to ftp_var.h is detected for main.c 1999-10-01 07:58:02 +00:00
ruserpass.c * idle(): rename to idlecmd(). certain linux distributions have an incompatible 1999-09-27 23:09:42 +00:00
util.c * use sigsetjmp()/siglongjump() instead of setjmp()/longjmp(); the latter 1999-10-09 03:00:55 +00:00