summaryrefslogtreecommitdiff
path: root/sys/lib
AgeCommit message (Expand)Author
2021-05-31PR toolchain/55837rin
2021-05-31PR toolchain/55837rin
2021-05-30Add "root" command to provide a BTINFO_ROOTDEVICE parameter.mlelstv
2021-05-27add bi-endian support to the libsa ufs reader and enable it in efiboot.mrg
2021-05-26in getdisklabel() swap the other-endian disklabel, #ifdef LIBSA_DISKLABEL_EImrg
2021-05-21Capture the endianness of the ELF file loaded in 'netbsd_elf_data', thejmcneill
2021-05-17move bi-endian disklabel support from the kernel and libsa into libkern.mrg
2021-05-12push the FFSv1 superblock code into ffs_find_superblock() andmrg
2021-03-26Twiddle also for data transfer for seek.rin
2021-02-28Defer acquiring the FDE lock until after the allocation. This can avoidjoerg
2021-02-23Redo the aarch64 support in libunwind. This included a number of bugsjoerg
2021-02-23The return address register entry is the DWARF register. On PowerPC,joerg
2021-01-25Build strlist.c.thorpej
2021-01-23Fix building in the _STANDALONE case.thorpej
2021-01-21Allow this to be built for the strlist.c unit tests.thorpej
2021-01-21Add a generic set of routines for interacting with OpenFirmware-stylethorpej
2021-01-16remove unused "_DIAGNOSTIC" option and opt_diagnostic.h.chs
2020-12-19Fix previous; define missing lfs_version.rin
2020-12-19ufs_open(): Check fs->lfs_version ifdef LIBSA_*L*FS, not LIBSA_*F*FS.rin
2020-12-04Build x86emu.c with -fno-inline, otherwise all of the auto-inliningthorpej
2020-09-29Add a slow twiddle option. This speeds up a pmax netboot by 15% andsimonb
2020-09-28Whitespace alignment nit.simonb
2020-09-13Elf64_Phdr::p_offset is 64 bits, not 32jmcneill
2020-09-13Elf64_Phdr::p_flags is 32 bits, not 64jmcneill
2020-09-07remove GCC_NO_ADDR_OF_PACKED_MEMBER for several subdir buildsmrg
2020-09-07oops, move GCC_NO_ADDR_OF_PACKED_MEMBER into the right header.mrg
2020-09-07apply GCC_NO_ADDR_OF_PACKED_MEMBERmrg
2020-09-02Reduce diffs to upstream: get rid of FLOAT64_{,DE}MANGLE(); it's no longerthorpej
2020-09-02Update to the SoftFloat-2b version of softfloat.c. This makes a clarifyingthorpej
2020-09-02Update to the SoftFloat-2c version of milieu.h. This includes athorpej
2020-09-02Update to the SoftFloat-2c version of softfloat-specialize.h and softfloat.h.thorpej
2020-09-01Update to the SoftFloat-2c version of softfloat-macros.h. This has 3thorpej
2020-09-01Update to the SoftFloat-2b version of softfloat-macros.h. This makes athorpej
2020-06-30Make copystr() a MI C function, part of libkern and shared on allmaxv
2020-06-27Support loading boot.cfg from non file-system based devices.jmcneill
2020-06-06Make libsa's vsnprintf() work as expected when passed a NULLthorpej
2020-05-31Add m68k assembler version of __muldi3().rin
2020-05-07Update the comments.maxv
2020-04-30Rewrite entropy subsystem.riastradh
2020-04-24For m68k, do not compile in {,u}divmodsi4 also, that are not used byrin
2020-04-23Remove "#ifndef __mc68010__ #error" I added when these {,u}divsi3.S andrin
2020-04-23For m68k, do not compile in {,u}divsi3 and {,u}modsi3 since codesrin
2020-04-22Restrict usage of m68k assembler versions of {,u}divsi3 and {,u}divsi3 torin
2020-04-17Slightly reorder for clarity, and add header.maxv
2020-04-16Revert previous for now:rin
2020-04-16Stop using __KERNEL_RCSID() in header files; it confuses ident(1) byrin
2020-04-07Fix KASAN build on aarch64skrll
2020-04-03Add KASAN instrumentation on strcat/strchr/strrchr.maxv
2020-01-27Make x86 use the C version of memcmp().ad
2020-01-26Make a debug printf compile for all platformsskrll