Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | convert to new .Dd format; | jmc | 2007-05-31 | 1 | -2/+2 |
| | |||||
* | correct a mistake concerning ifa_data; | jmc | 2007-02-14 | 1 | -6/+5 |
| | | | | found by Srebrenko Sehic, corrected by millert and claudio; | ||||
* | - sync prototypes and header file excerpts | jaredy | 2005-07-22 | 1 | -4/+4 |
| | | | | | | - typos/spelling, punctuation, rewording, macro, and layout fixes. help & ok jmc | ||||
* | more display/list fixes, and a little whitespace; | jmc | 2004-04-16 | 1 | -2/+1 |
| | |||||
* | - section reorder | jmc | 2003-05-30 | 1 | -11/+11 |
| | | | | - macro cleanup | ||||
* | date should be written formally: .Dd Month day, year | david | 2003-03-06 | 1 | -2/+2 |
| | | | | ok henning@ jmc@ | ||||
* | Add missing .Os. deraadt@ ok | nordin | 2002-01-02 | 1 | -1/+2 |
| | |||||
* | typo | millert | 2001-10-01 | 1 | -2/+2 |
| | |||||
* | 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. |