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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed another bug in the threaded close() call; clear the
ru
2003-05-31
1
-0
/
+4
*
If an application closes one of its stdio descriptors (0..2),
ru
2003-05-31
1
-2
/
+4
*
Save THR_FLAGS_IN_TDLIST in signal frame, otherwise if a thread received
davidxu
2003-05-30
2
-2
/
+4
*
Fix a sizeof error in __bt_put: when writing they key and data sizes
tmm
2003-05-30
1
-3
/
+5
*
Add an stub for _rtld_thread_init. This is a part I missed in
kan
2003-05-30
1
-0
/
+7
*
Attempt to eliminate PLT relocations from rwlock aquire/release
kan
2003-05-30
25
-42
/
+822
*
Call the __sys_sigprocmask(the system call) when sigprocmask()
deischen
2003-05-30
2
-2
/
+8
*
Don't return -1 and abort if msg.msg_controllen is 0. For
mbr
2003-05-29
1
-2
/
+1
*
Make the mutex static initializers look more like the one for
mtm
2003-05-29
1
-25
/
+19
*
Use a static lock to ake sure pthread_cond_* functions called
mtm
2003-05-29
1
-2
/
+20
*
Missing unlock.
mtm
2003-05-29
1
-0
/
+2
*
Don't hold the active thread list lock when signaling the gc thread.
mtm
2003-05-29
3
-12
/
+21
*
It's unnecessary to lock the thread during creation. Simply extend
mtm
2003-05-29
1
-5
/
+2
*
Fix a problem introduced in the last commit. sa and cm
mbr
2003-05-29
1
-2
/
+2
*
Don't really spin on a spinlock; silently convert it to the same
deischen
2003-05-29
8
-32
/
+142
*
If AF_LOCAL is used, we need to use __msgread_withcred() instead of
mbr
2003-05-28
1
-1
/
+6
*
Fix amd(8) clients, if a FreeBSD mountd(8) server is used.
mbr
2003-05-28
1
-9
/
+2
*
Fix stripping last path component when only one path component left.
fjoe
2003-05-28
1
-2
/
+2
*
Minimize the potential for deadlocks between an exiting thread and it's
mtm
2003-05-27
1
-2
/
+18
*
Revert part of the last commit. I don't know what I was smoking.
mtm
2003-05-27
1
-2
/
+13
*
Decouple the thread stack [de]allocating functions from the 'dead threads list'
mtm
2003-05-26
4
-7
/
+16
*
Revise the unlock order in _pthread_join(). Also, if the joined
mtm
2003-05-26
1
-12
/
+6
*
Return gracefully, rather than aborting, when the maximum concurrent
mtm
2003-05-25
6
-10
/
+27
*
_pthread_cancel() breaks the normal lock order of first locking the
mtm
2003-05-25
3
-4
/
+28
*
Part of the last patch.
mtm
2003-05-25
2
-9
/
+9
*
Start locking up the active and dead threads lists. The active threads
mtm
2003-05-25
7
-127
/
+135
*
The libthr code makes use of higher-level primitives (pthread_mutex_t and
mtm
2003-05-25
2
-0
/
+14
*
The struct mcontext has changed. It's using the register sets. Bring
marcel
2003-05-25
1
-1
/
+1
*
mdoc(7) fixes.
ru
2003-05-24
4
-30
/
+38
*
Repair PIC mode. It seems I was a bit too excited about the
peter
2003-05-24
7
-15
/
+89
*
Change low-level locking a bit so that we can tell if
deischen
2003-05-24
24
-314
/
+594
*
Lock the cond queue (condition variables):
mtm
2003-05-24
1
-70
/
+43
*
Add two functions: _spinlock_pthread() and _spinunlock_pthread()
mtm
2003-05-23
3
-4
/
+20
*
EDOOFUS
mtm
2003-05-23
2
-10
/
+3
*
Make WARNS2 clean. The fixes mostly included:
mtm
2003-05-23
16
-10
/
+41
*
note to self: do not confuse void* with int.
mtm
2003-05-23
1
-1
/
+1
*
Fix two misuses of __BSD_VISIBLE.
mike
2003-05-22
1
-2
/
+2
*
Assorted mdoc(7) fixes.
ru
2003-05-22
16
-89
/
+98
*
o Make the defenition of _set_curthread() match its declaration
mtm
2003-05-21
1
-5
/
+27
*
Insert a debugging aid:
mtm
2003-05-21
2
-2
/
+18
*
Re-enable the garbage collector thread in anticipation of further
mtm
2003-05-21
1
-2
/
+0
*
When a thread exits it does not return from the kernel unless it
mtm
2003-05-21
1
-0
/
+4
*
The thread id was being set *before* zeroing out the thread. Reverse
mtm
2003-05-21
1
-2
/
+3
*
Move a misplaced comment.
mtm
2003-05-20
1
-1
/
+1
*
Eek, staticize a couple of functions that shouldn't
deischen
2003-05-19
7
-47
/
+45
*
Retire the useless NOSECURE knob.
des
2003-05-19
4
-8
/
+5
*
Fixed troff(1) and mdoc(7) warnings.
ru
2003-05-18
4
-5
/
+6
*
Fix a simple bug that prevents svc_tli_create to bind to the address
mbr
2003-05-18
1
-1
/
+1
*
Moved libgeom.so dependencies to where they belong.
ru
2003-05-17
1
-0
/
+3
*
Revamp of the syscall path, exception and context handling. The
marcel
2003-05-16
4
-13
/
+24
[next]