summaryrefslogtreecommitdiff
path: root/sys/lib
AgeCommit message (Expand)Author
2021-12-13revert rev 1.4 ("Add garbage instructions at end of kern_assert after vpanic.")chs
2021-11-24Teach the LLVM-derived unwinder about the DWARF pseudo-registers definedthorpej
2021-11-22Revert unintended commit.thorpej
2021-11-22Gah, fix two typos.thorpej
2021-11-22Teach the LLVM-derived unwinder about the DWARF pseudo-register definedthorpej
2021-11-21Teach the LLVM-derived unwinder about the alternate DWARF pseudo-registerthorpej
2021-11-21Teach the LLVM-derived unwinder about the DWARF pseudo-register definedthorpej
2021-11-21Add parenthesesskrll
2021-11-20Teach the LLVM-derived unwinder about the DWARF pseudo-register definedthorpej
2021-11-20- Teach the LLVM-derived unwinder about the DWARF pseudo-registers definedthorpej
2021-11-18- Teach the LLVM-derived unwinder about the DWARF pseudo-registers definedthorpej
2021-10-27revert previous: http://mail-index.netbsd.org/source-changes/2021/10/25/msg13...ryo
2021-10-25In some arch, _mcount() would be called recursively when built with COPTS=-O0.ryo
2021-10-17Only define DEFAULT_TIMEOUT if it is not already defined.jmcneill
2021-09-07Remove banner printing code from bootloaders, add it to libsa.nia
2021-08-17fix multiplei repetitive typos in comments, messages and documentation. mainl...andvar
2021-08-09s/aligment/alignment/ + one more typo fix in comments.andvar
2021-08-09fix typos in asymmetry, asymmetric(al), symmetrical.andvar
2021-07-26Improve previous:rin
2021-07-24For evbppc, use C version of memcpy(3), memcmp(3), and memmove(3)rin
2021-06-16PR port-arm/55897rin
2021-05-31PR toolchain/55837rin
2021-05-31PR toolchain/55837rin
2021-05-31PR toolchain/55837rin
2021-05-31PR toolchain/55837rin
2021-05-31PR toolchain/55837rin
2021-05-31PR toolchain/55837rin
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