summaryrefslogtreecommitdiff
path: root/sys/lib
AgeCommit message (Expand)Author
2014-11-20bcdtobin and bintobcd are now inlines in <dev/clock_subr.h>christos
2014-10-23prefer our own unwind.hchristos
2014-09-27Introduce a separate bit mask for the return address. Use it on HPPA.joerg
2014-09-19New files for Userland support of UCB RISC-V (both 32-bit and 64-bit)matt
2014-09-08Revert 1.33 and 1.34 for now, until either .INVISIBLE is reinstanciatedjoerg
2014-09-03New files for OR1K supportmatt
2014-09-03Add OR1K supportmatt
2014-09-01Make random.S invisible for coldfire too (e.g. anything not "m68k")matt
2014-08-30Revert stupid and untested changes. There was no extra copy in the macros.tsutsui
2014-08-30remove extra copy of the macro.christos
2014-08-30Rename padding macros to reflect and clarify the original intention.tsutsui
2014-08-27use .INVISIBLE to hide random.S, instead of extra rules.christos
2014-08-10Merge tls-earlyentropy branch into HEAD.tls
2014-08-10Unify all arch/*/stand's atoi() to MI libsa.isaki
2014-08-10Changes to existing files to enable building AARCH64 userland.matt
2014-08-10Preliminary files for AARCH64 (64-bit ARM) support.matt
2014-07-20Fix braino in last commit and free the node iff the insert failed.joerg
2014-07-19lua: updated from 5.1 to 5.3 work3lneto
2014-07-14Use static_cast for rb_tree_insert_node void * return value.joerg
2014-07-04${.PARSEDIR} not .${PARSEDIR} for Makefile.compiler-rt includejmcneill
2014-06-30IAS is clang specific.joerg
2014-06-28.fpu is not handled correctly by LLVM's assembler parser, so use GAS forjoerg
2014-06-28patch posted to tech-kern@ 2014/06/25 for review with minor changesrtr
2014-06-14remove remaining makefile support for GCC < 45 that i found.mrg
2014-06-13Split COPTS.libunwind.cxx into multiple lines.matt
2014-06-13remove the build support for GCC 4.1, and any hacks i found for it.mrg
2014-05-14Lazy VFP processing works a lot better if the functions contain a returnjoerg
2014-05-11Support DWARFish unwind for ARM.joerg
2014-05-03Missing register validation check.joerg
2014-04-28Makefile glue to build libgnuefi; similar to libsa or libkern.jakllsch
2014-04-28GC unwind_info_size.joerg
2014-04-26Use the return address register from the CIE. Based on patch from Nickjoerg
2014-04-26Add initial unwind support for MIPS and MIPS64.joerg
2014-04-19Basic unwind support for HPPA.joerg
2014-04-15Add basic Alpha support to libunwind.joerg
2014-04-15Add initial unwind support for SPARC/SPARC64.joerg
2014-04-14Some architectures like SPARC need to apply a fixed offset to the returnjoerg
2014-04-13Move definition of what the native register layout is intojoerg
2014-04-02Support SH3 in our unwinder.joerg
2014-04-02SH3 uses unaligned data in the .eh_frame section, so use memcpy.joerg
2014-03-29Obtain and/or use ETHER_ADDR_LEN.jakllsch
2014-03-29Use ETHER_ADDR_LEN more.jakllsch
2014-03-29Obtain and use ETHER_ADDR_LEN where appropriate.jakllsch
2014-03-26Remove {v,}sprintfchristos
2014-03-25Save & restore FP registers.joerg
2014-03-24Add m68k support to our unwinder.joerg
2014-03-22for LIBSA_PRINTF_WIDTH_SUPPORT,hkenken
2014-03-20kill sprintfchristos
2014-03-20new header.christos
2014-03-20reduce size by 1K by sharing the ls code.christos