| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix prototype of dbm_open(). | ed | 2016-05-31 | 1 | -1/+1 |
* | Make strfmon_l() work without requiring the use of <xlocale.h>. | ed | 2016-05-31 | 1 | -1/+1 |
* | Let dbm's datum::dptr use the right type. | ed | 2016-05-30 | 1 | -1/+1 |
* | Add missing va_list to <wchar.h>. | ed | 2016-05-30 | 1 | -0/+7 |
* | Fix the signature of the psignal() function. | ed | 2016-05-30 | 1 | -1/+1 |
* | Add missing types and constants to <netdb.h>. | ed | 2016-05-30 | 1 | -0/+12 |
* | Add missing declaration of ino_t. | ed | 2016-05-30 | 1 | -1/+9 |
* | Fix style of the libgen.h header. | ed | 2016-05-29 | 1 | -10/+2 |
* | WITH_META_MODE: Disable cookie handling for include installation. | bdrewery | 2016-05-21 | 1 | -3/+3 |
* | Add implementation of robust mutexes, hopefully close enough to the | kib | 2016-05-17 | 1 | -0/+10 |
* | stdio.h: Fix function-type typedef style and use _types.h __ssize_t | cem | 2016-05-12 | 1 | -4/+4 |
* | Pollute more places with off64_t and add __off64_t | cem | 2016-05-12 | 1 | -1/+1 |
* | libc: Add fopencookie(3) wrapper around funopen(3) | cem | 2016-05-11 | 1 | -0/+17 |
* | Improve performance and functionality of the bitstring(3) api | asomers | 2016-05-04 | 1 | -0/+2 |
* | include: minor spelling fixes. | pfg | 2016-04-30 | 2 | -2/+2 |
* | MFH | gjb | 2016-04-16 | 1 | -8/+8 |
|\ |
|
| * | Rework META_TARGETS so that it automatically adds META_DEPS to the targets. | bdrewery | 2016-04-14 | 1 | -8/+8 |
* | | MFH | gjb | 2016-04-04 | 2 | -1/+2 |
|\ \
| |/ |
|
| * | For C++, expose long long types and functions (lldiv_t, llabs, lldiv, | dim | 2016-03-23 | 1 | -1/+1 |
| * | Implement suggestion by jhb@ to have _PATH_FIRMWARE instead of hard | imp | 2016-03-23 | 1 | -0/+1 |
* | | MFH | gjb | 2016-03-14 | 1 | -33/+5 |
|\ \
| |/ |
|
| * | META_MODE: Simplify the META_COOKIE handling to use .USE/.USEBEFORE. | bdrewery | 2016-03-11 | 1 | -10/+4 |
| * | DIRDEPS_BUILD: None of this is needed anymore. | bdrewery | 2016-03-11 | 1 | -22/+2 |
| * | DIRDEPS_BUILD: Remove the cookie when target is out-of-date. | bdrewery | 2016-03-11 | 1 | -9/+7 |
* | | MFH | gjb | 2016-03-06 | 2 | -9/+6 |
|\ \
| |/ |
|
| * | xdr: Fix xdr_rpc* defines. | pfg | 2016-03-04 | 1 | -9/+5 |
| * | Add sunrpc compat define for xp_sock. | pfg | 2016-03-03 | 1 | -0/+1 |
* | | MFH | gjb | 2016-03-02 | 4 | -3/+10 |
|\ \
| |/ |
|
| * | Update jemalloc to 4.1.0. | jasone | 2016-02-29 | 1 | -0/+7 |
| * | Implement process-shared locks support for libthr.so.3, without | kib | 2016-02-28 | 2 | -2/+2 |
| * | RPC: update the getrpcbyname() definition to include a const qualifier. | pfg | 2016-02-26 | 1 | -1/+1 |
* | | MFH | gjb | 2016-02-15 | 1 | -1/+4 |
|\ \
| |/ |
|
| * | Hide ucontext_t and mcontext_t when neither POSIX nor XSI features are | kib | 2016-02-13 | 1 | -0/+2 |
| * | POSIX states that #include <signal.h> shall make both mcontext_t and | kib | 2016-02-12 | 1 | -1/+2 |
* | | Ensure include/ is properly tagged in the METALOG. | gjb | 2016-02-08 | 1 | -41/+43 |
|/ |
|
* | Provide new socket option TCP_CCALGOOPT, which stands for TCP congestion | glebius | 2016-01-22 | 1 | -0/+1 |
* | - Add the definition of CHARCLASS_NAME_MAX, as per POSIX.1-2001. | kevlo | 2016-01-09 | 1 | -2/+5 |
* | Add sbin and /usr/local directories to _PATH_DEFPATH. | jilles | 2016-01-05 | 1 | -2/+2 |
* | Replace implementation of hsearch() by one that scales. | ed | 2015-12-27 | 1 | -4/+1 |
* | Let tsearch()/tdelete() use an AVL tree. | ed | 2015-12-22 | 1 | -1/+2 |
* | addrinfo.ai_family is an address family, not a protocol family. | ume | 2015-12-20 | 1 | -1/+1 |
* | Add AI_V4MAPPED and AI_ALL support for getaddrinfo(3). | ume | 2015-12-18 | 1 | -1/+1 |
* | resolver: preserve binary compatibility; reduce header pollution | vangyzen | 2015-12-14 | 1 | -5/+1 |
* | resolver: fix the build of some ports, broken by r289315 | vangyzen | 2015-12-08 | 1 | -0/+1 |
* | Move obscure lib/ installation of /usr/lib/include symlink to include/. | bdrewery | 2015-12-04 | 1 | -0/+2 |
* | Replace ln -s calls with INSTALL_SYMLINK | bdrewery | 2015-12-04 | 1 | -18/+18 |
* | Stop building vers.c in include/ and only build the needed osreldate.h. | bdrewery | 2015-11-25 | 2 | -8/+4 |
* | META MODE: Fix changing what "MACHINE=host" means when computing dirdeps for ... | bdrewery | 2015-11-18 | 1 | -1/+1 |
* | Rename META_MODE option to DIRDEPS_BUILD | sjg | 2015-11-14 | 1 | -3/+3 |
* | Merge from head r290483 | bapt | 2015-11-07 | 1 | -2/+2 |
|\ |
|