aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* MFC r275805:Tijl Coosemans2015-04-301-2/+2
* MFC r278600:Bryan Drewery2015-04-031-1/+1
* MFC r278204:Enji Cooper2015-03-241-11/+10
* MFC r278135,r278202:Enji Cooper2015-03-241-1/+5
* MFC 273598 273602 273607 273613 273647:Rui Paulo2014-11-031-1/+3
* MFC r258580:Hiroki Sato2014-10-0916-423/+454
* MFC r269867:Hajimu UMEMOTO2014-08-305-54/+159
* MFC 268531,269079,269204:John Baldwin2014-08-141-0/+1
* MFC r267441:Tijl Coosemans2014-06-201-2/+7
* MFC r266865;Pedro F. Giffuni2014-06-144-3/+53
* MFC r260913,266895:Nathan Whitehorn2014-06-081-0/+1
* MFC r263998:Tijl Coosemans2014-04-154-4/+4
* Merge r257485: install netpfil/pf includes.Gleb Smirnoff2014-03-191-0/+5
* Bulk sync of pf changes from head, in attempt to fixup broken build IGleb Smirnoff2014-03-121-0/+7
* MFC r258578, r258580, r258581 (by hrs):Alexander Motin2014-01-2224-641/+596
* MFC r258537, r258587:Glen Barber2013-11-291-0/+2
* MFC r258283 - move iconv* symbols out of libc.so.7 namespace withPeter Wemm2013-11-201-6/+1
* MFC r257583, r258012, r258013:Glen Barber2013-11-162-28/+1
* MFC r256925:Tijl Coosemans2013-10-251-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
* 1) POSIX requires rand(3) return values to be in the [0, RAND_MAX] range,Andrey A. Chernov2013-07-031-1/+1
* Replace the #define for "iconv" so it is for the function name instead ofPeter Wemm2013-07-031-3/+3
* Fix gssapi/gssapi_krb5.h after Heimdal 1.5.1 import.Hiroki Sato2013-06-301-0/+27
* - Trim an unused and bogus Makefile for mount_smbfs.Davide Italiano2013-06-281-2/+3
* - Add vnode-backed swap space specification support. This is enabled whenHiroki Sato2013-06-271-0/+2
* Move <stdatomic.h> into sys/sys/.Ed Schouten2013-06-012-328/+3
* Fix misspelling of structure field name.Ed Schouten2013-05-311-1/+1
* I'm happy to finally commit stephen@'s implementations of cacos,David Schultz2013-05-301-0/+12
* Make the malloc(3) family of functions weak and make their non-weakMarcel Moolenaar2013-05-251-0/+12
* Add C11 macros CMPLX(), CMPLXF() and CMPLXL().Ed Schouten2013-05-251-0/+12
* Fix <uchar.h> in for C++11.Ed Schouten2013-05-251-3/+10
* Add proper prerequisites for even two more headers.Ed Schouten2013-05-211-1/+3
* Allow certain headers to be included more easily.Ed Schouten2013-05-213-9/+13
* Add <uchar.h>.Ed Schouten2013-05-215-4/+108
* Add pipe2() system call.Jilles Tjoelker2013-05-011-0/+1
* Enable improved <tgmath.h> for Clang even when not using C11.Ed Schouten2013-04-271-1/+2
* - sl_find does not modify 'name'Eitan Adler2013-04-231-1/+1