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
/
powerpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
KSE Milestone 2
julian
2001-09-12
11
-51
/
+60
*
Rip some well duplicated code out of cpu_wait() and cpu_exit() and move
peter
2001-09-10
2
-50
/
+16
*
Missing part of dillon's coredump commit. cpu_coredump() was still
peter
2001-09-08
2
-4
/
+2
*
style(9) the structure definitions.
obrien
2001-09-05
1
-1
/
+1
*
Zap #if 0'ed map init code that got moved to the MI area.
peter
2001-09-04
2
-236
/
+4
*
Nuke #if 0'ed "setredzone()" stub. We never used it, and probably
peter
2001-09-04
2
-34
/
+0
*
Axe stale mp_fixme().
jhb
2001-09-01
2
-2
/
+0
*
Similar to changes on i386/alpha/etc pmap.c; converge on a similar
peter
2001-08-31
3
-45
/
+45
*
o Remove some GCCisms in src/powerpc/include/endian.h.
mike
2001-08-30
2
-12
/
+16
*
vm_page_zero_idle() is no longer MD.
peter
2001-08-25
1
-1
/
+0
*
Make COMPAT_43 optional again. XXX we need COMPAT_FBSD3 etc for this
peter
2001-08-21
2
-0
/
+12
*
Minor style(9)'ing
obrien
2001-08-16
1
-2
/
+9
*
style(9) and make consistent across platforms
obrien
2001-08-16
2
-28
/
+26
*
OFF_T -> OFF (more standard style)
ache
2001-08-15
2
-4
/
+4
*
The 'astpending' variable is already declared in trap.c (and unused in
jhb
2001-08-15
1
-1
/
+0
*
FreeBSD doesn't use a want_resched variable. Instead, the PS_NEEDRESCHED
jhb
2001-08-15
3
-15
/
+0
*
Add OFF_T_MAX/OFF_T_MIN
ache
2001-08-15
2
-0
/
+6
*
Style changes to commonize the various platforms.
obrien
2001-08-15
1
-11
/
+11
*
- Close races with signals and other AST's being triggered while we are in
jhb
2001-08-10
3
-4
/
+2
*
Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since they
peter
2001-08-08
3
-37
/
+0
*
Axe unused and invalid astpending globaldata member.
jhb
2001-08-04
2
-2
/
+0
*
Axe unused and invalid GD_ASTPENDING symbol.
jhb
2001-08-04
1
-1
/
+0
*
Use a machine dependent type, Elf_Hashelt, for the elements of the elf
jake
2001-07-31
1
-0
/
+11
*
Make PMAP_SHPGPERPROC tunable. One shouldn't need to recompile a kernel
peter
2001-07-27
3
-3
/
+15
*
- Do not handle the per-CPU containers in mbuf code as though the cpuids
bmilekic
2001-07-26
1
-0
/
+1
*
Move vm_page_zero_idle() from machine-dependant sections to a
dillon
2001-07-05
2
-142
/
+0
*
Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc).
dillon
2001-07-04
2
-2
/
+2
*
With Alfred's permission, remove vm_mtx in favor of a fine-grained approach
dillon
2001-07-04
2
-24
/
+18
*
Allow Giant to be recursed when a process terminates.
jhb
2001-07-03
2
-4
/
+4
*
Don't need the .keep_me files. Obrien and I committed past each other.
imp
2001-07-01
2
-1
/
+1
*
Don't include machine/autoconf.h for now. It's not used and is breaking the
benno
2001-07-01
1
-0
/
+3
*
Register definitions for the OpenPIC used in various models of
benno
2001-07-01
1
-0
/
+93
*
Add TRAPF_* macros required by MI-ification of ast() and userret().
benno
2001-07-01
1
-0
/
+3
*
Ensure sys/${MACHINE}/compile/FOO exists
obrien
2001-06-30
1
-0
/
+0
*
Really do proper keepme files in the compile directories. Use
imp
2001-06-30
2
-0
/
+1
*
Ensure sys/${MACHINE}/compile/FOO exists
obrien
2001-06-30
1
-0
/
+0
*
Move ast() and userret() to sys/kern/subr_trap.c now that they are MI.
jhb
2001-06-29
2
-16
/
+0
*
Add a new MI pointer to the process' trapframe p_frame instead of using
jhb
2001-06-29
2
-2
/
+1
*
Put back the two semicolons I accidentally lost while reformatting this to
benno
2001-06-28
1
-2
/
+2
*
Code for dealing with external interrupts.
benno
2001-06-27
1
-0
/
+832
*
Fix comment breakage.
benno
2001-06-27
12
-139
/
+498
*
Fix the atomic_*_32 operations. These were written before I had the ability
benno
2001-06-27
3
-55
/
+78
*
Don't initialise ret in atomic_cmpset_32.
benno
2001-06-26
1
-2
/
+1
*
Fix asm constraints for atomic_cmpset_32. This fix may also be needed
benno
2001-06-24
1
-1
/
+1
*
More verbose version of identifycpu() which also contains many more CPU
benno
2001-06-19
2
-48
/
+98
*
The final commit for the first phase of PowerPC support.
benno
2001-06-17
1
-0
/
+31
*
This commit (along with one pending in sys/dev/ofw and one in sys/conf) give
benno
2001-06-16
25
-487
/
+606
*
Add CVS id.
obrien
2001-06-15
1
-1
/
+2
*
Bring in NetBSD code used in the PowerPC port.
benno
2001-06-10
49
-0
/
+17592
*
fix RCS ID style nit
obrien
2001-06-09
1
-1
/
+1
[next]