summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Missing part of dillon's coredump commit. cpu_coredump() was stillpeter2001-09-082-4/+2
* style(9) the structure definitions.obrien2001-09-051-1/+1
* Zap #if 0'ed map init code that got moved to the MI area.peter2001-09-042-236/+4
* Nuke #if 0'ed "setredzone()" stub. We never used it, and probablypeter2001-09-042-34/+0
* Axe stale mp_fixme().jhb2001-09-012-2/+0
* Similar to changes on i386/alpha/etc pmap.c; converge on a similarpeter2001-08-313-45/+45
* o Remove some GCCisms in src/powerpc/include/endian.h.mike2001-08-302-12/+16
* vm_page_zero_idle() is no longer MD.peter2001-08-251-1/+0
* Make COMPAT_43 optional again. XXX we need COMPAT_FBSD3 etc for thispeter2001-08-212-0/+12
* Minor style(9)'ingobrien2001-08-161-2/+9
* style(9) and make consistent across platformsobrien2001-08-162-28/+26
* OFF_T -> OFF (more standard style)ache2001-08-152-4/+4
* The 'astpending' variable is already declared in trap.c (and unused injhb2001-08-151-1/+0
* FreeBSD doesn't use a want_resched variable. Instead, the PS_NEEDRESCHEDjhb2001-08-153-15/+0
* Add OFF_T_MAX/OFF_T_MINache2001-08-152-0/+6
* Style changes to commonize the various platforms.obrien2001-08-151-11/+11
* - Close races with signals and other AST's being triggered while we are injhb2001-08-103-4/+2
* Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since theypeter2001-08-083-37/+0
* Axe unused and invalid astpending globaldata member.jhb2001-08-042-2/+0
* Axe unused and invalid GD_ASTPENDING symbol.jhb2001-08-041-1/+0
* Use a machine dependent type, Elf_Hashelt, for the elements of the elfjake2001-07-311-0/+11
* Make PMAP_SHPGPERPROC tunable. One shouldn't need to recompile a kernelpeter2001-07-273-3/+15
* - Do not handle the per-CPU containers in mbuf code as though the cpuidsbmilekic2001-07-261-0/+1
* Move vm_page_zero_idle() from machine-dependant sections to adillon2001-07-052-142/+0
* Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc).dillon2001-07-042-2/+2
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-042-24/+18
* Allow Giant to be recursed when a process terminates.jhb2001-07-032-4/+4
* Don't need the .keep_me files. Obrien and I committed past each other.imp2001-07-012-1/+1
* Don't include machine/autoconf.h for now. It's not used and is breaking thebenno2001-07-011-0/+3
* Register definitions for the OpenPIC used in various models ofbenno2001-07-011-0/+93
* Add TRAPF_* macros required by MI-ification of ast() and userret().benno2001-07-011-0/+3
* Ensure sys/${MACHINE}/compile/FOO existsobrien2001-06-301-0/+0
* Really do proper keepme files in the compile directories. Useimp2001-06-302-0/+1
* Ensure sys/${MACHINE}/compile/FOO existsobrien2001-06-301-0/+0
* Move ast() and userret() to sys/kern/subr_trap.c now that they are MI.jhb2001-06-292-16/+0
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-292-2/+1
* Put back the two semicolons I accidentally lost while reformatting this tobenno2001-06-281-2/+2
* Code for dealing with external interrupts.benno2001-06-271-0/+832
* Fix comment breakage.benno2001-06-2712-139/+498
* Fix the atomic_*_32 operations. These were written before I had the abilitybenno2001-06-273-55/+78
* Don't initialise ret in atomic_cmpset_32.benno2001-06-261-2/+1
* Fix asm constraints for atomic_cmpset_32. This fix may also be neededbenno2001-06-241-1/+1
* More verbose version of identifycpu() which also contains many more CPUbenno2001-06-192-48/+98
* The final commit for the first phase of PowerPC support.benno2001-06-171-0/+31
* This commit (along with one pending in sys/dev/ofw and one in sys/conf) givebenno2001-06-1625-487/+606
* Add CVS id.obrien2001-06-151-1/+2
* Bring in NetBSD code used in the PowerPC port.benno2001-06-1049-0/+17592
* fix RCS ID style nitobrien2001-06-091-1/+1
* ID style nit.obrien2001-06-091-1/+1
* Style fix FreeBSD ID, and change continuation style slightly.obrien2001-06-091-4/+3
OpenPOWER on IntegriCloud