index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
lib
/
libsa
/
loadfile_elf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove an unneeded variable.
visa
2020-10-26
1
-3
/
+3
*
Add an element to the marks array to store the virtual address of the
kettenis
2019-11-29
1
-1
/
+2
*
Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata
deraadt
2019-10-29
1
-9
/
+8
*
change marks[] array to uint64_t, so the code can track full 64-bit
deraadt
2019-04-10
1
-3
/
+3
*
move the .SUNW_ctf section name definition to exec_elf.h and document it in elf(5)
jasper
2016-09-17
1
-2
/
+2
*
when loading the kernel binary, also load the .SUNW_ctf section when present,
jasper
2016-09-13
1
-2
/
+3
*
Extend the libsa loadfile(9) granularity to tell apart randomness from the rest
miod
2015-05-19
1
-2
/
+7
*
Read the section header string table in the boot blocks' memory, not in the
miod
2014-10-26
1
-2
/
+2
*
ddb: add support for DWARF line number decoding
matthew
2014-10-09
1
-4
/
+24
*
Do not actually write to the area spanned by the PT_OPENBSD_RANDOMIZE if
miod
2014-02-25
1
-5
/
+10
*
Try to load entropy data from disk:/etc/random.seed, and additionally
deraadt
2013-12-28
1
-1
/
+12
*
Allow the bootblocks to provide an optional Elfxx_Phdr check, and abort the
miod
2009-11-30
1
-2
/
+8
*
First pass at removing clauses 3 and 4 from NetBSD licenses.
ray
2008-06-26
1
-8
/
+1
*
KNF
jsing
2008-05-08
1
-9
/
+11
*
Fix alignment - sizeof(long) does not always match the address size of the
jsing
2008-05-08
1
-6
/
+6
*
Change ELF loader to use the LMA as the load address for the
weingart
2008-04-19
1
-4
/
+4
*
Pull out the ELF loadfile pieces from the standalone libraries, so that
tom
2007-05-30
1
-0
/
+250