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
*
- fix duplicate "a a" in some comments
eadler
2011-11-13
8
-8
/
+8
*
- add "check" option to MD5 and friends to compare files against known hash.
eadler
2011-11-13
2
-8
/
+40
*
The spec says that FILE must be defined in wchar.h, but it wasn't. It
theraven
2011-11-13
2
-20
/
+28
*
Don't copy uninitialized memory. Also simplify the comparison
tuexen
2011-11-13
1
-15
/
+5
*
To limit amount of the kernel memory allocated, and to optimize the
kib
2011-11-13
1
-3
/
+63
*
Fix spelling of extract.
alfred
2011-11-13
1
-2
/
+2
*
Utilize shell's IFS instead of forking ~6 processes to
alfred
2011-11-13
1
-48
/
+70
*
The default setting, daily_accounting_compress="NO", was causing
dougb
2011-11-13
1
-6
/
+12
*
Return the correct value for the IPV6_MULTICAST_HOPS getsockopt() call.
bz
2011-11-13
1
-1
/
+1
*
Revert 227466:
gjb
2011-11-13
1
-4
/
+0
*
Bump date.
adrian
2011-11-12
1
-1
/
+1
*
Fix kernel build breakage after r227475. I had forgotten kernels are
dim
2011-11-12
1
-8
/
+8
*
Add documentation for the new quiet time IE options.
adrian
2011-11-12
1
-0
/
+32
*
Don't expose the wctype.h macros in C++ mode. They cause problems when
theraven
2011-11-12
1
-1
/
+3
*
Expose all of the C99 limits.h stuff when we're in C++11 mode (or some approx...
theraven
2011-11-12
1
-0
/
+11
*
Fix SIGATOMIC_M{IN,AX} on x86-64. These are meant to be the minimum values t...
theraven
2011-11-12
1
-2
/
+2
*
Fix build on some archs after r227464.
mav
2011-11-12
1
-3
/
+4
*
Expose the unimplemented libm functions in the math.h header. This allows C+...
theraven
2011-11-12
1
-13
/
+13
*
Fix buildworld breakage due after r227464.
dim
2011-11-12
1
-1
/
+1
*
Report the amount of memory from smbios data if provided.
emaste
2011-11-12
1
-1
/
+5
*
Disable writing to the extension CYCPWR1 register.
adrian
2011-11-12
2
-11
/
+0
*
Fix the number of decimal digits used for Swiss Francs (0 -> 2). Found by th...
theraven
2011-11-12
1
-2
/
+2
*
Added mps(4) and mvs(4).
brueffer
2011-11-12
1
-0
/
+4
*
Grammar and mdoc cleanup.
brueffer
2011-11-12
1
-5
/
+7
*
Major GEOM MULTIPATH class rewrite:
mav
2011-11-12
4
-218
/
+810
*
- This patch adds custom IOCTLs to read and write the 4 GPIO pins on the
hselasky
2011-11-12
2
-11
/
+86
*
Enable power save mode for the USB storage device driver.
hselasky
2011-11-12
1
-0
/
+3
*
Style change.
hselasky
2011-11-12
27
-99
/
+106
*
A default route learned from the RAs could be deleted manually
qingli
2011-11-11
4
-3
/
+45
*
In r191367 the need for if_free_type() was removed and a new member
brooks
2011-11-11
7
-11
/
+12
*
- add a missing "be" and "in"
eadler
2011-11-11
5
-5
/
+5
*
- add support for CP-104EL-A and CP-104JU to puc
eadler
2011-11-11
1
-0
/
+27
*
Use __packed to prevent alignment from taking place, which otherwise may
delphij
2011-11-11
1
-5
/
+5
*
Added myself to committers-src.dot
theraven
2011-11-11
1
-0
/
+4
*
To send a frame, controller requires a prepended TX header and
yongari
2011-11-11
1
-9
/
+8
*
Fix false positive EADDRINUSE that could be returned by bind, due to
trociny
2011-11-11
1
-1
/
+1
*
Reword a sentence in the HARDWARE section a little to make it more suitable
brueffer
2011-11-11
1
-2
/
+2
*
struct timespec32: change types of tv_sec and tv_nsec fields to signed
pluknet
2011-11-11
1
-2
/
+2
*
Style.
kib
2011-11-11
1
-2
/
+1
*
Guard against the unlikely case of the alias path containing the '%' symbols.
kib
2011-11-11
1
-1
/
+1
*
Weaken the part of assertions added in the r227394. Only check that the
kib
2011-11-11
2
-2
/
+2
*
Correct the types of the arguments to return probes of the syscall
rstone
2011-11-11
6
-10
/
+6028
*
Converting int to wint_t leads to broekn comparison of raw char
kevlo
2011-11-11
1
-8
/
+8
*
Correct device id comments.
adrian
2011-11-11
1
-2
/
+2
*
Revert this previous commit for now - although this override unfortunately
adrian
2011-11-10
1
-2
/
+0
*
Remove dead ifdef. Driver should always check raised interrupt is
yongari
2011-11-10
1
-3
/
+0
*
style.
yongari
2011-11-10
1
-63
/
+44
*
On i386, fbt probes are implemented by writing an invalid opcode over
rstone
2011-11-10
1
-3
/
+3
*
The generated Makefile for the kernel was not running ctfconvert on
rstone
2011-11-10
1
-3
/
+8
*
Revert r227403 for now. Since the cross-tools stage purposefully
dim
2011-11-10
1
-6
/
+10
[next]