summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-09-30Don't return 0x1.0p31 for every input value 2^N.mlelstv
2013-09-26Give RUMP mutex and rwlock their own cache-line. Also give a separatermind
2013-09-25Fix a NULL dereference if the exit_alt_charset_mode capability is not defined.dsainty
2013-09-24rumpuser_rwlock: replace internal pthread_spin_lock (for protecting readerrmind
2013-09-23Make compile with -DNO_FLOATING_POINTpooka
2013-09-23If pthread_create() fails with EAGAIN, try a few more times with shortpooka
2013-09-22Attempt to clarify that fsync() is like fsync_range() with theapb
2013-09-21Update LLVM/Clang snapshot to r191105. This brings in a better detectionjoerg
2013-09-20Welcome to tzcode 2013e:christos
2013-09-19look in the right place for the modules of compat binarieschristos
2013-09-19Pass MLIBDIR to CPPFLAGS.christos
2013-09-19G/C npf_ncode(9)rmind
2013-09-19NPF: G/C n-code in favour of BPF byte-code. Delete lots of code, mmm!rmind
2013-09-19- Convert NPF to use BPF byte-code by default. Compile BPF byte-code inrmind
2013-09-18Fix previous: use PICFLAGS for crtbeginS.ouwe
2013-09-14GC put16.joerg
2013-09-14Add needed sys/stat.h include for utimens functions.njoly
2013-09-14Redo previous to fix build break.nakayama
2013-09-13Use __RCSID.joerg
2013-09-13Redo the locale cache to be constant. It now contains the localeconv()joerg
2013-09-12Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is smalljoerg
2013-09-12NetBSD certainly supports TLS in static applications if it supports TLSjoerg
2013-09-11If a library needs a symbol from another library, pull that library injoerg
2013-09-10Define ELF_NOTE_MARCH_DESC for when running non-eabi in compat_netbsd32matt
2013-09-10more platform-specific qualifierspooka
2013-09-10-I../librumpuser is still required for sp_common.cpooka
2013-09-10MARCH note is conditionalmatt
2013-09-10use <rump/rumpuser_port.h>pooka
2013-09-10Install rumpuser_port.hpooka
2013-09-10Add support for a NetBSD MARCH elf note to record the MACHINE_ARCH formatt
2013-09-09Don't scrub the environment unless we are going to change it. This shouldtron
2013-09-08detect whether hw divide is present.matt
2013-09-08Detect presence of hardware divide.matt
2013-09-06document MD ways to access private data for some platformsyamt
2013-09-05Avoid strict-alias problem flagged by certain compilers (e.g. Centos one):pooka
2013-09-05mips .eh_frame is writablematt
2013-09-05bic sp not allowed in thumb (even with thumb2)matt
2013-09-04Fix the .cfi correctly.matt
2013-09-04Fix build by matching .cfi/#if.htodd
2013-09-04only emit cfi if __ARM_EABI__ && __UNWIND_TABLES__matt
2013-09-04Fix typos from FreeMiNT's db-1.86 patch.ryoon
2013-09-03print an error if we failed to allocate.christos
2013-09-03Use less got, add END(), make thumb tolerant.matt
2013-09-02Missing alias for strerror_l.joerg
2013-08-30Use a constructor to get the cache_info.matt
2013-08-29add stdint.h for FreeBSD compat.christos
2013-08-29use sysctl to find the pathname argv[0] if available (from FreeBSD viachristos
2013-08-28Bump libc minor for consttime_memequal and explicit_memset.riastradh
2013-08-28Publish explicit_memset and consttime_memequal in userland libc.riastradh
2013-08-28Make explicit_memset match memset's return value.riastradh