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
*
Remove the code and an associated comment for gcc 1.x compatibility
das
2004-02-16
1
-9
/
+1
*
Fix a typo in the !__GNUC__ case and remove an obsolete comment.
das
2004-02-16
1
-3
/
+1
*
Fix some aliasing problems.
das
2004-02-16
6
-52
/
+94
*
sys/types.h must be included before sys/acl.h,
kientzle
2004-02-12
1
-1
/
+1
*
Connect libarchive to the build.
kientzle
2004-02-12
1
-1
/
+1
*
Add forgotten IEEE functions. The Perl 5.8 port now compiles.
grehan
2004-02-12
9
-2
/
+428
*
libarchive itself is now completely clean at WARNS=10 on all architectures.
kientzle
2004-02-12
2
-2
/
+6
*
Do not cast dval.
emax
2004-02-11
2
-3
/
+2
*
Slight tweak to previous commit: don't forget to call _http_seterr() if
des
2004-02-11
1
-0
/
+1
*
When restarting a transfer that has already completed, the server will
des
2004-02-11
1
-9
/
+41
*
Re-wrap some comments.
des
2004-02-11
1
-6
/
+7
*
Initial import of RFC 2385 (TCP-MD5) digest support.
bms
2004-02-11
4
-1
/
+20
*
style cleanup: Remove duplicate $FreeBSD$ tags.
cperciva
2004-02-10
5
-10
/
+0
*
style cleanup: Remove duplicate $FreeBSD$ tags.
cperciva
2004-02-10
6
-13
/
+1
*
style cleanup: Remove duplicate $FreeBSD$ tags.
cperciva
2004-02-10
3
-4
/
+0
*
Fix numerous constness and aliasing issues.
des
2004-02-10
6
-19
/
+18
*
Add sem_timedwait to the symbol map, otherwise the libc version will
deischen
2004-02-10
1
-0
/
+2
*
Initial import of libarchive.
kientzle
2004-02-09
45
-0
/
+11942
*
Rewrite fabs.S to use pure SSE2 operations. I got the clues how to do
peter
2004-02-08
1
-10
/
+35
*
Update the documentation for setpgrp(2) to reflect the access control
das
2004-02-08
1
-7
/
+21
*
Document the SF_NODISKIO flag, and fix a small typo.
silby
2004-02-08
1
-2
/
+10
*
Unbreak world.
ru
2004-02-07
1
-2
/
+2
*
getnetbyname fixes:
dds
2004-02-07
1
-22
/
+67
*
Add cancellation point to sem_wait() and sem_timedwait() for pshared
deischen
2004-02-06
2
-20
/
+36
*
Prevent memory leak on sem_destroy() by destroying the semaphore's
deischen
2004-02-06
1
-1
/
+4
*
Only allow the semaphore to be taken when the value is positive.
deischen
2004-02-06
1
-2
/
+1
*
Correct check for invalid semaphore on sem_destroy() (s/==/!=/).
deischen
2004-02-05
1
-1
/
+1
*
Fixed style of DPADD and LDADD assignments as per style.Makefile(5).
ru
2004-02-05
6
-12
/
+12
*
Correct the weak reference for sem_unlink.
deischen
2004-02-05
1
-1
/
+1
*
libkse was renamed to libpthread.
davidxu
2004-02-05
2
-2
/
+2
*
Allow libc's version of sem_trywait() to work for non-pshared mutexes.
deischen
2004-02-04
1
-2
/
+17
*
Put libraries in the link order.
ru
2004-02-04
1
-3
/
+2
*
Nothing in libypclnt depends on librpcsvc.
ru
2004-02-04
1
-3
/
+0
*
This module doesn't use libgssapi (and it looks never did).
ru
2004-02-04
1
-3
/
+2
*
Add missing file.
davidxu
2004-02-04
1
-0
/
+43
*
Import initial work of libpthread debugging. This is a debugger independent
davidxu
2004-02-04
6
-0
/
+900
*
Remove the band-aid (#include <time.h>).
deischen
2004-02-03
1
-1
/
+0
*
Add <time.h> -- bandaid to unbreak world in <semaphore.h>.
deischen
2004-02-03
1
-0
/
+1
*
Provide a userland version of non-pshared semaphores and add cancellation
deischen
2004-02-03
4
-338
/
+306
*
Modify the implementation of libc semaphores so that they can be
deischen
2004-02-03
1
-146
/
+132
*
Bump up the maximum number concurrent threads on x86.
mtm
2004-02-01
1
-1
/
+1
*
Merge vfscanf.c,v 1.35.
das
2004-01-31
1
-4
/
+10
*
Fix the handling of negative hexadecimal numbers in integer formats.
das
2004-01-31
1
-3
/
+9
*
LC_ALL not always take priority over other LC_*
ache
2004-01-31
1
-22
/
+35
*
Correct the link for the profiling library.
deischen
2004-01-31
1
-1
/
+1
*
Now that libpthread is the default threading library, remove the
marcel
2004-01-31
2
-24
/
+0
*
In Write_Disk(), fix the non-error case where we returned to the
marcel
2004-01-30
1
-4
/
+0
*
Change libkse back to libpthread and make it the default
deischen
2004-01-30
3
-0
/
+18
*
I update the rwlock code in libthr to be more standards compliant and
mtm
2004-01-29
1
-12
/
+119
*
When suspending a thread if the timeout was very short or
mtm
2004-01-29
1
-0
/
+11
[next]