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
/
m88k
/
sys
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
__tfork() needs to set the stack address of the new thread in the kernel,
guenther
2012-06-21
1
-5
/
+3
*
remove rfork(); ok guenther miod
deraadt
2012-04-12
1
-45
/
+0
*
Move __tfork_thread() from rthreads (libpthread) to libc so that
guenther
2012-03-22
1
-0
/
+55
*
On the a.out architectures, WEAK_ALIAS does an implicit _C_LABEL()
deraadt
2011-04-09
1
-2
/
+2
*
Move __cerror to ___cerror with a weak alias so that rthreads can override it.
guenther
2011-04-04
1
-2
/
+4
*
Change the syscall invocation sequences to no longer fetch the last few
miod
2007-10-24
1
-4
/
+1
*
zap rcsid.
espie
2005-08-07
13
-78
/
+13
*
Update stack frame processing after ABI change.
miod
2004-07-28
1
-5
/
+5
*
Use an unsigned comparison against minbrk.
miod
2003-12-25
1
-7
/
+6
*
Speed up sbrk() one cycle by removing an unnecessary register shuffling.
miod
2003-12-19
1
-4
/
+3
*
OR r13, not r9 to match SYS.h; fixes syscall(2) on mvme88k; OK miod@
millert
2003-12-08
1
-3
/
+3
*
Only a clown like me could put cerror in the data section by mistake...
miod
2003-10-16
1
-4
/
+3
*
These files are not necessary anymore.
miod
2003-09-01
1
-45
/
+0
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
14
-98
/
+42
*
duplicate words and spelling fixes in comments
david
2003-03-10
1
-3
/
+3
*
Waiter! I asked for a working vfork!
miod
2003-01-16
1
-3
/
+3
*
Get static rcsid correctly, better style for .S files, trim whitespace.
miod
2003-01-07
14
-98
/
+71
*
Adapt to recent changes in libc/libc_r wrt weak symbols, so that programs
miod
2003-01-02
5
-15
/
+15
*
Rename cerror to __cerror and curbrk to __curbrk, to avoid namespace
miod
2003-01-02
8
-37
/
+38
*
rfork() needs a fork.S-like stub as well; ok art
deraadt
2002-02-17
1
-0
/
+56
*
$OpenBSD$
todd
2000-03-01
13
-13
/
+39
*
replacement pipe() system call; copies data into place inside kernel, so
deraadt
1999-06-07
1
-55
/
+0
*
Fixed brk() and sbrk(). Removal of old mvme88k dir.
smurph
1999-02-09
2
-8
/
+5
*
mi ptrace
d
1999-02-01
1
-55
/
+0
*
correted sigsetjmp, setjump. Fixed MACHINE_ARCH vs. MACHINE stuff.
smurph
1998-12-15
15
-0
/
+845