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
/
lib
/
libc
/
arch
/
mips64
/
sys
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-20
Use a trap instruction that unconditionally terminates the process.
visa
1
-2
/
+2
2020-10-18
SYS___threxit cannot fail, but this integration looks like a gadget.
deraadt
1
-1
/
+2
2016-05-30
Consistently reference '_end' instead of 'end' in the brk/sbrk implementation
guenther
2
-4
/
+4
2016-05-09
Remove sigreturn declaration and the now-unused libc syscall stub
guenther
1
-40
/
+0
2016-05-07
Use a Thread Information Block in both single and multi-threaded programs.
guenther
4
-53
/
+32
2016-03-27
Don't need to define SYS_sycall here
guenther
1
-4
/
+1
2015-10-23
Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread
guenther
3
-10
/
+10
2015-10-04
Delete an inexplicable comment
guenther
1
-2
/
+2
2015-09-05
Adds hidden _libc_FOO aliases for the system call stubs.
guenther
3
-19
/
+23
2015-08-26
Hide many (194!) symbols that nothing should be using.
guenther
3
-92
/
+21
2015-04-07
Make pthread_atfork() track the DSO that called it like atexit() does,
guenther
1
-2
/
+3
2015-03-31
Simplify fork/vfork logic: the kernel has handled returning zero in the child
guenther
2
-53
/
+4
2012-09-04
these are no longer used; ok guenther
deraadt
1
-57
/
+0
2012-06-21
__tfork() needs to set the stack address of the new thread in the kernel,
guenther
1
-8
/
+6
2012-04-12
remove rfork(); ok guenther miod
deraadt
1
-57
/
+0
2012-03-22
Move __tfork_thread() from rthreads (libpthread) to libc so that
guenther
1
-0
/
+80
2011-07-08
Kill weak `cerror' alias, it's colliding with the userland namespace. Noticed
miod
1
-2
/
+1
2011-04-05
Fix the previous commit: define ___cerror, no __cerror
guenther
1
-4
/
+4
2011-04-04
Move __cerror to ___cerror with a weak alias so that rthreads can override it.
guenther
11
-25
/
+28
2009-07-13
Load symbol address with dla, not la; good thing userland is still limited
miod
1
-2
/
+2
2005-08-07
zap rcsid.
espie
13
-65
/
+13
2004-09-09
mips64 is now going ABI64 and shared library support!
pefo
11
-27
/
+132
2004-09-07
32 -> 64 bit cleanups but no optimizations yet
pefo
9
-29
/
+30
2004-08-11
Move mips to mips64
pefo
13
-0
/
+695