| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use fgetln(3) to read lines from configuration files (ftpusers, ftphosts.) | Yaroslav Tykhiy | 2002-07-12 | 1 | -48/+78 |
| * | Add ability to only beep when mail arrives. | Johan Karlsson | 2002-07-09 | 2 | -6/+27 |
| * | Remove the nanosleep calls from the spin loops in the locking code. | John Polstra | 2002-07-06 | 5 | -42/+7 |
| * | The .Nm utility | Philippe Charnier | 2002-07-06 | 26 | -130/+195 |
| * | Make sure to reset transflag back to zero upon succesfully using sendfile() | Dan Moschuk | 2002-07-03 | 1 | -0/+1 |
| * | Cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attach | Hajimu UMEMOTO | 2002-07-02 | 1 | -14/+12 |
| * | Remove trailing whitespaces. | Maxim Konovalov | 2002-07-01 | 1 | -2/+2 |
| * | Move 'byte_count' calculation just before 'recvurg' check. It is a global | Maxim Konovalov | 2002-07-01 | 1 | -1/+5 |
| * | Implement a flag to disable directory creation for anonymous users. | Matthew N. Dodd | 2002-07-01 | 2 | -3/+12 |
| * | Remove a GCC-specific command-line option. We should be using WARNS=n | Mark Murray | 2002-06-28 | 1 | -1/+1 |
| * | When the -p flag is specified, set an environment variable to the name | Garrett Wollman | 2002-06-26 | 2 | -12/+30 |
| * | Gut out (by default unused) cruft, and tidy up warnings. | Mark Murray | 2002-06-26 | 3 | -170/+22 |
| * | Update the asm statements to use the "+" modifier instead of | John Polstra | 2002-06-24 | 4 | -16/+16 |
| * | Add needed include of mman.h to fix sparc64 buildworld. | Jake Burkholder | 2002-06-24 | 1 | -1/+3 |
| * | The last bits of the alloca -> mmap fix. IA64 and SPARC64 (current only). | Matthew Dillon | 2002-06-22 | 2 | -21/+58 |
| * | 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 |