aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Improve compatibility of calls to dirname() on constant strings.Ed Schouten2016-08-261-0/+19
* LC_*_MASK bit shifting order was partially broken from the initial commitAndrey A. Chernov2016-08-231-4/+5
* Add an implementation of fdatasync(2).Konstantin Belousov2016-08-151-0/+1
* Add timingsafe_bcmp and timingsafe_memcmp.Xin LI2016-08-141-0/+2
* Make libcrypt thread-safe. Add crypt_r(3).Ed Schouten2016-08-101-0/+7
* tools/build looks for _WITH_GETLINE in /usr/include/stdio.h to see ifWarner Losh2016-08-021-0/+1
* Fix up setgrent(3) to have a POSIX-compliant prototype.Ed Schouten2016-07-311-2/+1
* Remove _WITH_GETLINE and _WITH_DPRINTF guardsBaptiste Daroussin2016-07-301-37/+1
* Change the return type of freelocale(3) to void.Ed Schouten2016-07-291-1/+1
* Fix up prototypes of basename(3) and dirname(3) to comply to POSIX.Ed Schouten2016-07-281-2/+2
* Add NI_NUMERICSCOPE.Ed Schouten2016-07-281-3/+1
* Change type of MB_CUR_MAX and MB_CUR_MAX_L() to size_t.Ed Schouten2016-07-282-2/+2
* Fix typing of srandom() and initstate().Ed Schouten2016-07-261-2/+2
* Remove incorrect attributes from posix_memalign(3) declaration.Pedro F. Giffuni2016-07-051-2/+1
* 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