summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim
Commit message (Expand)AuthorAgeFilesLines
* Migrate pmap_prefault() into the machine-independent virtual memory layer.alc2003-10-031-8/+13
* DELAY must be a routine, not a macro definition.grehan2003-09-261-1/+1
* Soften assert in pmap_remove_all.grehan2003-09-221-4/+25
* Migrate the sf_buf allocator that is used by sendfile(2) and zero-copyalc2003-08-291-0/+101
* In vm_thread_swap{in|out}(), remove the alpha specific conditionalmarcel2003-08-161-7/+9
* Update powerpc to use the (old thread,new thread) calling conventiongrehan2003-08-142-37/+30
* Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in pmap_mapdev().alc2003-08-021-1/+1
* Make sure that when the PV ENTRY zone is created in pmap, that it'sbmilekic2003-07-311-2/+2
* Deal with 'options KSTACK_PAGES' being a global option.peter2003-07-313-0/+5
* Make pmap_pvo_allocf() callable without Giant.alc2003-07-271-6/+6
* Rename thread_siginfo to cpu_thread_siginfo.davidxu2003-07-151-1/+1
* Background: pmap_object_init_pt() premaps the pages of a object inalc2003-07-031-3/+5
* - Export pmap_enter_quick() to the MI VM. This will permit thealc2003-06-291-0/+8
* Add a machine depended function thread_siginfo, SA signal codedavidxu2003-06-281-0/+19
* Remove unused bootpath[] variable. It conflicted with a declarationgrehan2003-06-251-2/+0
* Migrate the thread stack management functions from the machine-dependentalc2003-06-141-153/+0
* Move the *_new_altkstack() and *_dispose_altkstack() functions out of thealc2003-06-141-25/+0
* GC unused cpu_wait() functionpeter2003-06-111-6/+0
* Change the second (and last) argument of cpu_set_upcall(). Previouslymarcel2003-06-041-1/+1
* Remove #include <sys/disklabel.h>phk2003-06-011-1/+0
* - Merge struct procsig with struct sigacts.jhb2003-05-131-4/+5
* Things run thru the C preprocessor must use C-style comments.obrien2003-05-051-11/+11
* Back out last commits. The elf64/elf32 kernel name thing was more painpeter2003-05-011-3/+1
* Fix transcription error. Use == NULL, not != NULL. Fortunately thispeter2003-04-301-1/+1
* Look for an elf32 kernel (powerpc) and elf64 kernel (sparc64) as wellpeter2003-04-301-1/+3
* Range check the syscall number before looking it up in the syscallnames[]jhb2003-04-301-1/+1
* Add an argument to get_mcontext() which specified whether thedeischen2003-04-251-1/+1
* Use __FBSDID rather than rcsid[].obrien2003-04-036-24/+12
* - Define a new md function 'casuptr'. This atomically compares and setsjeff2003-04-011-0/+8
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-311-3/+3
* - Change trapsignal() to accept a thread and not a proc.jeff2003-03-311-1/+1
* Enable the FPU on first use per-thread and save state across contextgrehan2003-03-202-22/+11
* Add machine check handler. While generally useful, it's required whengrehan2003-03-191-1/+1
* Replace calls to WITNESS_SLEEP() and witness_list() with equivalent callsjhb2003-03-041-6/+2
* Register typo and incorrect 32-bit constant load in previous commit.grehan2003-02-261-2/+2
* Cleanup of the d_mmap_t interface.mux2003-02-251-7/+0
* Catch up to latest KSE changesgrehan2003-02-201-3/+4
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* - Split the struct kse into struct upcall and struct kse. struct kse willjeff2003-02-171-1/+1
* - Move ke_sticks, ke_iticks, ke_uticks, ke_uu, ke_su, and ke_iu back intojeff2003-02-171-1/+1
* GC an unused variable.benno2003-02-051-2/+0
* Export the ns_per_tick variable through md_var.h rather than by declaringbenno2003-02-051-1/+1
* - Use cpu_setup() instead of identifycpu().benno2003-02-051-80/+1
* Replace the inline asm in delay() with a while loop. This may not be asbenno2003-02-051-8/+4
* - Rename the "powerpc" timecounter to the "decrementer" timecounter.benno2003-02-052-7/+19
* Split statclock into statclock and profclock, and made the method for drivingjake2003-02-031-1/+6
* Reversion of commit by Davidxu plus fixes since applied.julian2003-02-012-2/+2
* - add pmap_pagedaemon_waken variablegrehan2003-02-011-47/+96
* Back out some changes that snuck in with the last commit.benno2003-01-271-177/+19
* Flesh out bus_dmamap_sync.benno2003-01-271-19/+177
OpenPOWER on IntegriCloud