| Commit message (Expand) | Author | Age | Files | Lines |
* | Assume __STDC__, remove non-__STDC__ code. | alfred | 2002-05-28 | 2 | -27/+2 |
* | Assume __STDC__, remove non-__STDC__ code. ... | alfred | 2002-05-28 | 2 | -24/+4 |
* | Assume __STDC__, remove non-__STDC__ code. | alfred | 2002-05-28 | 1 | -11/+3 |
* | This code defined a private __P, nuke it. | alfred | 2002-05-28 | 8 | -87/+59 |
* | Assume __STDC__, remove non-__STDC__ code. | alfred | 2002-05-28 | 14 | -97/+17 |
* | Don't risk catching a signal while handling a signal for a dying child, as we | jmallett | 2002-05-27 | 1 | -0/+8 |
* | Include machine/ia64_cpu.h because we use ia64_mf(). | marcel | 2002-05-21 | 1 | -0/+1 |
* | Understand the new NGM_PPPOE_SESSIONID message and set SESSIONID | brian | 2002-05-14 | 1 | -2/+9 |
* | Fixed CLEANFILES. | ru | 2002-05-13 | 1 | -0/+2 |
* | Use <paths.h> rather than "pathnames.h", and fix a couple of whitespace nits. | des | 2002-05-08 | 2 | -43/+10 |
* | PAMify. | des | 2002-05-08 | 1 | -253/+127 |
* | Unbreak static build and remove usage() that isn't usage(). | des | 2002-05-03 | 1 | -15/+8 |
* | PAMify rexecd(8). | des | 2002-05-02 | 2 | -116/+89 |
* | Spell void * as void * rather than caddr_t. This is complicated by the | des | 2002-04-28 | 7 | -27/+30 |
* | Fix handling of weak references to undefined symbols on ia64: | marcel | 2002-04-27 | 2 | -29/+21 |
* | Now that local symbols aren't looked up with the symbol hash table, | marcel | 2002-04-27 | 1 | -10/+3 |
* | Don't do symbol lookups for local symbols. The symbol index in the | marcel | 2002-04-27 | 1 | -7/+14 |
* | Correct indent. | ume | 2002-04-26 | 1 | -15/+15 |
* | Usage style sweep: spell "usage" with a small 'u'. | des | 2002-04-22 | 1 | -1/+1 |
* | When opieverify() is fail, fallback to try unix password. | ume | 2002-04-16 | 1 | -4/+9 |
* | Add an IPv6 support. | ume | 2002-04-16 | 1 | -10/+23 |
* | Make this compilable without -DOPIE. | kuriyama | 2002-04-16 | 1 | -1/+1 |
* | IPv6 support for tftp/tftpd. | ume | 2002-04-11 | 1 | -15/+60 |
* | Better handle the case with a network that drops packets by retrying | ambrisko | 2002-04-09 | 1 | -3/+13 |
* | Allow to compile with both GCC 2.95 and 3.1. | obrien | 2002-04-08 | 1 | -2/+3 |
* | Fix a relocation bug in the ia64 ld.so. Weak function pointers in shared | peter | 2002-04-07 | 1 | -3/+16 |
* | Fix warnings. | des | 2002-04-06 | 3 | -13/+13 |
* | Minor changes to make this work on sparc64. | jake | 2002-04-02 | 1 | -33/+46 |
* | Include <string.h> for some prototypes, rather than depending on | mike | 2002-04-01 | 1 | -0/+1 |
* | Add missing commas. At least I didn't miss a period. | imp | 2002-03-18 | 2 | -3/+3 |
* | o MAXPATHLEN is the correct constant to use for path names, it includes | imp | 2002-03-18 | 2 | -19/+13 |
* | Teach REST how to restart a file transfer after 2^31 bytes: now yylex() | maxim | 2002-03-14 | 1 | -25/+33 |
* | rtld support for sparc64. | jake | 2002-03-13 | 5 | -0/+1073 |
* | Remove duplicated yacc nonterminals declarations, sort includes. | maxim | 2002-03-11 | 1 | -4/+3 |
* | YA patch I forgot to commit last night. | des | 2002-03-06 | 1 | -1/+1 |
* | *sigh* while the last commit made GCC 3.1 happy, it upset GCC 2.95. | obrien | 2002-03-01 | 1 | -1/+1 |
* | CPP v3.1 has different rules for processing #lines directives. This | obrien | 2002-02-28 | 1 | -1/+1 |
* | When searching an object that was opened with RTLD_GLOBAL, search its DAG too. | des | 2002-02-27 | 1 | -3/+6 |
* | Add lukemftpd to the mix. | obrien | 2002-02-27 | 1 | -0/+1 |
* | Build LukeM's ftpd. | obrien | 2002-02-27 | 2 | -0/+327 |
* | Put the last added source file in proper order. | obrien | 2002-02-27 | 1 | -1/+1 |
* | Rewrite the part of the conversation function that allocates the reply array; | des | 2002-02-25 | 1 | -2/+5 |
* | #include <sys/time.h> instead of depending on namespace pollution in | bde | 2002-02-25 | 1 | -3/+3 |
* | Removed unused include of <sys/resource.h> instead of depending on | bde | 2002-02-25 | 1 | -12/+2 |
* | Revert revision 1.11. FreeBSD/alpha has suppport for T/TCP. | mike | 2002-02-24 | 1 | -2/+0 |
* | Handle NGM_PPPOE_ACNAME messages. | brian | 2002-02-20 | 2 | -3/+11 |
* | o Move NTOHL() and associated macros into <sys/param.h>. These are | mike | 2002-02-18 | 2 | -0/+2 |
* | ld-elf.so.1 assumed a few too many things about the ordering of sections | peter | 2002-02-18 | 5 | -72/+265 |
* | Update build infrastructure for sendmail 8.12. | gshapiro | 2002-02-17 | 2 | -14/+26 |
* | o __P removal | imp | 2002-02-17 | 5 | -45/+26 |