aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Back out last commits. The elf64/elf32 kernel name thing was more painPeter Wemm2003-05-012-6/+2
* Slight reorg and added AMD64 support. A couple of the MODINFOMD_* valuesPeter Wemm2003-05-011-6/+0
* Fix transcription error. Use == NULL, not != NULL. Fortunately thisPeter Wemm2003-04-302-2/+2
* Look for an elf32 kernel (powerpc) and elf64 kernel (sparc64) as wellPeter Wemm2003-04-302-2/+6
* Range check the syscall number before looking it up in the syscallnames[]John Baldwin2003-04-302-2/+2
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-291-66/+4
* - Push down Giant into the sysarch() calls that still need Giant.John Baldwin2003-04-251-1/+1
* Add an argument to get_mcontext() which specified whether theDaniel Eischen2003-04-252-2/+2
* Add a new sys/limits.h file which in turn depends on machine/_limits.hAlexander Kabaev2003-04-231-53/+42
* add scbus for FireWire.Hidetoshi Shimokawa2003-04-221-0/+7
* Add FireWire drivers to GENERIC.Hidetoshi Shimokawa2003-04-211-0/+5
* Fix compile warning - proc should have been thread.Peter Grehan2003-04-191-1/+1
* Remove reference to ata resource in print_child.Peter Grehan2003-04-181-1/+0
* Remove sparse address hack.Peter Grehan2003-04-181-2/+0
* Vastly simplify the macio ATA attachment, now that the register filePeter Grehan2003-04-181-225/+42
* Remove sparse addressing hack. The macio ATA driver no longer requiresPeter Grehan2003-04-182-5/+0
* - Convert NetBSD-derived macros to inline functions for betterPeter Grehan2003-04-181-65/+176
* I deserve a big pointy hat for having missed all those referencesMaxime Henrion2003-04-101-9/+5
* Change the operation parameter of bus_dmamap_sync() from anMaxime Henrion2003-04-101-1/+1
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskDag-Erling Smørgrav2003-04-081-2/+1
* Define ovbcopy() as a macro which expands to the equivalent bcopy() call,Dag-Erling Smørgrav2003-04-041-6/+0
* Use __FBSDID rather than rcsid[].David E. O'Brien2003-04-0323-92/+46
* - Define a new md function 'casuptr'. This atomically compares and setsJeff Roberson2003-04-012-0/+16
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withJeff Roberson2003-03-312-6/+6
* - Change trapsignal() to accept a thread and not a proc.Jeff Roberson2003-03-312-2/+2
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-251-0/+1
* Remove bitrot associated with `maxusers'.Ruslan Ermilov2003-03-221-1/+0
* Use atomic operations to increment and decrement the refcountMaxime Henrion2003-03-201-4/+4
* Enable the FPU on first use per-thread and save state across contextPeter Grehan2003-03-206-117/+101
* - Add PCI ID for Paddington i/o controller, used in old G3'sPeter Grehan2003-03-201-2/+4
* Add machine check handler. While generally useful, it's required whenPeter Grehan2003-03-192-2/+2
* Made the prototypes for pmap_kenter and pmap_kremove MD. These functionsJake Burkholder2003-03-161-0/+2
* Grab Giant around calls to contigmalloc() and contigfree() soMaxime Henrion2003-03-131-1/+6
* Replace calls to WITNESS_SLEEP() and witness_list() with equivalent callsJohn Baldwin2003-03-042-12/+4
* Simplify ofw_pci_fixup(). It doesn't need to be recursive, since thePeter Grehan2003-03-031-19/+3
* These files are no longer used. They have been replaced with similarly namedBenno Rice2003-02-284-597/+0
* Register typo and incorrect 32-bit constant load in previous commit.Peter Grehan2003-02-262-4/+4
* Correctly set BUS_SPACE_MAXSIZE in all the busdma backends.Maxime Henrion2003-02-261-1/+1
* Cleanup of the d_mmap_t interface.Maxime Henrion2003-02-253-21/+0
* Catch up with ATAng changesPeter Grehan2003-02-242-18/+23
* Doh. Forgot to remove _KERNEL version.Peter Grehan2003-02-231-7/+0
* Expose powerpc_mb() to user-space. Currently needed for atomic.h users,Peter Grehan2003-02-221-0/+10
* Adjust IRQ count for psim's OpenPIC model - it seems to bePeter Grehan2003-02-201-0/+6
* Catch up to latest KSE changesPeter Grehan2003-02-202-6/+8
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-196-7/+7
* Move a bunch of flags from the KSE to the thread.Julian Elischer2003-02-171-4/+3
* - Split the struct kse into struct upcall and struct kse. struct kse willJeff Roberson2003-02-172-2/+2
* - Move ke_sticks, ke_iticks, ke_uticks, ke_uu, ke_su, and ke_iu back intoJeff Roberson2003-02-172-2/+2
* Remove #include <sys/dkstat.h>Poul-Henning Kamp2003-02-161-1/+0
* Fix whitespace problems with option lines.David E. O'Brien2003-02-131-31/+31