freebsd-dev/libexec/ftpd
Yaroslav Tykhiy 4b82fc955f Remove the setjmp/longjmp stuff completely. Use signal
handlers to set flags only (with exception for sigquit(),
which still seems to call some non-reentrant functions on
its way to _exit(2).)  That must eliminate the possibility
of catching SIGSEGV from following non-reentrant paths from
signal handlers.

PR:		bin/32740 bin/33846
Submitted by:	Maxim Konovalov <maxim@macomnet.ru>
Obtained from:	OpenBSD
2002-01-28 19:28:14 +00:00
..
config.h Portability configuration data for LukeM ftpd. 2001-07-19 17:45:14 +00:00
extern.h Log wtmp according to an address family properly. 2002-01-28 14:50:07 +00:00
ftpcmd.y Remove the setjmp/longjmp stuff completely. Use signal 2002-01-28 19:28:14 +00:00
ftpd.8 mdoc(7) police: markup nits. 2001-10-01 12:58:03 +00:00
ftpd.c Remove the setjmp/longjmp stuff completely. Use signal 2002-01-28 19:28:14 +00:00
logwtmp.c Log wtmp according to an address family properly. 2002-01-28 14:50:07 +00:00
Makefile Fixed missing DPADD in previous commit. Fixed most style bugs related to 2001-12-29 12:06:59 +00:00
pathnames.h $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
popen.c Rename the GLOB_MAXPATH flag of glob(3) to GLOB_LIMIT to be compatible 2001-07-29 00:52:37 +00:00