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
/
sh
/
sys
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Consistently reference '_end' instead of 'end' in the brk/sbrk implementation
guenther
2016-05-30
2
-5
/
+5
*
Save and restore 'gbr' register when enter/leaving the kernel, and use
guenther
2016-05-18
6
-76
/
+13
*
Remove sigreturn declaration and the now-unused libc syscall stub
guenther
2016-05-09
1
-41
/
+0
*
Use a Thread Information Block in both single and multi-threaded programs.
guenther
2016-05-07
4
-70
/
+22
*
This is sigprocmask, not sigpending.
miod
2015-10-31
1
-2
/
+2
*
Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread
guenther
2015-10-23
1
-3
/
+3
*
Adds hidden _libc_FOO aliases for the system call stubs.
guenther
2015-09-10
6
-23
/
+31
*
Hide many (194!) symbols that nothing should be using.
guenther
2015-08-26
3
-58
/
+14
*
Make pthread_atfork() track the DSO that called it like atexit() does,
guenther
2015-04-07
1
-2
/
+3
*
Simplify fork/vfork logic: the kernel has handled returning zero in the child
guenther
2015-03-31
2
-42
/
+4
*
Remove #ifdef _REENTRANT code that isn't used here. These days, the code
kettenis
2013-12-31
1
-22
/
+1
*
Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc
pascal
2012-08-22
3
-11
/
+11
*
adapt the NetBSD code to make sigpending work on sh
jsg
2012-07-03
1
-2
/
+6
*
__tfork() needs to set the stack address of the new thread in the kernel,
guenther
2012-06-21
1
-4
/
+3
*
remove rfork(); ok guenther miod
deraadt
2012-04-12
1
-32
/
+0
*
Move __tfork_thread() from rthreads (libpthread) to libc so that
guenther
2012-03-22
1
-0
/
+61
*
Move __cerror to ___cerror with a weak alias so that rthreads can override it.
guenther
2011-04-04
1
-3
/
+5
*
Dont double fork, and since the assembles the same, use -1, instead of 0xff
drahn
2006-11-03
1
-6
/
+2
*
Preliminary userland bits for OpenBSD/landisk, many things coming from
miod
2006-10-10
12
-0
/
+698