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