summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* howmany(x+1, NFDBITS)deraadt1997-06-032-5/+5
|
* incorrect description; bgrayson@ece.utexas.eduderaadt1997-06-021-6/+6
|
* Make it possible to not output warnings (errors causing aborts are alwaystholo1997-05-312-2/+13
| | | | output).
* Add x/X option to behave like X11 xmalloc; from FreeBSDtholo1997-05-312-32/+84
| | | | Reduce diffs wrt. FreeBSD some
* for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \deraadt1997-05-301-2/+2
| | | | | | | grep '"' | cut -d':' -f1`; do sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x cat x > $i done
* malloc fd_set dynamically, for very large fd usesderaadt1997-05-282-13/+27
|
* Be more careful about possible type promotiontholo1997-04-303-6/+63
|
* Remove unused variablestholo1997-04-302-8/+9
|
* Be more careful with mixing typestholo1997-04-301-6/+5
|
* oopsderaadt1997-04-291-9/+9
|
* careful buffer handlingderaadt1997-04-291-9/+9
|
* Typo and return value for arc4random().angelos1997-04-271-3/+3
|
* handle hex-like hostnamesderaadt1997-04-271-2/+3
|
* my keyboard made a typo.michaels1997-04-261-2/+2
|
* correct declaration given for herror(3) and describe better.michaels1997-04-261-11/+15
|
* skipped too many idsprovos1997-04-251-2/+2
|
* Revert last changetholo1997-04-241-2/+2
|
* Pad out trailing parts of the address with zeros so we get a legal networktholo1997-04-241-3/+4
| | | | address when only the first octets are given (eg. 140.174 ==> 140.174.0.0)
* pmod to u_int16_t, Angelos kindly reminded meprovos1997-04-231-5/+5
|
* constrain to MAXHOSTNAMELEN-1 not MAXDNAME, duhderaadt1997-04-191-3/+5
|
* change time() to gettimeofday()provos1997-04-191-5/+8
|
* make things more complicated.provos1997-04-191-13/+46
|
* typoderaadt1997-04-161-2/+2
|
* documentation for arc4random. this is out of memory, might needprovos1997-04-152-2/+85
| | | | some corrections.
* correct the paranoia checkderaadt1997-04-151-7/+10
|
* with this here commit i label myself not the swiftestderaadt1997-04-141-8/+6
|
* buf oflowderaadt1997-04-141-3/+4
|
* fouled up a tiny bitprovos1997-04-132-5/+6
|
* the before mentioned random number generator.provos1997-04-133-18/+202
|
* copyright foodownsj1997-04-131-2/+33
|
* buf oflow; bitbltderaadt1997-04-131-3/+3
|
* repair _hokcharderaadt1997-04-131-6/+8
|
* paranoid about MAXHOSTNAMELENderaadt1997-04-071-10/+12
|
* issetugid() this last getenv based openderaadt1997-04-061-3/+3
|
* Use in_addr_t not u_long and use in_port_t in some cases insteadmillert1997-04-0516-58/+59
| | | | of u_short or u_int16_t.
* Check for overflow; from FreeBSDtholo1997-04-051-2/+4
|
* hokchar -> _hokchar, and make it non-static. Use it in getnetnamadr.c asdownsj1997-04-032-7/+13
| | | | well.
* another lookup[] loop accidentderaadt1997-04-031-2/+4
|
* Full implementation of lookups support, plus some bug fixes. Still no YP.downsj1997-04-031-68/+97
|
* an -> a; soil@quick.netderaadt1997-04-031-2/+2
|
* use MATCH()deraadt1997-04-031-3/+3
|
* if dns lookup fails, still honour _res.lookups[]deraadt1997-04-031-2/+2
|
* ensure host_addr[] remains nicely aligned; pr#145, grr@shandakor.tharsis.comderaadt1997-04-031-2/+6
|
* a start a making getnetbyaddr() respect "lookup" keyword in resolv.confkstailey1997-04-031-2/+24
|
* add htonl()kstailey1997-04-031-2/+2
|
* spelling errorderaadt1997-04-021-2/+2
|
* salt is an int32_tderaadt1997-03-311-2/+2
|
* delete the unaligned codederaadt1997-03-302-22/+2
|
* Err, umm.downsj1997-03-271-3/+3
|
* Make this code sane.downsj1997-03-271-3/+4
|