summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/malloc.c (unfollow)
Commit message (Collapse)AuthorFilesLines
1997-04-23pmod to u_int16_t, Angelos kindly reminded meprovos1-5/+5
1997-04-19constrain to MAXHOSTNAMELEN-1 not MAXDNAME, duhderaadt1-3/+5
1997-04-19change time() to gettimeofday()provos1-5/+8
1997-04-19make things more complicated.provos1-13/+46
1997-04-16typoderaadt1-2/+2
1997-04-15documentation for arc4random. this is out of memory, might needprovos2-2/+85
some corrections.
1997-04-15correct the paranoia checkderaadt1-7/+10
1997-04-14with this here commit i label myself not the swiftestderaadt1-8/+6
1997-04-14buf oflowderaadt1-3/+4
1997-04-13fouled up a tiny bitprovos2-5/+6
1997-04-13the before mentioned random number generator.provos3-18/+202
1997-04-13copyright foodownsj1-2/+33
1997-04-13buf oflow; bitbltderaadt1-3/+3
1997-04-13repair _hokcharderaadt1-6/+8
1997-04-07paranoid about MAXHOSTNAMELENderaadt1-10/+12
1997-04-06issetugid() this last getenv based openderaadt1-3/+3
1997-04-05Use in_addr_t not u_long and use in_port_t in some cases insteadmillert16-58/+59
of u_short or u_int16_t.
1997-04-05Check for overflow; from FreeBSDtholo1-2/+4
1997-04-03hokchar -> _hokchar, and make it non-static. Use it in getnetnamadr.c asdownsj2-7/+13
well.
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