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
*
Convert pm_runcount to int to correctly check for negative value.
fabient
2010-06-05
2
-9
/
+6
*
Fix memory leak on error.
fabient
2010-06-05
1
-1
/
+3
*
Although we currently don't compile in CPU-pinning support by default,
rwatson
2010-06-05
5
-29
/
+45
*
Fix warnings found by Coverity.
fabient
2010-06-05
3
-4
/
+8
*
Purge out a Windows def that somehow slipped
rrs
2010-06-05
1
-7
/
+1
*
Spacing issues
rrs
2010-06-05
2
-6
/
+5
*
This change does the following:
rrs
2010-06-05
1
-13
/
+23
*
Use the proper increment macro when increasing the
rrs
2010-06-05
1
-3
/
+4
*
This does two changes:
rrs
2010-06-05
2
-6
/
+18
*
This fixes a bug in the close up of a socket that
rrs
2010-06-05
1
-2
/
+15
*
Be more specific about which CDB length we're going to use. Not really a likely
mjacob
2010-06-05
1
-4
/
+14
*
Correct a harmless typo introduced when copying code from mmu_oea64.
nwhitehorn
2010-06-05
1
-1
/
+1
*
Don't set PG_WRITEABLE in pmap_enter() unless the page is managed.
alc
2010-06-05
3
-6
/
+11
*
Add a driver for the CPU temperature sensors attached over I2C on the
nwhitehorn
2010-06-05
2
-0
/
+263
*
Add support for the I2C busses hanging off Apple system management chips.
nwhitehorn
2010-06-05
1
-12
/
+241
*
Utilize the Keywest I2C combined mode for messages with repeated starts.
nwhitehorn
2010-06-05
1
-8
/
+57
*
Add two new flags (IIC_M_NOSTOP and IIC_M_NOSTART) to struct iic_msg to
nwhitehorn
2010-06-05
1
-0
/
+2
*
Correct the comment. We now use level low instead of edge high for this
nwhitehorn
2010-06-05
1
-1
/
+1
*
Partially revert r208162 while waiting for review on a more comprehensive
nwhitehorn
2010-06-05
1
-0
/
+7
*
Make sure that interrupt sense settings set after interrupts are enabled
nwhitehorn
2010-06-05
1
-1
/
+7
*
Use the fpu_kern_enter() interface to properly separate usermode FPU
kib
2010-06-05
6
-4
/
+53
*
Introduce the x86 kernel interfaces to allow kernel code to use
kib
2010-06-05
20
-84
/
+440
*
Add comment that this value is unused.
edwin
2010-06-05
1
-1
/
+1
*
When there is a problem with writing, also bail out.
edwin
2010-06-05
1
-1
/
+2
*
Make clang happier by removing unused assignments.
edwin
2010-06-05
1
-16
/
+16
*
Fix warnings about uninitialized variables.
edwin
2010-06-05
1
-0
/
+2
*
Fix: when unable to parse the sequence string, erase everything.
edwin
2010-06-05
1
-2
/
+2
*
Fix memory-leak at the processing of multiple calendars.
edwin
2010-06-05
1
-1
/
+4
*
Properly check the return value of chdir, even if it is a "this
edwin
2010-06-05
1
-1
/
+2
*
Remove some dead and incorrect code.
mav
2010-06-05
1
-1
/
+1
*
Add allocation error hadling.
mav
2010-06-05
1
-0
/
+7
*
Fix possible use after free.
mav
2010-06-05
1
-2
/
+2
*
Don't try to copy a socket after "xxx is a socket (not copied)." message.
trasz
2010-06-05
1
-0
/
+1
*
Fix use after free on error.
mav
2010-06-05
1
-0
/
+1
*
Fix double free on error.
mav
2010-06-05
1
-4
/
+2
*
Plug memory leak to silent Coverity. Error is still not really handled.
mav
2010-06-05
1
-0
/
+1
*
Plug memory leak to silent Coverity. Error is still not really handled.
mav
2010-06-05
1
-0
/
+1
*
Fix attach errors handling.
mav
2010-06-05
1
-3
/
+5
*
Plug resource leak.
trasz
2010-06-05
1
-0
/
+1
*
Plug memory leak to silent Coverity. Error is still not really handled.
mav
2010-06-05
1
-0
/
+1
*
Fix attach errors handling.
mav
2010-06-05
1
-3
/
+5
*
Make sure not to pass NULL to g_orphan_provider().
trasz
2010-06-05
1
-1
/
+2
*
Don't use pointer to 64 bit value (id_t) to point to 32 bit value (uid_t).
trasz
2010-06-05
1
-5
/
+5
*
Don't set PG_WRITEABLE in pmap_enter() unless the page is managed.
alc
2010-06-05
2
-2
/
+4
*
Make the internal target > SPC2 (so REPORT LUNS can be tested).
mjacob
2010-06-05
1
-2
/
+8
*
I was getting panics in sleepq_add for the second sleep in isp_kthread.
mjacob
2010-06-05
1
-1
/
+3
*
- Add myself to committers-src.dot
mdf
2010-06-04
2
-0
/
+4
*
Don't blindly set IFF_DRV_OACTIVE when sge_encap() fails. If there
yongari
2010-06-04
1
-2
/
+3
*
Declare ip6 as (struct in6_addr *) instead of (struct in_addr *). This is
cperciva
2010-06-04
1
-1
/
+1
*
o The typo was intended as it stated in the comment. Revert last.
maxim
2010-06-04
1
-1
/
+1
[next]