summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/Makefile.inc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add freeifaddrs(3), which reclaims region allocated by getifaddrs(3).itojun2000-02-231-1/+2
| | | | in sync with kame and bsdi.
* add getifaddrs(3), from bsdi4.itojun2000-02-231-5/+5
| | | | | this will help future apps from complexity of SIOCGIFCONF. NOTE: getifaddrs(3) uses sysctl interface, not SIOCGIFCONF.
* add IPv6-ready rcmd() friends.itojun2000-01-271-2/+2
| | | | | | | | rcmd(): IPv4 only rcmd_af(): af independent ruserok(): af independent iruserok(): IPv4 only iruserok_sa(): af independent
* rresvport_af() and bindresvport_af()deraadt1999-12-161-3/+4
|
* add inet6_option_* and inet6_rthdr_*.itojun1999-12-111-2/+18
| | | | increase shlib minor.
* Add missing MLINKsmillert1999-11-171-1/+2
|
* if_freenameindex() APIderaadt1999-07-031-9/+8
|
* cleanerderaadt1999-07-031-3/+3
|
* man pages from WIDEderaadt1999-07-031-2/+8
|
* install man pagederaadt1999-07-031-2/+2
|
* Removed non-existent source file from SRC.cmetz1999-06-231-4/+4
|
* net_addrcmp(); needs man pagederaadt1999-06-231-2/+4
|
* Added some protocol independent interfaces (supposedly IPv6 support APIs, butcmetz1999-06-231-10/+12
| | | | ones that are useful for all protocols, not just IPv6).
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-201-3/+3
| | | | | | | | | | | | | All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO
* man page repairs; aaron@ug.cs.dal.caderaadt1998-08-291-3/+4
|
* incorrect MLINKSderaadt1997-11-201-2/+2
|
* Document new functionsniklas1997-11-191-2/+5
|
* Install inet(3) page as inet_{ntop,pton}(3) pages tooniklas1997-07-281-2/+2
|
* Define RESOLVSORT so "sortlist" resolver directive works.millert1997-07-071-1/+3
|
* Add man page for inet_net_ntop(3) and inet_net_pton(3) from NetBSD (lukem)millert1997-06-231-3/+3
|
* fouled up a tiny bitprovos1997-04-131-2/+2
|
* Integrate BIND 4.9.5 resolver and associated routines.downsj1997-03-131-7/+8
| | | | Includes the DNS aware getnetby*() routines and IPv6 support.
* First cut at man page for rcmdsh()millert1996-09-011-2/+3
|
* Adds rcmdsh() -- rcmd-alike using rsh (or specified shell).millert1996-08-221-2/+2
|
* Fix RCS idstholo1996-08-191-3/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* ipx.mickey1996-08-161-1/+4
|
* Install iso_addr(3) man pagetholo1996-08-141-2/+3
|
* install as link_ntoa/link_addr; netbsd pr#2614; peter@wonderland.orgderaadt1996-08-031-2/+2
|
* netbsd: bind 4.9.3dm1996-02-191-4/+4
|
* initial import of NetBSD treederaadt1995-10-181-0/+46