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
/
kern
/
exec_elf64.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
In exec_elf.c: expand ELFNAME(), ELFNAME2(), and ELFNAMEEND() except
guenther
2017-02-08
1
-10
/
+0
*
Missing $OpenBSD$'s.
krw
2015-01-20
1
-0
/
+1
*
Every file must have a license blob, even if the blob is larger than the file.
art
2001-10-27
1
-0
/
+3
*
Unify elf32 and elf64 code with macros. This forced a renaming
art
2001-09-19
1
-839
/
+3
*
Why is it so popular to include <vm/*.h> everywhere?
art
2001-08-11
1
-3
/
+1
*
Make the e_phnum check slightly cleaner.
art
2001-07-30
1
-10
/
+8
*
Make quad types on alpha be "long long" not "long". This means that
millert
2001-07-09
1
-6
/
+6
*
KNF
deraadt
2001-06-22
1
-32
/
+30
*
Kludge around a problem where incorrect elf headers can cause
art
2001-03-29
1
-1
/
+10
*
2nd bug on the road to shlibs on alpha:
niklas
2001-03-07
1
-2
/
+2
*
Do a check for the OpenBSD note before doing any emulation probes.
art
2001-02-03
1
-3
/
+9
*
NATIVE_ELF -> NATIVE_EXEC_ELF (just some leftovers)
art
2001-01-22
1
-2
/
+2
*
Add a check for MNT_NOEXEC that was in exec_elf.c but not here.
art
2001-01-16
1
-1
/
+5
*
NATIVE_ELF -> NATIVE_EXEC_ELF (this is what userland uses and
art
2000-12-14
1
-3
/
+3
*
Use PAGE_SIZE instead of NBPG.
art
1999-11-25
1
-3
/
+3
*
do not attempt to run NetBSD binaries using native emul
kstailey
1999-09-27
1
-1
/
+3
*
clean up
kstailey
1999-09-25
1
-13
/
+6
*
clean up
kstailey
1999-09-20
1
-11
/
+8
*
improved OS brand PT_NOTE detection
kstailey
1999-09-19
1
-18
/
+72
*
use PT_NOTE to identify NetBSD ELF64 binaries
kstailey
1999-09-19
1
-13
/
+27
*
Add COMPAT_NETBSD. Currently only works for ELF64. Many missing system calls.
kstailey
1999-09-12
1
-1
/
+8
*
ELF64
kstailey
1999-09-10
1
-0
/
+762