summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
1998-02-07strftime is no longer in this directorytholo1-3/+3
1998-02-07More XPG4.2 --millert2-13/+19
1998-02-06size_t n in initstate(); XPGderaadt2-4/+4
1998-02-02Don't override environ if realloc() fails. Pointed out bymillert1-3/+4
1998-01-20for YP lookups, avoid names longer than MAXHOSTNAMELENderaadt1-1/+3
1998-01-19use tzcode strftime(3) as it is kept up to date.millert2-528/+0
1998-01-11Add gethostent(), as some LEGACY code wants it. If you write newweingart1-1/+7
1998-01-02make mmap() return void *, add MAP_FAILEDderaadt1-4/+4
1997-12-30correct descriptionderaadt2-5/+5
1997-12-29NUL not NULLderaadt1-2/+2
1997-12-02i failed to test compile this before commitingderaadt1-3/+3
1997-12-01buf oflow; bitbltderaadt1-5/+7
1997-11-302**8 is normally 256 and not 64, I should resign from applied math it seems.provos1-2/+2
1997-11-30kill bad .Os linederaadt1-2/+2
1997-11-20incorrect MLINKSderaadt1-2/+2
1997-11-19Document new functionsniklas2-12/+87
1997-11-08do not call abort()deraadt2-9/+3
1997-11-05explain about MD5 and Blowfish passwords.provos1-5/+56
1997-09-29Xr bindresvport and rresvportderaadt1-1/+2
1997-09-21$OpenBSD$deraadt1-2/+1
1997-09-10indentation cleanupderaadt2-9/+10
1997-09-09s/ns_toa/ns_ntoa/kstailey1-2/+2
1997-08-24doc RETURNS; cato@ulysses.df.lth.sederaadt1-1/+7
1997-08-24Fix compiler warnings.millert1-2/+2
1997-08-23Change realloc(foo,0) to behave like malloc(0). Both now return a pointerpefo2-8/+8
1997-08-22malloc_init() should try to not modify errnoderaadt1-2/+3
1997-08-20Update from lite2.millert2-36/+61
1997-08-20Update man page and sccs tags from lite2. Minor cleanup by me as well.millert2-18/+30
1997-08-20Update man page and sccs tags from lite2.millert4-20/+35
1997-08-20Move getsubopt(3) to stdlib like lite2 and XPG4.2 say...millert3-6/+259
1997-08-20Update from lite2 version and fix grammatical error frommillert1-13/+14
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