summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix prototype of dbm_open().ed2016-05-311-1/+1
* Make strfmon_l() work without requiring the use of <xlocale.h>.ed2016-05-311-1/+1
* Let dbm's datum::dptr use the right type.ed2016-05-301-1/+1
* Add missing va_list to <wchar.h>.ed2016-05-301-0/+7
* Fix the signature of the psignal() function.ed2016-05-301-1/+1
* Add missing types and constants to <netdb.h>.ed2016-05-301-0/+12
* Add missing declaration of ino_t.ed2016-05-301-1/+9
* Fix style of the libgen.h header.ed2016-05-291-10/+2
* WITH_META_MODE: Disable cookie handling for include installation.bdrewery2016-05-211-3/+3
* Add implementation of robust mutexes, hopefully close enough to thekib2016-05-171-0/+10
* stdio.h: Fix function-type typedef style and use _types.h __ssize_tcem2016-05-121-4/+4
* Pollute more places with off64_t and add __off64_tcem2016-05-121-1/+1
* libc: Add fopencookie(3) wrapper around funopen(3)cem2016-05-111-0/+17
* Improve performance and functionality of the bitstring(3) apiasomers2016-05-041-0/+2
* include: minor spelling fixes.pfg2016-04-302-2/+2
* MFHgjb2016-04-161-8/+8
|\
| * Rework META_TARGETS so that it automatically adds META_DEPS to the targets.bdrewery2016-04-141-8/+8
* | MFHgjb2016-04-042-1/+2
|\ \ | |/
| * For C++, expose long long types and functions (lldiv_t, llabs, lldiv,dim2016-03-231-1/+1
| * Implement suggestion by jhb@ to have _PATH_FIRMWARE instead of hardimp2016-03-231-0/+1
* | MFHgjb2016-03-141-33/+5
|\ \ | |/
| * META_MODE: Simplify the META_COOKIE handling to use .USE/.USEBEFORE.bdrewery2016-03-111-10/+4
| * DIRDEPS_BUILD: None of this is needed anymore.bdrewery2016-03-111-22/+2
| * DIRDEPS_BUILD: Remove the cookie when target is out-of-date.bdrewery2016-03-111-9/+7
* | MFHgjb2016-03-062-9/+6
|\ \ | |/
| * xdr: Fix xdr_rpc* defines.pfg2016-03-041-9/+5
| * Add sunrpc compat define for xp_sock.pfg2016-03-031-0/+1
* | MFHgjb2016-03-024-3/+10
|\ \ | |/
| * Update jemalloc to 4.1.0.jasone2016-02-291-0/+7
| * Implement process-shared locks support for libthr.so.3, withoutkib2016-02-282-2/+2
| * RPC: update the getrpcbyname() definition to include a const qualifier.pfg2016-02-261-1/+1
* | MFHgjb2016-02-151-1/+4
|\ \ | |/
| * Hide ucontext_t and mcontext_t when neither POSIX nor XSI features arekib2016-02-131-0/+2
| * POSIX states that #include <signal.h> shall make both mcontext_t andkib2016-02-121-1/+2
* | Ensure include/ is properly tagged in the METALOG.gjb2016-02-081-41/+43
|/
* Provide new socket option TCP_CCALGOOPT, which stands for TCP congestionglebius2016-01-221-0/+1
* - Add the definition of CHARCLASS_NAME_MAX, as per POSIX.1-2001.kevlo2016-01-091-2/+5
* Add sbin and /usr/local directories to _PATH_DEFPATH.jilles2016-01-051-2/+2
* Replace implementation of hsearch() by one that scales.ed2015-12-271-4/+1
* Let tsearch()/tdelete() use an AVL tree.ed2015-12-221-1/+2
* addrinfo.ai_family is an address family, not a protocol family.ume2015-12-201-1/+1
* Add AI_V4MAPPED and AI_ALL support for getaddrinfo(3).ume2015-12-181-1/+1
* resolver: preserve binary compatibility; reduce header pollutionvangyzen2015-12-141-5/+1
* resolver: fix the build of some ports, broken by r289315vangyzen2015-12-081-0/+1
* Move obscure lib/ installation of /usr/lib/include symlink to include/.bdrewery2015-12-041-0/+2
* Replace ln -s calls with INSTALL_SYMLINKbdrewery2015-12-041-18/+18
* Stop building vers.c in include/ and only build the needed osreldate.h.bdrewery2015-11-252-8/+4
* META MODE: Fix changing what "MACHINE=host" means when computing dirdeps for ...bdrewery2015-11-181-1/+1
* Rename META_MODE option to DIRDEPS_BUILDsjg2015-11-141-3/+3
* Merge from head r290483bapt2015-11-071-2/+2
|\
OpenPOWER on IntegriCloud