aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Detect integer overflow and limit the number of positionalRuslan Bukin2016-10-311-1/+1
* Define max_align_t for C11.John Baldwin2016-10-211-0/+8
* Re-apply change 306811 or alternatively, revert change 307385.Marcel Moolenaar2016-10-161-0/+1
* Revert change 306811 so that the change can be re-done usingMarcel Moolenaar2016-10-161-1/+0
* Improve typing of POSIX search tree functions.Ed Schouten2016-10-131-9/+14
* install header files required development with libzfs_coreAndriy Gapon2016-10-121-0/+11
* In order to allow mkimg(1) (and other tools) to become a build toolMarcel Moolenaar2016-10-071-0/+1
* Remove setkey(), encrypt(), des_setkey() and des_cipher().Ed Schouten2016-10-032-12/+0
* Export the mq_getfd_np() symbol from librt.so, which allows to getKonstantin Belousov2016-10-022-1/+4
* Add the __printflike attribute to the declaration of vdprintf(3)Eric van Gyzen2016-10-011-1/+1
* Add the __printflike attribute to the declaration of dprintf(3)Eric van Gyzen2016-10-011-1/+1
* Refine the dirname(3) compatibility workaround a bit more.Ed Schouten2016-09-211-2/+2
* Add evdev protocol implementationOleksandr Tymoshenko2016-09-111-2/+14
* 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
|\|