| Commit message (Expand) | Author | Age | Files | Lines |
* | surely not long! | deraadt | 1997-06-29 | 1 | -5/+5 |
* | Add inet_ntop(3) and inet_pton(3) and the IPv6 address format. | millert | 1997-06-23 | 1 | -30/+154 |
* | Add man page for inet_net_ntop(3) and inet_net_pton(3) from NetBSD (lukem) | millert | 1997-06-23 | 2 | -3/+152 |
* | Make sure we don't get stuck in a loop when trying to clean up stdio | tholo | 1997-06-22 | 1 | -6/+11 |
* | add ELOOP support; shigio@wafu.netgate.net | deraadt | 1997-06-20 | 1 | -1/+6 |
* | typecastorama | deraadt | 1997-06-20 | 1 | -10/+10 |
* | First cut at documentinf tsearch(3) -- needs work. | millert | 1997-06-15 | 1 | -0/+119 |
* | Fix decl for tfind(3) | millert | 1997-06-14 | 1 | -1/+1 |
* | damn, no tsearch(3) | deraadt | 1997-06-14 | 1 | -4/+4 |
* | PD tsearch as reqd by xpg; by esr | deraadt | 1997-06-13 | 4 | -4/+174 |
* | whitespace support; some netbsd pr.. | deraadt | 1997-06-13 | 2 | -2/+9 |
* | s/environmental/environment/ | deraadt | 1997-06-13 | 1 | -2/+2 |
* | hstrerror | deraadt | 1997-06-13 | 1 | -1/+4 |
* | doc RES_USE_INET6; lukem | deraadt | 1997-06-11 | 1 | -2/+4 |
* | use bzero instead of FD_ZERO | dm | 1997-06-04 | 2 | -9/+8 |
* | howmany(x+1, NFDBITS) | deraadt | 1997-06-03 | 2 | -5/+5 |
* | incorrect description; bgrayson@ece.utexas.edu | deraadt | 1997-06-02 | 1 | -6/+6 |
* | Make it possible to not output warnings (errors causing aborts are always | tholo | 1997-05-31 | 2 | -2/+13 |
* | Add x/X option to behave like X11 xmalloc; from FreeBSD | tholo | 1997-05-31 | 2 | -32/+84 |
* | for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \ | deraadt | 1997-05-30 | 1 | -2/+2 |
* | malloc fd_set dynamically, for very large fd uses | deraadt | 1997-05-28 | 2 | -13/+27 |
* | Be more careful about possible type promotion | tholo | 1997-04-30 | 3 | -6/+63 |
* | Remove unused variables | tholo | 1997-04-30 | 2 | -8/+9 |
* | Be more careful with mixing types | tholo | 1997-04-30 | 1 | -6/+5 |
* | oops | deraadt | 1997-04-29 | 1 | -9/+9 |
* | careful buffer handling | deraadt | 1997-04-29 | 1 | -9/+9 |
* | Typo and return value for arc4random(). | angelos | 1997-04-27 | 1 | -3/+3 |
* | handle hex-like hostnames | deraadt | 1997-04-27 | 1 | -2/+3 |
* | my keyboard made a typo. | michaels | 1997-04-26 | 1 | -2/+2 |
* | correct declaration given for herror(3) and describe better. | michaels | 1997-04-26 | 1 | -11/+15 |
* | skipped too many ids | provos | 1997-04-25 | 1 | -2/+2 |
* | Revert last change | tholo | 1997-04-24 | 1 | -2/+2 |
* | Pad out trailing parts of the address with zeros so we get a legal network | tholo | 1997-04-24 | 1 | -3/+4 |
* | pmod to u_int16_t, Angelos kindly reminded me | provos | 1997-04-23 | 1 | -5/+5 |
* | constrain to MAXHOSTNAMELEN-1 not MAXDNAME, duh | deraadt | 1997-04-19 | 1 | -3/+5 |
* | change time() to gettimeofday() | provos | 1997-04-19 | 1 | -5/+8 |
* | make things more complicated. | provos | 1997-04-19 | 1 | -13/+46 |
* | typo | deraadt | 1997-04-16 | 1 | -2/+2 |
* | documentation for arc4random. this is out of memory, might need | provos | 1997-04-15 | 2 | -2/+85 |
* | correct the paranoia check | deraadt | 1997-04-15 | 1 | -7/+10 |
* | with this here commit i label myself not the swiftest | deraadt | 1997-04-14 | 1 | -8/+6 |
* | buf oflow | deraadt | 1997-04-14 | 1 | -3/+4 |
* | fouled up a tiny bit | provos | 1997-04-13 | 2 | -5/+6 |
* | the before mentioned random number generator. | provos | 1997-04-13 | 3 | -18/+202 |
* | copyright foo | downsj | 1997-04-13 | 1 | -2/+33 |
* | buf oflow; bitblt | deraadt | 1997-04-13 | 1 | -3/+3 |
* | repair _hokchar | deraadt | 1997-04-13 | 1 | -6/+8 |
* | issetugid() this last getenv based open | deraadt | 1997-04-06 | 1 | -3/+3 |
* | Use in_addr_t not u_long and use in_port_t in some cases instead | millert | 1997-04-05 | 16 | -58/+59 |
* | Check for overflow; from FreeBSD | tholo | 1997-04-05 | 1 | -2/+4 |