aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* An MMC/SD/SDIO stack using CAMWarner Losh2017-07-091-1/+1
* Use __ISO_C_VISIBLE, as opposed to testing __STDC_VERSION__.Ed Schouten2017-06-221-1/+1
* Utilize SYSROOT from r320119 in places where DESTDIR may be wanting WORLDTMP.Bryan Drewery2017-06-191-57/+58
* Update jemalloc to 5.0.0.Jason Evans2017-06-151-19/+35
* Use __BSD_VISIBLE test instead checking for absense of _POSIX_SOURCE.Konstantin Belousov2017-05-241-4/+4
* libthr: fix warnings from GCC when WARNS=6Eric van Gyzen2017-05-231-0/+3
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-2/+21
* ndbm.h: Add a comment pointing out our non-compliance with POSIX.Pedro F. Giffuni2017-05-221-1/+1
* <stdio.h>: ftello() and fseeko() were in SUSv2, so extend visibility.Pedro F. Giffuni2017-04-291-1/+1
* Remove the NATM framework including the en(4), fatm(4), hatm(4), andBrooks Davis2017-04-241-2/+2
* Implement the memset_s(3) function as specified by the C11 ISO/IECKonstantin Belousov2017-03-303-0/+44
* Impelemnt ttys onifexists in init.Warner Losh2017-03-221-0/+1
* Add clock_nanosleep()Eric van Gyzen2017-03-191-1/+1
* - Add support for eMMC "partitions". Besides the user data area, i. e.Marius Strobl2017-03-161-1/+1
* Convert include over to SRCTOPWarner Losh2017-03-121-53/+53
* Sort declaration of sem_clockwait_npEric van Gyzen2017-02-281-4/+4
* Fix include/arpa/nameser_compat.h by adding T_DNAME definition.Warner Losh2017-02-281-0/+1
* Guard sem_clockwait_np() declaration with __BSD_VISIBLEEric van Gyzen2017-02-241-0/+2
* Add sem_clockwait_np()Eric van Gyzen2017-02-231-0/+2
* Add new catrigl.c (r313761) APIs to include/complex.hMahdi Mokhtari2017-02-181-0/+12
* Remove outdated claim.Pedro F. Giffuni2017-02-161-1/+1
* Small inclusion guard comment fix.Pedro F. Giffuni2017-02-161-1/+1
* Make use of clang nullability attributes.Pedro F. Giffuni2017-01-285-134/+170
* Remove some uses of the GCC __nonnull() attribute.Pedro F. Giffuni2017-01-013-87/+68
* libkvm: support access to vmm guest memory, allow writes to fwmem and vmmAndriy Gapon2016-12-271-0/+1
* hyperv: Allow userland to ro-mmap reference TSC pageSepherosa Ziehau2016-12-151-0/+8
* Create the /usr/lib/include symlink as relative.Bryan Drewery2016-12-031-1/+1
* Use the correct name for the GCC macro indicating max_align_t is defined.John Baldwin2016-11-291-1/+1
* hyperv/vss: Add driver and tools for VSSSepherosa Ziehau2016-11-151-3/+11
* Replace basename(3) by a thread-safe implementation.Ed Schouten2016-11-031-8/+11
* 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