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
*
Rewrite interrupt handler to give fairness for both RX and TX.
yongari
2010-10-13
1
-16
/
+28
*
Revert r213793.
rpaulo
2010-10-13
2
-2
/
+2
*
When calling panic(), always pass a format string.
rpaulo
2010-10-13
8
-12
/
+12
*
Don't do a logical AND of the result of strcmp() with a constant.
rpaulo
2010-10-13
2
-2
/
+2
*
Ignore the return value of ADDCARRY().
rpaulo
2010-10-13
1
-1
/
+1
*
Pass a format string to panic() and to taskqueue_start_threads().
rpaulo
2010-10-13
2
-2
/
+2
*
In zfs_post_common(), use %d instead of %hhu.
rpaulo
2010-10-13
1
-1
/
+1
*
Properly tell the compiler that we want to ignore the return value of
rpaulo
2010-10-13
4
-15
/
+15
*
Fix several cases were a conditional operator was used instead of a
rpaulo
2010-10-13
1
-8
/
+8
*
Clean up unused headers.
jkim
2010-10-13
1
-4
/
+0
*
Actually, check for any kind of "C string type".
rdivacky
2010-10-13
1
-8
/
+4
*
Clang related fixes:
rpaulo
2010-10-13
2
-1
/
+2
*
Revert 212517 to restore pristine state of this file
imp
2010-10-13
1
-2
/
+0
*
Remove acpi_bus_number() completely. It had to be removed in r212761.
jkim
2010-10-13
1
-55
/
+0
*
Pass a format string to make_dev().
rpaulo
2010-10-13
1
-1
/
+1
*
Add opt_compat.h to SRCS.
rpaulo
2010-10-13
3
-3
/
+3
*
Pass a format string to make_dev().
rpaulo
2010-10-13
1
-1
/
+1
*
Fix a brain-o: wrong case statement semantics.
rpaulo
2010-10-13
2
-2
/
+4
*
WPA_CSE_WEP104 was being incorrectly checked.
rpaulo
2010-10-13
1
-1
/
+1
*
Extend this check for const unsigned char *.
rdivacky
2010-10-13
1
-2
/
+6
*
Make DEBUG traces 64-bit clean:
jhb
2010-10-13
2
-20
/
+21
*
Suggest that DEBUG_FLAGS be used to enable extra debugging rather than
jhb
2010-10-13
1
-1
/
+1
*
Mark acpi_bus_number() as __unused. This allows clang to this file
rpaulo
2010-10-13
1
-1
/
+1
*
Ignore the return value of DE_INTERNALIZE().
rpaulo
2010-10-13
1
-1
/
+1
*
Explicitly tell the compiler that we don't care about the return value
rpaulo
2010-10-13
3
-20
/
+20
*
The canonical way to print __func__ when using KASSERT() is to write
rpaulo
2010-10-13
3
-10
/
+11
*
Purposely tell the compiler that we ignore the return value of ADDCARRY()
rpaulo
2010-10-13
1
-1
/
+1
*
Define YY_NO_INPUT. This makes aicasm buildable by clang with Werror
rpaulo
2010-10-13
2
-0
/
+2
*
Don't define the input() function ifdef YY_NO_INPUT.
rpaulo
2010-10-13
1
-0
/
+2
*
Use the RFC2606 domain example.com in examples.
brucec
2010-10-13
1
-2
/
+2
*
o) Make it possible to attach a PHY directly to an octe device rather than
jmallett
2010-10-13
8
-47
/
+815
*
sigqueue_collect_set() is no longer needed because other functions
davidxu
2010-10-13
1
-29
/
+7
*
Consistently use "STATIC" for all functions in order to be able to set
obrien
2010-10-13
17
-73
/
+77
*
Fix the krpc so that it can handle NFSv3,UDP mounts with a read/write
rmacklem
2010-10-13
3
-7
/
+20
*
Use AcpiReset() from ACPICA instead of rolling our own, which is actually
jkim
2010-10-13
2
-12
/
+11
*
Create the /bin/rmail symlink (which mailers such as postfix
markm
2010-10-12
1
-0
/
+4
*
Remove trailing ", " from `sysctl machdep.idle_available' output.
jkim
2010-10-12
3
-3
/
+6
*
Protect bge(4) from accessing invalid NIC internal memory regions
yongari
2010-10-12
1
-0
/
+8
*
If DEBUG is 3 or greater, disable STATICization of functions.
obrien
2010-10-12
3
-3
/
+8
*
Always set cm_complete_data before calling mps_config_complete().
mdf
2010-10-12
1
-1
/
+1
*
Fix a regression introduced in r213495. r213495 disabled mini
yongari
2010-10-12
1
-1
/
+1
*
Document the fact that bwn works really well on the laptop I'm using
joel
2010-10-12
1
-1
/
+2
*
Re-expose and briefly document taskqueue_run(9). The function is used
mdf
2010-10-12
3
-3
/
+17
*
Allow one to regression test 'sh' changes without having to install
obrien
2010-10-12
29
-82
/
+100
*
acpi_ec: changes in communication with hardware
avg
2010-10-12
1
-83
/
+89
*
generic_stop_cpus: prevent parallel execution
avg
2010-10-12
1
-45
/
+17
*
tmpfs + sendfile: do not produce partially valid pages for vnode's tail
avg
2010-10-12
1
-3
/
+6
*
zfs + sendfile: do not produce partially valid pages for vnode's tail
avg
2010-10-12
1
-3
/
+6
*
Fix monitor mode which is implemented by doing a firmware scan. This
bschmidt
2010-10-12
2
-1
/
+34
*
Format prototypes to follow style(9) more closely.
jh
2010-10-12
2
-22
/
+25
[next]