| Commit message (Expand) | Author | Age | Files | Lines |
* | Set NULL to the ai_next pointer which fix cap_getaddrinfo(). | oshogbo | 2016-04-14 | 1 | -0/+1 |
* | arm64 libc: hide .cerror, .curbrk, .minbrk for WITHOUT_SYMVER | emaste | 2016-04-14 | 3 | -0/+3 |
* | Unmagic the thread pointer offset. | br | 2016-04-14 | 1 | -1/+1 |
* | Disable fmaxmin_test when compiling it with clang 3.8.0 | ngie | 2016-04-14 | 1 | -0/+5 |
* | Build libpam modules in parallel. | bdrewery | 2016-04-14 | 1 | -0/+1 |
* | Simplify building libpam and fix libpam.a not containing the modules since r2... | bdrewery | 2016-04-14 | 5 | -26/+24 |
* | libgssapi: avoid NULL pointer dereferences. | pfg | 2016-04-13 | 9 | -10/+15 |
* | libvgl: do not initialize static storage. | pfg | 2016-04-13 | 1 | -1/+1 |
* | Merge libxo 0.4.6 | phil | 2016-04-12 | 2 | -6/+37 |
* | Remove PS_STRINGS fallback from setproctitle | emaste | 2016-04-12 | 1 | -1/+1 |
* | If off-page lookup failed, there is no memory to perform | kib | 2016-04-12 | 1 | -1/+2 |
* | Fix appending -O0 to CFLAGS | ngie | 2016-04-11 | 1 | -3/+3 |
* | libc: cleanup unnecessary semicolons (part 2). | pfg | 2016-04-11 | 2 | -2/+2 |
* | libc: cleanup unnecessary semicolons. | pfg | 2016-04-11 | 1 | -7/+7 |
* | 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 |
* | 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 |