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
*
Reject user with names that are longer than OPIE is willing to deal with;
des
2006-09-15
1
-4
/
+13
*
Remove reference to T/TCP.
joel
2006-09-13
1
-5
/
+2
*
Bump .Dd.
joel
2006-09-13
1
-1
/
+1
*
Remove references to the pam(8) manual page. It does not exist.
joel
2006-09-13
1
-1
/
+0
*
Fix a typo
brian
2006-09-10
1
-2
/
+2
*
Sync with NetBSD rev. 1.16 + 1.17
mbr
2006-09-09
1
-2
/
+5
*
Sync with NetBSD rev. 1.29
mbr
2006-09-09
1
-0
/
+4
*
Sync with NetBSD rev. 1.6 + 1.7
mbr
2006-09-09
1
-4
/
+4
*
Sync with NetBSD rev. 1.20 + 1.21
mbr
2006-09-09
1
-6
/
+11
*
Sync with NetBSD rev. 1.10
mbr
2006-09-09
1
-0
/
+1
*
Sync with NetBSD rev. 1.15
mbr
2006-09-09
1
-0
/
+1
*
Sync part of NetBSD rev. 1.14
mbr
2006-09-09
1
-1
/
+1
*
Sync with NetBSD rev. 1.16 + 1.17
mbr
2006-09-09
1
-1
/
+4
*
Change the way base allocation is done for internal malloc data
jasone
2006-09-08
1
-56
/
+93
*
Use return value of _thr_umutex_lock instead of using zero.
davidxu
2006-09-08
1
-2
/
+1
*
Minor comment fix.
thomas
2006-09-08
1
-1
/
+1
*
Replace internal usage of struct umtx with umutex which can supports
davidxu
2006-09-06
14
-158
/
+94
*
alloca() cannot check if the allocation is valid; mention the consequences.
ru
2006-09-05
1
-4
/
+13
*
GC dead code. If we want to stay polite to the foreign compilers,
ru
2006-09-05
2
-63
/
+1
*
Same as pthread_setschedparam, use sizeof(struct sched_param) instead.
davidxu
2006-09-05
1
-2
/
+2
*
Pass correct parameter size.
davidxu
2006-09-05
1
-2
/
+2
*
Some minor corrections:
kientzle
2006-09-05
10
-41
/
+127
*
(pw_copy): Handle the case of a malformed line in master.passwd
thomas
2006-09-04
1
-2
/
+11
*
Whitespace fix.
marcel
2006-09-02
1
-1
/
+1
*
Stylize:
marcel
2006-09-01
4
-70
/
+102
*
Stylize: avoid using a global register variable.
marcel
2006-09-01
2
-6
/
+8
*
Enable TLS on PowerPC.
marcel
2006-09-01
1
-1
/
+0
*
The ucontext is 16-byte aligned, which means that struct tcb is
marcel
2006-09-01
2
-0
/
+2
*
Stylize. Introduce ppc_{get|set}_tp() and ppc_{get|set}_tcb() to
marcel
2006-09-01
4
-58
/
+118
*
Fix style(9) in code copied from rtld.
marcel
2006-09-01
1
-3
/
+3
*
Rename TLS_TP_OFFSET back to TP_OFFSET. The former clashes with rtld.
marcel
2006-09-01
1
-3
/
+3
*
Enable TLS on ia64.
marcel
2006-09-01
1
-1
/
+0
*
Implement TLS.
marcel
2006-09-01
8
-100
/
+122
*
Stylize.
marcel
2006-09-01
2
-17
/
+11
*
Fix the variant I allocation for KSE: Allow a larger TCB and assume
marcel
2006-09-01
1
-46
/
+37
*
Remove curdir reference in libbsm build; this is not required as the
rwatson
2006-09-01
1
-1
/
+1
*
Stylize.
marcel
2006-08-31
1
-6
/
+2
*
TLS fixes:
marcel
2006-08-31
2
-4
/
+8
*
Fix harmless bug: sizeof(tcb) equals sizeof(void*) not sizeof(struct tcb).
marcel
2006-08-31
1
-1
/
+1
*
o Set TP using inline assembly to avoid dead code elimination.
marcel
2006-08-30
1
-5
/
+3
*
Avoid dead code elimination of the assignment to TP by using inline
marcel
2006-08-30
1
-2
/
+2
*
Prevent dead code elimination for the TP assignmient by using inline
marcel
2006-08-30
1
-2
/
+1
*
Remove unused file.
davidxu
2006-08-29
1
-59
/
+0
*
When skipping data, track the position in the bytestream correctly.
kientzle
2006-08-29
1
-1
/
+2
*
pthread_sigmask is in thr_sig.c, remove this file.
davidxu
2006-08-28
1
-52
/
+0
*
Kill unused files.
davidxu
2006-08-28
2
-187
/
+0
*
Use umutex APIs to implement pthread_mutex, member pp_mutexq is added
davidxu
2006-08-28
4
-73
/
+116
*
Add umutex APIs.
davidxu
2006-08-28
2
-0
/
+92
*
- Add new service class definitions and a new attribute identifier definition
markus
2006-08-26
2
-3
/
+19
*
Note that the system only allows a maximum of kern.kq_calloutmax timers.
ceri
2006-08-25
1
-1
/
+10
[next]