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
...
*
Add a comment to note that pseudo-device bpf is required for DHCP.
murray
2005-03-18
1
-0
/
+1
*
Split configure() into 3 separate steps like we do on other
iedowse
2005-03-17
1
-3
/
+23
*
Refactor the bus_dma header files so that the interface is described in
scottl
2005-03-14
2
-147
/
+153
*
Declare as volatile the memory location referenced by a pointer rather than
alc
2005-03-06
1
-1
/
+1
*
- sparc64/fhc/fhc.c:
marius
2005-03-04
1
-39
/
+57
*
Let central(4) manage the resources of its children so they don't need
marius
2005-03-04
2
-37
/
+104
*
Addendum to netchild's C compiler abstraction mega-patch which somehow
joerg
2005-03-04
1
-1
/
+3
*
Minor changes:
marius
2005-03-04
4
-33
/
+45
*
Minor changes:
marius
2005-03-04
1
-12
/
+11
*
Remove the transition aid for the change of the sparc64 default system
marius
2005-03-03
1
-4
/
+0
*
Remove COMPAT_FREEBSD4 again. It was added in rev. 1.41 as a transition
marius
2005-03-03
1
-1
/
+0
*
netchild's mega-patch to isolate compiler dependencies into a central
joerg
2005-03-02
5
-17
/
+26
*
- Allow multiple INTR_FAST handlers for the same source. The motivation
marius
2005-03-02
1
-48
/
+68
*
Assorted style fixes and minor changes:
marius
2005-03-02
1
-17
/
+16
*
Attempt to doff the pointy hat: implement 'hw.realmem' on remaining
wes
2005-03-01
1
-0
/
+2
*
Use the kernel pmap's lock to guarantee that only one thread at a time is
alc
2005-03-01
1
-0
/
+10
*
The zs(4) driver is superseded by uart(4) and broken in -CURRENT. Remove
marius
2005-02-27
2
-2
/
+0
*
Silence witness warnings about duplicate pmap lock emitted since
marius
2005-02-18
1
-1
/
+1
*
UltraSparc II[e,i] based systems come up with the tick compare register
marius
2005-02-17
1
-0
/
+6
*
- Re-write OF_decode_addr() with a bus-neutral approach, adding support
marius
2005-02-12
2
-85
/
+175
*
Add lock assertion.
alc
2005-02-12
1
-0
/
+1
*
Since we are quite unlikely to ever face another platform which
phk
2005-02-06
1
-0
/
+6
*
Finish the job of sorting all includes and fix the build by including
njl
2005-02-06
1
-11
/
+10
*
Acquire the source pmap's lock in pmap_copy().
alc
2005-02-05
1
-1
/
+8
*
Sort includes a little so that bus.h comes before cpu.h (for device_t).
njl
2005-02-04
1
-4
/
+4
*
Add an implementation of cpu_est_clockrate(9). This function estimates the
njl
2005-02-04
1
-0
/
+9
*
Yikes! Fix a typo in a function name that managed to occur twice.
scottl
2005-01-31
1
-2
/
+2
*
o Enable puc(4) and uart(4).
marcel
2005-01-30
1
-5
/
+5
*
Hopefully unbreak modules build.
ru
2005-01-29
1
-1
/
+1
*
At least on some U30 there's a spurious duplicate device node of an EBus
marius
2005-01-20
1
-5
/
+12
*
Add a small API to manage the MD user trap structures. Specifically, we
jhb
2005-01-19
4
-17
/
+48
*
Add the bus_dmamap_load_mbuf_sg() function to sparc64.
scottl
2005-01-15
3
-15
/
+99
*
Fixed sparc64 LINT build.
ru
2005-01-14
1
-0
/
+1
*
Don't panic when we're asked to allocate a resource type that we know
marcel
2005-01-09
1
-3
/
+2
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
59
-61
/
+62
*
Minor sync to alpha and i386:
jhb
2004-12-30
1
-1
/
+4
*
Identify USIIIi processors.
scottl
2004-12-24
2
-0
/
+4
*
Modify pmap_enter_quick() so that it expects the page queues to be locked
alc
2004-12-23
1
-2
/
+0
*
In the common case, pmap_enter_quick() completes without sleeping.
alc
2004-12-15
1
-0
/
+8
*
Pass VM_ALLOC_NOBUSY to vm_page_grab() so that we don't have to call
alc
2004-12-11
1
-2
/
+1
*
PNP BIOS devices are fundamentally different than ISA PNP devices.
imp
2004-12-07
1
-1
/
+1
*
Change gdb_cpu_setreg() to not take the value to which to set the
marcel
2004-12-01
2
-2
/
+2
*
Don't include sys/user.h merely for its side-effect of recursively
das
2004-11-27
5
-6
/
+4
*
Remove references to U area and garbage collect includes.
das
2004-11-20
1
-2
/
+0
*
Remove UAREA_PAGES.
das
2004-11-20
1
-1
/
+0
*
U areas are going away, so don't allocate one for process 0.
das
2004-11-20
1
-3
/
+0
*
Add a front-end for the `rtc' device which is a MC146818 compatible
marius
2004-11-17
3
-0
/
+185
*
o sparc64/isa/isa.c:
marius
2004-11-17
1
-112
/
+186
*
Shorten the description of the mk48txx driver to just say that it supports
marius
2004-11-17
2
-2
/
+2
*
o Sync with the NetBSD mk48txx driver (the result simplyfies some changes
marius
2004-11-17
4
-44
/
+52
[prev]
[next]