| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | Fixed missing #include of <sys/types.h> in synopsis. | bde | 2000-03-23 | 1 | -0/+1 |
* | Fixed wrong arg type in synopsis. | bde | 2000-03-23 | 1 | -1/+1 |
* | Add a man page for aio_waitcomplete(). Update the aio_cancel() man page to | jasone | 2000-03-21 | 3 | -19/+179 |
* | Make _FindLinkIn() static and only define GetDestPort when | brian | 2000-03-19 | 1 | -2/+4 |
* | Explicitly include sys/cdefs.h to get the definition of __strong_reference(), | jasone | 2000-03-18 | 3 | -0/+3 |
* | Back out that last commit, it may be insecure (pointed out by Warner | bsd | 2000-03-16 | 1 | -1/+1 |
* | Slight adjustment to __ivaliduser() - don't ignore the last line in | bsd | 2000-03-16 | 1 | -1/+1 |
* | Take care to avoid having "strong" and "weak" symbols of the same name in | jasone | 2000-03-16 | 10 | -12/+14 |
* | Fix uninitialized variable. | jlemon | 2000-03-15 | 1 | -1/+1 |
* | Fix pthread_suspend_np/pthread_resume_np. For the record, suspending a | deischen | 2000-03-15 | 27 | -93/+375 |
* | Merge from NetBSD. Addition of inet_ntop() and inet_pton() description. | shin | 2000-03-12 | 2 | -2/+60 |
* | Cosmetic fix. Re-order MLINKS for if_indextoname.3 and inet.3 as alphabetical | shin | 2000-03-12 | 1 | -2/+2 |
* | Correct MLINKS contents for rcmd.3, because it is obsolete due to | shin | 2000-03-12 | 1 | -3/+4 |
* | Import from KAME. Advanced API related function descriptions. | shin | 2000-03-12 | 3 | -1/+790 |
* | Fix fd leak in libdisk's Disk_Names() | imp | 2000-03-10 | 1 | -0/+4 |
* | Add in IPV4 NIS support. | jlemon | 2000-03-09 | 1 | -0/+39 |
* | Fix various unsigned vs signed errors that caused problems with uids | paul | 2000-03-09 | 1 | -5/+14 |
* | More grammer, wording, and mdoc fixes. | shin | 2000-03-09 | 1 | -26/+20 |
* | Fix pointer addition bug (3 -> 4). | jlemon | 2000-03-09 | 1 | -1/+1 |
* | Initialize mbuf pointer at getting ipsec policy. | shin | 2000-03-09 | 1 | -1/+1 |
* | Buildworld fixes for NO_OPENSSH and NO_OPENSSL | kris | 2000-03-09 | 3 | -7/+7 |
* | Correct device naming for IDA disk nodes (idad) | jlemon | 2000-03-08 | 2 | -2/+2 |
* | Temporary cosmetic change to prevent gcc-2.95.2 from doing an | cracauer | 2000-03-08 | 1 | -1/+1 |
* | s/ispec/ipsec/, and add a missing comma. | nik | 2000-03-07 | 1 | -1/+1 |
* | Since crypto/openssh/login.c was changed to use realhostname_sa(), | ume | 2000-03-07 | 1 | -13/+29 |