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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-21
Intra-segment traps instead of nops. Similar to kernel change, further
deraadt
2
-0
/
+2
2017-06-21
Large nopsleds make it easier for ROP machinery to sloppily reach targets.
deraadt
1
-56
/
+20
2017-06-21
For a decade or more, we've patched gcc to make -fno-ident the default.
tedu
1
-1
/
+1
2017-06-21
DEPENDSFILE comes from FreeBSD, we don't have it. replace it with its
espie
1
-2
/
+2
2017-06-16
mark files as BUILDFIRST, or write explicit dependencies, so that most
espie
4
-4
/
+11
2017-06-12
destroy lint remnants.
espie
7
-28
/
+7
2017-06-06
Enable -fwrapv by default with clang to treat signed integer overflows
jsg
1
-1
/
+2
2017-06-04
Replace ((2 << 31) - 1) with 0xffffffff, which is equivalent but doesn't
naddy
1
-3
/
+3
2017-06-04
Update to perl File::Path 2.13 for security fixes
afresh1
5
-240
/
+635
2017-06-02
Synonym -Wno-cpp for -Wno-#warnings. That one is not a headache for
espie
1
-0
/
+1
2017-05-31
Make gcc move switch tables into .rodata instead of .text on i386/amd64
stefan
2
-4
/
+4
2017-05-29
openbsd does not use nonexec stack segment header hints.
tedu
1
-1
/
+1
2017-05-09
Enable TLS support but default to the emulatated TLS model. Enable the
kettenis
2
-3
/
+2
2017-05-08
gcc 4.9 makes unknown -Wno-* vanish.
espie
3
-2
/
+26
2017-04-28
Install a few more x86 intrinsics header files.
kettenis
1
-4
/
+11
2017-04-27
add support for -msave-args in gcc on amd64
dlg
5
-12
/
+121
2017-04-20
Install clflushoptintrin.h and move pkuintrin.h such that the list is
kettenis
1
-2
/
+3
2017-04-17
Take a more radical approach to disabling colours: pretend we don't
pascal
6
-21
/
+6
2017-04-17
Change build infrastructure to allow building both gcc and clang. This
kettenis
3
-8
/
+16
2017-04-16
Disable colored diagnostics in LLVM's lld.
patrick
1
-1
/
+1
2017-04-15
Handle R_SPARC_WPLT30 relocations against a local symbol. Fixes building the
kettenis
1
-0
/
+7
2017-04-14
once cvs's flow-control mechanism has kicked in, stop reading from
jcs
1
-1
/
+5
2017-04-12
explicitly set the ownership on installed include files as well
jsg
1
-4
/
+4
2017-04-12
Invoke install -d for each directory in the /usr/lib/clang hierarchy
jsg
1
-3
/
+5
2017-04-10
Generate and install arm_neon.h on arm and arm64.
kettenis
1
-3
/
+11
2017-04-09
Sync symbol lists for trap/interrupt frame detection with what ddb(4) uses
guenther
2
-5
/
+22
2017-04-02
Fix an out-of-bounds memory access with 64-bit armaps.
visa
1
-1
/
+1
2017-03-27
Do not clobber the default compiler/linker links unless COMPILER_VERSION is
kettenis
2
-7
/
+12
2017-03-24
Add "supported targets" in lld --help output to be compatible with what
jsg
1
-0
/
+13
2017-03-24
Add "(compatible with GNU linkers)" to the lld version output to avoid
jsg
1
-4
/
+20
2017-03-19
Work around a problem where linker-generated symbols are not properly
kettenis
1
-0
/
+6
2017-03-18
Add support for -znodlopen.
kettenis
3
-0
/
+4
2017-03-16
Fix handling of the SVM instructions such that they accept a register as
kettenis
1
-5
/
+9
2017-03-14
Merge LLVM 4.0.0 release.
patrick
7
-46
/
+63
2017-03-14
Import LLVM 4.0.0 release including clang and lld.
patrick
168
-1872
/
+2760
2017-03-09
Disable colored diagnostics in the clang frontend.
patrick
1
-1
/
+1
2017-03-05
Go back to only specifying --target when building cross.
jsg
1
-1
/
+5
2017-03-04
Better avoid installing versioned perl, makes perlivp happy
afresh1
1
-2
/
+4
2017-02-27
Implement D and U modifiers to ar; with D the uid/gid/mode/time on the updated
guenther
4
-2
/
+48
2017-02-25
Implement support for generating movw/movt relocations on arm in gas(1).
kettenis
5
-11
/
+183
2017-02-25
sync clang.1 with clang.rst
jsg
1
-34
/
+57
2017-02-25
Disable loop idiom recognition for _libc_memset and _libc_memcpy. These are
kettenis
1
-0
/
+2
2017-02-25
Fix the types used on aarch64 to match what we have in <sys/types.h>.
kettenis
1
-1
/
+2
2017-02-25
Make sure the .eh_frame ends with a terminator. This avoids creating a
kettenis
1
-1
/
+1
2017-02-23
Set ELF_MAXPAGESIZE to 64k, to match lld(1). Also define ELF_MINPAGESIZE.
kettenis
1
-1
/
+2
2017-02-20
Skip building gdb on aarch64 there is no support for it.
jsg
1
-1
/
+5
2017-02-19
Add an ELF machine number to string mapping for AArch64.
jsg
1
-0
/
+1
2017-02-19
elf64-aarc64 -> elf64-aarch64 in TARGET_LITTLE_NAME
jsg
1
-1
/
+1
2017-02-18
Correct list of perl manpages to be installed
afresh1
1
-19
/
+10
2017-02-16
clang is installed as cc and c++ there is no need to set CC and CXX to
jsg
1
-4
/
+1
[prev]
[next]