Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Repairs, mostly removing hard sentence breaks. | aaron | 2000-04-18 | 1 | -2/+3 |
| | |||||
* | avoid misunderstanding in history portion, okay'ed by aaron. | itojun | 2000-04-16 | 1 | -2/+4 |
| | | | | may need english check:-) (getifaddrs.c is straight import from bsdi4) | ||||
* | Trailing whitespace begone! | aaron | 2000-04-12 | 1 | -3/+3 |
| | |||||
* | - Put structure field descriptions in a tagged list. | aaron | 2000-02-23 | 1 | -53/+46 |
| | | | | | - More mdoc macros where appropriate. - Mention OpenBSD in HISTORY. | ||||
* | add freeifaddrs(3), which reclaims region allocated by getifaddrs(3). | itojun | 2000-02-23 | 1 | -4/+5 |
| | | | | in sync with kame and bsdi. | ||||
* | add getifaddrs(3), from bsdi4. | itojun | 2000-02-23 | 1 | -0/+161 |
this will help future apps from complexity of SIOCGIFCONF. NOTE: getifaddrs(3) uses sysctl interface, not SIOCGIFCONF. |