summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * Make the malloc(3) family of functions weak and make their non-weakmarcel2013-05-251-0/+12
| * Add C11 macros CMPLX(), CMPLXF() and CMPLXL().ed2013-05-251-0/+12
| * Fix <uchar.h> in for C++11.ed2013-05-251-3/+10
| * Add proper prerequisites for even two more headers.ed2013-05-211-1/+3
| * Allow certain headers to be included more easily.ed2013-05-213-9/+13
| * Add <uchar.h>.ed2013-05-215-4/+108
| * Add pipe2() system call.jilles2013-05-011-0/+1
| * Enable improved <tgmath.h> for Clang even when not using C11.ed2013-04-271-1/+2
| * - sl_find does not modify 'name'eadler2013-04-231-1/+1
| * - Correct mispellings of the word necessarygabor2013-04-171-1/+1
* | Add stage-install.sh so we can do away with the need to havesjg2013-04-191-8/+0
* | sync from headsjg2013-04-124-1/+8
|\ \ | |/
| * Add static/const keywords to the arrays.ed2013-04-091-1/+3
| * Add an implementation of open_memstream() and open_wmemstream(). Thesejhb2013-02-272-0/+2
| * FreeBSD uses #if __BSD_VISIBLE to hide non-standard functions, fix this.zeising2013-02-141-1/+1
| * Add strchrnul(), a GNU function similar to strchr(), except that it returnszeising2013-02-131-0/+3
* | Cleanupsjg2013-02-171-2/+1
* | Avoid problems with read-only osreldate.hsjg2013-02-161-0/+1
* | ftpd needs telnet.h so install it regardlesssjg2013-02-161-2/+1
* | Updated dependenciessjg2013-02-167-14/+0
* | Sync with HEAD.obrien2013-02-087-98/+35
|\ \ | |/
| * Install <dev/agp/agpreg.h> and <dev/pci/pcireg.h> as userland headersjhb2013-02-051-4/+21
| * Add fmemopen(3), an interface to get a FILE * from a buffer in memory, alonggahr2013-01-301-0/+1
| * MK_* variable should be compared to "no" not "NO".brooks2013-01-251-1/+1
| * Don't install telnet.h if it will be installed by libtelnet.brooks2013-01-241-1/+6
| * Add CLOCK_PROCESS_CPUTIME_ID to <time.h>, to synchronize the CLOCK_*dim2013-01-141-0/+1
| * Replace our implementation of the vis(3) and unvis(3) APIs withbrooks2012-12-182-92/+4
| * Add change missed in 243245.trasz2012-11-181-0/+1
| * Use defined() to test macro definitions.demon2012-11-141-1/+1
| |
| \
| \
| \
| \
| \
| \
| \
*-------. \ Sync from headsjg2012-11-0415-94/+89
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Replace our version of the pwcache(3) API with NetBSD's implementation.brooks2012-10-192-0/+8
| * | | | | Disconnect non-MPSAFE SMBFS from the build in preparation for droppingattilio2012-10-181-3/+2
| * | | | | Include a piece that was left out during r241629.attilio2012-10-171-1/+1
| * | | | | Disconnect non-MPSAFE NTFS from the build in preparation for droppingattilio2012-10-171-1/+1
| * | | | | Disconnect non-MPSAFE NWFS from the build in preparation for droppingattilio2012-10-171-6/+1
| * | | | | Disconnect non-MPSAFE PORTALFS from the build in preparation for droppingattilio2012-10-161-1/+1
| * | | | | rpc: convert all uid and gid variables to u_int.pfg2012-10-042-7/+7
| * | | | | RPC: Convert all uid and gid variables of the type uid_t and gid_t.pfg2012-10-022-8/+7
| * | | | | - Simplify the implementation of atomic_compare_exchange_strong_explicit.tijl2012-09-301-26/+13
| * | | | | Complete revert of r239963:pfg2012-09-272-7/+8
| * | | | | - Make C11 atomic macros usable in expressions:tijl2012-09-261-25/+33
| * | | | | Integrate nvmecontrol(8) into the amd64 and i386 builds.jimharris2012-09-171-2/+2
| * | | | | o Create directory sys/netpfil, where all packet filters shouldglebius2012-09-141-8/+0
| * | | | | POSIX requires sigevent to be visible after mqueue.h is included.davidxu2012-09-101-1/+1
| * | | | | Process CPU-Time Clocks option is supported, define _POSIX_CPUTIME.davidxu2012-09-101-0/+1
| * | | | | Add missing prototype for clock_getcpuclockid.davidxu2012-09-101-0/+11
| * | | | | Revert r240060: (Partial)pfg2012-09-0216-127/+1
| * | | | | Fix RPC headers for C++pfg2012-09-0216-11/+137
| * | | | | Bring some changes from Bull's NFSv4 libtirpc implementation.pfg2012-09-012-8/+7
| * | | | | Properly enable Clang-style atomics when available.ed2012-08-311-1/+1
OpenPOWER on IntegriCloud