summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use td->td_sticks, not td->td_kse->ke_sticks.benno2003-01-271-1/+1
* Move UPCALL related data structure out of kse, introduce a newdavidxu2003-01-261-1/+1
* Remove BAT invalidation. This is done later in the boot sequence,grehan2003-01-221-17/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Merge all the various copies of vm_fault_quick() into a singledillon2003-01-161-16/+0
* Merge all the various copies of vmapbuf() and vunmapbuf() into a singledillon2003-01-151-74/+0
* Add page queues locking to vunmapbuf().grehan2003-01-081-0/+2
* Sync the i-cache after copying down the interrupt codegrehan2003-01-081-0/+1
* Be more conservative about re-enabling interrupts during trap processinggrehan2003-01-081-1/+1
* Fix incorrect error returns and sign-extension.grehan2003-01-081-7/+7
* Fetch the initial time from the rtc OpenFirmware node. This is a short-termgrehan2003-01-081-0/+21
* Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storagejulian2002-12-101-1/+1
* Under certain circumstances, we were calling kmem_free() frommux2002-11-221-0/+5
OpenPOWER on IntegriCloud