aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | Clean sparse spaces.Pedro F. Giffuni2015-03-251-2/+2
* | | | | | | | | | | | | Introduce nonnull attributes in the signal and pthread headers.Pedro F. Giffuni2015-03-242-62/+79
* | | | | | | | | | | | | Correct and clarify comment for __SMBF.Bryan Drewery2015-02-111-1/+1
* | | | | | | | | | | | | Sort the entries by build knob, then MACHINE_ARCH like other areas of the treeEnji Cooper2015-02-041-13/+12
* | | | | | | | | | | | | Clean up more usb related files when MK_USB == no when dealing withEnji Cooper2015-02-041-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Clean up more usb related files when MK_USB == no when dealing withEnji Cooper2014-11-261-1/+5
| * | | | | | | | | | | | | Account for /usr/include/protocols/r{outed,whod}.h with their respective buil...Enji Cooper2014-11-261-1/+9
| * | | | | | | | | | | | | Fix some accidentally inverted logicEnji Cooper2014-11-261-1/+1
| * | | | | | | | | | | | | Conditionalize a number of components in the treeEnji Cooper2014-11-261-1/+7
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
* | | | | | | | | | | | | Ensure #include <semaphore.h> is sufficient for using SEM_VALUE_MAX.Jilles Tjoelker2015-01-311-0/+2
* | | | | | | | | | | | | Make install cuse headers if MK_CUSE != noEnji Cooper2015-01-251-1/+4
* | | | | | | | | | | | | Deorbit the IEEE-488/GPIB support.Poul-Henning Kamp2014-12-251-5/+1
|/ / / / / / / / / / / /
* | | | | | | | | | | | Fix the build by installing acpi_hpet.h correctly.Rui Paulo2014-10-241-1/+1
* | | | | | | | | | | | The current POSIX semaphore implementation stores the _has_waiters flagJohn Baldwin2014-10-241-1/+2
* | | | | | | | | | | | HPET: create /dev/hpetN as a way to access HPET from userland.Rui Paulo2014-10-241-1/+3
* | | | | | | | | | | | Fix build with rpcgen using a recent (tested with gcc 4.9.1) GNU cppBaptiste Daroussin2014-10-091-8/+3
* | | | | | | | | | | | Add explicit_bzero(3) and its kernel counterpart.Xin LI2014-10-071-0/+3
* | | | | | | | | | | | unistd: drop argument names from setpgrp(3) prototype.Pedro F. Giffuni2014-09-191-1/+1
* | | | | | | | | | | | unistd: move setpgrp(2) to the __BSD_VISIBLE sectionPedro F. Giffuni2014-09-181-1/+1
* | | | | | | | | | | | Roll back r271012 even more aggressively.Ed Schouten2014-09-051-1/+1
* | | | | | | | | | | | Leave the C11 keywords alone when we have a recent version of GCC.Ed Schouten2014-09-031-1/+1
* | | | | | | | | | | | Add bsearch_b to the libc map and the stdlib header.Pedro F. Giffuni2014-09-011-7/+7
* | | | | | | | | | | | Add lock annotations to the header files of our threading libraries.Ed Schouten2014-09-011-27/+49
* | | | | | | | | | | | Add guards to ptrdiff_t definition in include/stddef.hAlexander Kabaev2014-08-211-0/+3
* | | | | | | | | | | | Update our stub resolver to final version of libbind.Hajimu UMEMOTO2014-08-125-54/+159
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | We don't use these files.Hajimu UMEMOTO2014-08-092-65/+0
| * | | | | | | | | | | Bring final version of libbind:Pedro F. Giffuni2014-08-057-54/+224
| * | | | | | | | | | | Import the resolver part of BIND 9.4.3.vendor/resolver/9.4.3Hajimu UMEMOTO2008-12-142-3/+8
| * | | | | | | | | | | Vendor import of BIND 9.4.1Hajimu UMEMOTO2007-06-035-303/+305
| * | | | | | | | | | | Vendor import of BIND 9.3.3Hajimu UMEMOTO2006-12-151-3/+4
| * | | | | | | | | | | Vendor import of BIND 9.3.2Hajimu UMEMOTO2006-05-211-0/+65
| * | | | | | | | | | | Vendor import of BIND 9.3.2Hajimu UMEMOTO2006-03-214-0/+1438
| / / / / / / / / / /
* | | | | | | | | | | Add re-entrant versions of the hash functions based on the GNU api.Pedro F. Giffuni2014-07-211-2/+18
* | | | | | | | | | | Revert r268826:Pedro F. Giffuni2014-07-181-5/+3
* | | | | | | | | | | Minor sorting to match the NetBSD headerPedro F. Giffuni2014-07-181-3/+5
* | | | | | | | | | | Fix some edge cases with rewinddir():John Baldwin2014-07-111-0/+1
* | | | | | | | | | | Don't install GSS-API headers when the GSSAPI option has been disabled.Tijl Coosemans2014-06-131-2/+7
* | | | | | | | | | | Fix strcasecmp_l() and strncasecmp_l() POSIX 2008 compliance.Pedro F. Giffuni2014-05-304-3/+53
* | | | | | | | | | | Initial import of character device in userspace support for FreeBSD.Hans Petter Selasky2014-05-231-0/+1
* | | | | | | | | | | include: Don't expose L_cuserid in strict C standard compliance mode.Jilles Tjoelker2014-05-111-1/+1
* | | | | | | | | | | include: Remove checks for __BSD_VISIBLE where redundant with __XSI_VISIBLEJilles Tjoelker2014-05-119-19/+19
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-062-2/+2
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | langinfo.h: Hide YESSTR and NOSTR in strict POSIX mode.Jilles Tjoelker2014-04-191-1/+1
* | | | | | | | | Add support for some block functions that come from OS X. These areDavid Chisnall2014-04-022-0/+18
* | | | | | | | | Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4Tijl Coosemans2014-04-014-4/+4
* | | | | | | | | Remove AppleTalk support.Gleb Smirnoff2014-03-141-1/+1
* | | | | | | | | Remove IPX support.Gleb Smirnoff2014-03-141-8/+1
* | | | | | | | | Update jemalloc to version 3.5.0.Jason Evans2014-01-231-0/+18
* | | | | | | | | Add a new flag to /etc/ttys: onifconsole. This is equivalent to "on" if theNathan Whitehorn2014-01-201-0/+1
* | | | | | | | | Replace Sun RPC license with a 3-clause BSD license. This license changeHiroki Sato2013-12-0916-423/+454