aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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 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
* 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
* 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
* rpc: convert all uid and gid variables to u_int.Pedro F. Giffuni2012-10-042-7/+7
* RPC: Convert all uid and gid variables of the type uid_t and gid_t.Pedro F. Giffuni2012-10-022-8/+7
* - Simplify the implementation of atomic_compare_exchange_strong_explicit.Tijl Coosemans2012-09-301-26/+13
* Complete revert of r239963:Pedro F. Giffuni2012-09-272-7/+8
* - Make C11 atomic macros usable in expressions:Tijl Coosemans2012-09-261-25/+33
* Integrate nvmecontrol(8) into the amd64 and i386 builds.Jim Harris2012-09-171-2/+2
* o Create directory sys/netpfil, where all packet filters shouldGleb Smirnoff2012-09-141-8/+0
* POSIX requires sigevent to be visible after mqueue.h is included.David Xu2012-09-101-1/+1
* Process CPU-Time Clocks option is supported, define _POSIX_CPUTIME.David Xu2012-09-101-0/+1
* Add missing prototype for clock_getcpuclockid.David Xu2012-09-101-0/+11
* Revert r240060: (Partial)Pedro F. Giffuni2012-09-0216-127/+1
* Fix RPC headers for C++Pedro F. Giffuni2012-09-0216-11/+137
* Bring some changes from Bull's NFSv4 libtirpc implementation.Pedro F. Giffuni2012-09-012-8/+7
* Properly enable Clang-style atomics when available.Ed Schouten2012-08-311-1/+1
* Reduce namespace pollution from gssapi.hDoug Rabson2012-08-051-10/+8
* The register_printf_render_std() function expects regular string.Pawel Jakub Dawidek2012-07-041-1/+1
* Make the wchar_t type machine dependent.Andrew Turner2012-06-241-4/+2
* Install filemon.h into /usr/include for userland consumption.David E. O'Brien2012-06-201-1/+1
* Finally nuke auth.conf, nine years after it was deprecated. The onlyDag-Erling Smørgrav2012-06-121-1/+0
* Fix a small typo. Fireware -> firmware.Ed Schouten2012-06-051-1/+1
* Fix a compilation error with some compilers: __attribute__Hartmut Brandt2012-05-221-6/+4
* Hide DIR definition by making it an opaque struct typedef.Gleb Kurtsou2012-05-191-18/+3
* Don't use ino_t in dumprestore protocol definition.Gleb Kurtsou2012-05-181-1/+10
* Import work done under project/nand (@235533) into head.Grzegorz Bernacki2012-05-171-3/+17
* Fix <stdatomic.h> after clang decided to rename all of its builtins to includeDavid Chisnall2012-05-031-13/+16
* Add a convenience macro for the returns_twice attribute, and apply it toDimitry Andric2012-04-292-4/+4
* Fix a bug caused by some misplaced brackets.David Chisnall2012-04-221-2/+2
* Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch,Jason Evans2012-04-172-4/+30