| Commit message (Expand) | Author | Age | Files | Lines |
| * | libm: add braces around initialization of subobjects | Ed Maste | 2016-11-01 | 2 | -386/+386 |
| * | Locale fix for endian big (EB) machines. | Ruslan Bukin | 2016-11-01 | 3 | -48/+103 |
| * | Detect integer overflow and limit the number of positional | Ruslan Bukin | 2016-10-31 | 1 | -12/+33 |
| * | Add full softfloat and hardfloat support for MIPS. | Ruslan Bukin | 2016-10-31 | 9 | -62/+160 |
| * | When issuing a PXE dhcp request, always issue a param request (DHCP option 55) | Baptiste Daroussin | 2016-10-31 | 1 | -1/+11 |
| * | compile libunwind c source with -fexceptions | Ed Maste | 2016-10-30 | 1 | -9/+14 |
| * | Fix a copy&paste-o causing a segfault with sigsetjmp. | Justin Hibbits | 2016-10-29 | 2 | -46/+46 |
| * | Fix formatting of tables. | John Baldwin | 2016-10-28 | 1 | -121/+121 |
| * | libgcc_eh/libgcc_s: apply hidden visibility only to static libs | Ed Maste | 2016-10-27 | 1 | -1/+1 |
| * | Use uint32_t instead of u_long as a storage for breakpoint instruction | Ruslan Bukin | 2016-10-26 | 1 | -9/+19 |
| * | Use binary and (&) instead of logical to extract the mask of a capability. | John Baldwin | 2016-10-25 | 1 | -1/+1 |
| * | Fix a typo which broke the build for powerpc. | Justin Hibbits | 2016-10-25 | 1 | -1/+1 |
| * | Include "util.h", not <util.h>. The header is in the same directory | Marcel Moolenaar | 2016-10-24 | 1 | -1/+2 |
| * | When compiling on macOS or Linux, __dead can be defined already. | Marcel Moolenaar | 2016-10-24 | 1 | -0/+2 |
| * | Move the LLVM-based libgcc_s to /lib | Ed Maste | 2016-10-24 | 1 | -0/+1 |
| * | Set SHLIBDIR before .including src.opts.mk in libcapser services | Ed Maste | 2016-10-24 | 4 | -4/+8 |
| * | [rss] manpage improvements. | Adrian Chadd | 2016-10-23 | 1 | -1/+5 |
| * | [rss] install the header file. | Adrian Chadd | 2016-10-23 | 1 | -0/+1 |
| * | Remove the powerpcspe Symbol.map, it's identical to powerpc's. | Justin Hibbits | 2016-10-23 | 2 | -60/+1 |
| * | Reduce code duplication between powerpc and powerpcspe | Justin Hibbits | 2016-10-22 | 21 | -936/+17 |
| * | Fix libusb20_dev_get_desc(3) to use the "vendor product" order, not | Edward Tomasz Napierala | 2016-10-22 | 1 | -2/+2 |
| * | ptrace.S is not needed, libc/sys/ptrace.c exists already. | Justin Hibbits | 2016-10-22 | 2 | -62/+1 |
| * | Create a new MACHINE_ARCH for Freescale PowerPC e500v2 | Justin Hibbits | 2016-10-22 | 36 | -1/+2273 |
| * | Fix few sentence in the man page. | Mariusz Zaborski | 2016-10-21 | 1 | -3/+4 |
| * | Only build lib/libc/tests/iconv if MK_ICONV != no | Enji Cooper | 2016-10-21 | 1 | -1/+4 |
| * | Fix C++ includability of crypto headers with static array sizes | Alan Somers | 2016-10-18 | 1 | -8/+0 |
| * | Move mksubr from kdump into libsysdecode. | John Baldwin | 2016-10-17 | 21 | -10/+2316 |
| * | Use 'cmd' rather than 'command' to match the function prototype. | John Baldwin | 2016-10-17 | 1 | -4/+4 |
| * | libmd: introduce functions that operate on an fd instead of filename | Ed Maste | 2016-10-17 | 5 | -10/+64 |
| * | Use SRCTOP to find the sources of libucl | Baptiste Daroussin | 2016-10-15 | 1 | -1/+1 |
| * | directly create the socket with SOCK_NONBLOCK instead of calling fcntl(2) | Baptiste Daroussin | 2016-10-15 | 1 | -3/+1 |
| * | Improve phrasing of the STANDARDS section. | Ed Schouten | 2016-10-15 | 1 | -2/+2 |
| * | Simplify logic for libproc and librtld_db in lib/Makefile | Ed Maste | 2016-10-14 | 1 | -14/+1 |
| * | partially convert lib/Makefile to SUBDIR.${MK_FOO} style | Ed Maste | 2016-10-14 | 1 | -158/+32 |
| * | garbage collect _libatm, missed in r179308 | Ed Maste | 2016-10-13 | 1 | -2/+0 |
| * | libgcc_s: add libm dependencies from div{d,s,x}c3 | Ed Maste | 2016-10-13 | 1 | -0/+18 |
| * | Introduce lib/libgcc_eh and lib/libgcc_s for LLVM's implementation | Ed Maste | 2016-10-13 | 4 | -0/+179 |
| * | Improve typing of POSIX search tree functions. | Ed Schouten | 2016-10-13 | 6 | -54/+56 |
| * | Fix typos: use correct string format and value to compare. | Ruslan Bukin | 2016-10-13 | 1 | -2/+2 |
| * | Fix strchr, strrchr implementation: convert c to char | Ruslan Bukin | 2016-10-13 | 2 | -0/+10 |
| * | Fix building on i386 and arm. But 'public domain' headers on the files | Warner Losh | 2016-10-13 | 2 | -2/+2 |
| * | Add comment on use of abort() in libc | Ed Maste | 2016-10-12 | 2 | -3/+17 |
| * | Add different libc ldscript: the one without libssp -- | Ruslan Bukin | 2016-10-12 | 2 | -0/+6 |
| * | Create libefivar library. This library aims to provide | Warner Losh | 2016-10-11 | 13 | -488/+729 |
| * | Don't use fmaxl/fminl on platforms with no long double support, | Ruslan Bukin | 2016-10-11 | 3 | -5/+15 |
| * | Correct indent. | Konstantin Belousov | 2016-10-11 | 1 | -4/+3 |
| * | Fill msg_len for the initial element of msgvec. | Konstantin Belousov | 2016-10-11 | 1 | -0/+2 |
| * | Improve grammar. | Bryan Drewery | 2016-10-06 | 1 | -1/+1 |
| * | Add man pages for Capsicum helpers. | Mariusz Zaborski | 2016-10-05 | 2 | -0/+120 |
| * | libm: remove unused variables | Ed Maste | 2016-10-05 | 2 | -2/+2 |