aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Standardize idempotentcy ifdefs. Consistently use _MACHINE_VARARGS_H_Alexander Kabaev2003-09-011-3/+3
* Migrate the sf_buf allocator that is used by sendfile(2) and zero-copyAlan Cox2003-08-292-0/+202
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-3/+3
* Fixup the ELF branding information to point to the new home of rtld.Gordon Tetlow2003-08-171-1/+1
* In vm_thread_swap{in|out}(), remove the alpha specific conditionalMarcel Moolenaar2003-08-162-14/+18
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MIMarcel Moolenaar2003-08-162-4/+6
* Update powerpc to use the (old thread,new thread) calling conventionPeter Grehan2003-08-144-74/+60
* Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon'sWarner Losh2003-08-122-4/+48
* - Since td_critnest is now initialized in MI code, it doesn't have to beJohn Baldwin2003-08-042-13/+0
* Deal with GCC annoyingly defining _BIG_ENDIAN.David E. O'Brien2003-08-031-0/+1
* Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in pmap_mapdev().Alan Cox2003-08-023-3/+3
* Make sure that when the PV ENTRY zone is created in pmap, that it'sBosko Milekic2003-07-313-6/+6
* Deal with 'options KSTACK_PAGES' being a global option.Peter Wemm2003-07-318-2/+14
* Make pmap_pvo_allocf() callable without Giant.Alan Cox2003-07-273-18/+18
* - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'edMaxime Henrion2003-07-272-6/+12
* Rename thread_siginfo to cpu_thread_siginfo.David Xu2003-07-152-2/+2
* Background: pmap_object_init_pt() premaps the pages of a object inAlan Cox2003-07-033-9/+15
* Mega busdma API commit.Scott Long2003-07-012-3/+68
* - Export pmap_enter_quick() to the MI VM. This will permit theAlan Cox2003-06-293-0/+24
* Allow the interrupt controller to be probed - this picks up thePeter Grehan2003-06-291-1/+0
* A module to handle the interrupt controller on Heathrow/PaddingtonPeter Grehan2003-06-282-0/+545
* A module for the Motorola MPC106 system controller aka 'Grackle'Peter Grehan2003-06-282-0/+622
* Add a machine depended function thread_siginfo, SA signal codeDavid Xu2003-06-282-0/+38
* Do the first and mostly mechanical step of adding mutex support to theScott Long2003-06-271-0/+1
* Remove unused bootpath[] variable. It conflicted with a declarationPeter Grehan2003-06-253-6/+0
* Migrate the thread stack management functions from the machine-dependentAlan Cox2003-06-144-460/+1
* Move the *_new_altkstack() and *_dispose_altkstack() functions out of theAlan Cox2003-06-143-75/+0
* GC unused cpu_wait() functionPeter Wemm2003-06-112-12/+0
* Note that scbus is required for SCSI, not just "required" in general.Juli Mallett2003-06-081-1/+1
* Change the second (and last) argument of cpu_set_upcall(). PreviouslyMarcel Moolenaar2003-06-042-2/+2
* Remove #include <sys/disklabel.h>Poul-Henning Kamp2003-06-012-2/+0
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though theScott Long2003-05-272-2/+3
* sys/sys/limits.h:Alexander Kabaev2003-05-192-3/+3
* - Merge struct procsig with struct sigacts.John Baldwin2003-05-132-8/+10
* Things run thru the C preprocessor must use C-style comments.David E. O'Brien2003-05-052-22/+22
* Style fixes.Alexander Kabaev2003-05-041-8/+11
* 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