aboutsummaryrefslogtreecommitdiff
path: root/stand/libsa/Makefile
Commit message (Expand)AuthorAgeFilesLines
* WITHOUT_BOOT build option appears to include stand, failing on libsaToomas Soome2022-03-171-0/+3
* loader: Add preload operation to fs_opsEmmanuel Vadot2021-12-161-1/+1
* loader: implement mount/unmount rootfsToomas Soome2021-09-081-1/+1
* libsa: Add support for timestamp logging (tslog)Colin Percival2021-06-211-1/+1
* libc: Use musl's optimized strchr and strchrnulEd Maste2021-03-021-1/+1
* Implement some time variables from kernelWarner Losh2020-09-291-0/+3
* Work around cp breakage in current from last weekWarner Losh2020-09-231-1/+1
* zalloc_malloc:Free hexdump preceeding buffer when we detect overflowSimon J. Gerraty2020-08-291-2/+3
* Remove tests for obsolete compilers in the build systemEric van Gyzen2020-05-121-4/+0
* Move smbios.c to libsa.Warner Losh2020-02-201-0/+14
* Move all sources from the llvm project into contrib/llvm-project.Dimitry Andric2019-12-201-2/+2
* Remove duplicate lz4 implementationsToomas Soome2019-11-021-0/+5
* Add support for hypervisor check on x86Simon J. Gerraty2019-10-241-0/+5
* stand: gptboot: fix build with xtoolchain-llvm90Kyle Evans2019-08-161-16/+10
* stand: push LIBC_SRC up into defs.mkKyle Evans2019-08-161-9/+8
* Revert r351078, r351085: stand/quad.h evictionKyle Evans2019-08-151-1/+0
* stand: kick out quad.hKyle Evans2019-08-151-0/+1
* Remove NAND and NANDFS supportWarner Losh2019-06-251-3/+0
* Move contrib/zlib to sys/contrib/zlib so that we can use it in kernel.Xin LI2019-05-081-2/+2
* Enable veriexec for loaderSimon J. Gerraty2019-02-261-0/+5
* MK_ZFS -> {MK_ZFS|MK_LOADER_ZFS}, this is so we can diable userland / kernelMatt Macy2019-01-051-1/+1
* Fix stand/ build after r339671.Konstantin Belousov2018-10-231-2/+2
* libsa: Add lshrdi3.c for powerpc* and mipsKyle Evans2018-08-191-2/+2
* Add ashldi3 and ashrdi3 to mips.Warner Losh2018-08-161-0/+5
* There's two files in the sys tree named inflate.c, in additionWarner Losh2018-07-131-1/+0
* Fix sparc64 buildsWarner Losh2018-07-131-0/+1
* Create helper functions for parsing boot args.Warner Losh2018-07-131-0/+4
* Move ZFS files into libsaWarner Losh2018-07-081-0/+5
* Remove stray debugging line.Warner Losh2018-06-181-1/+0
* stand: move libgeliboot into libsa.Warner Losh2018-06-181-0/+5
* Eliminate bsd.stand.mk and -fPIC 32-bit intel buildsWarner Losh2018-02-161-1/+0
* Centralize several variables.Warner Losh2018-02-021-5/+0
* Kill copies of strtol and strtoul. Use the ones that are in libc,Warner Losh2018-01-311-2/+2
* Provide abs form stdlib.h.Warner Losh2018-01-261-0/+5
* Implement abort() as a call to panic.Warner Losh2018-01-261-1/+1
* Refactoring of reading and writing of the UFS/FFS superblock.Kirk McKusick2018-01-261-0/+4
* libsa: Pull in strnlen from libcKyle Evans2017-12-301-1/+1
* Put the files we're copying over into a few variables and add them toWarner Losh2017-12-081-3/+10
* Add partial support signal.h functioanlity. Pull in machine/signal.hWarner Losh2017-12-081-1/+1
* Now that we offer a semi-sane standards-ish set of #include files inWarner Losh2017-12-051-39/+4
* Stop building with the standard system headers.Warner Losh2017-12-051-0/+23
* Fix all warnings related to geli and ZFS support on x86.Warner Losh2017-12-021-1/+0
* Minor flags cleanupWarner Losh2017-12-021-2/+0
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-0/+159