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
/
sparc64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge r202882 from amd64/i386:
marius
2010-01-23
1
-69
/
+104
*
Move the examples for the 'hints' and 'env' keywords from various GENERIC
jhb
2010-01-19
1
-9
/
+0
*
Add epic(4) also here.
marius
2010-01-18
1
-0
/
+1
*
When setting up MSIs with a filter ensure that the event queue interrupt
marius
2010-01-10
1
-2
/
+10
*
Add INCLUDE_CONFIG_FILE in GENERIC on all non-embedded platforms.
imp
2010-01-10
1
-0
/
+1
*
Add epic(4), a driver for the front panel LEDs in Sun Fire V215/V245.
marius
2010-01-10
2
-0
/
+217
*
- According to OpenSolaris it's sufficient to align the MSIs of a
marius
2010-01-10
1
-52
/
+95
*
In sys/<arch>/conf/Makefile set TARGET to <arch>. That allows
bz
2010-01-08
1
-0
/
+2
*
Enable ste(4). ste(4) should work on all architectures.
yongari
2010-01-08
1
-1
/
+1
*
Revert 200594. This file isn't intended for these sorts of things.
imp
2010-01-04
1
-7
/
+0
*
Add vlan(4) to all GENERIC kernels.
brooks
2010-01-03
1
-0
/
+1
*
Exclude options COMPAT_FREEBSD4 now that the MD freebsd4_sigreturn()
marius
2010-01-03
1
-0
/
+1
*
- Demapping unused kernel TLB slots has proven to work reliably so move
marius
2010-01-02
1
-11
/
+3
*
- Preserve the PROM IOMMU in order to allow OFW drivers to continue to
marius
2010-01-02
4
-4
/
+25
*
Fix botches in r201005:
marius
2010-01-01
1
-4
/
+4
*
- Remove a redundant variable and an unnecessary cast.
marius
2009-12-29
1
-6
/
+5
*
- Prefer i and j over i and n for temporary integer variables.
marius
2009-12-29
2
-111
/
+120
*
Account for firmware versions which include the CDMA interrupts in
marius
2009-12-28
1
-19
/
+32
*
Add a driver for the `Fire' JBus to PCIe bridges found in at least
marius
2009-12-27
3
-0
/
+3224
*
Style changes
marius
2009-12-25
1
-3
/
+3
*
- Take advantage of bus_{read,write}_*(9).
marius
2009-12-25
1
-3
/
+1
*
- Hook up the default implementations of the MSI/MSI-X pcib_if methods
marius
2009-12-25
1
-2
/
+39
*
Merge from amd64/i386:
marius
2009-12-24
5
-3
/
+67
*
Add missing locking in intr_bind().
marius
2009-12-24
1
-2
/
+8
*
- Don't check for a valid interrupt controller on every interrupt
marius
2009-12-24
1
-2
/
+3
*
- By re-arranging the code in OF_decode_addr() somewhat and accepting
marius
2009-12-23
1
-33
/
+33
*
Style changes.
marius
2009-12-23
1
-14
/
+12
*
- Add support for the IOMMUs of Fire JBus to PCIe and Oberon Uranus
marius
2009-12-23
3
-43
/
+166
*
Fix whitespace according to style(9).
marius
2009-12-23
1
-29
/
+29
*
- Add quirk handling for ALi M5229, mainly setting the magic "force
marius
2009-12-23
1
-3
/
+24
*
- Sort the prototypes.
marius
2009-12-23
1
-24
/
+23
*
Add structures for OFW MSI/MSI-X support. These are identical for
marius
2009-12-23
1
-0
/
+25
*
Don't probe the bq4802 variant found in Ultra 25 and 45 for now as
marius
2009-12-23
1
-4
/
+9
*
Don't use an out register to hold the vector number across the call
marius
2009-12-23
1
-11
/
+11
*
Calculate the average CPU clock frequency and export that through
marcel
2009-12-23
1
-0
/
+14
*
- Correct an off-by-one error when calculating the end of a child
marius
2009-12-22
1
-2
/
+2
*
- Add support for the JBus to EBus bridges which hang off of nexus(4)
marius
2009-12-22
1
-104
/
+309
*
- Add macros for the states of the interrupt clear registers.
marius
2009-12-22
1
-2
/
+6
*
Make these constants unsigned which is more appropriate.
marius
2009-12-22
1
-9
/
+9
*
Enroll these drivers in multipass probing. The motivation behind this
marius
2009-12-22
10
-11
/
+25
*
Add missing module dependency information.
marius
2009-12-21
1
-0
/
+1
*
Provide and consume missing module dependency information.
marius
2009-12-21
5
-1
/
+6
*
Add INCLUDE_CONFIG_FILE, and a note in comments about how to also
dougb
2009-12-16
1
-0
/
+7
*
Add additional checks of the kernel stack addresses in order to
marius
2009-12-08
1
-3
/
+11
*
Add <machine/pcb.h> missed in r199135.
marius
2009-12-07
1
-0
/
+1
*
Simplify the invocation of vm_fault(). Specifically, eliminate the flag
alc
2009-11-27
1
-6
/
+3
*
Unroll copying of the registers in {g,s}et_mcontext() and limit it
marius
2009-11-17
1
-6
/
+56
*
Extract the code that records syscall results in the frame into MD
kib
2009-11-10
3
-36
/
+41
*
In r197963, a race with thread being selected for signal delivery
kib
2009-10-27
1
-5
/
+1
*
Sync with the other archs and wrapper the prototype of in_cksum_skip(9)
marius
2009-10-26
1
-0
/
+2
[next]