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
*
This patch adds a new ktrace(2) record type, KTR_STRUCT, whose payload
des
2008-02-23
11
-14
/
+358
*
ip6(4) man page lacks documentation for TCLASS option.
bms
2008-02-22
1
-2
/
+13
*
Avoid using FP-to-integer conversion for !(amd64 || i386) too. Use the
bde
2008-02-22
2
-6
/
+4
*
Remove the "quick check no cancellation" optimization for
bde
2008-02-22
1
-12
/
+1
*
Optimize the 9pi/2 < |x| <= 2**19pi/2 case on amd64 and i386 by avoiding
bde
2008-02-22
2
-0
/
+18
*
Fixes a memory leak when VRF's are in play.
rrs
2008-02-22
1
-0
/
+4
*
- Takes out stray ifdef code that should not have been present.
rrs
2008-02-22
1
-5
/
+0
*
Add an irint() function in inline asm for amd64 and i386. irint() is
bde
2008-02-22
1
-0
/
+30
*
Optimize the conversion to bits a little (by about 11 cycles or 16%
bde
2008-02-22
1
-5
/
+13
*
Sanitize arguments to linux_mremap().
kib
2008-02-22
2
-0
/
+18
*
Fix essential bugs and warnings.
ru
2008-02-22
1
-5
/
+4
*
Optimize the fixup for +-0 by using better classification for this case
bde
2008-02-22
1
-2
/
+4
*
Hide BSD ar(1) under the MK_TOOLCHAIN option.
ru
2008-02-22
1
-1
/
+2
*
Fix rintl() on signaling NaNs and unsupported formats.
bde
2008-02-22
1
-5
/
+3
*
Clean up created turds.
obrien
2008-02-22
1
-0
/
+1
*
We build important toolchain statically. So build BSD 'ar' statically
obrien
2008-02-22
1
-0
/
+1
*
Re-introduce the new BSDLed 'ar' to the build.
obrien
2008-02-22
3
-2
/
+19
*
Fix 'make checkdpadd'.
jkoshy
2008-02-22
1
-1
/
+1
*
s/rcsid/__FBSDID/
das
2008-02-22
79
-241
/
+158
*
Remove an unused variable.
das
2008-02-22
3
-3
/
+3
*
Eliminate some warnings.
das
2008-02-22
3
-9
/
+3
*
MFC after: 4 weeks
davidch
2008-02-22
3
-5555
/
+7977
*
-Fix display of nat range.
piso
2008-02-21
1
-6
/
+5
*
Add some missing Xrefs to drivers.
brueffer
2008-02-21
1
-1
/
+5
*
Note, as required by our agreement with IEEE/The Open Group, that the message
philip
2008-02-21
7
-0
/
+140
*
Add support for the VIA USB2IDE bridge [1].
remko
2008-02-21
2
-0
/
+22
*
If 'WITH_BSDAR' is defined, install as gnu-<util_name>.
obrien
2008-02-21
2
-0
/
+10
*
Fix static linkage.
ru
2008-02-21
1
-2
/
+2
*
Add LIBELF.
ru
2008-02-21
1
-0
/
+1
*
Back out previous commit. Restore Binutils ar as default. Disconnect
kaiw
2008-02-21
4
-15
/
+1
*
* Connect ar(1) to the build and make it default ar. Rename GNU
kaiw
2008-02-21
4
-1
/
+15
*
Remove WARNS from here and compile with default kernel flags.
ru
2008-02-21
1
-10
/
+14
*
Remove WARNS from here and compile with default kernel flags.
ru
2008-02-21
3
-4
/
+0
*
Import ar(1) front-end. (aka 'BSD' ar)
kaiw
2008-02-21
7
-0
/
+1989
*
Ensure that the -s flag truncates the accounting data.
grog
2008-02-21
1
-1
/
+1
*
Sanity-check the block size.
kientzle
2008-02-21
1
-0
/
+19
*
Don't check the bpbSecPerTrack and bpbHeads fields of the BPB.
marcel
2008-02-21
1
-8
/
+7
*
Don't use disklabel for the MFS root. The DoFS.sh script creates
marcel
2008-02-21
1
-0
/
+1
*
Add AS lookup functionality. On each hop we query a whois server to
rpaulo
2008-02-20
5
-7
/
+332
*
Two no-op fixes to improve corretness of syslogd code:
dwmalone
2008-02-20
1
-3
/
+4
*
Fix a couple of locking mistakes in the ses_ioctl path.
scottl
2008-02-20
1
-3
/
+3
*
geom_lvm(4) is now known as geom_linux_lvm(4).
thompsa
2008-02-20
2
-8
/
+2
*
Rename geom_lvm(4) to geom_linux_lvm(4).
thompsa
2008-02-20
1
-1
/
+1
*
geom_lvm(4) is now known as geom_linux_lvm(4).
thompsa
2008-02-20
3
-1378
/
+0
*
Rename geom_lvm(4) to geom_linux_lvm(4).
thompsa
2008-02-20
6
-4
/
+16
*
Add a geom class to map Linux LVM logical volumes.
thompsa
2008-02-20
3
-0
/
+1379
*
Set the baudrate for if_ti.
remko
2008-02-19
1
-0
/
+1
*
Merge cosmetic changes from e_rem_pio2.c 1.10 (convert to __FBSDID();
bde
2008-02-19
1
-6
/
+4
*
Optimize for 3pi/4 <= |x| <= 9pi/4 in much the same way as for
bde
2008-02-19
1
-18
/
+56
*
Rearrange the polynomial evaluation for better parallelism. This
bde
2008-02-19
2
-9
/
+9
[next]