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
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Remove s_ldexpf.c (now aliased to scalbn.)
das
2005-03-07
1
-7
/
+12
*
- Define FP_FAST_FMA for sparc64, since fma() is now implemented using
das
2005-03-07
1
-4
/
+12
*
Alias scalbn as ldexpl and scalbnl on platforms where long double is
das
2005-03-07
1
-0
/
+8
*
- Implement scalblnl.
das
2005-03-07
1
-2
/
+34
*
Implement nexttowardf. This is used on both platforms with 11-bit
das
2005-03-07
1
-0
/
+60
*
Implement nexttoward and nextafterl; the latter is also known as
das
2005-03-07
2
-0
/
+155
*
- Try harder to trick gcc into not optimizing away statements
das
2005-03-07
2
-8
/
+19
*
- Define LDBL_NBIT to be a mask indicating the position of the integer
das
2005-03-07
1
-2
/
+10
*
Define LDBL_NBIT to be a mask indicating the position of the integer
das
2005-03-07
6
-3
/
+9
*
Implement frexpl.
das
2005-03-07
1
-0
/
+62
*
Alias frexp as frexpl on platforms where a long double is the same as
das
2005-03-07
1
-0
/
+7
*
Implement fmal.
das
2005-03-07
1
-0
/
+170
*
- Define the LDBL_PREC to be the number of significant bits in a long
das
2005-03-07
1
-1
/
+2
*
- Define the LDBL_PREC to be the number of significant bits in a long
das
2005-03-07
1
-0
/
+5
*
Define the LDBL_PREC to be the number of significant bits in a long
das
2005-03-07
5
-0
/
+9
*
Add an assembly version of fmal.
das
2005-03-07
1
-0
/
+34
*
Add scalbnl, also known as as ldexpl.
das
2005-03-07
2
-0
/
+90
*
Alias scalbnf as ldexpf. The two are identical in binary
das
2005-03-07
2
-0
/
+7
*
When you call MiniportInitialize() for an 802.11 driver, it will
wpaul
2005-03-07
4
-55
/
+120
*
Correct indentation style:
grog
2005-03-07
1
-14
/
+14
*
Remove dead code.
scottl
2005-03-07
4
-68
/
+0
*
physmem is a much better indicator for 'real' memory on PPC than Maxmem
grehan
2005-03-07
2
-6
/
+6
*
Allow user to undersize memory with hw.physmem loader variable.
grehan
2005-03-07
3
-3
/
+186
*
Fix typo.
mux
2005-03-07
1
-1
/
+1
*
Regen after addition of linux_nosys handler.
sobomax
2005-03-07
9
-9
/
+27
*
Handle unimplemented syscall by instantly returning ENOSYS instead of sending
sobomax
2005-03-07
5
-0
/
+57
*
When neither of supported frame type is enabled via kernel options enable
sobomax
2005-03-06
1
-0
/
+9
*
Fix ef(4) driver when kernel compiled w/o IPX.
sobomax
2005-03-06
1
-1
/
+1
*
Always produce cpuX entries, even in the case when there is only one CPU
sobomax
2005-03-06
1
-7
/
+6
*
Use [ldr|str]t instead of [ldr|str] when accessing ARM_TP_ADDRESS.
cognet
2005-03-06
1
-4
/
+3
*
Make sure ARM_TP_ADDRESS is accessible right now by calling pmap_fault_fixup,
cognet
2005-03-06
1
-3
/
+9
*
Use correct flags for bus_dma_tag_create().
scottl
2005-03-06
1
-4
/
+4
*
Declare as volatile the memory location referenced by a pointer rather than
alc
2005-03-06
1
-1
/
+1
*
Use the correct flags for bus_dma_tag_create().
scottl
2005-03-06
1
-2
/
+2
*
The m_ext reference counts are potentially shared and modified
alc
2005-03-06
2
-7
/
+5
*
Always go to standby efter each call.
phk
2005-03-06
1
-7
/
+7
*
Don't disable interrupts on a stray interrupt.
phk
2005-03-06
1
-2
/
+0
*
New release notes:
hrs
2005-03-06
2
-2
/
+22
*
Fix a mistake in the exponent range.
das
2005-03-06
1
-1
/
+1
*
New release notes:
hrs
2005-03-06
2
-4
/
+108
*
s/AST/ARNET/ where appropriate.
rushani
2005-03-06
1
-1
/
+1
*
Fix typos in a comment.
stefanf
2005-03-06
1
-1
/
+1
*
Unlike NetBSD's bcopy(), our bcopy allows the two strings to overlap, even in
cognet
2005-03-06
1
-3
/
+542
*
MFi386: revisions 1.609 and 1.610.
nyan
2005-03-06
2
-82
/
+18
*
o s/opt_ifpw.h/opt_ipfw.h/ in the previous commit.
maxim
2005-03-06
1
-1
/
+1
*
Whitespace nit. Clarifies which body this line belongs to.
njl
2005-03-06
1
-1
/
+1
*
Increase the default stacksizes:
marcus
2005-03-06
3
-15
/
+31
*
Back out previous commit. The description didn't match the commit,
imp
2005-03-06
1
-1
/
+1
*
Use BUS_PROBE_DEFAULT
imp
2005-03-06
3
-3
/
+4
*
Cleanup: u_intXX_t -> uintX_t conversion.
mux
2005-03-06
3
-110
/
+110
[next]