summaryrefslogtreecommitdiff
path: root/sys/powerpc/powerpc
Commit message (Expand)AuthorAgeFilesLines
* - machine/mutex.h -> sys/mutex.hJohn Baldwin2000-10-201-2/+2
* Clear pcb_schednest in cpu_fork() for the child process. This isDoug Rabson2000-10-031-0/+7
* Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC,Paul Saab2000-09-221-2/+0
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-072-4/+26
* 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-052-0/+2
* 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
* Sync with i386Marcel Moolenaar2000-01-081-2/+1
* Use genassym(1).Marcel Moolenaar2000-01-071-107/+92
* Revert back all the way to 1.11 - the problem was that Makefile.alpha wasPeter Wemm2000-01-071-0/+3
* Don't include <sys/systm.h>. It doesn't do anything, and with recentMike Smith2000-01-071-1/+0
* untangle some includes and clean up for compilation cleanliness.Matt Jacob2000-01-031-3/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* Make this compile again. (missing #include for RFPROC)Peter Wemm1999-12-061-0/+1
* User ldt sharing.Luoqi Chen1999-12-061-1/+5
* Use %ll instead of %q as gcc moans bitterly about it.Peter Wemm1999-11-221-1/+1
* 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-284-4/+4
* Fix the child's return path from fork so that fork will return 0Andrew Gallatin1999-08-271-4/+4
* Fix a nasty kld bug where modules with objects of type GLOB_DAT which hadAndrew Gallatin1999-08-201-1/+2
* Update for MI switch code, and trim a heap of unused (I believe) entries.Peter Wemm1999-08-191-44/+1
* 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
* Handle R_ALPHA_NONE relocations in KLD.Doug Rabson1999-07-161-1/+4
* Add in dbregs stubs that a committer for changes on the i386 ought to have done.Matt Jacob1999-07-091-1/+20
* Slight reorganization of kernel thread/process creation. Instead of usingPeter Wemm1999-07-011-3/+3
* Revert back to not using -DKERNELPeter Wemm1999-06-281-1/+3
* Make genassym compile - the recent buf locking changes meant that morePeter Wemm1999-06-261-9/+2
* 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-232-6/+5
* 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
* Removed all traces of `p_switchtime'. The relevant timestamp is per-cpu,Bruce Evans1999-02-281-2/+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
* * Add hooks to allow the X server to access I/O ports and memory.Doug Rabson1998-11-151-1/+7
* R_ALPHA_RELATIVE relocations need to add the value to the existing memoryDoug Rabson1998-10-181-3/+3
* *gulp*. Jordan specifically OK'ed this..Peter Wemm1998-10-161-33/+41
* Change a bogus cast to the correct one.Doug Rabson1998-10-151-2/+2