Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Nuke ascii2addr() and addr2ascii(). They have no consumers anywhere | bms | 2007-02-28 | 1 | -75/+0 |
| | | | | | | | | | | | | | | in FreeBSD, and originated from INRIA IPv6. Stub out netstat reference to addr2ascii() I mistakenly introduced. Update misleading man page sections. Merge NetBSD's getnameinfo() AF_LINK extensions for a portable way to print link-layer addresses given a sockaddr_dl(), minus the IEEE 1394 bits which don't map directly to our code. Obtained from: NetBSD (getnameinfo.c) Discussed on: current (March 2006) | ||||
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 1 | -0/+3 |
| | | | | I believe have made all of libc .c's as consistent as possible. | ||||
* | Fix the fix. | joerg | 1996-12-13 | 1 | -1/+2 |
| | | | | Pointed out by: wollman, bde | ||||
* | Fix an embarassing and rather obscure incarnation of an uninitialized | joerg | 1996-12-12 | 1 | -1/+1 |
| | | | | | | local variable use. Found by: actually using ascii2addr() :-/ | ||||
* | It would help if I actually added the source code for these routines. | wollman | 1996-06-13 | 1 | -0/+71 |