Age | Commit message (Expand) | Author |
1996-08-05 | truncate h_name and h_aliases[] to MAXHOSTNAMELEN | Theo de Raadt |
1996-08-05 | check for port 20 | Theo de Raadt |
1996-08-05 | if port 20 incoming, kill it and try again | Theo de Raadt |
1996-08-04 | typo | Todd C. Miller |
1996-08-03 | install as link_ntoa/link_addr; netbsd pr#2614; peter@wonderland.org | Theo de Raadt |
1996-08-02 | Document EINVAL errno value | Thorsten Lockert |
1996-08-02 | malloc(3) implementation from FreeBSD; uses mmap(2) to get memory | Thorsten Lockert |
1996-08-01 | Implemented _POSIX_SAVED_IDS behaviour according to 1003.1-1990, with | Thorsten Lockert |
1996-07-31 | int not size_t, checked against K&R pg247; netbsd pr#2664, msaitoh@spa.is.uec... | Theo de Raadt |
1996-07-30 | Cleanup of abi call and endian stuff. Also fixed some bugs. (AENT). | Per Fogelstrom |
1996-07-30 | errno restore was reversed. | Jason Downs |
1996-07-30 | if (beer-tonight) test-before-commit(); | Theo de Raadt |
1996-07-30 | only reset port-range if modified initially; if needed call getsockname | Theo de Raadt |
1996-07-30 | Update ECOFF nlist from NetBSD | Niklas Hallqvist |
1996-07-29 | Reset port range if bind() fails. | Jason Downs |
1996-07-29 | ensure bindresvport() is told to find a port | Theo de Raadt |
1996-07-29 | Use new bind() kernel semantics. | Jason Downs |
1996-07-29 | rresvport() in terms of bind() & bindresvport() | Theo de Raadt |
1996-07-27 | close all pipes in child; netbsd pr#2575 | Theo de Raadt |
1996-07-27 | typo | Theo de Raadt |
1996-07-27 | typo | Theo de Raadt |
1996-07-27 | be very careful in case of signed chars | Theo de Raadt |
1996-07-25 | oops, floatconstants are in memory so wee need a .cpload to set gp-reg. | Per Fogelstrom |
1996-07-22 | bzero sockaddr_in | Theo de Raadt |
1996-07-22 | bzero sockaddr before use | Theo de Raadt |
1996-07-20 | bcopy->memcpy & tag | Theo de Raadt |
1996-07-20 | bogus frees; from jraynard@freebsd.org | Theo de Raadt |
1996-07-20 | support # comments | Theo de Raadt |
1996-07-12 | cannot check for stack underflow | Theo de Raadt |
1996-07-06 | type fixos | Theo de Raadt |
1996-07-03 | prototype ethers(3) functions (inside !_KERNEL), pointed out in | Theo de Raadt |
1996-07-03 | document EOPNOTSUPP error return; from kgor@ksg.com | Theo de Raadt |
1996-07-03 | Permit old behaviour of uname(2) if new kernel variable is not available | Thorsten Lockert |
1996-07-02 | for magic MD5 salt, call md5crypt() | Theo de Raadt |
1996-07-02 | pretty the comment | Theo de Raadt |
1996-07-01 | update rcsid | Theo de Raadt |
1996-07-01 | streamline, check ports | Theo de Raadt |
1996-06-30 | destination address should have read source, return description was ambigous. | dm |
1996-06-29 | Make uname(1) and uname(3) do sane things for the version field; now will | Thorsten Lockert |
1996-06-29 | prefer non-loopback addresses | Theo de Raadt |
1996-06-29 | pmap_set/unset to loopback; should rewrite to search for loopback addr | Theo de Raadt |
1996-06-29 | typo | Theo de Raadt |
1996-06-23 | from jtc; Ensure user can't make us overrun fixed sized buffers. | Theo de Raadt |
1996-06-23 | from mark; set r1 to -1 as well as r0 so callers expecting a 64 bit | Theo de Raadt |
1996-06-19 | MD2 copyright is too restrictive for us, pointed out by Jason Thorpe | Niklas Hallqvist |
1996-06-18 | use p->hashfraction when doing non-time-critical calculations, rather than | Theo de Raadt |
1996-06-18 | build poll.o | Theo de Raadt |
1996-06-17 | Added better ELF section header handling. Correctly handle stripped objs. | etheisen |
1996-06-14 | if no executable formats are defined for the architecture, it should | Theo de Raadt |
1996-06-10 | iruserok() can finally safely use a u_int32_t for the ip addr | Theo de Raadt |