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
/
libc_r
/
uthread
/
pthread_private.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Instead of using a join queue for each thread, use a single pointer to
jasone
2001-05-20
1
-17
/
+16
*
Add thread safety wrappers for the posix1e syscalls that deal with file
tmm
2001-04-04
1
-0
/
+14
*
Limit threads clock resolution to no less than 1000usec (1000Hz).
deischen
2001-02-26
1
-0
/
+1
*
Remove (int) file descriptor locking. It should be up to the
deischen
2001-02-11
1
-2
/
+1
*
s/_thread_sys_write/__sys_write/
deischen
2001-01-31
1
-2
/
+2
*
Unbreak world by correctly specifying the prototype for __sys_aio_suspend.
deischen
2001-01-29
1
-1
/
+1
*
_exit in libc is now __sys_exit not __sys__exit.
deischen
2001-01-29
1
-3
/
+3
*
Add weak definitions for wrapped system calls. In general:
deischen
2001-01-24
1
-140
/
+81
*
Fix MD macros to work for alpha. Without this fix, threads under alpha
deischen
2000-11-20
1
-4
/
+4
*
When entering the scheduler from the signal handler, tell
deischen
2000-11-14
1
-1
/
+4
*
Don't needlessly poll file descriptors when there are no
deischen
2000-11-09
1
-31
/
+38
*
Try and get libc_r to compile again on the alpha after deischen's commit
peter
2000-10-17
1
-3
/
+3
*
Implement zero system call thread switching. Performance of
deischen
2000-10-13
1
-121
/
+295
*
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
-1
/
+1
*
If multiple threads are blocked in sigwait() for the same signal that does
jasone
2000-06-27
1
-0
/
+7
*
pthread_mutex_lock(), pthread_cond_trywait(), and pthread_cond_wait() are
jasone
2000-06-14
1
-1
/
+12
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-20
/
+20
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-20
/
+20
*
Explicitly include sys/cdefs.h to get the definition of __strong_reference(),
jasone
2000-03-18
1
-0
/
+1
*
Fix pthread_suspend_np/pthread_resume_np. For the record, suspending a
deischen
2000-03-15
1
-1
/
+3
*
Minor *jmp() cleanups.
jasone
2000-01-20
1
-2
/
+3
*
Add sem_*() functions. Named semaphores and process-shared semaphores
jasone
2000-01-20
1
-0
/
+12
*
Do signal deferral for pthread_kill() as it was done in the old days.
jasone
2000-01-20
1
-5
/
+0
*
Implement continuations to correctly handle [sig|_]longjmp() inside of a
jasone
2000-01-19
1
-1
/
+52
*
Don't explicitly mmap() red zones at the bottom of thread stacks (except
jasone
1999-12-29
1
-5
/
+18
*
Fixes for signal handling:
deischen
1999-12-17
1
-1
/
+3
*
Change signal handling to conform to POSIX specified semantics.
deischen
1999-12-04
1
-2
/
+6
*
* Fix the stack allocation code so that it works for alpha. Change it
dfr
1999-11-28
1
-1
/
+3
*
add pthread_cancel, obtained from OpenBSD.
alfred
1999-11-28
1
-6
/
+27
*
sigset_t change (part 5 of 5)
marcel
1999-09-29
1
-5
/
+5
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Fix thread initialization to allow for the case where stdio file
deischen
1999-08-05
1
-3
/
+3
*
Use USRSTACK (defined in <machine/vmparam.h>) to get top of the initial stack.
dt
1999-07-12
1
-13
/
+2
*
Modify previous changes to conform better to libc_r's coding style.
jasone
1999-07-11
1
-5
/
+9
*
Always use growable thread stacks on the i386. The VM_STACK kernel option
jasone
1999-07-06
1
-14
/
+10
*
Use growable stacks for thread stacks that are the default stack size.
jasone
1999-07-05
1
-2
/
+44
*
In the words of the author:
jb
1999-06-20
1
-88
/
+169
*
Added a missing comma to the static condition variable initialisation
jb
1999-05-24
1
-1
/
+1
*
Fix a problem with static initialisation of mutexes and condition
jb
1999-05-23
1
-2
/
+3
*
[ The author's description... ]
jb
1999-03-23
1
-21
/
+214
*
Increase the size of private thread flags so that the test for a
jb
1999-01-15
1
-1
/
+1
*
Close a window between unlocking a spinlock and changing the thread state.
jb
1998-11-15
1
-0
/
+2
*
- Fix the debug macros.
jb
1998-09-30
1
-4
/
+21
*
Implement pthread read/write locks as defined by Version 2 of the Single
alex
1998-09-07
1
-0
/
+12
*
Add compile time thread lock debug support.
jb
1998-06-09
1
-6
/
+21
*
Re-design the thread specific key structure.
jb
1998-06-06
1
-3
/
+2
*
Change signal model to match POSIX (i.e. one set of signal handlers
jb
1998-04-29
1
-32
/
+51
*
Change the FILE locking to be by FILE, not by the underlying fd as
jb
1998-04-11
1
-2
/
+9
*
Rename static initializer defines for opaque structures so that the
jb
1998-04-04
1
-2
/
+2
[next]