summaryrefslogtreecommitdiffstats
path: root/libexec
AgeCommit message (Expand)AuthorFilesLines
2001-12-07kill more registers;mpech17-89/+89
2001-12-07Block keyboard-generated signals during database accesses.millert1-1/+14
2001-12-07mark longjmp racederaadt1-4/+4
2001-12-07Catch SIGINT, SIGQUIT and SIGTSTP but ignore during the databasemillert1-5/+57
2001-12-07o Use writev() to send status on the backchannel instead of fdopen()ingmillert1-14/+35
2001-12-07Use writev() to send status on the backchannel instead of fdopen()ingmillert1-10/+18
2001-12-06Do not set handler for SIGINT and SIGQUIT to SIG_IGN since it preventsmillert6-18/+6
2001-12-06comment typo, and $OpenBSD$ (thanks pval)beck1-1/+2
2001-12-06Fix realloc in getline so we exit on failure - in this context it's sillybeck1-4/+10
2001-12-06use .Nm morederaadt1-5/+8
2001-12-06don't use "you" in a man page.beck1-5/+4
2001-12-06*** empty log message ***beck1-7/+7
2001-12-05typodhartmei1-3/+3
2001-12-05Explain that filter rules need to let pass connections to the proxy portsdhartmei1-1/+20
2001-12-04Kill setjmp/longjmpmillert2-62/+91
2001-12-03Ignore leading whitespace in commands. From Frank Denis. Closes PR 2226.dhartmei1-0/+5
2001-12-03Remove the last line, pf does support IPv6 now.dhartmei1-3/+1
2001-12-01Use pidfile() instead of doing the equivalent thing by hand, and sometimesmiod3-12/+9
2001-12-01fix fd_set overflowderaadt1-5/+7
2001-11-27When copying command line arguments to out new argument vector,millert1-8/+12
2001-11-27Use strlcat() when adding to 'make_arg' via the -m flag to avoidmillert1-4/+12
2001-11-22since 3.0 ftpd allow users w/o password. Spotted by form@.mpech1-4/+2
2001-11-20bye bye, libdlpvalchev1-2/+2
2001-11-19remove the signal handler races and longjmps, and then do a bit of KNFderaadt1-32/+33
2001-11-19clean & KNFderaadt1-25/+25
2001-11-18create own svc_run(), which can do updating outside of a signal handlerderaadt2-17/+73
2001-11-18blow away unused XIDLE signal race crapderaadt2-86/+3
2001-11-18Ensure SA_RESTART is not set on SIGALRM. With it set, the SIGALRM is notderaadt1-8/+17
2001-11-17volatile sig_atomic_tderaadt3-8/+8
2001-11-13o) fix bogus .Xr usage;mpech15-70/+84
2001-11-07use -lrpcsvcderaadt2-86/+4
2001-11-06new vm includes.art1-3/+2
2001-11-06Since the header of the file map is Start End,drahn1-3/+4
2001-11-05more signal marks, and some syslog_r in handlersderaadt2-9/+15
2001-11-02_exit() in signal handlerderaadt1-1/+1
2001-10-30rstat_timeval is not the same as timevalderaadt1-4/+5
2001-10-24getopt(3) returns -1 when out of args, not EOF.mpech7-14/+14
2001-10-10 fix multi-line contunuations - ok deraadt@beck1-2/+13
2001-10-10ftp-chroot variable is documented in this man page, not login.conf(5)millert1-3/+2
2001-10-02as is aleady closed and freed by auth_userresponse, ok millert@wilfried1-3/+2
2001-10-02o Remove #if{,n}def BSD stuffmillert1-158/+36
2001-09-29Change method of determining object type, does better bounds checking,drahn1-5/+20
2001-09-27Local symbols don't need to have a name. Don't barf on them.art1-9/+30
2001-09-26'loff' shouldn't be const (at least not on sparc64)jason1-2/+2
2001-09-26Build ld.so on sparc64.art1-2/+4
2001-09-26Some juggling to simplify the code and some missing code.art1-14/+15
2001-09-26Lazy binding. Parts from NetBSD.art1-6/+49
2001-09-26Implement COPY relocations.art1-8/+35
2001-09-26Code for PLT relocations. From NetBSD.art1-42/+243
2001-09-26Adapt to Elf_Word change.art1-18/+18