summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-202-2/+2
* Update the ata driver to take more advantage of newbus, thissos2000-02-181-1/+6
* The kernel side of per-process unaligned access control (printing, fixing &gallatin2000-01-162-2/+2
* Sync with i386marcel2000-01-081-2/+1
* Use genassym(1).marcel2000-01-071-107/+92
* Revert back all the way to 1.11 - the problem was that Makefile.alpha waspeter2000-01-071-0/+3
* Don't include <sys/systm.h>. It doesn't do anything, and with recentmsmith2000-01-071-1/+0
* untangle some includes and clean up for compilation cleanliness.mjacob2000-01-031-3/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-293-6/+6
* Make this compile again. (missing #include for RFPROC)peter1999-12-062-0/+2
* User ldt sharing.luoqi1999-12-062-2/+10
* Use %ll instead of %q as gcc moans bitterly about it.peter1999-11-221-1/+1
* Re-organise the code which manages the owner of the FP state (fpcurproc).dfr1999-11-102-24/+16
* The core of this patch is to vm/vm_page.h. The effects are two-fold: (1) toalc1999-10-302-4/+4
* useracc() the prequel:phk1999-10-292-2/+0
* * Implement bus_set/get/delete_resource for pci.dfr1999-10-141-2/+1
* sigset_t change (part 3 of 5)marcel1999-09-291-0/+45
* Fix bug in pipe code relating to writes of mmap'd but illegal addressdillon1999-09-202-6/+10
* $Id$ -> $FreeBSD$peter1999-08-2811-11/+11
* Fix the child's return path from fork so that fork will return 0gallatin1999-08-272-8/+8
* Fix a nasty kld bug where modules with objects of type GLOB_DAT which hadgallatin1999-08-201-1/+2
* Update for MI switch code, and trim a heap of unused (I believe) entries.peter1999-08-191-44/+1
* Sync with alc's revision 1.125 of i386/i386/vm_machdep.c. Thisjdp1999-08-052-6/+6
* Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These aredfr1999-07-281-4/+6
* Reduce the number of "magic constants" used for page coloringalc1999-07-222-4/+4
* Handle R_ALPHA_NONE relocations in KLD.dfr1999-07-161-1/+4
* Add in dbregs stubs that a committer for changes on the i386 ought to have done.mjacob1999-07-091-1/+20
* Implement support for hardware debug registers on the i386.jlemon1999-07-091-1/+3
* Add alpha_platform_setup_ide_intr() and alpha_platform_assign_pciintr()peter1999-07-011-1/+6
* Declare busdma_swi() like on i386 version.peter1999-07-011-1/+2
* Slight reorganization of kernel thread/process creation. Instead of usingpeter1999-07-012-6/+6
* Revert back to not using -DKERNELpeter1999-06-281-1/+3
* Make genassym compile - the recent buf locking changes meant that morepeter1999-06-261-9/+2
* Replace my previous fix of saving the FP state with a much simpler one: whendt1999-06-102-8/+4
* Keep fpcurproc locked in memory, so that we always can save the FP statedt1999-06-082-4/+8
* Fixed style bugs in previous commit.bde1999-05-222-10/+10
* Set CHAR_{MIN,MAX} according to -funsigned-char flag given or notache1999-05-202-6/+18
* Fixed several (not all) warnings.dt1999-04-233-8/+6
* Added consts to cpu_set_fork_handler prototype. (Follow i386 version.)dt1999-04-202-6/+6
* unifdef -DVM_STACK - it's been on for a while for x86 and was checkedpeter1999-04-192-112/+2
* Removed all traces of `p_switchtime'. The relevant timestamp is per-cpu,bde1999-02-281-2/+1
* Adjust idle zero-page fill hysteresis based on tests. Use 2/3 and 4/5dillon1999-02-082-8/+16
* Add hysteresis to alpha version of vm_page_zero_idle().dillon1999-02-082-28/+34
* Rip out PQ_ZERO queue. PQ_ZERO functionality is now combined in withdillon1999-02-082-12/+14
* Mostly remove the VM_STACK OPTION.julian1999-01-262-2/+36
* Various changes to support OSF1 emulation:dfr1998-12-302-10/+10
* Removed bogus casts of USRSTACK and/or the other operand in binarybde1998-12-162-8/+8
* Implement 'software completion' for floating point arithmetic. On thedfr1998-12-042-2/+26
* * Add hooks to allow the X server to access I/O ports and memory.dfr1998-11-151-1/+7
* Add the ability to specify where on the at_shutdown queue a handler ismsmith1998-10-301-2/+1
OpenPOWER on IntegriCloud