| Commit message (Expand) | Author | Age | Files | Lines |
* | Add change missed in 243245. | Edward Tomasz Napierala | 2012-11-18 | 1 | -0/+1 |
* | Use defined() to test macro definitions. | Dmitry Sivachenko | 2012-11-14 | 1 | -1/+1 |
* | Replace our version of the pwcache(3) API with NetBSD's implementation. | Brooks Davis | 2012-10-19 | 2 | -0/+8 |
* | Disconnect non-MPSAFE SMBFS from the build in preparation for dropping | Attilio Rao | 2012-10-18 | 1 | -3/+2 |
* | Include a piece that was left out during r241629. | Attilio Rao | 2012-10-17 | 1 | -1/+1 |
* | Disconnect non-MPSAFE NTFS from the build in preparation for dropping | Attilio Rao | 2012-10-17 | 1 | -1/+1 |
* | Disconnect non-MPSAFE NWFS from the build in preparation for dropping | Attilio Rao | 2012-10-17 | 1 | -6/+1 |
* | Disconnect non-MPSAFE PORTALFS from the build in preparation for dropping | Attilio Rao | 2012-10-16 | 1 | -1/+1 |
* | rpc: convert all uid and gid variables to u_int. | Pedro F. Giffuni | 2012-10-04 | 2 | -7/+7 |
* | RPC: Convert all uid and gid variables of the type uid_t and gid_t. | Pedro F. Giffuni | 2012-10-02 | 2 | -8/+7 |
* | - Simplify the implementation of atomic_compare_exchange_strong_explicit. | Tijl Coosemans | 2012-09-30 | 1 | -26/+13 |
* | Complete revert of r239963: | Pedro F. Giffuni | 2012-09-27 | 2 | -7/+8 |
* | - Make C11 atomic macros usable in expressions: | Tijl Coosemans | 2012-09-26 | 1 | -25/+33 |
* | Integrate nvmecontrol(8) into the amd64 and i386 builds. | Jim Harris | 2012-09-17 | 1 | -2/+2 |
* | o Create directory sys/netpfil, where all packet filters should | Gleb Smirnoff | 2012-09-14 | 1 | -8/+0 |
* | POSIX requires sigevent to be visible after mqueue.h is included. | David Xu | 2012-09-10 | 1 | -1/+1 |
* | Process CPU-Time Clocks option is supported, define _POSIX_CPUTIME. | David Xu | 2012-09-10 | 1 | -0/+1 |
* | Add missing prototype for clock_getcpuclockid. | David Xu | 2012-09-10 | 1 | -0/+11 |
* | Revert r240060: (Partial) | Pedro F. Giffuni | 2012-09-02 | 16 | -127/+1 |
* | Fix RPC headers for C++ | Pedro F. Giffuni | 2012-09-02 | 16 | -11/+137 |
* | Bring some changes from Bull's NFSv4 libtirpc implementation. | Pedro F. Giffuni | 2012-09-01 | 2 | -8/+7 |
* | Properly enable Clang-style atomics when available. | Ed Schouten | 2012-08-31 | 1 | -1/+1 |
* | Reduce namespace pollution from gssapi.h | Doug Rabson | 2012-08-05 | 1 | -10/+8 |
* | The register_printf_render_std() function expects regular string. | Pawel Jakub Dawidek | 2012-07-04 | 1 | -1/+1 |
* | Make the wchar_t type machine dependent. | Andrew Turner | 2012-06-24 | 1 | -4/+2 |
* | Install filemon.h into /usr/include for userland consumption. | David E. O'Brien | 2012-06-20 | 1 | -1/+1 |
* | Finally nuke auth.conf, nine years after it was deprecated. The only | Dag-Erling Smørgrav | 2012-06-12 | 1 | -1/+0 |
* | Fix a small typo. Fireware -> firmware. | Ed Schouten | 2012-06-05 | 1 | -1/+1 |
* | Fix a compilation error with some compilers: __attribute__ | Hartmut Brandt | 2012-05-22 | 1 | -6/+4 |
* | Hide DIR definition by making it an opaque struct typedef. | Gleb Kurtsou | 2012-05-19 | 1 | -18/+3 |
* | Don't use ino_t in dumprestore protocol definition. | Gleb Kurtsou | 2012-05-18 | 1 | -1/+10 |
* | Import work done under project/nand (@235533) into head. | Grzegorz Bernacki | 2012-05-17 | 1 | -3/+17 |
* | Fix <stdatomic.h> after clang decided to rename all of its builtins to include | David Chisnall | 2012-05-03 | 1 | -13/+16 |
* | Add a convenience macro for the returns_twice attribute, and apply it to | Dimitry Andric | 2012-04-29 | 2 | -4/+4 |
* | Fix a bug caused by some misplaced brackets. | David Chisnall | 2012-04-22 | 1 | -2/+2 |
* | Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch, | Jason Evans | 2012-04-17 | 2 | -4/+30 |
* | Correctly expose xlocale functions if people include the headers in the wrong | David Chisnall | 2012-03-28 | 9 | -5/+17 |
* | Expose some C11 stuff that is also C++11 stuff in C++11 mode. | David Chisnall | 2012-03-14 | 1 | -1/+1 |
* | And remove the duplicate inlines... | David Chisnall | 2012-03-13 | 1 | -2/+2 |
* | Fix the other missing prototypes. | David Chisnall | 2012-03-13 | 1 | -0/+5 |
* | Add missing prototypes. | David Chisnall | 2012-03-13 | 1 | -0/+5 |
* | More xlocale cleanups. | David Chisnall | 2012-03-13 | 1 | -26/+26 |
* | Remove fifo.h. The only used function declaration from the header is | Konstantin Belousov | 2012-03-11 | 1 | -1/+1 |
* | After r232498, programs built with -ansi or -std=c89 including <ctype.h> | Dimitry Andric | 2012-03-06 | 2 | -3/+3 |
* | Reapply 227753 (xlocale cleanup), plus some fixes so that it passes build | David Chisnall | 2012-03-04 | 22 | -414/+834 |
* | Revert r231673 and r231682 for now, until we can run a full make | Dimitry Andric | 2012-02-14 | 21 | -678/+269 |
* | Fix a misplaced __NO_TLS locations, and change a GNUism to a C11ism for | David Chisnall | 2012-02-14 | 1 | -1/+1 |
* | Change some headers such that lang/gcc* ports no longer patch them. | Tijl Coosemans | 2012-02-14 | 1 | -3/+3 |
* | Cleanup of xlocale: | David Chisnall | 2012-02-14 | 21 | -269/+678 |
* | Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessor | Dimitry Andric | 2012-02-07 | 2 | -2/+2 |