summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Flesh out cpu_fork() and cpu_set_fork_handler(). This is a work in progress.benno2001-10-152-26/+122
* - Correct the type of the argument to delay() so as to not conflict withbenno2001-10-153-3/+4
* Fix typo.mp2001-10-153-3/+3
* Save WIP. Partial rewrite of cpu_switch() and savectx(). This makes it closermp2001-10-155-483/+76
* Implement pmap_mapdev.benno2001-10-144-0/+82
* Add memory disk support to allow the boot process to proceed a bit further.mp2001-10-121-0/+4
* Modify a virtual address check to allow use of the openfirmware callbackmp2001-10-122-2/+2
* Add standard calls to device_add_child() and root_bus_configure().mp2001-10-121-0/+4
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderps2001-10-101-1/+1
* Add a call to init_param() to initialize some necessary variables.mp2001-10-082-0/+6
* Dissociate ptrace from procfs.des2001-10-071-1/+0
* Fix problem where a user buffer outside of the area being testedmjacob2001-10-022-2/+2
* Catch up to recent removal of curpcb from globals.h.mp2001-09-244-24/+32
* Add missing include file.mp2001-09-203-0/+3
* Don't include NFS headers.mp2001-09-201-4/+0
* Replicate a change from alpha/genassym.c to other arches. This shouldpeter2001-09-201-3/+3
* Use BATL/BATU macros instead of hardcoded hex constants.mp2001-09-203-27/+12
* Update PowerPC MD code to compile and do initial bootstrap based onmp2001-09-2022-193/+519
* Cleanup and split of nfs client and server code.peter2001-09-181-2/+0
* GC obsolete cruft from this file.jhb2001-09-181-14/+0
* Whitespace fixes.jhb2001-09-181-2/+2
* - If we ever do the per-cpu KTR stuff, the index won't be volatile as itjhb2001-09-182-20/+20
* - Fix a missed idleproc -> idlethread conversion.jhb2001-09-182-4/+2
* KSE Milestone 2julian2001-09-1211-51/+60
* Rip some well duplicated code out of cpu_wait() and cpu_exit() and movepeter2001-09-102-50/+16
* 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
OpenPOWER on IntegriCloud