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
/
usr.sbin
/
vmd
/
loadfile_elf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vmd(8)/vmctl(8) for i386. Some ugliness in #ifdef __i386__ areas will be
mlarkin
2016-10-26
1
-1
/
+39
*
move the .SUNW_ctf section name definition to exec_elf.h and document it in elf(5)
jasper
2016-09-17
1
-2
/
+2
*
sync with sys/lib/libsa/loadfile_elf.c -r1.12 and load the .SUNW_ctf section
jasper
2016-09-13
1
-2
/
+3
*
Make vcpu_reset_regs use new writeregs code
stefan
2016-09-01
1
-6
/
+6
*
small bits of header cleanup; ok mlarkin
deraadt
2016-08-17
1
-7
/
+7
*
Copy ELF headers into guest VM memory
stefan
2016-05-26
1
-12
/
+10
*
Place a BOOTARG_END section at the end of the boot arguments list pushed
mlarkin
2016-04-07
1
-1
/
+4
*
Support processors without unrestricted guest capability.
mlarkin
2016-04-05
1
-5
/
+34
*
Directly use physical addresses from ELF header for kernel loading.
stefan
2016-04-04
1
-14
/
+12
*
Introduce memory ranges to support VMs with >= 4G RAM
stefan
2016-03-13
1
-71
/
+104
*
Set root device to sd0a, instead of wd0a. Virtio devices show up
stefan
2016-03-04
1
-2
/
+3
*
vmd(8) sometimes attempts page-crossing data copies between the host
stefan
2016-01-16
1
-13
/
+13
*
Make some things static that are only used in loadfile_elf.c
mlarkin
2016-01-05
1
-5
/
+5
*
Fail fast if elf64_exec fails. No need to populate the bootargs/stack
mlarkin
2016-01-05
1
-2
/
+5
*
more bzero -> memset conversions
mlarkin
2016-01-05
1
-10
/
+10
*
Move vcpu register state init to vmd. Allows vmd bootloader to make the
mlarkin
2015-12-17
1
-9
/
+17
*
un-needed extern which was removed a while back
mlarkin
2015-12-06
1
-2
/
+1
*
spacing
reyk
2015-12-03
1
-7
/
+11
*
Add support for logging to stderr or syslog, and to run vmd in
reyk
2015-11-23
1
-7
/
+4
*
vmd(8) - virtual machine daemon.
mlarkin
2015-11-22
1
-0
/
+979