aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Install teken.h for userland.Aleksandr Rybalko2013-12-051-0/+3
* Replace Sun Industry Standards Source License for Sun RPC code with aHiroki Sato2013-11-251-45/+24
* Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,Hiroki Sato2013-11-2523-596/+572
* Add ICONV_{GET,SET}_ILSEQ_INVALID iconvctl. GNU iconv returns EILSEQHiroki Sato2013-11-251-0/+2
* Attempt to move the POSIX iconv* symbols out of runtime linker space.Peter Wemm2013-11-171-6/+1
* Remove the WITH_LIBICONV_COMPAT hack that seems to do more harm thanPeter Wemm2013-11-032-28/+1
* Install include files for netpfil/pf when requested by the MakefileSean Bruno2013-11-011-0/+5
* Move new pf includes to the pf directory. The pfvar.h remainGleb Smirnoff2013-10-271-0/+7
* Add a dummy statement to the beginning of the pthread_cleanup_pop() macroTijl Coosemans2013-10-221-0/+1
* Set proper permissions on the generated osreldate.h file; a file readableIan Lepore2013-09-301-0/+1
* Remove BIND.Dag-Erling Smørgrav2013-09-301-5/+0
* Allow the path to the system source directory to be passed in toIan Lepore2013-09-281-2/+4
* Prevent the set -e from mk-osreldate.sh from propagating into newvers.sh.Nathan Whitehorn2013-09-281-1/+3
* Launch the bourne shell using "sh" rather than "${SHELL}", as the latterIan Lepore2013-09-231-1/+1
* Launch the shell, passing it the path to the mk-osreldate script, ratherIan Lepore2013-09-221-1/+1
* Create a separate script to generate osreldate.h rather than sourcingIan Lepore2013-09-212-13/+59
* Assume that the -f argument is /dev/gpioc0 if it is not passed.Sean Bruno2013-09-171-0/+1
* Fix the namespace pollution caused by iconv.h including stdbool.hDavid Chisnall2013-09-061-2/+8
* Implement fdclosedir(3) function, which is equivalent to the closedir(3)Pawel Jakub Dawidek2013-08-181-0/+1
* Add dup3(), based on F_DUP2FD and F_DUP2FD_CLOEXEC fcntls.Jilles Tjoelker2013-08-161-0/+1
* The iconv in libc did two things - implement the standard APIs, the GNUPeter Wemm2013-08-132-19/+40
* Add mkostemp() and mkostemps().Jilles Tjoelker2013-08-091-0/+2
* stdlib.h: Add correct POSIX version for POSIX extensions to C.Jilles Tjoelker2013-07-051-6/+8