| Age | Commit message (Expand) | Author |
| 1999-08-02 | Document setup of "ftp-only" non-anonymous accounts. | hubertf |
| 1999-08-01 | Rearrange the shared library search path precedences to LD_LIBRARY_PATH > | kleink |
| 1999-07-27 | handle IPv4 TCP control connection, toward AF_INET6 socket. | itojun |
| 1999-07-22 | When dlopen()'ing a shared object without an absolute pathname, search | thorpej |
| 1999-07-20 | optionally include CRYPTOPATH Makefile.frag files. | mrg |
| 1999-07-12 | Use bsd.crypto.mk. | thorpej |
| 1999-07-12 | add line break. | itojun |
| 1999-07-12 | IPv6 support. | itojun |
| 1999-07-11 | more sanity check on LPRT. | itojun |
| 1999-07-11 | make LPRT on IPv4 work. | itojun |
| 1999-07-11 | Nuke some whitespace. | thorpej |
| 1999-07-11 | Put the RCS ID in the correct place. | thorpej |
| 1999-07-06 | use syslog instead of fprintf, otherwise no-one will see the error | christos |
| 1999-07-05 | Protect certain definitions from view by crt0, by wrapping them in | thorpej |
| 1999-07-02 | close data socket when new EPRT command comes. | itojun |
| 1999-07-02 | dual-stack telnetd. | itojun |
| 1999-07-02 | dual-stack fingerd. Run it from inetd like: | itojun |
| 1999-07-02 | typo fix: s/LPSV/LPRT/ | itojun |
| 1999-07-02 | dual-stack ftpd. run this from inetd, like: | itojun |
| 1999-06-28 | Make longjmp work with dynamic linking. From Matt Thomas. | ragge |
| 1999-06-26 | Remove the .ifdef to compile without optimization on powerpc since the | danw |
| 1999-06-23 | If opening files for writing, be sure to truncate. | carrel |
| 1999-06-22 | We need to compile with -DVARPSZ, because the sparc has a variable page | christos |
| 1999-06-17 | MAP_COPY -> MAP_PRIVATE | thorpej |
| 1999-06-16 | Correct wrong conversion specifications in calls to syslog(3). | tron |
| 1999-06-16 | Turn bool, true and false into an enumeration and enumeration constants to | kleink |
| 1999-06-15 | The cleaner now marks empty segments clean without having to read their | perseant |
| 1999-06-15 | Don't include the ident .note assembly when linting. | kleink |
| 1999-06-07 | This should use MACHINE_ARCH and test on "mipseb" instead of MACHINE and | castor |
| 1999-06-07 | Treat crypto-us like domestic. | thorpej |
| 1999-06-05 | Set keepalives on the sockets to force logouts on connections that have | briggs |
| 1999-05-31 | Update for m68k. | kleink |
| 1999-05-31 | Implement LD_PRELOAD support. | kleink |
| 1999-05-26 | move stuff around, so the `thank you' message is counted in the | lukem |
| 1999-05-24 | * Cast %q[ud] arguments to fix ILP32/LP64 off_t variation. | ross |
| 1999-05-24 | Define types for ILP32/LP64-harmonized %q[du] arguments. | ross |
| 1999-05-24 | LP64ize %q use. | ross |
| 1999-05-21 | syncicache is needed... | tsubai |
| 1999-05-19 | Cast away a const for now; const poisoning kerberos #0. | thorpej |
| 1999-05-19 | Do not xref non-existant man pages. | bad |
| 1999-05-18 | * fix a problem in retrieve() where arguments to commands weren't working | lukem |
| 1999-05-18 | Add a -L (lie brazenly) flag, to demonstrate the perils of proof by | jwise |
| 1999-05-17 | features/fixes: | lukem |
| 1999-05-07 | Don't even make depend if we're not going to build ld.elf_so. this is | thorpej |
| 1999-04-29 | Always use ${MACHINE_ARCH} rather than ${MACHINE}, and reorder architectures | kleink |
| 1999-04-29 | Add m68k code. | kleink |
| 1999-04-23 | Allow rpaths in setuid binaries, noticed by tron. This is already done | tv |
| 1999-04-19 | Simplify _rtld_start() a little, and shave some cycles. Spefically, there's | thorpej |
| 1999-04-18 | Tidy this up a little. | thorpej |
| 1999-04-18 | Add code to use the kernel provided page size. | ws |