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_r
/
uthread
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bye-bye libc_r sources.
marc
2003-01-20
122
-17236
/
+0
*
return (func(...)) not needed when the current function and func
marc
2003-01-19
2
-5
/
+11
*
add a debugging function not normally called
marc
2002-12-11
2
-3
/
+63
*
remove unused data member from pthread_cond.
marc
2002-12-08
1
-2
/
+1
*
get rid of compiler warnings
marc
2002-11-12
3
-6
/
+6
*
kill two compiler warnings; ok marc@
todd
2002-11-08
1
-4
/
+6
*
Do not try to initialize entries in the fd table before the table
marc
2002-11-08
1
-10
/
+1
*
Add needed table of strong functions that override weak functions
marc
2002-11-07
2
-22
/
+97
*
type func(...) -> type\nfunc(...) for function definitions
marc
2002-11-07
12
-24
/
+36
*
thread safe libc -- 2nd try. OK miod@, millert@
marc
2002-11-05
1
-30
/
+11
*
test locks against _SPINLOCK_UNLOCKED, not 0. _SPINLOCK_UNLOCKED is
marc
2002-11-04
1
-4
/
+7
*
back out previous patch.. there are still some vax/m68k issues
marc
2002-11-03
1
-11
/
+30
*
libc changes for thread safety. Tested on:
marc
2002-11-03
1
-30
/
+11
*
Include string.h to get memcpy() prototype; OK marc@
millert
2002-11-02
1
-1
/
+2
*
removes duplicate functions and factor out common code so the needed (but
marc
2002-10-30
3
-480
/
+231
*
signal handling changes. This corrects several signal
marc
2002-10-30
11
-243
/
+253
*
Check for null pointer before deref in info output. Based upon
marc
2002-10-21
2
-9
/
+16
*
handle the SA_RESETHAND flag.
marc
2002-10-07
1
-2
/
+10
*
remove erroneous comment
marc
2002-09-12
1
-3
/
+2
*
spelling; raj@cerias.purdue.edu
deraadt
2002-06-04
1
-3
/
+3
*
return EBUSY, not EWOULDBLOCK for error when calling thread would block
pvalchev
2002-05-07
1
-3
/
+3
*
Make sure calls to pthread_cancel() do not take effect if the target
pvalchev
2002-05-07
1
-3
/
+5
*
ANSI'fy.
fgsch
2002-03-07
1
-10
/
+5
*
From FreeBSD:
fgsch
2002-03-07
2
-3
/
+6
*
account for the process signal mask when dealing with signals; tested
fgsch
2002-02-21
5
-25
/
+99
*
correct return values.
fgsch
2002-02-19
1
-8
/
+6
*
From FreeBSD:
fgsch
2002-02-19
1
-2
/
+3
*
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
millert
2002-02-16
1
-4
/
+4
*
remove old style init used by mips. uses _thread_init_constructor now
pefo
2002-01-24
1
-17
/
+2
*
From FreeBSD:
fgsch
2002-01-23
1
-199
/
+402
*
Instead of ifdef around ENOTSUP, move it to pthread_private.h and make
fgsch
2002-01-19
6
-28
/
+12
*
From FreeBSD: correct priority handling.
fgsch
2002-01-19
2
-5
/
+9
*
From FreeBSD: sem_XXX implementation; manpages comming in a bit.
fgsch
2002-01-18
2
-1
/
+249
*
when alloc'ing the ready queue, make it big enough.
fgsch
2002-01-17
1
-2
/
+2
*
Change 1st arg in pthread_attr_getdetachstate to const.
fgsch
2002-01-10
1
-2
/
+3
*
From FreeBSD: fix conversion from msec to timespec.
fgsch
2002-01-10
1
-3
/
+3
*
comment out the pending signals check by now; it was not suppose to be
fgsch
2002-01-04
1
-1
/
+3
*
fpathconf(2) returns long.
fgsch
2002-01-02
1
-2
/
+2
*
More changes from FreeBSD, including:
fgsch
2001-12-31
6
-310
/
+296
*
call pthread_sigmask() instead of having the code twice.
fgsch
2001-12-30
1
-47
/
+3
*
From FreeBSD:
fgsch
2001-12-20
1
-7
/
+5
*
sync with freebsd.
fgsch
2001-12-20
1
-71
/
+184
*
More sync.
fgsch
2001-12-19
5
-44
/
+123
*
Allow the scheduler to return to the signal handler and the signal
marc
2001-12-18
2
-8
/
+19
*
More sync with freebsd code; join related code this time.
fgsch
2001-12-11
10
-146
/
+216
*
sync with freebsd.
fgsch
2001-12-08
1
-2
/
+3
*
Partially sync with FreeBSD; mostly pthread_cancel(3) related changes.
fgsch
2001-12-08
7
-91
/
+140
*
a better fix for recursive mutex.
fgsch
2001-11-12
1
-16
/
+4
*
This fixes the recursive mutex problem with pthreads.
marc
2001-11-12
1
-2
/
+14
*
Fix problem found by espie (and other porters) where
marc
2001-11-09
1
-1
/
+17
[next]