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
/
libpthread
/
uthread
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
its a stack, not a queue
d
2000-02-10
1
-2
/
+2
|
*
unused vars
d
2000-01-06
1
-2
/
+2
|
*
quieten gcc
d
2000-01-06
1
-2
/
+3
|
*
copyright, includes, cast
d
2000-01-06
1
-3
/
+7
|
*
kill silly casts to (long)
d
2000-01-06
1
-3
/
+3
|
*
include unistd.h
d
2000-01-06
1
-1
/
+2
|
*
quieten gcc with extra parens
d
2000-01-06
1
-2
/
+2
|
*
fill out cases with new thread states
d
2000-01-06
1
-2
/
+3
|
*
unused var
d
2000-01-06
2
-4
/
+3
|
*
unused var, test lock return
d
2000-01-06
1
-2
/
+5
|
*
oops
d
2000-01-06
1
-3
/
+2
|
*
SPINLOCK_INIT, volatile
d
2000-01-06
1
-5
/
+7
|
*
volatile
d
2000-01-06
1
-3
/
+4
|
*
dump verbosely only if PTHREAD_DEBUG env var is defined
d
2000-01-06
1
-20
/
+39
|
*
include stdlib.h, unused vars
d
2000-01-06
1
-3
/
+2
|
*
include stdlib.h
d
2000-01-06
1
-1
/
+2
|
*
volatile, unused vars
d
2000-01-06
1
-3
/
+2
|
*
put proc pid in fatal error string; don't call abort() - instead deliver SIGABRT directly (inside #if); unused vars
d
2000-01-06
1
-5
/
+24
|
*
unused vars
d
2000-01-06
2
-5
/
+2
|
*
_SPINLOCK_INIT, unused vars
d
2000-01-06
1
-4
/
+2
|
*
unused variable
d
2000-01-06
1
-2
/
+1
|
*
/* in comment
d
2000-01-06
1
-2
/
+2
|
*
volatile; thread_private.h; locking defines moved out; kill(), getpid()
d
2000-01-06
1
-31
/
+33
|
*
LIBC_RSRCDIR
d
2000-01-06
1
-3
/
+3
|
*
Fix incorrect `pshared' argument type for pthread_rwlockattr_setpshared.
alex
2000-01-04
1
-6
/
+4
|
|
|
|
rse@engelschall.com via FreeBSD.
*
garbage collect thread-specific data
d
1999-11-30
1
-1
/
+4
|
*
clean up the poll fdsets in the garbage collector, not in exit()
d
1999-11-30
2
-8
/
+7
|
*
set state of new threads using correct macro. This makes debugging a bit easier.
d
1999-11-30
1
-3
/
+3
|
*
really remove all other threads when fork()ing. (bug was in removing elements from a list whilest walking it)
d
1999-11-30
1
-24
/
+15
|
*
do it the single-processor way
d
1999-11-27
1
-7
/
+13
|
*
don't use stack cache if user supplied the storage
d
1999-11-26
1
-2
/
+3
|
*
NBPG in userland? what were you thiking?
deraadt
1999-11-25
1
-7
/
+11
|
*
sync with FreeBSD
d
1999-11-25
116
-2310
/
+2571
|
*
keep freebsd's thread info distcint from mine
d
1999-11-25
2
-254
/
+584
|
*
TAILQ_FOREACH now is in queue.h
espie
1999-09-08
1
-7
/
+1
|
*
Remove pthread_atfork(). It was only part of draft 10 for a little while and was removed before stddization.
d
1999-06-15
4
-111
/
+4
|
*
mention the process' pid in the debug message. greatly helps to debug problems when fork()ing
d
1999-06-14
1
-1
/
+3
|
*
document cancellation point handling a bit better
d
1999-06-09
11
-12
/
+57
|
*
sync with freebsd
d
1999-06-09
3
-16
/
+54
|
*
sync with FreeBSD
d
1999-05-26
43
-792
/
+3198
|
*
Memory leak; FreeBSD PR 11713 rse@engelschall.com
alex
1999-05-14
1
-2
/
+2
|
*
permit NULL result parameter for pthread_create(). Apparently used in Stevens?
d
1999-05-12
1
-2
/
+3
|
*
extra includes for Wall
d
1999-03-10
1
-1
/
+3
|
*
nicer debugging; _GNUC_ -> __GNUC__
d
1999-03-10
1
-7
/
+7
|
*
update prototypes now that socket functions take socklen_t as a length parameter
millert
1999-02-16
1
-10
/
+10
|
*
deal with socklen_t
millert
1999-02-16
1
-2
/
+2
|
*
deal with socklen_t
deraadt
1999-02-16
8
-17
/
+19
|
*
arc fixes for libc_r
imp
1999-02-02
1
-2
/
+2
|
*
don't handle signals in the gc thread
d
1999-02-01
1
-1
/
+7
|
*
don't compute resource usage. this speeds things up a lot
d
1999-02-01
3
-6
/
+26
|
[prev]
[next]