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
2016-11-09
Stop installing perl .ph files
afresh1
1
-10
/
+1
2016-11-08
Set the permissions of the specs file explicitly so that they don't
tb
4
-7
/
+8
2016-10-19
Don't warn about shadowing a global function unless the local
guenther
1
-2
/
+14
2016-10-16
Move libcrypto, librpcsvc and gnu/usr.bin/cc/include from RDIRS to PRDIRS,
tb
1
-1
/
+7
2016-10-03
Fix ownership for install on a noperm filesystem.
natano
3
-3
/
+8
2016-09-29
Set correct owner for installed files. Required for noperm release.
natano
3
-15
/
+18
2016-09-27
Set owner for /usr/lib/gcc-lib and /usr/include/g++ on install.
natano
1
-5
/
+5
2016-09-27
Disable -fstrict-aliasing per default on OpenBSD.
pascal
1
-2
/
+5
2016-09-24
Build install Config_heavy.pl during build not install
afresh1
2
-13
/
+16
2016-09-20
Revert previous, I didn't intend to commit this (yet).
natano
3
-31
/
+20
2016-09-20
Set correct owner for installed files. One step closer to noperm
natano
6
-25
/
+61
2016-09-20
Support a few more relocations, most notably R_ARM_MOVW_ABS_NC and
kettenis
4
-0
/
+73
2016-09-19
Add PowerPC backend build infrastructure.
pascal
7
-0
/
+233
2016-09-18
On arm, set the "triple" to armv7-unknown-openbsdX.Y-gnueabi. This makes the
kettenis
1
-1
/
+5
2016-09-18
Use ${INSTALL} instead of install, like in all the other Makefile's.
natano
2
-6
/
+6
2016-09-17
For now, force soft-float; our kernel doesn't support saving the FPU state yet.
kettenis
1
-0
/
+4
2016-09-17
Fix types for OpenBSD/arm.
kettenis
1
-1
/
+5
2016-09-17
Add missing build infrastructure for arm.
kettenis
7
-0
/
+246
2016-09-16
Hardcode STRIP=/usr/bin/strip so that install -s works
guenther
1
-1
/
+1
2016-09-16
Don't check if target directory is writeable. This gets in the way of
natano
1
-2
/
+0
2016-09-14
Disable --gc-sections on powerpc, for it is broken.
jca
1
-1
/
+1
2016-09-11
Install binaries, scripts and documentation with the usual owner/group/mode.
natano
1
-3
/
+7
2016-09-11
Install programs with ${INSTALL_STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}
guenther
2
-4
/
+6
2016-09-10
Bring in FreeBSD changes to prevent clang triggering
jsg
5
-18
/
+21
2016-09-10
use an unused attribute on a function argument to avoid -Wself-assign
jsg
1
-3
/
+2
2016-09-09
Handle -p as an alias of -pg. From the ports patch.
jsg
1
-1
/
+1
2016-09-08
Use rcrt0.o instead of crt0.o for -static -pie executables.
kettenis
1
-29
/
+7
2016-09-08
Have "make cleandir" work everywhere in the clang tree.
pascal
11
-22
/
+22
2016-09-07
Backport https://reviews.llvm.org/rL279449 from upstream
stefan
1
-4
/
+2
2016-09-06
Link to -lcompiler_rt instead of -lgcc.
pascal
1
-8
/
+2
2016-09-05
libunwind relies on the EH frame header. Our OpenBSD frontend code
patrick
1
-1
/
+2
2016-09-05
Fix "make depend".
pascal
1
-1
/
+4
2016-09-05
Let clang use libc++/libc++abi and its header files per default. You can still
pascal
3
-8
/
+59
2016-09-05
Link static PIEs with the correct C runtime (rcrt0.o).
pascal
1
-0
/
+4
2016-09-05
I was bound to forget some files ...
pascal
3
-0
/
+856
2016-09-05
LLVM/Clang build system. This only builds the bare minimum of what is needed
pascal
76
-0
/
+3661
2016-09-04
httpS://www.openbsd.org/
tb
1
-1
/
+1
2016-09-03
Use the space freed up by sparc and zaurus to import LLVM.
pascal
6251
-0
/
+2847835
2016-09-03
clarify purpose of src/gnu/ directory.
benno
1
-7
/
+8
2016-09-03
Tests about TLS relocations that should only apply when building a
guenther
3
-19
/
+21
2016-09-03
Revert rev 1.15: RELRO is working so we no longer need special handling
guenther
1
-19
/
+0
2016-09-03
RELRO Just Works on m88k so remove the #if: RELRO everywhere!
guenther
1
-4
/
+0
2016-09-03
Mark the PLT as RWX so that ld.so's generic RWX->RW->RX logic can be
guenther
1
-1
/
+1
2016-09-02
Make build deterministic by removing a line that records the date of
tb
1
-4
/
+2
2016-09-01
Re-enable libobjc on arm.
kettenis
1
-4
/
+1
2016-09-01
Implement exception handling for ARM EABI. Cobbled together from bits of
kettenis
1
-8
/
+124
2016-09-01
Really stop linking perl to pthread
afresh1
1
-0
/
+3
2016-09-01
Switch OpenBSD/armv7 to ARM EABI (soft-float). This is a complete ABI
patrick
13
-23
/
+67
2016-09-01
remove three more sparc references noticed by jsg
tedu
1
-2
/
+2
2016-08-31
admin: add -C option to set a revision's commitid
jcs
1
-2
/
+59
[prev]
[next]