| Commit message (Expand) | Author | Age | Files | Lines |
| * | This is the same alloca() fix as was committed for i386. David O'Brien | Matthew Dillon | 2002-06-18 | 1 | -5/+17 |
| * | Dillon's recent commits to the dynamic linker without running them | John Polstra | 2002-06-10 | 1 | -1/+0 |
| * | Correct a bug in the last commit. The whole point of creating a 'done:' | Matthew Dillon | 2002-06-10 | 2 | -6/+6 |
| * | In tracking down an installation seg fault with then openoffice port | Matthew Dillon | 2002-06-10 | 2 | -16/+40 |
| * | Add used include of <string.h>. | Garrett Wollman | 2002-05-30 | 1 | -1/+1 |
| * | Assume __STDC__, remove non-__STDC__ code. | Alfred Perlstein | 2002-05-28 | 2 | -27/+2 |
| * | Assume __STDC__, remove non-__STDC__ code. ... | Alfred Perlstein | 2002-05-28 | 2 | -24/+4 |
| * | Assume __STDC__, remove non-__STDC__ code. | Alfred Perlstein | 2002-05-28 | 1 | -11/+3 |
| * | This code defined a private __P, nuke it. | Alfred Perlstein | 2002-05-28 | 8 | -87/+59 |
| * | Assume __STDC__, remove non-__STDC__ code. | Alfred Perlstein | 2002-05-28 | 14 | -97/+17 |
| * | Don't risk catching a signal while handling a signal for a dying child, as we | Juli Mallett | 2002-05-27 | 1 | -0/+8 |
| * | Include machine/ia64_cpu.h because we use ia64_mf(). | Marcel Moolenaar | 2002-05-21 | 1 | -0/+1 |
| * | Understand the new NGM_PPPOE_SESSIONID message and set SESSIONID | Brian Somers | 2002-05-14 | 1 | -2/+9 |
| * | Fixed CLEANFILES. | Ruslan Ermilov | 2002-05-13 | 1 | -0/+2 |
| * | Use <paths.h> rather than "pathnames.h", and fix a couple of whitespace nits. | Dag-Erling Smørgrav | 2002-05-08 | 2 | -43/+10 |
| * | PAMify. | Dag-Erling Smørgrav | 2002-05-08 | 1 | -253/+127 |
| * | Unbreak static build and remove usage() that isn't usage(). | Dag-Erling Smørgrav | 2002-05-03 | 1 | -15/+8 |
| * | PAMify rexecd(8). | Dag-Erling Smørgrav | 2002-05-02 | 2 | -116/+89 |
| * | Spell void * as void * rather than caddr_t. This is complicated by the | Dag-Erling Smørgrav | 2002-04-28 | 7 | -27/+30 |
| * | Fix handling of weak references to undefined symbols on ia64: | Marcel Moolenaar | 2002-04-27 | 2 | -29/+21 |
| * | Now that local symbols aren't looked up with the symbol hash table, | Marcel Moolenaar | 2002-04-27 | 1 | -10/+3 |
| * | Don't do symbol lookups for local symbols. The symbol index in the | Marcel Moolenaar | 2002-04-27 | 1 | -7/+14 |
| * | Correct indent. | Hajimu UMEMOTO | 2002-04-26 | 1 | -14/+14 |
| * | Usage style sweep: spell "usage" with a small 'u'. | Dag-Erling Smørgrav | 2002-04-22 | 1 | -1/+1 |
| * | When opieverify() is fail, fallback to try unix password. | Hajimu UMEMOTO | 2002-04-16 | 1 | -4/+9 |
| * | Add an IPv6 support. | Hajimu UMEMOTO | 2002-04-16 | 1 | -10/+23 |
| * | Make this compilable without -DOPIE. | Jun Kuriyama | 2002-04-16 | 1 | -1/+1 |
| * | IPv6 support for tftp/tftpd. | Hajimu UMEMOTO | 2002-04-11 | 1 | -14/+59 |
| * | Better handle the case with a network that drops packets by retrying | Doug Ambrisko | 2002-04-09 | 1 | -3/+13 |
| * | Allow to compile with both GCC 2.95 and 3.1. | David E. O'Brien | 2002-04-08 | 1 | -2/+3 |
| * | Fix a relocation bug in the ia64 ld.so. Weak function pointers in shared | Peter Wemm | 2002-04-07 | 1 | -3/+16 |
| * | Fix warnings. | Dag-Erling Smørgrav | 2002-04-06 | 3 | -13/+13 |
| * | Minor changes to make this work on sparc64. | Jake Burkholder | 2002-04-02 | 1 | -33/+46 |
| * | Include <string.h> for some prototypes, rather than depending on | Mike Barcroft | 2002-04-01 | 1 | -0/+1 |
| * | Add missing commas. At least I didn't miss a period. | Warner Losh | 2002-03-18 | 2 | -3/+3 |
| * | o MAXPATHLEN is the correct constant to use for path names, it includes | Warner Losh | 2002-03-18 | 2 | -19/+13 |
| * | Teach REST how to restart a file transfer after 2^31 bytes: now yylex() | Maxim Konovalov | 2002-03-14 | 1 | -25/+33 |
| * | rtld support for sparc64. | Jake Burkholder | 2002-03-13 | 5 | -0/+1073 |
| * | Remove duplicated yacc nonterminals declarations, sort includes. | Maxim Konovalov | 2002-03-11 | 1 | -4/+3 |
| * | YA patch I forgot to commit last night. | Dag-Erling Smørgrav | 2002-03-06 | 1 | -1/+1 |
| * | *sigh* while the last commit made GCC 3.1 happy, it upset GCC 2.95. | David E. O'Brien | 2002-03-01 | 1 | -1/+1 |
| * | CPP v3.1 has different rules for processing #lines directives. This | David E. O'Brien | 2002-02-28 | 1 | -1/+1 |
| * | When searching an object that was opened with RTLD_GLOBAL, search its DAG too. | Dag-Erling Smørgrav | 2002-02-27 | 1 | -3/+6 |
| * | Add lukemftpd to the mix. | David E. O'Brien | 2002-02-27 | 1 | -0/+1 |
| * | Build LukeM's ftpd. | David E. O'Brien | 2002-02-27 | 2 | -0/+327 |
| * | Put the last added source file in proper order. | David E. O'Brien | 2002-02-27 | 1 | -1/+1 |
| * | Rewrite the part of the conversation function that allocates the reply array; | Dag-Erling Smørgrav | 2002-02-25 | 1 | -2/+5 |
| * | #include <sys/time.h> instead of depending on namespace pollution in | Bruce Evans | 2002-02-25 | 1 | -3/+3 |
| * | Removed unused include of <sys/resource.h> instead of depending on | Bruce Evans | 2002-02-25 | 1 | -12/+2 |
| * | Revert revision 1.11. FreeBSD/alpha has suppport for T/TCP. | Mike Barcroft | 2002-02-24 | 1 | -2/+0 |