| Commit message (Expand) | Author | Age | Files | Lines |
| * | Document KTRFAC_FAULT and KTRFAC_FAULTEND. | Brooks Davis | 2016-03-31 | 1 | -1/+3 |
| * | WITHOUT_TOOLCHAIN: Skip building of h_raw. | Bryan Drewery | 2016-03-31 | 1 | -1/+1 |
| * | WITHOUT_TOOLCHAIN: Fix build of rtld. | Bryan Drewery | 2016-03-31 | 1 | -0/+3 |
| * | libc: stop exporting cerror | Ed Maste | 2016-03-30 | 5 | -5/+0 |
| * | freopen(3): prevent uninitialized errno. | Pedro F. Giffuni | 2016-03-30 | 1 | -1/+0 |
| * | freopen(3): prevent uninitialized errno. | Pedro F. Giffuni | 2016-03-30 | 1 | -2/+2 |
| * | freopen(3): prevent uninitialized errno. | Pedro F. Giffuni | 2016-03-30 | 1 | -1/+2 |
| * | Fix parsing of a 1GB page table entry. | John Baldwin | 2016-03-28 | 1 | -1/+1 |
| * | Fix bunch of .Xrs. | Edward Tomasz Napierala | 2016-03-28 | 3 | -4/+3 |
| * | Compile libcxxrt as C++11, since it is only really used in combination | Dimitry Andric | 2016-03-27 | 1 | -1/+4 |
| * | Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally. | Bryan Drewery | 2016-03-26 | 6 | -7/+0 |
| * | CCACHE_BUILD: Don't use ccache when generating some files with CC -E. | Bryan Drewery | 2016-03-24 | 1 | -3/+3 |
| * | Don't reset CC away from full-pathed gcc. | Bryan Drewery | 2016-03-24 | 1 | -0/+3 |
| * | Replace the CloudABI system call table by a machine generated version. | Ed Schouten | 2016-03-24 | 1 | -1/+1 |
| * | libc: stop exporting curbrk and minbrk in the private namespace | Ed Maste | 2016-03-24 | 9 | -18/+0 |
| * | Correct comment. | Bjoern A. Zeeb | 2016-03-22 | 1 | -1/+1 |
| * | Apparently there are some popular programs around which assume that it | Konstantin Belousov | 2016-03-22 | 2 | -2/+61 |
| * | Fully handle size_t lengths in AIO requests. | John Baldwin | 2016-03-21 | 2 | -4/+4 |
| * | If the dhcp server delivers an interface-mtu option, parse it and store | Ian Lepore | 2016-03-21 | 4 | -0/+11 |
| * | Actually garbage collect the unused code, as mentioned in r297147, which | Ian Lepore | 2016-03-21 | 1 | -57/+0 |
| * | Garbage collect the bswap routines from libstand. The declaration was | Ian Lepore | 2016-03-21 | 2 | -6/+1 |
| * | Lock pshared_lock shared around fork, to ensure that the COW snapshot | Konstantin Belousov | 2016-03-21 | 4 | -2/+22 |
| * | Provide more information on failing checks in mutex_assert_is_owned() | Konstantin Belousov | 2016-03-21 | 1 | -4/+16 |
| * | From libthr, remove special and strange code to set up session and | Konstantin Belousov | 2016-03-21 | 2 | -22/+2 |
| * | Implement process-shared spinlocks. | Konstantin Belousov | 2016-03-21 | 1 | -47/+58 |
| * | Fix typo. | Konstantin Belousov | 2016-03-21 | 1 | -1/+1 |
| * | Update fetch.1 and fetch.3 to reflect libfetch's actual use of CA bundles | Michael Gmelin | 2016-03-19 | 1 | -10/+17 |
| * | Use the right argumant name | Julian Elischer | 2016-03-18 | 1 | -1/+1 |
| * | Bump libdevinfo SHLIB_MAJOR, forgotten in r297000. | Justin Hibbits | 2016-03-18 | 1 | -0/+2 |
| * | xo_config.h no longer in contrib, so -I's needed | Simon J. Gerraty | 2016-03-17 | 1 | -2/+1 |
| * | We need libutil | Simon J. Gerraty | 2016-03-17 | 1 | -1/+7 |
| * | Move generated file from contrib to build directory. | Phil Shafer | 2016-03-16 | 2 | -1/+248 |
| * | libc: don't build compat functions if building WITHOUT_SYMVER | Ed Maste | 2016-03-15 | 5 | -8/+20 |
| * | Use the newly minted Makefile.libcompat to implement libsoft libraries | Warner Losh | 2016-03-12 | 1 | -1/+1 |
| * | Fix handling of umtxp resource limit in sh(1)/ulimit(1), limits(1), add | Konstantin Belousov | 2016-03-12 | 3 | -0/+3 |
| * | Remove Symbol.map entries for old AIO system calls for FreeBSD 6 compat. | John Baldwin | 2016-03-12 | 1 | -9/+0 |
| * | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery | 2016-03-11 | 1 | -2/+0 |
| * | Add missing CLEANFILES. | Bryan Drewery | 2016-03-11 | 1 | -0/+1 |
| * | Remove bogus .ORDER. | Bryan Drewery | 2016-03-11 | 1 | -2/+0 |
| * | Add to CFLAGS, rather than replacing. | Justin Hibbits | 2016-03-11 | 1 | -1/+1 |
| * | Not ready for level 6 yet due to -Wredundant-decls. | Dag-Erling Smørgrav | 2016-03-11 | 1 | -0/+1 |
| * | Define __bounded__ to fix the gcc build. While there, raise WARNS. | Dag-Erling Smørgrav | 2016-03-11 | 2 | -2/+4 |
| * | Use the new bmake .dinclude feature to make these safe. | Bryan Drewery | 2016-03-11 | 1 | -5/+9 |
| * | Upgrade to OpenSSH 7.2p2. | Dag-Erling Smørgrav | 2016-03-11 | 1 | -3/+0 |
| |\ |
|
| * | | DIRDEPS_BUILD: Connect MK_TESTS. | Bryan Drewery | 2016-03-09 | 45 | -0/+902 |
| * | | Fix and connect setjmp test. | Bryan Drewery | 2016-03-09 | 1 | -0/+1 |
| * | | Fix spelling of MAXNAMLEN. | Edward Tomasz Napierala | 2016-03-09 | 1 | -2/+2 |
| * | | DIRDEPS_BUILD: Update clang dependencies after r296417. | Bryan Drewery | 2016-03-08 | 79 | -125/+189 |
| * | | libc/{i386,amd64}: Do not export .cerror when building WITHOUT_SYMVER | Ed Maste | 2016-03-08 | 2 | -0/+2 |
| * | | Revert r296175 | Pedro F. Giffuni | 2016-03-06 | 42 | -684/+595 |