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
path:
root
/
sys
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change USB over to make_dev() for all device nodes, previously it hooked into
thompsa
2009-02-27
17
-1171
/
+631
*
For all files including net/vnet.h directly include opt_route.h and
bz
2009-02-27
49
-8
/
+83
*
Move the include of vinet.h further up before the ipfilter includes.
bz
2009-02-27
1
-3
/
+3
*
Remove redundant code in printf() and vprintf().
ed
2009-02-27
1
-28
/
+1
*
Shuffle the vimage.h includes or add where missing.
bz
2009-02-27
3
-2
/
+5
*
Revert previous commit to subr_prf.c and make it more tidy.
ed
2009-02-27
1
-3
/
+5
*
Prefer register usage style to be more consistent with the rest of the
raj
2009-02-27
1
-8
/
+8
*
Make Book-E debug register state part of the PCB context.
raj
2009-02-27
7
-5
/
+18
*
Fix up some ioctl permissions issues long overlooked.
rnoland
2009-02-27
3
-8
/
+7
*
Rollback rev. 189093.
mav
2009-02-26
1
-1
/
+0
*
Unhide IDENTIFY command timeouts when verbose messages enabled.
mav
2009-02-26
1
-1
/
+3
*
Restore mtx_lock() call on ata_timeout(), dropped (I think accidentally)
mav
2009-02-26
1
-0
/
+1
*
Rename all symbols in libmp(3) to mp_*, just like Solaris.
ed
2009-02-26
1
-1
/
+1
*
Remove direct ata_completed() call options from ata_finish(), except for the
mav
2009-02-26
4
-17
/
+10
*
Allow the old usb stack to compile by adding the appropriate -I foo, this must
thompsa
2009-02-26
1
-1
/
+5
*
Add MSI blacklisting support.
mav
2009-02-26
1
-47
/
+76
*
udf_readatoffset: read through directory vnode, do not read > MAXBSIZE
avg
2009-02-26
3
-25
/
+23
*
Remove unneeded pointer `ndp'.
ed
2009-02-26
1
-11
/
+10
*
Remove even more unneeded variable assignments.
ed
2009-02-26
9
-20
/
+2
*
Don't throw away upper 32-bits of the HT MSI address window. In practice
jhb
2009-02-26
1
-1
/
+1
*
Remove unneeded variable `ocn_mute'.
ed
2009-02-26
1
-2
/
+0
*
Remove unused variables `p' and unneeded assignments of `rval'.
ed
2009-02-26
1
-6
/
+0
*
udf: add read-ahead support modeled after cd9660
avg
2009-02-26
2
-3
/
+23
*
udf_map: return proper error code instead of leaking an internal one
avg
2009-02-26
1
-2
/
+13
*
udf_read: correctly read data from files with data embedded into fentry,
avg
2009-02-26
1
-0
/
+26
*
udf_strategy: tiny optimization of logic, calculations; extra diagnostics
avg
2009-02-26
1
-14
/
+11
*
Remove redundant assignment of `p'.
ed
2009-02-26
1
-1
/
+0
*
Remove redundant assignment of `s'.
ed
2009-02-26
1
-1
/
+0
*
Remove unneeded variable assignment.
ed
2009-02-26
1
-1
/
+1
*
Add static tracing for privilege checking:
rwatson
2009-02-26
1
-9
/
+40
*
Silence compiler warning inside our ^T handler.
ed
2009-02-26
1
-1
/
+1
*
Use unsigned longs for the TTY's sysctl stats.
ed
2009-02-26
3
-12
/
+12
*
Don't use PTY name as format string, even though it isn't insecure here.
ed
2009-02-26
1
-1
/
+1
*
Fix typo in comments in r189023.
sobomax
2009-02-25
2
-2
/
+2
*
Enable support for PAT_WRITE_PROTECTED and PAT_UNCACHED cache modes
jkim
2009-02-25
2
-103
/
+77
*
The GM45 handles vblank differently. Pull the changes from Intel in.
rnoland
2009-02-25
5
-1
/
+25
*
Remove D_NEEDGIANT.
rnoland
2009-02-25
1
-1
/
+1
*
Turn on MSI if the card supports it. There is a blacklist for chips
rnoland
2009-02-25
3
-35
/
+78
*
Prepare the radeon driver for MSI support.
rnoland
2009-02-25
1
-0
/
+28
*
Add some vblank related debugging and replace the DRM_WAIT_ON macro
rnoland
2009-02-25
1
-9
/
+23
*
This was part of a sync to the code that Intel is shipping in linux.
rnoland
2009-02-25
6
-2272
/
+1909
*
The i915 driver was the only consumer of locked task support.
rnoland
2009-02-25
4
-64
/
+0
*
The vblank_swap ioctl was fundamentally race prone. Get rid of it.
rnoland
2009-02-25
3
-433
/
+14
*
There is no reason to hold the lock here.
rnoland
2009-02-25
1
-2
/
+0
*
Remove the PZERO priority from mtx_sleep.
rnoland
2009-02-25
1
-2
/
+2
*
Prior to r188331 a map entry's last read offset was only updated by a hard
alc
2009-02-25
1
-3
/
+7
*
Make machdep.hyperthreading_enabled tunable working with the SCHED_ULE.
sobomax
2009-02-25
2
-18
/
+86
*
Update to latest 3Com firmware image. The latest fimware is
yongari
2009-02-25
3
-4578
/
+3802
*
Update paths for ehci_ixp4xx.c in the old and new stacks.
thompsa
2009-02-24
1
-1
/
+2
*
Fix path and config name for ehci_mbus.c
thompsa
2009-02-24
1
-2
/
+1
[next]