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