aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge from headSimon J. Gerraty2013-09-0520-374/+261
|\
| * 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
| * - Correct mispellings of the word necessaryGabor Kovesdan2013-04-171-1/+1
* | Add stage-install.sh so we can do away with the need to haveSimon J. Gerraty2013-04-191-8/+0
* | sync from headSimon J. Gerraty2013-04-124-1/+8
|\|
| * Add static/const keywords to the arrays.Ed Schouten2013-04-091-1/+3
| * Add an implementation of open_memstream() and open_wmemstream(). TheseJohn Baldwin2013-02-272-0/+2
| * FreeBSD uses #if __BSD_VISIBLE to hide non-standard functions, fix this.Niclas Zeising2013-02-141-1/+1
| * Add strchrnul(), a GNU function similar to strchr(), except that it returnsNiclas Zeising2013-02-131-0/+3
* | CleanupSimon J. Gerraty2013-02-171-2/+1
* | Avoid problems with read-only osreldate.hSimon J. Gerraty2013-02-161-0/+1
* | ftpd needs telnet.h so install it regardlessSimon J. Gerraty2013-02-161-2/+1
* | Updated dependenciesSimon J. Gerraty2013-02-167-14/+0
* | Sync with HEAD.David E. O'Brien2013-02-087-98/+35
|\|
| * Install <dev/agp/agpreg.h> and <dev/pci/pcireg.h> as userland headersJohn Baldwin2013-02-051-4/+21
| * Add fmemopen(3), an interface to get a FILE * from a buffer in memory, alongPietro Cerutti2013-01-301-0/+1
| * MK_* variable should be compared to "no" not "NO".Brooks Davis2013-01-251-1/+1
| * Don't install telnet.h if it will be installed by libtelnet.Brooks Davis2013-01-241-1/+6
| * Add CLOCK_PROCESS_CPUTIME_ID to <time.h>, to synchronize the CLOCK_*Dimitry Andric2013-01-141-0/+1
| * Replace our implementation of the vis(3) and unvis(3) APIs withBrooks Davis2012-12-182-92/+4
| * Add change missed in 243245.Edward Tomasz Napierala2012-11-181-0/+1
| * Use defined() to test macro definitions.Dmitry Sivachenko2012-11-141-1/+1
* | Sync from headSimon J. Gerraty2012-11-0415-94/+89
|\|
| * Replace our version of the pwcache(3) API with NetBSD's implementation.Brooks Davis2012-10-192-0/+8
| * Disconnect non-MPSAFE SMBFS from the build in preparation for droppingAttilio Rao2012-10-181-3/+2
| * Include a piece that was left out during r241629.Attilio Rao2012-10-171-1/+1
| * Disconnect non-MPSAFE NTFS from the build in preparation for droppingAttilio Rao2012-10-171-1/+1
| * Disconnect non-MPSAFE NWFS from the build in preparation for droppingAttilio Rao2012-10-171-6/+1
| * Disconnect non-MPSAFE PORTALFS from the build in preparation for droppingAttilio Rao2012-10-161-1/+1