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
...
*
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
|
*
stubs
d
1999-01-18
1
-0
/
+82
|
*
move private spinlock protos out
d
1999-01-18
1
-1
/
+3
|
*
sync with previous changes
d
1999-01-18
2
-11
/
+39
|
*
show cancellation and exiting flags
d
1999-01-17
1
-3
/
+6
|
*
pthread_cancel() and cancellation points
d
1999-01-17
14
-19
/
+231
|
*
pthread_getschedparam() and pthread_setschedparam() stubs
d
1999-01-17
1
-1
/
+32
|
*
mi+md jmp_buf; save i386s fs and gs for WINE (csapuntz@stanford.edu)
d
1999-01-17
1
-1
/
+15
|
*
pthread_atfork()
d
1999-01-17
2
-1
/
+100
|
*
give msync a cancellation point
d
1999-01-17
1
-0
/
+32
|
*
clean up timer calculations; dont use PTHREAD_NOFLOAT; keep freebsd ident
d
1999-01-10
1
-51
/
+21
|
*
no need to cast any more
d
1999-01-10
1
-5
/
+5
|
*
export symbol to kernel thread for gdb; ident; fix lock initialisation
d
1999-01-10
1
-6
/
+9
|
*
ident
d
1999-01-10
2
-0
/
+2
|
*
initialise locks properly
d
1999-01-10
1
-2
/
+2
|
*
add some debug msgs; clean
d
1999-01-10
1
-8
/
+35
|
*
ident
d
1999-01-10
1
-0
/
+1
|
*
fix proto
d
1999-01-10
1
-2
/
+3
|
*
slight structure rearrange for gdb thread support
d
1999-01-08
1
-3
/
+4
|
*
add fchflags and fpathconf as well.
d
1999-01-08
4
-4
/
+54
|
*
ident
d
1999-01-08
1
-0
/
+1
|
*
add poll(2). This might help get X threaded.
d
1999-01-08
3
-4
/
+150
|
*
ident
d
1999-01-06
75
-44
/
+162
|
*
preserve FreeBSD idents
d
1998-12-23
12
-22
/
+24
|
*
typo
d
1998-12-23
1
-1
/
+1
|
*
funlockfile shouldnt assume flockfile has been called
d
1998-12-23
1
-3
/
+12
|
*
rename linkage variable to match freebsd
d
1998-12-23
2
-3
/
+4
|
*
resource stats; force linkage with uthread_autoinit.c; name kern and init threads
d
1998-12-21
1
-0
/
+13
|
*
add variable to force linkage
d
1998-12-21
1
-0
/
+5
|
[prev]
[next]