aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* Move mksubr from kdump into libsysdecode.John Baldwin2016-10-1721-10/+2316
* Use 'cmd' rather than 'command' to match the function prototype.John Baldwin2016-10-171-4/+4
* libmd: introduce functions that operate on an fd instead of filenameEd Maste2016-10-175-10/+64
* Use SRCTOP to find the sources of libuclBaptiste Daroussin2016-10-151-1/+1
* directly create the socket with SOCK_NONBLOCK instead of calling fcntl(2)Baptiste Daroussin2016-10-151-3/+1
* Improve phrasing of the STANDARDS section.Ed Schouten2016-10-151-2/+2
* Simplify logic for libproc and librtld_db in lib/MakefileEd Maste2016-10-141-14/+1
* partially convert lib/Makefile to SUBDIR.${MK_FOO} styleEd Maste2016-10-141-158/+32
* garbage collect _libatm, missed in r179308Ed Maste2016-10-131-2/+0
* libgcc_s: add libm dependencies from div{d,s,x}c3Ed Maste2016-10-131-0/+18
* Introduce lib/libgcc_eh and lib/libgcc_s for LLVM's implementationEd Maste2016-10-134-0/+179
* Improve typing of POSIX search tree functions.Ed Schouten2016-10-136-54/+56
* Fix typos: use correct string format and value to compare.Ruslan Bukin2016-10-131-2/+2
* Fix strchr, strrchr implementation: convert c to charRuslan Bukin2016-10-132-0/+10
* Fix building on i386 and arm. But 'public domain' headers on the filesWarner Losh2016-10-132-2/+2
* Add comment on use of abort() in libcEd Maste2016-10-122-3/+17
* Add different libc ldscript: the one without libssp --Ruslan Bukin2016-10-122-0/+6
* Create libefivar library. This library aims to provideWarner Losh2016-10-1113-488/+729
* Don't use fmaxl/fminl on platforms with no long double support,Ruslan Bukin2016-10-113-5/+15
* Correct indent.Konstantin Belousov2016-10-111-4/+3
* Fill msg_len for the initial element of msgvec.Konstantin Belousov2016-10-111-0/+2
* Improve grammar.Bryan Drewery2016-10-061-1/+1
* Add man pages for Capsicum helpers.Mariusz Zaborski2016-10-052-0/+120
* libm: remove unused variablesEd Maste2016-10-052-2/+2