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
/
amd64
/
sys
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply retpoline protection to the indirect call to the thread startfunc
guenther
2019-05-10
1
-2
/
+7
*
Remove FBSDID.
kevlo
2019-03-15
1
-4
/
+1
*
Don't need .text before ENTRY(), also minor spacing cleanups
deraadt
2017-08-19
2
-7
/
+6
*
Clang ignores a .weak directive before a function is actually defined. So
kettenis
2016-09-10
2
-4
/
+4
*
Remove sigreturn declaration and the now-unused libc syscall stub
guenther
2016-05-09
1
-57
/
+0
*
Use a Thread Information Block in both single and multi-threaded programs.
guenther
2016-05-07
9
-187
/
+25
*
Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread
guenther
2015-10-23
1
-3
/
+3
*
Rename SYSEXIT() to SYSCALL_END() for consistency with most other archs.
guenther
2015-10-17
4
-8
/
+8
*
Adds hidden _libc_FOO aliases for the system call stubs.
guenther
2015-09-05
6
-30
/
+32
*
Hide many (194!) symbols that nothing should be using.
guenther
2015-08-26
3
-71
/
+11
*
Set FUNC symbol sizes of auto-generated and hand-written syscall wrappers.
uebayasi
2015-06-17
9
-9
/
+18
*
Put END() matching _ENTRY() (== ENTRY() w/o prof).
uebayasi
2015-06-01
1
-1
/
+2
*
Put END() matching ENTRY().
uebayasi
2015-06-01
1
-1
/
+2
*
Eliminate the last uses of *fork's second syscall return register; the pid
guenther
2015-04-21
1
-3
/
+3
*
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
-15
/
+3
*
Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc
pascal
2012-08-22
9
-18
/
+18
*
__tfork() needs to set the stack address of the new thread in the kernel,
guenther
2012-06-21
1
-5
/
+4
*
remove rfork(); ok guenther miod
deraadt
2012-04-12
1
-44
/
+0
*
Move __tfork_thread() from rthreads (libpthread) to libc so that
guenther
2012-03-22
1
-0
/
+94
*
Switch sigreturn() to the normal syscall entry instead of int$80.
guenther
2011-09-05
1
-2
/
+2
*
Move __cerror to ___cerror with a weak alias so that rthreads can override it.
guenther
2011-04-04
1
-2
/
+4
*
The int (32bit) argument must be sign extended on the 64 bit amd64 before
drahn
2006-05-09
1
-3
/
+5
*
Remove the advertising clause in the UCB license which Berkeley
jsg
2005-12-13
11
-66
/
+22
*
Define OSYSCALL* macros, as their SYSCALL* counterparts, but using the
miod
2004-02-22
1
-2
/
+2
*
errno is int, not long; tracked down by otto@
miod
2004-02-18
1
-4
/
+4
*
correct syscall() stub; fixes perl and vi.recover
deraadt
2004-02-11
1
-2
/
+3
*
Fix PIC cerror. ok miod@ mickey@
drahn
2004-02-10
1
-2
/
+3
*
CURBRK -> __curbrk changes from mickey, minbrk addition by me, ok mickey@
drahn
2004-02-10
2
-12
/
+14
*
masks are only 32 bits on openbsd
deraadt
2004-02-09
1
-2
/
+2
*
things for amd64; from art@
mickey
2004-01-28
12
-0
/
+735