History log of /openbsd-src/lib/libc/net/getifaddrs.3 (Results 1 – 23 of 23)
Revision Date Author Comments
# 4bc2832d 29-Mar-2022 naddy <naddy@openbsd.org>

man pages: add missing word, The foo() ... -> The foo() function ...

ok jmc@ schwarze@


# aaeccf36 12-Jan-2018 deraadt <deraadt@openbsd.org>

Adjust references for sysctl(3) to sysctl(2)


# 22cd8fe1 21-Nov-2015 jmc <jmc@openbsd.org>

point to netintro(4) rather than (now removed) networking(4);


# ee10762e 29-Jan-2015 schwarze <schwarze@openbsd.org>

Use .Rv where appropriate, and move it to RETURN VALUES;
remove .Tn, and a few minor macro adjustments.
Patch from Kaspars at Bankovskis dot net.


# 65612907 07-Apr-2014 schwarze <schwarze@openbsd.org>

Add some missing names to the NAME sections.
For inet(3), go the other way, remove some bogus symlinks.
Found while testing the new makewhatis(8).
ok jmc@


# 369bef3a 21-Jan-2014 schwarze <schwarze@openbsd.org>

obvious .Pa fixes; found with mandocdb(8)


# 4973f6c2 14-Aug-2013 jmc <jmc@openbsd.org>

use Bsx;
from jan stary


# 64d4e987 05-Jun-2013 tedu <tedu@openbsd.org>

Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze


# 5269b272 13-Jul-2012 krw <krw@openbsd.org>

Use same (lame) verbiage to explain ifa_dstaddr as is used for
ifa_broadaddr. i.e. make it make clear that this field is only
valid for P2P. (Hint: one's a field, and one's a #define giving a
new na

Use same (lame) verbiage to explain ifa_dstaddr as is used for
ifa_broadaddr. i.e. make it make clear that this field is only
valid for P2P. (Hint: one's a field, and one's a #define giving a
new name to said field)

ok guenther@

show more ...


# 9490d37c 31-May-2007 jmc <jmc@openbsd.org>

convert to new .Dd format;


# 9d123722 14-Feb-2007 jmc <jmc@openbsd.org>

correct a mistake concerning ifa_data;
found by Srebrenko Sehic, corrected by millert and claudio;


# 5a14067e 22-Jul-2005 jaredy <jaredy@openbsd.org>

- sync prototypes and header file excerpts
- typos/spelling, punctuation, rewording, macro, and layout fixes.

help & ok jmc


# ad6301ec 16-Apr-2004 jmc <jmc@openbsd.org>

more display/list fixes, and a little whitespace;


# f9bdf54d 30-May-2003 jmc <jmc@openbsd.org>

- section reorder
- macro cleanup


# af599a0a 06-Mar-2003 david <david@openbsd.org>

date should be written formally: .Dd Month day, year
ok henning@ jmc@


# 8618a6e3 02-Jan-2002 nordin <nordin@openbsd.org>

Add missing .Os. deraadt@ ok


# 636ea60a 01-Oct-2001 millert <millert@openbsd.org>

typo


# 10cc2884 18-Apr-2000 aaron <aaron@openbsd.org>

Repairs, mostly removing hard sentence breaks.


# 350763ac 16-Apr-2000 itojun <itojun@openbsd.org>

avoid misunderstanding in history portion, okay'ed by aaron.
may need english check:-) (getifaddrs.c is straight import from bsdi4)


# a1d216a3 12-Apr-2000 aaron <aaron@openbsd.org>

Trailing whitespace begone!


# 20472ffb 23-Feb-2000 aaron <aaron@openbsd.org>

- Put structure field descriptions in a tagged list.
- More mdoc macros where appropriate.
- Mention OpenBSD in HISTORY.


# 8b86f44b 23-Feb-2000 itojun <itojun@openbsd.org>

add freeifaddrs(3), which reclaims region allocated by getifaddrs(3).
in sync with kame and bsdi.


# da8e6ed8 23-Feb-2000 itojun <itojun@openbsd.org>

add getifaddrs(3), from bsdi4.
this will help future apps from complexity of SIOCGIFCONF.
NOTE: getifaddrs(3) uses sysctl interface, not SIOCGIFCONF.