aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge ^/head r308491 through r308841.Dimitry Andric2016-11-1926-154/+760
|\
| * Speed up pw operations that edit /etc/group or /etc/passwdAlan Somers2016-11-182-2/+2
| * Add flag SF_USER_READAHEAD to sendfile(2). When specified, the syscall won'tGleb Smirnoff2016-11-171-11/+33
| * Add full softfloat and hardfloat support for RISC-V.Ruslan Bukin2016-11-1615-137/+667
| * Make MIPS startup assembly files use neutral float ABI.Alexander Kabaev2016-11-162-0/+2
| * DIRDEPS_BUILD: Connect new dependencies.Bryan Drewery2016-11-132-0/+29
| * Move libsysdecode-specific hack out of buildworld.Bryan Drewery2016-11-131-1/+6
| * Generate and use a proper .depend file for tables.h.Bryan Drewery2016-11-132-2/+18
| * libcc_{s,eh}: build without SSPEd Maste2016-11-112-0/+2
| * Spell 'PACKAGE' correctly.Glen Barber2016-11-111-1/+1
* | Merge ^/head r308227 through r308490.Dimitry Andric2016-11-1013-135/+194
|\|
| * Update jemalloc to 4.3.1.Jason Evans2016-11-091-2/+2
| * add missing i386 symbols libgcc_s symbol version mapEd Maste2016-11-081-0/+26
| * Loader paged/pageable data is not always paged.Toomas Soome2016-11-081-1/+1
| * MFV r308392: file 5.29.Xin LI2016-11-071-3/+3
| * Document that getfsstat(2) called with MNT_NOWAIT skips file systemsEdward Tomasz Napierala2016-11-061-1/+3
| * add __divdi3 and __udivdi3 to libgcc_s symbol version mapEd Maste2016-11-061-0/+2
| * Connect new LLVM-based libgcc_eh & libgcc_s to the buildEd Maste2016-11-041-0/+2
| * libgcc_s: make unspecified shlib symbols localEd Maste2016-11-041-0/+3
| * Replace basename(3) by a thread-safe implementation.Ed Schouten2016-11-035-122/+146
| * o Add support for long double.Ruslan Bukin2016-11-032-6/+6
* | Merge ^/head r303250 through r308226.Dimitry Andric2016-11-025-434/+489
|\|
| * libm: add braces around initialization of subobjectsEd Maste2016-11-012-386/+386
| * Locale fix for endian big (EB) machines.Ruslan Bukin2016-11-013-48/+103
* | Merge ^/head r307736 through r308146.Dimitry Andric2016-10-3146-236/+1627
|\|
| * Detect integer overflow and limit the number of positionalRuslan Bukin2016-10-311-12/+33
| * Add full softfloat and hardfloat support for MIPS.Ruslan Bukin2016-10-319-62/+160
| * When issuing a PXE dhcp request, always issue a param request (DHCP option 55)Baptiste Daroussin2016-10-311-1/+11
| * compile libunwind c source with -fexceptionsEd Maste2016-10-301-9/+14
| * Fix a copy&paste-o causing a segfault with sigsetjmp.Justin Hibbits2016-10-292-46/+46
| * Fix formatting of tables.John Baldwin2016-10-281-121/+121
| * libgcc_eh/libgcc_s: apply hidden visibility only to static libsEd Maste2016-10-271-1/+1
| * Use uint32_t instead of u_long as a storage for breakpoint instructionRuslan Bukin2016-10-261-9/+19
| * Use binary and (&) instead of logical to extract the mask of a capability.John Baldwin2016-10-251-1/+1
| * Fix a typo which broke the build for powerpc.Justin Hibbits2016-10-251-1/+1
| * Include "util.h", not <util.h>. The header is in the same directoryMarcel Moolenaar2016-10-241-1/+2
| * When compiling on macOS or Linux, __dead can be defined already.Marcel Moolenaar2016-10-241-0/+2
| * Move the LLVM-based libgcc_s to /libEd Maste2016-10-241-0/+1
| * Set SHLIBDIR before .including src.opts.mk in libcapser servicesEd Maste2016-10-244-4/+8
| * [rss] manpage improvements.Adrian Chadd2016-10-231-1/+5
| * [rss] install the header file.Adrian Chadd2016-10-231-0/+1
| * Remove the powerpcspe Symbol.map, it's identical to powerpc's.Justin Hibbits2016-10-232-60/+1
| * Reduce code duplication between powerpc and powerpcspeJustin Hibbits2016-10-2221-936/+17
| * Fix libusb20_dev_get_desc(3) to use the "vendor product" order, notEdward Tomasz Napierala2016-10-221-2/+2
| * ptrace.S is not needed, libc/sys/ptrace.c exists already.Justin Hibbits2016-10-222-62/+1
| * Create a new MACHINE_ARCH for Freescale PowerPC e500v2Justin Hibbits2016-10-2236-1/+2273
| * Fix few sentence in the man page.Mariusz Zaborski2016-10-211-3/+4
* | Merge ^/head r307383 through r307735.Dimitry Andric2016-10-2128-33/+2388
|\|
| * Only build lib/libc/tests/iconv if MK_ICONV != noEnji Cooper2016-10-211-1/+4
| * Fix C++ includability of crypto headers with static array sizesAlan Somers2016-10-181-8/+0