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
*
Fix some leftover binaries and shared libraries in the system that still
dim
2011-02-15
3
-2
/
+8
*
Don't forget to bump man page date for r218711.
ed
2011-02-15
1
-1
/
+1
*
Remove dead reference to regexp(3). Use regex(3) instead.
ed
2011-02-15
1
-1
/
+1
*
Document some more sysconf(3) variables.
brucec
2011-02-13
1
-1
/
+58
*
Replace ERROR() macro with inline function. In-tree gcc cannot tolerate
kib
2011-02-12
1
-28
/
+24
*
Revert last commit: CPUTYPE will be defined here
imp
2011-02-11
1
-1
/
+1
*
Don't require CPUTYPE to be defined for ARM, but use it if it is.
imp
2011-02-11
1
-1
/
+1
*
Fix a bug where the wrong argument was passed to SET_FLOAT_WORD().
das
2011-02-10
1
-2
/
+2
*
Fix a bug where the wrong argument was passed to INSERT_WORDS().
das
2011-02-10
1
-2
/
+2
*
For small arguments, these functions use simple approximations,
das
2011-02-10
5
-5
/
+5
*
Fix a bogus threshold that was copied from the double precision version.
das
2011-02-10
1
-1
/
+1
*
sys/rman.h now requires sys/types.h. Include it to make the API match
imp
2011-02-10
2
-1
/
+2
*
Introduce a non-portable function pthread_getthreadid_np(3) to retrieve
jkim
2011-02-07
5
-0
/
+53
*
rfork_thread(3): Mark deprecated in favor of pthread_create(3).
jilles
2011-02-06
1
-2
/
+10
*
Update to BIND 9.6.3, the latest from ISC on the 9.6 branch.
dougb
2011-02-06
6
-6
/
+34
|
\
|
*
Vendor import of BIND 9.6.3
dougb
2011-02-05
77
-438
/
+964
|
*
Vendor import of BIND 9.6-ESV-R3
dougb
2010-12-04
8
-39
/
+131
|
*
Vendor import of BIND 9.6-ESV-R2
dougb
2010-10-30
40
-411
/
+755
|
*
Vendor import of BIND 9.6.2-P2
dougb
2010-05-20
2
-3
/
+3
|
*
Vendor import of BIND 9.6.2-P1
dougb
2010-03-17
33
-172
/
+774
|
*
Vendor import of BIND 9.6.2
dougb
2010-03-02
92
-613
/
+1467
|
*
Vendor import of BIND 9.6.1-P3
dougb
2010-01-25
23
-129
/
+124
|
*
Vendor import of BIND 9.6.1-P2
dougb
2009-11-30
6
-29
/
+65
|
*
Vendor import of BIND 9.6.1
dougb
2009-06-25
8
-33
/
+176
*
|
Remove duplicate .note.GNU-stack section declaration.
kib
2011-02-04
2
-4
/
+0
*
|
Remove duplicate .note.GNU-stack section declaration. bcopy already
kib
2011-02-04
3
-6
/
+0
*
|
Make sys_signame upper case.
jilles
2011-02-04
2
-33
/
+33
*
|
libkvm: fix logic inversion introduced with last commit
uqs
2011-02-02
1
-2
/
+2
*
|
Whitespace nit
imp
2011-02-01
1
-1
/
+1
*
|
Reintroduce bugfix from r210103 and fix xz on strong-aligned architectures.
mm
2011-02-01
1
-1
/
+0
*
|
Fix n32 compile.
jchandra
2011-01-27
1
-0
/
+1
*
|
Emit .note.GNU-stack for the syscall stubs generated by libc only on
kib
2011-01-25
1
-2
/
+9
*
|
Do not allocate buffer to hold data for zero-sized sections.
kan
2011-01-25
1
-1
/
+3
*
|
Document PT_FLAG_FORKED, PT_FOLLOW_FORK, pl_tdname and pl_child_pid.
kib
2011-01-25
1
-5
/
+40
*
|
libkvm: Unbreak build for powerpc64/powerpc
uqs
2011-01-24
1
-0
/
+1
*
|
libkvm: fix process runtime calculation on crashdumps
uqs
2011-01-23
2
-13
/
+29
*
|
libkvm code janitoring
uqs
2011-01-23
20
-309
/
+215
*
|
getgroups(2): Remove mention of <sys/param.h> and refer to sysconf(3).
jilles
2011-01-21
1
-3
/
+9
*
|
Introduce signed and unsigned version of CTLTYPE_QUAD, renaming
mdf
2011-01-19
1
-3
/
+12
*
|
Fix a bug related to connection caching which could cause a crash after
des
2011-01-17
1
-0
/
+1
*
|
mknod(2): The required include is <sys/stat.h>, not <unistd.h>.
jilles
2011-01-16
1
-2
/
+2
*
|
Mark csu on PowerPC as not requiring executable stack.
kib
2011-01-14
4
-0
/
+8
*
|
Mark assembler sources from libc as working with non-executable stack.
kib
2011-01-14
24
-2
/
+44
*
|
Mark libcompiler_rt as not needed executable stack on powerpc.
kib
2011-01-14
1
-1
/
+2
*
|
The (%esp & 0xf) == 0 should be true before the call instruction is
kib
2011-01-13
1
-0
/
+1
*
|
Apply a workaround for a binutils issue with the .note.ABI-tag section
dim
2011-01-13
8
-28
/
+171
*
|
Fix a typo.
davidxu
2011-01-11
1
-1
/
+1
*
|
For the process that already loaded libthr but still not initialized
kib
2011-01-10
1
-0
/
+26
*
|
Revert part of r217071 so that us mere mortals can clearly see
dougb
2011-01-09
1
-1
/
+5
*
|
Implement the __pthread_map_stacks_exec() for libthr.
kib
2011-01-09
5
-1
/
+53
[next]