summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/getifaddrs.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* typomillert2001-10-011-2/+2
|
* Repairs, mostly removing hard sentence breaks.aaron2000-04-181-2/+3
|
* avoid misunderstanding in history portion, okay'ed by aaron.itojun2000-04-161-2/+4
| | | | may need english check:-) (getifaddrs.c is straight import from bsdi4)
* Trailing whitespace begone!aaron2000-04-121-3/+3
|
* - Put structure field descriptions in a tagged list.aaron2000-02-231-53/+46
| | | | | - More mdoc macros where appropriate. - Mention OpenBSD in HISTORY.
* add freeifaddrs(3), which reclaims region allocated by getifaddrs(3).itojun2000-02-231-4/+5
| | | | in sync with kame and bsdi.
* add getifaddrs(3), from bsdi4.itojun2000-02-231-0/+161
this will help future apps from complexity of SIOCGIFCONF. NOTE: getifaddrs(3) uses sysctl interface, not SIOCGIFCONF.