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
/
sparc64
/
sys
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-18
SYS___threxit cannot fail, but this integration looks like a gadget.
deraadt
1
-1
/
+2
2016-05-09
Remove sigreturn declaration and the now-unused libc syscall stub
guenther
1
-43
/
+0
2016-05-07
Use a Thread Information Block in both single and multi-threaded programs.
guenther
4
-103
/
+5
2015-10-23
Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread
guenther
1
-3
/
+3
2015-09-05
Adds hidden _libc_FOO aliases for the system call stubs.
guenther
8
-12
/
+24
2015-08-26
Hide many (194!) symbols that nothing should be using.
guenther
3
-62
/
+20
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
-17
/
+4
2012-09-04
these are no longer used; ok guenther
deraadt
1
-59
/
+0
2012-08-22
Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc
pascal
4
-8
/
+8
2012-06-21
__tfork() needs to set the stack address of the new thread in the kernel,
guenther
1
-8
/
+3
2012-04-12
remove rfork(); ok guenther miod
deraadt
1
-43
/
+0
2012-03-22
Move __tfork_thread() from rthreads (libpthread) to libc so that
guenther
1
-0
/
+73
2011-04-04
Move __cerror to ___cerror with a weak alias so that rthreads can override it.
guenther
1
-7
/
+5
2008-09-29
Use large pic asm for access to errno (needed for pie). Originally from
kurt
1
-2
/
+4
2003-12-25
Use an unsigned comparison against minbrk.
miod
1
-3
/
+3
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
millert
12
-72
/
+24
2002-02-17
rfork() needs a fork.S-like stub as well; ok art
deraadt
1
-0
/
+47
2001-09-24
Rename __minbrk to minbrk to allow gmon.c to link correctly.
art
1
-6
/
+6
2001-08-29
syscall(), trivial
art
1
-0
/
+8
2001-08-29
signal stuff from sparc, cleaned up.
art
4
-0
/
+206
2001-08-29
setlogin from NetBSD
art
1
-0
/
+63
2001-08-29
sbrk from NetBSD
art
1
-0
/
+83
2001-08-28
fork from sparc. cleaned up.
art
1
-0
/
+47
2001-08-28
exect from sparc.
art
1
-0
/
+46
2001-08-28
cerror. based on the same file from sparc, with cleanups.
art
1
-0
/
+60
2001-08-28
brk from NetBSD
art
1
-0
/
+91
2001-08-28
Ovfork from sparc, cleaned up.
art
1
-0
/
+54