index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libkse
/
thread
/
Makefile.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add thread-safe wrapper for fpathconf(2) syscall.
sobomax
2000-09-19
1
-0
/
+1
*
Add wrapper for kevent() syscall
jlemon
2000-08-07
1
-0
/
+1
*
Add a wrapper for the sendfile() system call.
jasone
2000-04-27
1
-0
/
+1
*
Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),
jasone
2000-01-27
1
-0
/
+8
*
Add sem_*() functions. Named semaphores and process-shared semaphores
jasone
2000-01-20
1
-0
/
+1
*
Implement continuations to correctly handle [sig|_]longjmp() inside of a
jasone
2000-01-19
1
-0
/
+1
*
add pthread_cancel, obtained from OpenBSD.
alfred
1999-11-28
1
-0
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
In the words of the author:
jb
1999-06-20
1
-2
/
+2
*
[ The author's description... ]
jb
1999-03-23
1
-1
/
+16
*
Move the cleanup code that frees memory allocated for a dead thread from
jb
1998-09-30
1
-1
/
+2
*
In libc_r, rename vfork syscall to _thread_sys_vfork and make vfork an alias
dt
1998-09-12
1
-1
/
+2
*
Implement pthread read/write locks as defined by Version 2 of the Single
alex
1998-09-07
1
-1
/
+3
*
I shouldn't do things early in the morning.
jb
1998-06-01
1
-3
/
+1
*
Add some missing syscall wrappers.
jb
1998-05-31
1
-1
/
+5
*
Change signal model to match POSIX (i.e. one set of signal handlers
jb
1998-04-29
1
-5
/
+4
*
Added missing source file uthread_sigwait.c.
alex
1997-11-24
1
-1
/
+2
*
Bye bye CPLUSPLUSLIB hack! It's not needed any more.
jdp
1997-05-06
1
-3
/
+1
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Submitted by: John Birrell
julian
1997-02-05
1
-0
/
+10
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Added uthread_attr_destroy.c to SRCS.
alex
1996-12-29
1
-1
/
+2
*
Add uthread_attr_init.c, uthread_attr_setstacksize.c, uthread_mattr_init.c,
hsu
1996-11-11
1
-1
/
+7
*
Submitted by: John Birrell <cimaxp1!jb@werple.net.au>
julian
1996-08-20
1
-4
/
+4
*
Added a new module "uthread_autoinit.cc". This is a small C++ module.
jdp
1996-02-17
1
-1
/
+4
*
Reviewed by: julian
julian
1996-01-22
1
-0
/
+75