Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move 4 manual pages from not-a-function filenames to a correct filename, | deraadt | 2019-08-30 | 1 | -4/+4 |
| | | | | | and correct Xr. ok jmc | ||||
* | for some time now mandoc has not required MLINKS to function | jmc | 2016-03-30 | 1 | -54/+1 |
| | | | | | | | | | | | | correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung | ||||
* | _getnetbyaddr and _getnetbyname appear to be historical accidents in | deraadt | 2015-09-11 | 1 | -2/+2 |
| | | | | our tree. ok guenther miod | ||||
* | Remove link_addr(3). A function to encode the name of an interface in | mpi | 2015-09-10 | 1 | -3/+2 |
| | | | | | | | | | | | | a sockaddr_dl is a questionnable interface. But now it makes it harder to properly reference ifp becauses of this. Set sdl_index to the index of the corresponding interface when constructing a routing message. Ridding previous libc crank. ok guenther@, deraadt@, dlg@ | ||||
* | Add sockatmark() | guenther | 2014-08-31 | 1 | -5/+8 |
| | | | | ok millert@ manpage feedback jmc@ | ||||
* | Split out ntoh[ls] and hton[ls] into their own manpage. | guenther | 2014-07-13 | 1 | -9/+10 |
| | | | | | | Update byteorder(3) to cover the new functions in <endian.h> ok deraadt@ millert@ | ||||
* | Remove manpages about deprecated RFC2292 ancillary data convenience functions. | chrisz | 2014-06-11 | 1 | -14/+1 |
| | | | | | | They are obsoleted by the RFC3542 api. ok mpi@ | ||||
* | kill a stray \ | deraadt | 2014-04-19 | 1 | -2/+2 |
| | |||||
* | Split inet(3) into three pages by decade: 1980s -> inet_lnaof(3), | guenther | 2014-04-19 | 1 | -7/+8 |
| | | | | | | 1990s -> inet_addr(3), 2000s and beyond -> inet_ntop(3). ok tedu@ (who also noted the timeline) deraadt@ jmc@ | ||||
* | Add some missing names to the NAME sections. | schwarze | 2014-04-07 | 1 | -4/+4 |
| | | | | | | For inet(3), go the other way, remove some bogus symlinks. Found while testing the new makewhatis(8). ok jmc@ | ||||
* | inet_nsap_ntoa() and inet_nsap_addr() go away. Unused APIs from darker | deraadt | 2013-12-17 | 1 | -6/+4 |
| | | | | days. | ||||
* | 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 |
| |