Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | net_addrcmp() dies. found out to be a horrific function by eric | deraadt | 2012-01-17 | 1 | -4/+3 |
| | | | | ok guenther | ||||
* | getpeereid() can now be a library routine using getsockopt() with | deraadt | 2010-07-01 | 1 | -3/+3 |
| | | | | | | | SOL_SOCKET and SO_PEERCRED, only issue being that it cannot return EFAULT for a page fault. The kernel code will soon be put into compat, and then in 10 years or so tedu will delete it. ok guenther millert | ||||
* | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | miod | 2010-02-03 | 1 | -3/+3 |
| | | | | | | | files or directories when applicable. The inspiration and name of MACHINE_CPU come from NetBSD, although the way to provide it to Makefiles is completely different. ok kettenis@ | ||||
* | More shrinkage, a bit for ramdisks but mostly for static binaries: | guenther | 2009-11-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | - wrap with #ifndef NO_LOG_BAD_DNS_RESPONSES libc code that uses p_class() and p_type() for diagnostics, then add that define to libstub to avoid pulling in res_debug_syms.o - split rcmd() and ruserok() into separate files, as nothing uses both - split readdir_r() to its own file - split syslog_r() from syslog(), as the latter needs localtime(); many binaries no longer need to pull in all the time code after this; switch from usleep() to nanosleep() while we're at it (The profit of analysis of -Wl,-M,--cref output) Chops 888kB from /bin and /sbin on i386 ok deraadt@, miod@ | ||||
* | various MLINK fixes from Alan R. S. Bueno; | jmc | 2009-08-13 | 1 | -3/+3 |
| | |||||
* | remove ipx-related stuff. objections nobody. major bump by kurt in a few | henning | 2007-06-05 | 1 | -4/+3 |
| | |||||
* | switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542). | itojun | 2006-12-09 | 1 | -1/+13 |
| | | | | | | | | | | the kernel still handles RFC2292 set/getsockopts, so that compiled binary has no trouble running. userland sees RFC3542 symbols only on header file so new code has to use RFC3542 API. bump libc shlib minor for function additions. tested on i386/amd64 by jmc, i386 by brad. checked by deraadt. | ||||
* | `ether_addr' is the name of a structure, not a function: remove its MLINK | jmc | 2005-10-02 | 1 | -2/+2 |
| | | | | and remove its entry from the .Nm list; | ||||
* | zap rcsid. | espie | 2005-08-06 | 1 | -1/+2 |
| | | | | | | | split functions off res_debug.c so that getnetnamadr.c does not pull it all when it's used. okay deraadt@, krw@ | ||||
* | remove netns stuff, ok millert | henning | 2005-06-17 | 1 | -6/+3 |
| | | | | libc major bump by espie in a few | ||||
* | recover MLINKS for inet6_*_space.3 | itojun | 2005-01-06 | 1 | -2/+14 |
| | |||||
* | gai_strerror.3, getaddrinfo.3 and getnameinfo.3 are back. | millert | 2004-12-20 | 1 | -3/+4 |
| | |||||
* | remove MLINKS too | itojun | 2004-12-20 | 1 | -14/+1 |
| | |||||
* | remove manpages based on RFC. requested by deraadt | itojun | 2004-12-20 | 1 | -4/+4 |
| | |||||
* | move gai_strerror into its own page, and make the get* pages more readable; | jmc | 2004-12-06 | 1 | -8/+8 |
| | | | | | | prompted by henning; ok henning@ itojun@ | ||||
* | link to new functions manpages. | espie | 2004-10-26 | 1 | -3/+9 |
| | | | | okay millert@ | ||||
* | Remove iso_addr() and iso_ntoa() as part of the netiso removal. | millert | 2004-07-13 | 1 | -4/+3 |
| | | | | From henning@, OK deraadt@ | ||||
* | add MLINKS for 64-bit functions in byteorder(3); | jmc | 2004-02-10 | 1 | -4/+6 |
| | | | | passes miod's "make sure it doesn't break libc or libpthread" test; | ||||
* | add getrrsetbyname(3) - API to retrieve arbitrary DNS records | jakob | 2001-08-06 | 1 | -5/+6 |
| | |||||
* | add freeifaddrs(3), which reclaims region allocated by getifaddrs(3). | itojun | 2000-02-23 | 1 | -1/+2 |
| | | | | in sync with kame and bsdi. | ||||
* | add getifaddrs(3), from bsdi4. | itojun | 2000-02-23 | 1 | -5/+5 |
| | | | | | this will help future apps from complexity of SIOCGIFCONF. NOTE: getifaddrs(3) uses sysctl interface, not SIOCGIFCONF. | ||||
* | add IPv6-ready rcmd() friends. | itojun | 2000-01-27 | 1 | -2/+2 |
| | | | | | | | | rcmd(): IPv4 only rcmd_af(): af independent ruserok(): af independent iruserok(): IPv4 only iruserok_sa(): af independent | ||||
* | rresvport_af() and bindresvport_af() | deraadt | 1999-12-16 | 1 | -3/+4 |
| | |||||
* | add inet6_option_* and inet6_rthdr_*. | itojun | 1999-12-11 | 1 | -2/+18 |
| | | | | increase shlib minor. | ||||
* | Add missing MLINKs | millert | 1999-11-17 | 1 | -1/+2 |
| | |||||
* | if_freenameindex() API | deraadt | 1999-07-03 | 1 | -9/+8 |
| | |||||
* | cleaner | deraadt | 1999-07-03 | 1 | -3/+3 |
| | |||||
* | man pages from WIDE | deraadt | 1999-07-03 | 1 | -2/+8 |
| | |||||
* | install man page | deraadt | 1999-07-03 | 1 | -2/+2 |
| | |||||
* | Removed non-existent source file from SRC. | cmetz | 1999-06-23 | 1 | -4/+4 |
| | |||||
* | net_addrcmp(); needs man page | deraadt | 1999-06-23 | 1 | -2/+4 |
| | |||||
* | Added some protocol independent interfaces (supposedly IPv6 support APIs, but | cmetz | 1999-06-23 | 1 | -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). | d | 1998-11-20 | 1 | -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.ca | deraadt | 1998-08-29 | 1 | -3/+4 |
| | |||||
* | incorrect MLINKS | deraadt | 1997-11-20 | 1 | -2/+2 |
| | |||||
* | Document new functions | niklas | 1997-11-19 | 1 | -2/+5 |
| | |||||
* | Install inet(3) page as inet_{ntop,pton}(3) pages too | niklas | 1997-07-28 | 1 | -2/+2 |
| | |||||
* | Define RESOLVSORT so "sortlist" resolver directive works. | millert | 1997-07-07 | 1 | -1/+3 |
| | |||||
* | Add man page for inet_net_ntop(3) and inet_net_pton(3) from NetBSD (lukem) | millert | 1997-06-23 | 1 | -3/+3 |
| | |||||
* | fouled up a tiny bit | provos | 1997-04-13 | 1 | -2/+2 |
| | |||||
* | Integrate BIND 4.9.5 resolver and associated routines. | downsj | 1997-03-13 | 1 | -7/+8 |
| | | | | Includes the DNS aware getnetby*() routines and IPv6 support. | ||||
* | First cut at man page for rcmdsh() | millert | 1996-09-01 | 1 | -2/+3 |
| | |||||
* | Adds rcmdsh() -- rcmd-alike using rsh (or specified shell). | millert | 1996-08-22 | 1 | -2/+2 |
| | |||||
* | Fix RCS ids | tholo | 1996-08-19 | 1 | -3/+1 |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | ipx. | mickey | 1996-08-16 | 1 | -1/+4 |
| | |||||
* | Install iso_addr(3) man page | tholo | 1996-08-14 | 1 | -2/+3 |
| | |||||
* | install as link_ntoa/link_addr; netbsd pr#2614; peter@wonderland.org | deraadt | 1996-08-03 | 1 | -2/+2 |
| | |||||
* | netbsd: bind 4.9.3 | dm | 1996-02-19 | 1 | -4/+4 |
| | |||||
* | initial import of NetBSD tree | deraadt | 1995-10-18 | 1 | -0/+46 |