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.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
change marks[] array to uint64_t, so the code can track full 64-bit
deraadt
2019-04-10
1
-4
/
+4
*
more a.out/ecoff removal; ok phessler
deraadt
2013-10-17
1
-298
/
+1
*
First pass at removing clauses 3 and 4 from NetBSD licenses.
ray
2008-06-26
1
-8
/
+1
*
Correctly load ZMAGIC a.out binaries.
miod
2008-03-31
1
-2
/
+4
*
Fix format strings in a.out loader.
miod
2008-03-31
1
-5
/
+5
*
Let this compile with BOOT_AOUT defined.
miod
2008-03-30
1
-2
/
+2
*
Fix the description of loadfile() semantics in comment (and kill "and
tom
2007-06-26
1
-3
/
+4
*
Pull out the ELF loadfile pieces from the standalone libraries, so that
tom
2007-05-30
1
-188
/
+30
*
Revert 1.11 and load .shstrtab, as it is currently needed for /dev/ksyms
miod
2007-01-04
1
-20
/
+13
*
do not load unneeded stringtab sections; avoids backward seeking; from netbsd; tested by miod@ and martin@; deraadt@ ok
mickey
2006-12-30
1
-13
/
+20
*
do not leak memory if read()ing section headers fails; from Andrey Matveev <evol@online.ptt.ru>
mickey
2005-07-13
1
-1
/
+2
*
Allow /boot to load read-only data segments in ELF kernels.
tom
2004-02-10
1
-3
/
+3
*
load file in one pass avoiding seeking the headers back and forth; miod@ testing & ok (two months ago and then i forgot ;)
mickey
2003-08-11
1
-29
/
+38
*
ansification and knf and protos
deraadt
2003-08-11
1
-20
/
+5
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-6
/
+2
*
strcpy/strcat/sprintf removal in all bootblocks. various testing by
deraadt
2003-06-01
1
-3
/
+3
*
plug a memory leak
mickey
2003-05-07
1
-3
/
+2
*
avoid uninitialized warnings from gcc; art@ ok
mickey
2002-11-11
1
-6
/
+4
*
First round of __P removal in sys
millert
2002-03-14
1
-4
/
+4
*
Add MI loadfile support, from NetBSD
drahn
2001-06-23
1
-0
/
+628