summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* - Export pmap_enter_quick() to the MI VM. This will permit thealc2003-06-293-0/+24
* Allow the interrupt controller to be probed - this picks up thegrehan2003-06-291-1/+0
* A module to handle the interrupt controller on Heathrow/Paddingtongrehan2003-06-282-0/+545
* A module for the Motorola MPC106 system controller aka 'Grackle'grehan2003-06-282-0/+622
* Add a machine depended function thread_siginfo, SA signal codedavidxu2003-06-282-0/+38
* Do the first and mostly mechanical step of adding mutex support to thescottl2003-06-271-0/+1
* Remove unused bootpath[] variable. It conflicted with a declarationgrehan2003-06-253-6/+0
* Migrate the thread stack management functions from the machine-dependentalc2003-06-144-460/+1
* Move the *_new_altkstack() and *_dispose_altkstack() functions out of thealc2003-06-143-75/+0
* GC unused cpu_wait() functionpeter2003-06-112-12/+0
* Note that scbus is required for SCSI, not just "required" in general.jmallett2003-06-081-1/+1
* Change the second (and last) argument of cpu_set_upcall(). Previouslymarcel2003-06-042-2/+2
* Remove #include <sys/disklabel.h>phk2003-06-012-2/+0
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though thescottl2003-05-272-2/+3
* sys/sys/limits.h:kan2003-05-192-3/+3
* - Merge struct procsig with struct sigacts.jhb2003-05-132-8/+10
* Things run thru the C preprocessor must use C-style comments.obrien2003-05-052-22/+22
* Style fixes.kan2003-05-041-8/+11
* Back out last commits. The elf64/elf32 kernel name thing was more painpeter2003-05-012-6/+2
* Slight reorg and added AMD64 support. A couple of the MODINFOMD_* valuespeter2003-05-011-6/+0
* Fix transcription error. Use == NULL, not != NULL. Fortunately thispeter2003-04-302-2/+2
* Look for an elf32 kernel (powerpc) and elf64 kernel (sparc64) as wellpeter2003-04-302-2/+6
* Range check the syscall number before looking it up in the syscallnames[]jhb2003-04-302-2/+2
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-66/+4
* - Push down Giant into the sysarch() calls that still need Giant.jhb2003-04-251-1/+1
* Add an argument to get_mcontext() which specified whether thedeischen2003-04-252-2/+2
* Add a new sys/limits.h file which in turn depends on machine/_limits.hkan2003-04-231-53/+42
* add scbus for FireWire.simokawa2003-04-221-0/+7
* Add FireWire drivers to GENERIC.simokawa2003-04-211-0/+5
* Fix compile warning - proc should have been thread.grehan2003-04-191-1/+1
* Remove reference to ata resource in print_child.grehan2003-04-181-1/+0
* Remove sparse address hack.grehan2003-04-181-2/+0
* Vastly simplify the macio ATA attachment, now that the register filegrehan2003-04-181-225/+42
* Remove sparse addressing hack. The macio ATA driver no longer requiresgrehan2003-04-182-5/+0
* - Convert NetBSD-derived macros to inline functions for bettergrehan2003-04-181-65/+176
* I deserve a big pointy hat for having missed all those referencesmux2003-04-101-9/+5
* Change the operation parameter of bus_dmamap_sync() from anmux2003-04-101-1/+1
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskdes2003-04-081-2/+1
* Define ovbcopy() as a macro which expands to the equivalent bcopy() call,des2003-04-041-6/+0
* Use __FBSDID rather than rcsid[].obrien2003-04-0323-92/+46
* - Define a new md function 'casuptr'. This atomically compares and setsjeff2003-04-012-0/+16
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-312-6/+6
* - Change trapsignal() to accept a thread and not a proc.jeff2003-03-312-2/+2
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-0/+1
* Remove bitrot associated with `maxusers'.ru2003-03-221-1/+0
* Use atomic operations to increment and decrement the refcountmux2003-03-201-4/+4
* Enable the FPU on first use per-thread and save state across contextgrehan2003-03-206-117/+101
* - Add PCI ID for Paddington i/o controller, used in old G3'sgrehan2003-03-201-2/+4
* Add machine check handler. While generally useful, it's required whengrehan2003-03-192-2/+2
* Made the prototypes for pmap_kenter and pmap_kremove MD. These functionsjake2003-03-161-0/+2
OpenPOWER on IntegriCloud