summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/labs.c (unfollow)
Commit message (Collapse)AuthorFilesLines
1997-04-03another lookup[] loop accidentderaadt1-2/+4
1997-04-03Full implementation of lookups support, plus some bug fixes. Still no YP.downsj1-68/+97
1997-04-03an -> a; soil@quick.netderaadt1-2/+2
1997-04-03use MATCH()deraadt1-3/+3
1997-04-03if dns lookup fails, still honour _res.lookups[]deraadt1-2/+2
1997-04-03ensure host_addr[] remains nicely aligned; pr#145, grr@shandakor.tharsis.comderaadt1-2/+6
1997-04-03a start a making getnetbyaddr() respect "lookup" keyword in resolv.confkstailey1-2/+24
1997-04-03add htonl()kstailey1-2/+2
1997-04-02spelling errorderaadt1-2/+2
1997-03-31salt is an int32_tderaadt1-2/+2
1997-03-30delete the unaligned codederaadt2-22/+2
1997-03-27Err, umm.downsj1-3/+3
1997-03-27Make this code sane.downsj1-3/+4
1997-03-27constrain hostnames to MAXHOSTNAMELEN (again), and fix a typoderaadt1-4/+4
1997-03-27yet another random() converted to arc4random()provos1-4/+3
1997-03-25Ok here is the mvme88k userland, minus a few important pieces.rahnds1-2/+2
as, ld change need to be merged. It is known that shared libraries and C++ do not work. If anyone wants to step forward and take over the mvme88k port please do. It was dumped on me when the original developer, Nivas, left his previous job and started a new one. I am trying to get the port in a shape that someone could take over.
1997-03-15res_close is defined in a macro and should apperently not be used as _res_close.pefo1-2/+2
1997-03-13Integrate BIND 4.9.5 resolver and associated routines.downsj23-792/+3665
Includes the DNS aware getnetby*() routines and IPv6 support.
1997-02-16prelim manpage, cleanup, fixed crippled plaintext: sed does a niceprovos4-20/+99
job on replacing everything, just wouldnt skip it
1997-02-14header updateprovos2-15/+59
1997-02-13added bcrypt + blowfishprovos1-2/+3
1997-02-13added hook for bcryptprovos1-4/+10