summaryrefslogtreecommitdiff
path: root/sys/lib
AgeCommit message (Expand)Author
2016-06-11PR 51200 gets in libsa considered harmful: use kgetsdholland
2016-06-11gets_s -> kgets.dholland
2016-06-05dedupchristos
2016-06-05Remove the ALLOC_FIRST_FIT and ALLOC_TRACE options. This is a rather simplemaxv
2016-06-05Use gets_s instead of gets. The x86 bootloader prompt is easy tomaxv
2016-05-11provide const versions of container_of macros.rtr
2016-05-02move scsipi_strvis -> libkern:strnvisx()christos
2016-03-28Fix relation in rngtest failure message to match reality.riastradh
2016-03-22remove a bunch of "@echo done" from the tail of rules. these messagesmrg
2016-03-11PR/50952: David Binderman: Clarify expressionchristos
2016-01-17Add an option (LIBSA_CREAD_NOCRC) to disable gunzip CRC32 calculation.tsutsui
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