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
/
gnu
/
usr.bin
/
binutils
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Explicitly enable -fcommon, rather than untangle common symbols.
mortimer
2021-01-28
1
-1
/
+2
*
Fix a bug that GDB could not show the symbols of the core dump it was
asou
2020-12-02
1
-1
/
+35
*
Add minimal support for OpenBSD/powerpc64.
kettenis
2020-09-30
7
-0
/
+748
*
Use consistent types in comparison to fix build with clang 10.
visa
2020-07-31
1
-1
/
+1
*
change bfd amd64 ELF_MAXPAGESIZE from 1M to 4K
jsg
2020-07-23
1
-1
/
+1
*
avoid -Wpointer-compare warning which broke build with clang 10
jsg
2020-06-18
1
-1
/
+1
*
Teach gdb that the trap frame should be used for alltraps_kern_meltdown().
yasuoka
2019-12-23
1
-0
/
+1
*
a few depend:-related thingies that were still in.
espie
2019-12-21
1
-4
/
+1
*
not renaming those temp files should be fatal
espie
2019-12-17
1
-1
/
+5
*
Fix backtrace across signals on amd64
kurt
2019-10-21
1
-13
/
+23
*
Remove -S from install commands
kn
2019-02-24
1
-2
/
+2
*
Fix gdb can handle prologues which has the retguard and teach gdb that
yasuoka
2019-02-01
2
-9
/
+40
*
Add PN_XNUM support to libbfd so objdump and gdb can handle core
guenther
2018-12-11
4
-2
/
+48
*
Size static array correctly for the numerically highest index used to
naddy
2018-10-24
1
-1
/
+1
*
Pass CC/CFLAGS/LDFLAGS to the configure script. ok millert@
naddy
2018-09-14
1
-3
/
+5
*
Drop the ignored selectors (tf_[defg]s) from the trap and interrupt frames.
guenther
2018-07-10
1
-10
/
+6
*
Make intrframe the exact same size as trapframe: instead of pushing
guenther
2018-07-03
1
-11
/
+1
*
The trapframe layout is no longer exactly the same as the sigcontext
guenther
2018-04-30
1
-9
/
+32
*
Revise 'struct fpreg' such that it can actually represent the full VFPv3-D32
kettenis
2018-01-23
1
-8
/
+8
*
Add improvements to the DWARF frame unwinder to support xorguard.
kettenis
2017-08-14
6
-0
/
+66
*
make warns about POST_INSTALL being empty.
espie
2017-07-28
1
-0
/
+2
*
destroy lint remnants.
espie
2017-06-12
1
-4
/
+1
*
Sync symbol lists for trap/interrupt frame detection with what ddb(4) uses
guenther
2017-04-09
2
-5
/
+22
*
Use ${INSTALL} instead of install, like in all the other Makefile's.
natano
2016-09-18
1
-3
/
+3
*
Install programs with ${INSTALL_STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}
guenther
2016-09-11
1
-2
/
+3
*
Add missing words to help the reader.
jca
2016-06-28
1
-2
/
+2
*
Fix fallout from the switch to binutils 2.17: the binaries created by 2.17
kettenis
2016-03-29
1
-0
/
+1
*
change the name "as" in the NAME section of the as(1) manuals to lowercase;
schwarze
2015-11-26
1
-1
/
+2
*
Same as in binutils-2.17, only restore regular permission bits.
jca
2015-11-15
1
-14
/
+2
*
update NAME;
jmc
2015-11-11
1
-1
/
+1
*
Start moving some vmm things into the tree. First up is binutils so we will
mlarkin
2015-11-09
3
-1
/
+51
*
Make gdb work again on mips64 PIE binaries by making sure that we select
kettenis
2015-08-28
1
-1
/
+7
*
Now that we do not need to build binutils 2.15 (except for gdb), simplify the
miod
2015-06-01
1
-34
/
+1
*
Add support for an efi-app-x86_64 target. Needed for UEFI bootloader work.
kettenis
2015-04-06
13
-18
/
+1025
*
Change gcc and ld semantics to make static PIE the default when invoking
pascal
2015-04-02
1
-2
/
+0
*
Generate a PT_PHDR entry for static PIE binaries. Modern GDB needs this to
kettenis
2015-01-13
3
-8
/
+26
*
Make putting a breakpoint on the first instruction of a program work.
kettenis
2015-01-12
1
-1
/
+1
*
self-relocating crt0 bits for sh, and enable static pie by default. With some
miod
2014-12-30
1
-1
/
+1
*
Change the default entry point from _start to __start.
kettenis
2014-12-27
1
-0
/
+1
*
Don't generate PLT entries for symbols defined in a regular object for
kettenis
2014-12-25
2
-3
/
+4
*
Teach ld(1) not to add a PT_INTERP entry for -static -pie.
kettenis
2014-12-22
16
-16
/
+18
*
partial_where points into the buffer that begins with buffer_start
millert
2014-11-20
1
-1
/
+1
*
use ${SHELL} to run scripts in the src tree
deraadt
2014-11-20
1
-2
/
+2
*
Bring in a change present in binutils 2.17 to allow sahf/lahf
jsg
2014-11-19
1
-2
/
+2
*
Recognize dcbzl, backported from binutils-2.17.
mpi
2014-11-18
1
-0
/
+4
*
Backport fix for binutils 11867: .quad directive not assembled correctly.
daniel
2014-10-20
2
-10
/
+34
*
Backport @file support from binutils-2.17
tobiasu
2014-08-31
23
-3
/
+45
*
Backport support for i386/amd64 'rdtscp' instruction from binutils-2.17
guenther
2014-08-20
2
-8
/
+16
*
Backport from binutils-2.17:
guenther
2014-08-14
1
-4
/
+3
*
Format time_t with %lld after casting to long long
guenther
2014-08-10
2
-3
/
+3
[next]