| Commit message (Expand) | Author | Age | Files | Lines |
* | MFH | gjb | 2016-04-11 | 86 | -183/+255 |
|\ |
|
| * | libc: replace 0 with NULL for pointers. | pfg | 2016-04-10 | 22 | -52/+49 |
| * | USB: replace 0 with NULL for pointers. | pfg | 2016-04-09 | 3 | -6/+6 |
| * | libedit: replace 0 with NULL for pointers. | pfg | 2016-04-09 | 2 | -4/+4 |
| * | libpam: replace 0 with NULL for pointers. | pfg | 2016-04-09 | 2 | -3/+3 |
| * | libfetch: replace 0 with NULL for pointers. | pfg | 2016-04-09 | 1 | -1/+1 |
| * | Use __FBSDID() for .c files from lib/libthr/thread. | kib | 2016-04-08 | 52 | -112/+158 |
| * | Use ANSI C function definitions, fix spelling in a comment. | kib | 2016-04-08 | 3 | -4/+5 |
| * | Assert that the lock objects put into the off-page, fit into the page. | kib | 2016-04-08 | 5 | -0/+15 |
| * | Follow-up r295924: Only sync hash-based db files open for writing when closing. | bdrewery | 2016-04-06 | 1 | -1/+2 |
| * | Revert a change that sneeked with 297619 | andrew | 2016-04-06 | 1 | -3/+1 |
| * | Disable support for compat syscalls on arm64. These symbols were never | andrew | 2016-04-06 | 5 | -1/+15 |
* | | MFH | gjb | 2016-04-04 | 55 | -217/+499 |
|\ \
| |/ |
|
| * | SJIS encoding don't have single byte characters >= 224 | ache | 2016-04-04 | 1 | -1/+1 |
| * | Remove unused variable. It was write-only before r297139. | kib | 2016-04-04 | 2 | -2/+0 |
| * | EUC-type encodings don't have single byte characters >= 128 | ache | 2016-04-04 | 1 | -3/+3 |
| * | Document KTRFAC_FAULT and KTRFAC_FAULTEND. | brooks | 2016-03-31 | 1 | -1/+3 |
| * | WITHOUT_TOOLCHAIN: Skip building of h_raw. | bdrewery | 2016-03-31 | 1 | -1/+1 |
| * | WITHOUT_TOOLCHAIN: Fix build of rtld. | bdrewery | 2016-03-31 | 1 | -0/+3 |
| * | libc: stop exporting cerror | emaste | 2016-03-30 | 5 | -5/+0 |
| * | freopen(3): prevent uninitialized errno. | pfg | 2016-03-30 | 1 | -1/+0 |
| * | freopen(3): prevent uninitialized errno. | pfg | 2016-03-30 | 1 | -2/+2 |
| * | freopen(3): prevent uninitialized errno. | pfg | 2016-03-30 | 1 | -1/+2 |
| * | Fix parsing of a 1GB page table entry. | jhb | 2016-03-28 | 1 | -1/+1 |
| * | Fix bunch of .Xrs. | trasz | 2016-03-28 | 3 | -4/+3 |
| * | Compile libcxxrt as C++11, since it is only really used in combination | dim | 2016-03-27 | 1 | -1/+4 |
| * | Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally. | bdrewery | 2016-03-26 | 6 | -7/+0 |
| * | CCACHE_BUILD: Don't use ccache when generating some files with CC -E. | bdrewery | 2016-03-24 | 1 | -3/+3 |
| * | Don't reset CC away from full-pathed gcc. | bdrewery | 2016-03-24 | 1 | -0/+3 |
| * | Replace the CloudABI system call table by a machine generated version. | ed | 2016-03-24 | 1 | -1/+1 |
| * | libc: stop exporting curbrk and minbrk in the private namespace | emaste | 2016-03-24 | 9 | -18/+0 |
| * | Correct comment. | bz | 2016-03-22 | 1 | -1/+1 |
| * | Apparently there are some popular programs around which assume that it | kib | 2016-03-22 | 2 | -2/+61 |
| * | Fully handle size_t lengths in AIO requests. | jhb | 2016-03-21 | 2 | -4/+4 |
| * | If the dhcp server delivers an interface-mtu option, parse it and store | ian | 2016-03-21 | 4 | -0/+11 |
| * | Actually garbage collect the unused code, as mentioned in r297147, which | ian | 2016-03-21 | 1 | -57/+0 |
| * | Garbage collect the bswap routines from libstand. The declaration was | ian | 2016-03-21 | 2 | -6/+1 |
| * | Lock pshared_lock shared around fork, to ensure that the COW snapshot | kib | 2016-03-21 | 4 | -2/+22 |
| * | Provide more information on failing checks in mutex_assert_is_owned() | kib | 2016-03-21 | 1 | -4/+16 |
| * | From libthr, remove special and strange code to set up session and | kib | 2016-03-21 | 2 | -22/+2 |
| * | Implement process-shared spinlocks. | kib | 2016-03-21 | 1 | -48/+59 |
| * | Fix typo. | kib | 2016-03-21 | 1 | -1/+1 |
| * | Update fetch.1 and fetch.3 to reflect libfetch's actual use of CA bundles | grembo | 2016-03-19 | 1 | -10/+17 |
| * | Use the right argumant name | julian | 2016-03-18 | 1 | -1/+1 |
| * | Bump libdevinfo SHLIB_MAJOR, forgotten in r297000. | jhibbits | 2016-03-18 | 1 | -0/+2 |
| * | xo_config.h no longer in contrib, so -I's needed | sjg | 2016-03-17 | 1 | -2/+1 |
| * | We need libutil | sjg | 2016-03-17 | 1 | -1/+7 |
| * | Move generated file from contrib to build directory. | phil | 2016-03-16 | 2 | -1/+248 |
| * | libc: don't build compat functions if building WITHOUT_SYMVER | emaste | 2016-03-15 | 5 | -8/+20 |
* | | MFH | gjb | 2016-03-14 | 12 | -25/+20 |
|\ \
| |/ |
|