summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Use defined() to test macro definitions.demon2012-11-141-1/+1
* 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
* Reduce namespace pollution from gssapi.hdfr2012-08-051-10/+8
* The register_printf_render_std() function expects regular string.pjd2012-07-041-1/+1
* Make the wchar_t type machine dependent.andrew2012-06-241-4/+2
* Install filemon.h into /usr/include for userland consumption.obrien2012-06-201-1/+1
* Finally nuke auth.conf, nine years after it was deprecated. The onlydes2012-06-121-1/+0
* Fix a small typo. Fireware -> firmware.ed2012-06-051-1/+1
* Fix a compilation error with some compilers: __attribute__harti2012-05-221-6/+4
* Hide DIR definition by making it an opaque struct typedef.gleb2012-05-191-18/+3
* Don't use ino_t in dumprestore protocol definition.gleb2012-05-181-1/+10
* Import work done under project/nand (@235533) into head.gber2012-05-171-3/+17
* Fix <stdatomic.h> after clang decided to rename all of its builtins to includetheraven2012-05-031-13/+16
* Add a convenience macro for the returns_twice attribute, and apply it todim2012-04-292-4/+4
* Fix a bug caused by some misplaced brackets.theraven2012-04-221-2/+2
* Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch,jasone2012-04-172-4/+30
* Correctly expose xlocale functions if people include the headers in the wrongtheraven2012-03-289-5/+17
* Expose some C11 stuff that is also C++11 stuff in C++11 mode.theraven2012-03-141-1/+1
* And remove the duplicate inlines...theraven2012-03-131-2/+2
* Fix the other missing prototypes.theraven2012-03-131-0/+5
* Add missing prototypes.theraven2012-03-131-0/+5
* More xlocale cleanups.theraven2012-03-131-26/+26
* Remove fifo.h. The only used function declaration from the header iskib2012-03-111-1/+1
* After r232498, programs built with -ansi or -std=c89 including <ctype.h>dim2012-03-062-3/+3
* Reapply 227753 (xlocale cleanup), plus some fixes so that it passes buildtheraven2012-03-0422-414/+834
* Revert r231673 and r231682 for now, until we can run a full makedim2012-02-1421-678/+269
* Fix a misplaced __NO_TLS locations, and change a GNUism to a C11ism fortheraven2012-02-141-1/+1
* Change some headers such that lang/gcc* ports no longer patch them.tijl2012-02-141-3/+3
* Cleanup of xlocale:theraven2012-02-1421-269/+678
* Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessordim2012-02-072-2/+2
* Only use the static assertion when __generic is available.ed2012-01-171-0/+3
OpenPOWER on IntegriCloud