aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/aim
Commit message (Expand)AuthorAgeFilesLines
* remove bogus check -- for kernel threads we fork off of proc0, not curprocAndrew Gallatin2001-03-151-2/+0
* Use the proc lock to protect p_pptr when waking up our parent in cpu_exit()John Baldwin2001-03-071-1/+2
* Rename switch_trampoline() to fork_trampoline() on the alpha and ia64.John Baldwin2001-02-221-1/+1
* - Don't call clear_resched() in userret(), instead, clear the resched flagJohn Baldwin2001-02-201-7/+0
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-4/+4
* Update some comments, s0 in the pcb of a child returning from fork1() isJohn Baldwin2001-01-261-2/+2
* - Change fork_exit() to take a pointer to a trapframe as its 3rd argumentJohn Baldwin2001-01-241-2/+2
* Protect proc.p_pptr and proc.p_children/p_sibling with theJake Burkholder2000-12-231-0/+12
* acquire/release Giant in vm_page_zero_idle(), like on i386Andrew Gallatin2000-12-011-8/+2
* Convert various calls to splhigh() to disable_intr() since splhigh() isDoug Rabson2000-11-191-1/+0
* Don't perform an mi_switch() when we release Giant during cpu_exit(). WeJohn Baldwin2000-11-151-1/+2
* - Overhaul the software interrupt code to use interrupt threads for eachJohn Baldwin2000-10-251-1/+1
* Catch up to moving headers:John Baldwin2000-10-201-1/+1
* Clear pcb_schednest in cpu_fork() for the child process. This isDoug Rabson2000-10-031-0/+7
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-071-4/+7
* Support bounce buffers for ISA DMA on the alpha. This is required for theAndrew Gallatin2000-06-191-2/+0
* cpu_fork(): Check "flags" before dereferencing "p2". Otherwise,Alan Cox2000-06-111-3/+2
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-0/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-201-1/+1
* The kernel side of per-process unaligned access control (printing, fixing &Andrew Gallatin2000-01-161-1/+1
* Make this compile again. (missing #include for RFPROC)Peter Wemm1999-12-061-0/+1
* User ldt sharing.Luoqi Chen1999-12-061-1/+5
* Re-organise the code which manages the owner of the FP state (fpcurproc).Doug Rabson1999-11-101-12/+8
* The core of this patch is to vm/vm_page.h. The effects are two-fold: (1) toAlan Cox1999-10-301-2/+2
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* Fix bug in pipe code relating to writes of mmap'd but illegal addressMatthew Dillon1999-09-201-3/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix the child's return path from fork so that fork will return 0Andrew Gallatin1999-08-271-4/+4
* Sync with alc's revision 1.125 of i386/i386/vm_machdep.c. ThisJohn Polstra1999-08-051-3/+3
* Reduce the number of "magic constants" used for page coloringAlan Cox1999-07-221-2/+2
* Slight reorganization of kernel thread/process creation. Instead of usingPeter Wemm1999-07-011-3/+3
* Replace my previous fix of saving the FP state with a much simpler one: whenDmitrij Tejblum1999-06-101-4/+2
* Keep fpcurproc locked in memory, so that we always can save the FP stateDmitrij Tejblum1999-06-081-2/+4
* Fixed several (not all) warnings.Dmitrij Tejblum1999-04-231-2/+1
* Added consts to cpu_set_fork_handler prototype. (Follow i386 version.)Dmitrij Tejblum1999-04-201-3/+3
* unifdef -DVM_STACK - it's been on for a while for x86 and was checkedPeter Wemm1999-04-191-56/+1
* Adjust idle zero-page fill hysteresis based on tests. Use 2/3 and 4/5Matthew Dillon1999-02-081-4/+8
* Add hysteresis to alpha version of vm_page_zero_idle().Matthew Dillon1999-02-081-14/+17
* Rip out PQ_ZERO queue. PQ_ZERO functionality is now combined in withMatthew Dillon1999-02-081-6/+7
* Mostly remove the VM_STACK OPTION.Julian Elischer1999-01-261-1/+18
* Various changes to support OSF1 emulation:Doug Rabson1998-12-301-5/+5
* Removed bogus casts of USRSTACK and/or the other operand in binaryBruce Evans1998-12-161-4/+4
* Implement 'software completion' for floating point arithmetic. On theDoug Rabson1998-12-041-1/+13
* Change a bogus cast to the correct one.Doug Rabson1998-10-151-2/+2
* Don't bother calling pmap_emulate_reference() from cpu_fork(). It isn'tDoug Rabson1998-07-121-11/+1
* Add missing copyrights. Thanks to Jason Thorpe for politely noting theDoug Rabson1998-06-101-0/+516