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
*
Add a new hash type. This "NT-hash" is compatible with the password
markm
2003-06-02
5
-11
/
+123
*
Unwind the _giant_mutex from pthread_detach(). When detaching a joiner thread
mtm
2003-06-02
1
-8
/
+8
*
Consolidate static_init() and static_init_private into one function.
mtm
2003-06-02
1
-17
/
+11
*
.S comments must be C comments, not ASM ones.
obrien
2003-06-02
1
-1
/
+1
*
Use C99 compatible ASM statements.
obrien
2003-06-02
2
-3
/
+3
*
Revert accidental change: don't change the thread library for testing to
rwatson
2003-06-02
1
-1
/
+1
*
o Fix a cut-n-paste bug. We were clobbering rp with gp...
marcel
2003-06-02
1
-2
/
+2
*
A new API function PacketAliasRedirectDynamic() can be used
ru
2003-06-01
3
-1
/
+36
*
Include string.h for memset().
rwatson
2003-06-01
2
-1
/
+2
*
Make the PacketAliasSetAddress() function call optional. If it
ru
2003-06-01
2
-11
/
+18
*
Match style of source and headers.
jmallett
2003-06-01
1
-1
/
+1
*
Assorted mdoc(7) fixes.
ru
2003-06-01
5
-74
/
+91
*
Assorted mdoc(7) fixes.
ru
2003-06-01
6
-180
/
+190
*
Add GBK encoding
ache
2003-06-01
3
-2
/
+121
*
Add the part of the last commit which cvs appearantly didn't like
phk
2003-06-01
2
-17
/
+4
*
Add openpam_readline(3).
des
2003-06-01
1
-0
/
+2
*
Retire pam_wheel(8) (which has been disconnected for quite a while) and
des
2003-06-01
6
-657
/
+0
*
Clarify the code a bit.
phk
2003-06-01
1
-1
/
+2
*
Make prototype match code with regard to constness of args to the
jmallett
2003-06-01
1
-1
/
+1
*
Build libthr by default on ia64.
marcel
2003-06-01
1
-0
/
+6
*
Don't build pam_std_option().
des
2003-05-31
1
-2
/
+1
*
Fix grammar bogons.
schweikh
2003-05-31
1
-1
/
+1
*
Rough implement of makecontext() needed to support libthr.
marcel
2003-05-31
2
-1
/
+122
*
Hook libthr to the build. It's currently built only for i386 and
mtm
2003-05-31
1
-2
/
+5
*
Update copyright dates.
des
2003-05-31
5
-5
/
+5
*
Remove pam_std_option() and related functions. Add #defines for common
des
2003-05-31
1
-24
/
+6
*
Remove all instances of pam_std_option()
des
2003-05-31
5
-167
/
+58
*
Introduce pam_guest(8) which will replace pam_ftp(8).
des
2003-05-31
4
-1
/
+220
*
I botched one of my committs in the last round. Fix it.
mtm
2003-05-31
2
-12
/
+11
*
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
[next]