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
*
- Move the MI mutexes sched_lock and Giant from being declared in the
jhb
2002-04-02
1
-12
/
+1
*
Fix crashes that would happen when more than one 4MB page was used to
tmm
2002-04-02
2
-21
/
+13
*
Remove the superfluous second argument from the IOTSBSLOT() macro.
tmm
2002-04-02
2
-16
/
+16
*
Lower UPA_MEMSTART to 0x1c000000000. This is required for some larger
tmm
2002-04-02
1
-1
/
+1
*
Set mp_maxid so that UMA works with SMP.
tmm
2002-04-02
1
-0
/
+1
*
Do not try to set up the PCI bus B error interrupt on "sabre"s, since
tmm
2002-04-02
1
-12
/
+14
*
Remove a debugging panic that was triggered when a resource that was out
tmm
2002-04-02
1
-5
/
+2
*
Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()
dillon
2002-04-01
3
-26
/
+75
*
Move the CTASSERT macro from MD code to systm.h alongside KASSERT so other
jake
2002-04-01
1
-4
/
+0
*
ktr changes to improve performance and make writing a userland utility to
jake
2002-04-01
1
-6
/
+7
*
Centralize the "bootdev" and "dumpdev" variables. They are still pretty
phk
2002-03-31
1
-2
/
+0
*
Correct a comment: sendsig() calls the MI vm_map_growstack() but
alc
2002-03-30
1
-1
/
+1
*
Remove abuse of intr_disable/restore in MI code by moving the loop in ast()
jake
2002-03-29
2
-8
/
+46
*
Don't be too fancy with null'ed out functions.
obrien
2002-03-28
1
-20
/
+3
*
Add sysbeep() for the msmith RAID drivers.
obrien
2002-03-28
1
-0
/
+27
*
style(9)
obrien
2002-03-28
1
-1
/
+0
*
Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locks
jeff
2002-03-27
1
-1
/
+1
*
Fix style bugs.
jake
2002-03-27
1
-3
/
+8
*
Fix breakage.
jake
2002-03-27
1
-1
/
+1
*
Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt
dillon
2002-03-27
3
-18
/
+68
*
Add missing includes for the KTRACE case.
tmm
2002-03-25
1
-0
/
+4
*
Add missing declarations.
tmm
2002-03-25
1
-0
/
+4
*
Make this compile (submitted by jake), add a missing include.
tmm
2002-03-25
1
-1
/
+2
*
Remove second copy of iommu_decode_fault() which I accidentially added.
tmm
2002-03-25
1
-15
/
+0
*
Guard against redefining __gnuc_va_list.
obrien
2002-03-24
1
-1
/
+2
*
Revamp the busdma implementation a bit:
tmm
2002-03-24
7
-223
/
+450
*
Fix sparc64_bus_mem_unmap() to pass the right address to kmem_free().
tmm
2002-03-24
1
-1
/
+1
*
Make the OpenFirmware interrupt mapping code more generic, to reduce
tmm
2002-03-24
11
-282
/
+288
*
Map the device memory belonging to resources of type SYS_RES_MEMORY into
tmm
2002-03-24
1
-0
/
+17
*
Add code to print the fault virtual address for uncorrectable DMA errors
tmm
2002-03-23
4
-0
/
+33
*
De-__P(), de-K&R, remove superfluous comments and prototypes, some
tmm
2002-03-23
1
-565
/
+122
*
De-K&R.
tmm
2002-03-23
1
-3
/
+1
*
Fix syscall ktraceing.
tmm
2002-03-23
1
-1
/
+2
*
Make this compile without options DDB; use intr_disable() instead of
tmm
2002-03-23
1
-2
/
+11
*
Decruft some #if 0'ed code.
tmm
2002-03-23
1
-2
/
+0
*
Add PCIfunctions 2 and 3 of the PCIO2 chip to the intpin quirk table.
tmm
2002-03-23
1
-2
/
+4
*
Machine must be non-static for COMPAT_43 to compile. This is used in bsd/os
jake
2002-03-23
1
-1
/
+1
*
Cleanup the trace back routine slightly. Print the leaf return value so
jake
2002-03-23
1
-10
/
+55
*
Sync with other arches; add bloat.
jake
2002-03-23
1
-25
/
+35
*
Fix a deadlock condition with tlb shootdown ipi delivery. Since ipis are
jake
2002-03-23
1
-0
/
+17
*
Backout intrusive ktr traces in tlb fault handlers which have served their
jake
2002-03-23
2
-566
/
+2
*
ASM versions of __FBSDID.
obrien
2002-03-23
1
-0
/
+10
*
intr_disable returns register_t
imp
2002-03-21
1
-1
/
+1
*
Remove references to vm_zone.h and switch over to the new uma API.
jeff
2002-03-21
6
-26
/
+8
*
Remove __P.
alfred
2002-03-21
5
-38
/
+38
*
Change the way we ensure td_ucred is NULL if DIAGNOSTIC is defined.
jhb
2002-03-20
1
-25
/
+6
*
This is the first part of the new kernel memory allocator. This replaces
jeff
2002-03-19
3
-0
/
+21
*
Don't demap the requested page from the tlb in pmap_kenter or pmap_kremove,
jake
2002-03-17
1
-5
/
+0
*
Fix a problem where kernel text could become unmapped when clearing out all
jake
2002-03-17
1
-8
/
+9
*
Use the tlb data access register to map the kernel tsb, rather than the data
jake
2002-03-17
1
-1
/
+1
[next]