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