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
*
Given that this is a host-PCI-Express bridge driver, create the parent
marius
2012-03-24
1
-1
/
+1
*
Remove pty(4) from our kernel configurations.
ed
2012-03-21
1
-1
/
+0
*
Make ofw_bus_get_node() consistently return -1 when there is no associated
nwhitehorn
2012-03-15
1
-1
/
+1
*
Add casts to __uint16_t to the __bswap16() macros on all arches which
dim
2012-03-09
1
-2
/
+2
*
Disable the option VFS_ALLOW_NONMPSAFE by default on all the supported
attilio
2012-03-06
1
-3
/
+0
*
- Add a bus_dma tag to each PCI bus that is a child of a Host-PCI bridge.
jhb
2012-03-02
1
-5
/
+6
*
- Change contigmalloc() to use the vm_paddr_t type instead of an unsigned
jhb
2012-03-01
2
-2
/
+2
*
As it turns out r227960 may still be insufficient with PREEMPTION
marius
2012-01-28
2
-16
/
+42
*
Fully disable interrupts while we fiddle with the FP context in the
marius
2012-01-28
1
-9
/
+9
*
Commit file missed in r230633.
marius
2012-01-27
1
-18
/
+19
*
Now that we have a working OF_printf() since r230631 and a OF_panic()
marius
2012-01-27
4
-90
/
+25
*
- Now that we have a working OF_printf() since r230631, use it for
marius
2012-01-27
2
-2
/
+17
*
For machines where the kernel address space is unrestricted increase
marius
2012-01-27
1
-1
/
+1
*
Mark cpu_{halt,reset}() as __dead2 as appropriate.
marius
2012-01-27
1
-2
/
+2
*
Add C11 macros describing subnormal numbers to float.h.
das
2012-01-23
1
-0
/
+15
*
Add the CAM Target Layer (CTL).
ken
2012-01-12
1
-0
/
+1
*
Add "options CAPABILITY_MODE" and "options CAPABILITIES" to GENERIC kernel
rwatson
2011-12-29
1
-0
/
+2
*
Eliminate vestiges of page coloring.
alc
2011-12-15
1
-2
/
+1
*
Replace __signed by signed.
ed
2011-12-13
1
-1
/
+1
*
Revert r225889 a bit. While it's correct that in total store order there's
marius
2011-12-03
1
-1
/
+4
*
Fix OF_finddevice error return value in case of FDT.
jchandra
2011-12-02
2
-2
/
+2
*
Update comment.
marius
2011-11-27
1
-8
/
+7
*
For sparc64 also adjust the geometry of da(4) driven disks to not overflow
marius
2011-11-27
2
-3
/
+78
*
Move to SCHED_ULE by default. Since r226057 SCHED_ULE and sparc64 are
marius
2011-11-25
1
-1
/
+1
*
Increase the CDMA sync timeout for Schizo bridges to 15 seconds as used by
marius
2011-11-24
1
-1
/
+1
*
s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mention
marius
2011-11-22
17
-19
/
+19
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
4
-11
/
+6
*
Fix make universe.
pjd
2011-11-16
1
-1
/
+1
*
Define curthread as an inline function that loads the thread pointer
marius
2011-11-15
1
-0
/
+10
*
Introduce the option VFS_ALLOW_NONMPSAFE and turn it on by default on
attilio
2011-11-08
1
-0
/
+3
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
2
-2
/
+2
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
1
-1
/
+1
*
Add a PCI front-end to esp(4) allowing it to support AMD Am53C974 and
marius
2011-11-01
1
-1
/
+1
*
Actually, limit to 32-bit DMA for the transfer buffers as the address is
marius
2011-10-30
1
-2
/
+2
*
Correct the DMA constraints, the LSI64854 isn't limited to 32-bit DMA.
marius
2011-10-30
1
-3
/
+3
*
- Use device_t rather than the NetBSDish struct device.
marius
2011-10-30
2
-104
/
+136
*
Adjust the debugger options slightly. This should help me do the right
kensmith
2011-10-27
1
-1
/
+4
*
People porting FreeBSD to new architectures ought not have to
das
2011-10-21
1
-0
/
+11
*
Add a warning about why sbp(4) is commented out so that curious folks
kensmith
2011-10-19
1
-0
/
+1
*
Comment out the sbp(4) driver for architectures that support it.
kensmith
2011-10-18
1
-1
/
+1
*
Trace attempts to call restricted MD syscalls.
des
2011-10-18
1
-0
/
+4
*
Merge from NetBSD:
marius
2011-10-15
2
-16
/
+20
*
Remove unused define.
kib
2011-10-07
1
-1
/
+0
*
- Use atomic operations rather than sched_lock for safely assigning pm_active
marius
2011-10-06
3
-27
/
+129
*
Actually enable NEW_PCIB by default, missed in r225931.
marius
2011-10-02
1
-1
/
+1
*
Make sparc64 compatible with NEW_PCIB and enable it:
marius
2011-10-02
20
-499
/
+630
*
Remove obsolete macros.
marius
2011-10-01
1
-6
/
+0
*
Nuke SUN4U #ifdef's which with the demise of sun4v no longer serve any
marius
2011-10-01
1
-15
/
+1
*
Also allocate space for the PIL counters. Given that no machine actually
marius
2011-10-01
1
-4
/
+4
*
Re-reading the Schizo errata suggests that it's actually tolerable to
marius
2011-10-01
1
-3
/
+3
[next]