| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change getaddrinfo() resolve order | Yoshinobu Inoue | 2000-04-20 | 2 | -75/+317 |
| * | Add a cleanup function. This is needed for PXE where you should | Paul Saab | 2000-04-20 | 1 | -0/+1 |
| * | CSU source for IA-64. Current we use the ../Alpha sources. | David E. O'Brien | 2000-04-19 | 1 | -0/+28 |
| * | Use ${.ALLSRC} in Makefile so that it is a better candidate for copying. | David E. O'Brien | 2000-04-19 | 2 | -2/+2 |
| * | CSU source for the Sparc copied over from the FreeBSD/Alpha sources. | Steve Price | 2000-04-19 | 4 | -0/+237 |
| * | Raw devices are now the normal device name, not prefixed with 'r'. | David E. O'Brien | 2000-04-19 | 1 | -1/+1 |
| * | Add support for multiple PPTP sessions: | Ruslan Ermilov | 2000-04-18 | 5 | -88/+265 |
| * | Document the libpam dependency on libopie | Kris Kennaway | 2000-04-18 | 1 | -0/+1 |
| * | Change our ELF binary branding to something more acceptable to the Binutils | David E. O'Brien | 2000-04-18 | 2 | -0/+28 |
| * | Connect pam_opie to the build. | Kris Kennaway | 2000-04-17 | 2 | -0/+2 |
| * | Add pam_opie, a PAM module using the OPIE one-time-password scheme. | Kris Kennaway | 2000-04-17 | 2 | -0/+150 |
| * | Remove unneeded #include | Jonathan Lemon | 2000-04-16 | 1 | -1/+0 |
| * | Don't try to compile in INET6 support when NOINET6 is defined. | Steve Price | 2000-04-15 | 3 | -3/+12 |
| * | Apply TCP_EXPIRE_CONNECTED (86400 seconds) timeout only to established | Ruslan Ermilov | 2000-04-14 | 1 | -16/+10 |
| * | A complete reformatting of manual page. | Ruslan Ermilov | 2000-04-13 | 1 | -724/+686 |
| * | Make partially specified permanent links without `dst_addr' | Ruslan Ermilov | 2000-04-12 | 1 | -11/+15 |
| * | Add comment after locales | Andrey A. Chernov | 2000-04-12 | 12 | -24/+48 |
| * | Fix typo, reported by George Cox. | Jeroen Ruigrok van der Werven | 2000-04-12 | 1 | -8/+8 |
| * | Do proper byte swapping in 64bit routines. | Sheldon Hearn | 2000-04-12 | 1 | -14/+23 |
| * | Better wording according to multibyte(3) | Andrey A. Chernov | 2000-04-11 | 12 | -24/+96 |
| * | Add a missing THREAD_UNLOCK() found missing by Valentin Nechayev | Poul-Henning Kamp | 2000-04-10 | 2 | -8/+2 |
| * | Document EWOULDBLOCK as a possible errno return value. | Archie Cobbs | 2000-04-09 | 1 | -0/+7 |
| * | Break out sendudp and readudp from net.c. This is for PXE, so it | Paul Saab | 2000-04-08 | 4 | -215/+276 |
| * | - Add support for FTP EPRT (RFC 2428) command. | Ruslan Ermilov | 2000-04-06 | 1 | -61/+167 |
| * | - Remove unused includes. | Ruslan Ermilov | 2000-04-05 | 1 | -24/+96 |
| * | - Moved NULL definition into private include file. | Ruslan Ermilov | 2000-04-05 | 2 | -7/+6 |
| * | Minor spelling fixes. | Ruslan Ermilov | 2000-04-05 | 2 | -5/+7 |
| * | Correct Charles Mott's email address | Brian Somers | 2000-04-02 | 1 | -1/+1 |
| * | Replace the prefix for yylval to less confusing one. | Yoshinobu Inoue | 2000-04-02 | 1 | -1/+1 |
| * | Replace the prefix for yylval to less confusing one. | Yoshinobu Inoue | 2000-04-01 | 1 | -2/+2 |
| * | Allow PacketAliasSetTarget() to be passed the following: | Brian Somers | 2000-03-31 | 2 | -13/+22 |
| * | Change the return value of kvm_read/kvm_write to be -1 on error, to | Jacques Vidrine | 2000-03-31 | 1 | -6/+6 |
| * | When an incoming packet is received that is not specifically | Brian Somers | 2000-03-31 | 1 | -1/+1 |
| * | Changes for PC-98. | KATO Takenori | 2000-03-29 | 9 | -0/+322 |
| * | Fix a memory leak. | Kris Kennaway | 2000-03-29 | 1 | -5/+8 |
| * | Actually, ${LIBY}/-ly aren't needed either. This should finish unbreaking | Brian Feldman | 2000-03-29 | 1 | -2/+0 |
| * | Back out valid argument domain change - sneak to this function by error. | Andrey A. Chernov | 2000-03-28 | 1 | -4/+2 |
| * | Remove libl related dependencies, because it is not necessary, and even more, | Yoshinobu Inoue | 2000-03-28 | 1 | -2/+2 |
| * | Describe valid argument domain for 8-bit wide locales to prevent common error | Andrey A. Chernov | 2000-03-28 | 15 | -0/+30 |
| * | Fixed missing libraries in DPADD. | Bruce Evans | 2000-03-27 | 1 | -3/+3 |
| * | Fixed missing DPADD. | Bruce Evans | 2000-03-27 | 1 | -1/+2 |
| * | MFS: Add a "magic" comment to help fixincludes realize it doesn't need to | David E. O'Brien | 2000-03-27 | 1 | -0/+2 |
| * | -Wall, which caught a real bug where buflen wasn't being set properly. | David E. O'Brien | 2000-03-27 | 3 | -16/+16 |
| * | Decrement the timeout being passed to poll() if poll was interrupted for | Jonathan Lemon | 2000-03-26 | 1 | -5/+22 |
| * | Spelling, fprintf -> err, remove unneeded variable declaration | Philippe Charnier | 2000-03-26 | 1 | -8/+3 |
| * | lowercase error message | Philippe Charnier | 2000-03-26 | 1 | -1/+1 |
| * | Fix some spelling errors. | Mike Pritchard | 2000-03-24 | 1 | -6/+6 |
| * | Return IPv4 native address for IPv4 mapped IPv6 address, even if | Hajimu UMEMOTO | 2000-03-23 | 1 | -8/+23 |
| * | Fixed missing #include of <sys/types.h> in synopsis. | Bruce Evans | 2000-03-23 | 1 | -2/+3 |
| * | Fixed missing #include of <sys/types.h> in synopsis. | Bruce Evans | 2000-03-23 | 1 | -0/+1 |