summaryrefslogtreecommitdiff
path: root/sys/lib
AgeCommit message (Expand)Author
2015-10-29remove "@echo done" from 4 rules that don't need it and the random "done"mrg
2015-09-07Order library object build.uebayasi
2015-09-07Sprinkle more done messages.uebayasi
2015-09-06In kernel lib build, print message when things not only start bug also end.uebayasi
2015-09-03Set buildprefix.uebayasi
2015-09-01Use "prefix" to specify path out of $S.uebayasi
2015-09-01Add new accessors for the d_type and d_namlen fields of struct lfs_direct.dholland
2015-09-01The ifile's inode number is constant. (it is always 1)dholland
2015-08-30Include opt_diagnostic.h.uebayasi
2015-08-12Hack up dinode usage to be 64 vs. 32 as needed. Part 1.dholland
2015-08-12Add IFILE32 and IFILE64 structures for the on-disk ifile entries.dholland
2015-08-02Add a (draft) 64-bit superblock. Make things build again.dholland
2015-07-30Revert untested and unnecessary change in previous rev 1.36.tsutsui
2015-07-30add mulsi3, needed by inet_addr.ochristos
2015-07-28Move struct salfs back inside libsa now that lfs_accessors.h is separate.dholland
2015-07-28Add a new lfs header file: lfs_accessors.h.dholland
2015-07-25white space -> tab.isaki
2015-07-24Switch to accessor functions for elements of the LFS on-diskdholland
2015-07-24Rearrange the structures in the lfs bootbollocks slightly.dholland
2015-05-29If the platform support popcount as a __builtin, use that in preferencematt
2015-05-25Use ARM_ENTRY since these aren't thumb compatible.matt
2015-05-09tricks with sizeof() make coverity complain.christos
2015-04-20Add container_of to libkern.riastradh
2015-04-15remove various HAVE_GCC=45 fragments.mrg
2015-02-17Provide _Unwind_Find_FDE for libgcc_s compatibility.joerg
2015-01-29Force FPU support for Clang, don't disable IAS completely.joerg
2015-01-29Fix binary search when search value is in the last block, but not equaljoerg
2015-01-16strtoi and strtou for the kernelchristos
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