summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
1997-08-18Install a64l/l64a man page. Also, tsearch.3 and friends were notmillert1-5/+6
1997-08-17Man page for a64l(3) and l64a(3), based on a64l.3 from the MiNT docs 0.1.millert3-12/+152
1997-08-04init net_entry properlyderaadt1-4/+4
1997-07-28Install inet(3) page as inet_{ntop,pton}(3) pages tooniklas1-2/+2
1997-07-25#if __STDC__ --> #ifdef __STDC__mickey6-12/+12
1997-07-25#if __STDC__ --> #ifdef __STDC__mickey1-3/+3
1997-07-23tabifykstailey3-54/+53
1997-07-23Don't do a gethostbyname() on "localhost" since we need it tomillert1-6/+8
1997-07-21long stuff; netbsdderaadt2-6/+7
1997-07-17fix Xrderaadt1-2/+2
1997-07-15buff overflowflipk1-3/+7
1997-07-15Xr repairderaadt1-2/+2
1997-07-10A -> Anmillert1-2/+2
1997-07-09Clean up some -Wall flowers.millert20-53/+58
1997-07-09Clarify strncat(3) count param.millert1-3/+6
1997-07-07Define RESOLVSORT so "sortlist" resolver directive works.millert1-1/+3
1997-07-06if we find an unprintable char, bail totallyderaadt1-1/+4
1997-07-02Use MALLOC_EXTRA_SANITY consistently (EXTRA_SANITY was used in many places)millert1-15/+16
1997-07-01fix that repeating passwords yield same hash + increment minorprovos1-12/+32
1997-07-01Include <stdlib.h> for malloc() proto.millert1-0/+1
1997-06-29indentderaadt1-2/+2
1997-06-29surely not long!deraadt1-5/+5
1997-06-23Add inet_ntop(3) and inet_pton(3) and the IPv6 address format.millert1-30/+154
1997-06-23Add man page for inet_net_ntop(3) and inet_net_pton(3) from NetBSD (lukem)millert2-3/+152
1997-06-22Make sure we don't get stuck in a loop when trying to clean up stdiotholo1-6/+11
1997-06-20add ELOOP support; shigio@wafu.netgate.netderaadt1-1/+6
1997-06-20typecastoramaderaadt1-10/+10