summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim
Commit message (Expand)AuthorAgeFilesLines
* Compile osigreturn() unconditionally since it will always be needed onbde2002-02-011-4/+6
* Simple fixes to get the powerpc kernel compiling again.gallatin2002-01-281-1/+1
* Overhaul the per-CPU support a bit:jhb2001-12-113-25/+19
* Allow maxusers to be specified as 0 in the kernel config, which willdillon2001-12-091-1/+2
* Don't enable FP in the kernel. It is not needed when -msoft-float is used.mp2001-11-131-1/+0
* Clean up the trap handling code and make it consistent with the other platforms.mp2001-11-052-289/+442
* Add enable_fpu/save_fpu for handling the floating point registers in the PCB.mp2001-11-052-0/+109
* [partially forced commit due to pilot error in earlier commit attempt]des2001-10-211-5/+18
* Fix includes based on recent changes to lock.h, mutex.h and ktr.h.mp2001-10-193-3/+4
* Flesh out cpu_fork() and cpu_set_fork_handler(). This is a work in progress.benno2001-10-151-13/+61
* - Correct the type of the argument to delay() so as to not conflict withbenno2001-10-151-1/+1
* Fix typo.mp2001-10-151-1/+1
* Save WIP. Partial rewrite of cpu_switch() and savectx(). This makes it closermp2001-10-151-161/+24
* Implement pmap_mapdev.benno2001-10-141-0/+27
* Modify a virtual address check to allow use of the openfirmware callbackmp2001-10-121-1/+1
* Add a call to init_param() to initialize some necessary variables.mp2001-10-081-0/+3
* Fix problem where a user buffer outside of the area being testedmjacob2001-10-021-1/+1
* Catch up to recent removal of curpcb from globals.h.mp2001-09-242-12/+16
* Add missing include file.mp2001-09-201-0/+1
* Use BATL/BATU macros instead of hardcoded hex constants.mp2001-09-201-9/+4
* Update PowerPC MD code to compile and do initial bootstrap based onmp2001-09-205-64/+183
* KSE Milestone 2julian2001-09-122-9/+9
* Rip some well duplicated code out of cpu_wait() and cpu_exit() and movepeter2001-09-101-25/+8
* Missing part of dillon's coredump commit. cpu_coredump() was stillpeter2001-09-081-2/+1
* Zap #if 0'ed map init code that got moved to the MI area.peter2001-09-041-118/+2
* Nuke #if 0'ed "setredzone()" stub. We never used it, and probablypeter2001-09-041-17/+0
* Axe stale mp_fixme().jhb2001-09-011-1/+0
* Similar to changes on i386/alpha/etc pmap.c; converge on a similarpeter2001-08-311-15/+15
* Make COMPAT_43 optional again. XXX we need COMPAT_FBSD3 etc for thispeter2001-08-211-0/+6
* FreeBSD doesn't use a want_resched variable. Instead, the PS_NEEDRESCHEDjhb2001-08-151-5/+0
* - Close races with signals and other AST's being triggered while we are injhb2001-08-101-1/+1
* Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since theypeter2001-08-081-16/+0
* Make PMAP_SHPGPERPROC tunable. One shouldn't need to recompile a kernelpeter2001-07-271-1/+5
* Move vm_page_zero_idle() from machine-dependant sections to adillon2001-07-051-71/+0
* Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc).dillon2001-07-041-1/+1
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-12/+9
* Allow Giant to be recursed when a process terminates.jhb2001-07-031-2/+2
* Move ast() and userret() to sys/kern/subr_trap.c now that they are MI.jhb2001-06-291-8/+0
* Fix comment breakage.benno2001-06-274-60/+205
* More verbose version of identifycpu() which also contains many more CPUbenno2001-06-191-24/+49
* This commit (along with one pending in sys/dev/ofw and one in sys/conf) givebenno2001-06-161-97/+15
* Bring in NetBSD code used in the PowerPC port.benno2001-06-108-0/+5389
* GC #if 0'd calls to releasing and acquiring the old style giant kerneljhb2001-05-291-6/+0
* catch these files up to their i386 neighbors to make alpha bootgallatin2001-05-211-6/+16
* Initialize p_md.md_kernnest to 1 for newly fork'd processes since theyjhb2001-04-261-0/+6
* remove bogus check -- for kernel threads we fork off of proc0, not curprocgallatin2001-03-151-2/+0
* Use the proc lock to protect p_pptr when waking up our parent in cpu_exit()jhb2001-03-071-1/+2
* Rename switch_trampoline() to fork_trampoline() on the alpha and ia64.jhb2001-02-221-1/+1
* - Don't call clear_resched() in userret(), instead, clear the resched flagjhb2001-02-201-7/+0
* Change and clean the mutex lock interface.bmilekic2001-02-091-4/+4
OpenPOWER on IntegriCloud