summaryrefslogtreecommitdiff
path: root/sys/lib
AgeCommit message (Expand)Author
2018-04-02efiboot: try to read boot.cfg from /EFI/NetBSD on ESP of the booted disk.nonaka
2018-03-16use memmove.Sryo
2018-03-08Add missed file in previous commit.nonaka
2017-12-31PR port-alpha/52520: provide float64 -> uint64 conversion and usemartin
2017-12-21Make sure we're loading a relocatable binary, to give the user a chance tomaxv
2017-12-09Even smaller and takes print function.christos
2017-12-08don't ifdef _KERNELchristos
2017-12-08use a different, more readable approach.christos
2017-12-08coalesce the two copies of hexdump into libkernchristos
2017-11-30Import SHA-3 code into libc and libkern.riastradh
2017-11-15Support large pages on KASLR kernels, in a way that does not reducemaxv
2017-11-13Don't process ELF sections that don't have the ALLOC flag set.maxv
2017-11-13Revert my last revision, that is to say, don't group sections intomaxv
2017-11-02Avoid negative shift.christos
2017-10-30Add END().maxv
2017-10-18Group the sections into segments, and align to KERNALIGN only betweenmaxv
2017-10-13Introduce two functions, and dedup code.maxv
2017-10-13Constify offset, it must not change.maxv
2017-10-08Improve comments.maxv
2017-10-07Add a new option in libsa, to load dynamic binaries. A separate functionmaxv
2017-10-05try a different style of __used.christos
2017-10-04mark first as used for platforms that define PROGRESS to nothing (mvme68k)christos
2017-09-25Clean up and split loadfile, reduces a patch I have.maxv
2017-07-13GCC 5.3 likes to emit unwind data with float registers, i.e. registerjoerg
2017-04-18Swap arguments to strncmp() so that the thing we are testing, theuwe
2017-04-18Move deallocation of shstrsz inside the block where it is allocated.uwe
2017-04-17Section at index 0 is SHN_UNDEF. When searching for symbol sectionsuwe
2017-04-17Don't hide first = 1 assignment inside for(), that just obscures theuwe
2017-03-14Add garbage instructions at end of kern_assert after vpanic.riastradh
2017-02-23update marks[MARK_DATA] with COUNT_DATA.nonaka
2017-02-23fix CTF section symbol size was not counted with COUNT_KERNEL.nonaka
2017-02-03Fix build with clang.roy
2017-01-24Initial commit of native amd64 EFI boot loader.nonaka
2017-01-06Explain how all that mess works, without actually fixing it yet.maxv
2016-12-03Fix a wrong flag and KNF.maxv
2016-09-05Check bounds on input. From Michael Plass.dholland
2016-08-31Initialize the marker for the data segment, in case the caller passes notmartin
2016-08-27Remove gets() from here too.dholland
2016-08-27PR 51200 gets in libsa considered harmful: remove gets() from libsa.dholland
2016-08-21delete now unused function .christos
2016-08-20extract crc16 code from utoppy driver to a separate file in libkern, for usejdolecek
2016-08-05PR port-ia64/51261scole
2016-08-04Another header change.rjs
2016-08-04Sync with sys/ufs/ext2fs/ext2fs_bswap.c.nonaka
2016-08-04pass EXT2_DINODE_SIZE(fs) as isize to e2fs_iload().nonaka
2016-08-03Adjust for change to kernel ext2fs headers.rjs
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2016-06-25Fix typo.isaki
2016-06-11PR 51200 gets in libsa considered harmful: use kgetsdholland
2016-06-11gets_s -> kgets.dholland