summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
1997-04-03hokchar -> _hokchar, and make it non-static. Use it in getnetnamadr.c asJason Downs
1997-04-03another lookup[] loop accidentTheo de Raadt
1997-04-03Full implementation of lookups support, plus some bug fixes. Still no YP.Jason Downs
1997-04-03an -> a; soil@quick.netTheo de Raadt
1997-04-03use MATCH()Theo de Raadt
1997-04-03if dns lookup fails, still honour _res.lookups[]Theo de Raadt
1997-04-03ensure host_addr[] remains nicely aligned; pr#145, grr@shandakor.tharsis.comTheo de Raadt
1997-04-0310 X's for mktemp() and mkstemp().Todd C. Miller
1997-04-03a start a making getnetbyaddr() respect "lookup" keyword in resolv.confkstailey
1997-04-03add htonl()kstailey
1997-04-02spelling errorTheo de Raadt
1997-04-02correctly code the classes of permitted TZ specifications for theTheo de Raadt
1997-03-31salt is an int32_tTheo de Raadt
1997-03-31flags param is intTheo de Raadt
1997-03-31sync to nfs.hTheo de Raadt
1997-03-31sync with stat.h; spotted by todd@Theo de Raadt
1997-03-30delete the unaligned codeTheo de Raadt
1997-03-30We run OpenBSD not NetBSDTodd C. Miller
1997-03-29Updated description of some signals; from Klaus Klein <kleink@layla.inka.de>Thorsten Lockert
1997-03-29Document EINVAL; from NetBSD PR 3395Thorsten Lockert
1997-03-29futimes link; nakayosh@kcn.or.jpTheo de Raadt
1997-03-29if a bad socket is accept()ed, bail without trying another accept()Theo de Raadt
1997-03-29in svcudp_bufcreate(), only close socket if we created itTheo de Raadt
1997-03-29delete extra spacesTheo de Raadt
1997-03-29Fix up HISTORY and mention YP.Todd C. Miller
1997-03-29Use getdomainname() not yp_get_default_domain().Todd C. Miller
1997-03-29repair function param declarationsTheo de Raadt
1997-03-28Don't allow buffer overflowsThorsten Lockert
1997-03-27Err, umm.Jason Downs
1997-03-27Make this code sane.Jason Downs
1997-03-27constrain hostnames to MAXHOSTNAMELEN (again), and fix a typoTheo de Raadt
1997-03-27yet another random() converted to arc4random()Niels Provos
1997-03-26install ktrace(2)Theo de Raadt
1997-03-26fix *link.2 Xr thingies; bgrayson@r2d2.ece.utexas.edu + moreTheo de Raadt
1997-03-25Ok here is the mvme88k userland, minus a few important pieces.Dale S. Rahn
1997-03-24Make sure head, tail, and nitems get zero'd even if weTodd C. Miller
1997-03-21Fix two typos in fts(3). NetBSD PR#3364 and NetBSD PR#3368Todd C. Miller
1997-03-21Make struct rusage comments consistent between header fileTodd C. Miller
1997-03-18fix a memory-leak problem in MDXEnd -- even when givenflipk
1997-03-16Added NetBSD fix for overflow. Probably not exploitable because it's a static.bitblt
1997-03-16allow settimeofday() at securelevel < 2, rather than < 1.flipk
1997-03-15res_close is defined in a macro and should apperently not be used as _res_close.Per Fogelstrom
1997-03-14fix el_source() - a block needed braces around it (from NetBSD)Todd C. Miller
1997-03-14Iterate over signals correctlyThorsten Lockert
1997-03-13Integrate BIND 4.9.5 resolver and associated routines.Jason Downs
1997-03-09Mention MNT_NOATIME and pull in some changes from the lite2 version.Todd C. Miller
1997-03-07mention collision found by DobbertinNiels Provos
1997-03-07From NetBSD (christos) [fixed typo introduced in comment]:Todd C. Miller
1997-03-04sprintf -> snprintf paranoiabitblt
1997-03-04Slightly cleaner.Jason Downs