aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Commit the bits of nda that were missed. This should fix the build.Warner Losh2016-06-101-1/+1
* Implement an NSS backend for netgroups and add getnetgrent_r(3).Mark Johnston2016-06-091-0/+1
* Fix prototype of dbm_open().Ed Schouten2016-05-311-1/+1
* Make strfmon_l() work without requiring the use of <xlocale.h>.Ed Schouten2016-05-311-1/+1
* Let dbm's datum::dptr use the right type.Ed Schouten2016-05-301-1/+1
* Add missing va_list to <wchar.h>.Ed Schouten2016-05-301-0/+7
* Fix the signature of the psignal() function.Ed Schouten2016-05-301-1/+1
* Add missing types and constants to <netdb.h>.Ed Schouten2016-05-301-0/+12
* Add missing declaration of ino_t.Ed Schouten2016-05-301-1/+9
* Fix style of the libgen.h header.Ed Schouten2016-05-291-10/+2
* WITH_META_MODE: Disable cookie handling for include installation.Bryan Drewery2016-05-211-3/+3
* Add implementation of robust mutexes, hopefully close enough to theKonstantin Belousov2016-05-171-0/+10
* stdio.h: Fix function-type typedef style and use _types.h __ssize_tConrad Meyer2016-05-121-4/+4
* Pollute more places with off64_t and add __off64_tConrad Meyer2016-05-121-1/+1
* libc: Add fopencookie(3) wrapper around funopen(3)Conrad Meyer2016-05-111-0/+17
* Improve performance and functionality of the bitstring(3) apiAlan Somers2016-05-041-0/+2
* include: minor spelling fixes.Pedro F. Giffuni2016-04-302-2/+2
* MFHGlen Barber2016-04-161-8/+8
|\
| * Rework META_TARGETS so that it automatically adds META_DEPS to the targets.Bryan Drewery2016-04-141-8/+8
* | MFHGlen Barber2016-04-042-1/+2
|\|
| * For C++, expose long long types and functions (lldiv_t, llabs, lldiv,Dimitry Andric2016-03-231-1/+1
| * Implement suggestion by jhb@ to have _PATH_FIRMWARE instead of hardWarner Losh2016-03-231-0/+1
* | MFHGlen Barber2016-03-141-33/+5
|\|
| * META_MODE: Simplify the META_COOKIE handling to use .USE/.USEBEFORE.Bryan Drewery2016-03-111-10/+4
| * DIRDEPS_BUILD: None of this is needed anymore.Bryan Drewery2016-03-111-22/+2
| * DIRDEPS_BUILD: Remove the cookie when target is out-of-date.Bryan Drewery2016-03-111-9/+7
* | MFHGlen Barber2016-03-062-9/+6
|\|
| * xdr: Fix xdr_rpc* defines.Pedro F. Giffuni2016-03-041-9/+5
| * Add sunrpc compat define for xp_sock.Pedro F. Giffuni2016-03-031-0/+1
* | MFHGlen Barber2016-03-024-3/+10
|\|
| * Update jemalloc to 4.1.0.Jason Evans2016-02-291-0/+7
| * Implement process-shared locks support for libthr.so.3, withoutKonstantin Belousov2016-02-282-2/+2
| * RPC: update the getrpcbyname() definition to include a const qualifier.Pedro F. Giffuni2016-02-261-1/+1
* | MFHGlen Barber2016-02-151-1/+4
|\|
| * Hide ucontext_t and mcontext_t when neither POSIX nor XSI features areKonstantin Belousov2016-02-131-0/+2
| * POSIX states that #include <signal.h> shall make both mcontext_t andKonstantin Belousov2016-02-121-1/+2
* | Ensure include/ is properly tagged in the METALOG.Glen Barber2016-02-081-41/+43
|/
* Provide new socket option TCP_CCALGOOPT, which stands for TCP congestionGleb Smirnoff2016-01-221-0/+1
* - Add the definition of CHARCLASS_NAME_MAX, as per POSIX.1-2001.Kevin Lo2016-01-091-2/+5
* Add sbin and /usr/local directories to _PATH_DEFPATH.Jilles Tjoelker2016-01-051-2/+2
* Replace implementation of hsearch() by one that scales.Ed Schouten2015-12-271-4/+1
* Let tsearch()/tdelete() use an AVL tree.Ed Schouten2015-12-221-1/+2
* addrinfo.ai_family is an address family, not a protocol family.Hajimu UMEMOTO2015-12-201-1/+1
* Add AI_V4MAPPED and AI_ALL support for getaddrinfo(3).Hajimu UMEMOTO2015-12-181-1/+1
* resolver: preserve binary compatibility; reduce header pollutionEric van Gyzen2015-12-141-5/+1
* resolver: fix the build of some ports, broken by r289315Eric van Gyzen2015-12-081-0/+1
* Move obscure lib/ installation of /usr/lib/include symlink to include/.Bryan Drewery2015-12-041-0/+2
* Replace ln -s calls with INSTALL_SYMLINKBryan Drewery2015-12-041-18/+18
* Stop building vers.c in include/ and only build the needed osreldate.h.Bryan Drewery2015-11-252-8/+4
* META MODE: Fix changing what "MACHINE=host" means when computing dirdeps for ...Bryan Drewery2015-11-181-1/+1