summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/vm_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Change and clean the mutex lock interface.bmilekic2001-02-091-4/+4
* Update some comments, s0 in the pcb of a child returning from fork1() isjhb2001-01-261-2/+2
* - Change fork_exit() to take a pointer to a trapframe as its 3rd argumentjhb2001-01-241-2/+2
* Protect proc.p_pptr and proc.p_children/p_sibling with thejake2000-12-231-0/+12
* acquire/release Giant in vm_page_zero_idle(), like on i386gallatin2000-12-011-8/+2
* Convert various calls to splhigh() to disable_intr() since splhigh() isdfr2000-11-191-1/+0
* Don't perform an mi_switch() when we release Giant during cpu_exit(). Wejhb2000-11-151-1/+2
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-251-1/+1
* Catch up to moving headers:jhb2000-10-201-1/+1
* Clear pcb_schednest in cpu_fork() for the child process. This isdfr2000-10-031-0/+7
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-4/+7
* Support bounce buffers for ISA DMA on the alpha. This is required for thegallatin2000-06-191-2/+0
* cpu_fork(): Check "flags" before dereferencing "p2". Otherwise,alc2000-06-111-3/+2
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-1/+1
* The kernel side of per-process unaligned access control (printing, fixing &gallatin2000-01-161-1/+1
* Make this compile again. (missing #include for RFPROC)peter1999-12-061-0/+1
* User ldt sharing.luoqi1999-12-061-1/+5
* Re-organise the code which manages the owner of the FP state (fpcurproc).dfr1999-11-101-12/+8
* The core of this patch is to vm/vm_page.h. The effects are two-fold: (1) toalc1999-10-301-2/+2
* useracc() the prequel:phk1999-10-291-1/+0
* Fix bug in pipe code relating to writes of mmap'd but illegal addressdillon1999-09-201-3/+5
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix the child's return path from fork so that fork will return 0gallatin1999-08-271-4/+4
* Sync with alc's revision 1.125 of i386/i386/vm_machdep.c. Thisjdp1999-08-051-3/+3
* Reduce the number of "magic constants" used for page coloringalc1999-07-221-2/+2
* Slight reorganization of kernel thread/process creation. Instead of usingpeter1999-07-011-3/+3
* Replace my previous fix of saving the FP state with a much simpler one: whendt1999-06-101-4/+2
* Keep fpcurproc locked in memory, so that we always can save the FP statedt1999-06-081-2/+4
* Fixed several (not all) warnings.dt1999-04-231-2/+1
* Added consts to cpu_set_fork_handler prototype. (Follow i386 version.)dt1999-04-201-3/+3
* unifdef -DVM_STACK - it's been on for a while for x86 and was checkedpeter1999-04-191-56/+1
* Adjust idle zero-page fill hysteresis based on tests. Use 2/3 and 4/5dillon1999-02-081-4/+8
* Add hysteresis to alpha version of vm_page_zero_idle().dillon1999-02-081-14/+17
* Rip out PQ_ZERO queue. PQ_ZERO functionality is now combined in withdillon1999-02-081-6/+7
* Mostly remove the VM_STACK OPTION.julian1999-01-261-1/+18
* Various changes to support OSF1 emulation:dfr1998-12-301-5/+5
* Removed bogus casts of USRSTACK and/or the other operand in binarybde1998-12-161-4/+4
* Implement 'software completion' for floating point arithmetic. On thedfr1998-12-041-1/+13
* Change a bogus cast to the correct one.dfr1998-10-151-2/+2
* Don't bother calling pmap_emulate_reference() from cpu_fork(). It isn'tdfr1998-07-121-11/+1
* Add missing copyrights. Thanks to Jason Thorpe for politely noting thedfr1998-06-101-0/+516
OpenPOWER on IntegriCloud