summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add getcontext, setcontext, and swapcontext as system calls.deischen2002-11-161-0/+14
* Move pmap_collect() out of the machine-dependent code, rename italc2002-11-131-6/+0
* Print real / avail memory in megabytes rather than kilobytes.des2002-11-091-4/+4
* Move the definitions of the hw.physmem, hw.usermem and hw.availpagestmm2002-11-071-13/+0
* Remove what was a temporary bogus assignment of bits of siginfo_t, as it doesjmallett2002-11-061-2/+0
* Split 4.x and 5.x signal handling so that we can keep 4.x signalpeter2002-10-251-12/+9
* Add the USER_SR segment register to pcb state. Initialize correctly,grehan2002-10-212-0/+7
* Clean up ddb warnings/errors and enable in GENERICgrehan2002-10-041-1/+3
* - fix zero-sized stack alloc from previous commit. a default is nowgrehan2002-10-041-10/+98
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-021-4/+26
* - bring vm_mapbuf/unmapbuf in line with other archsgrehan2002-09-191-42/+25
* - make sure recoverable interrupts are re-enabled in the trap handlergrehan2002-09-191-7/+3
* - worked around 32-bit big-endian syscall return value problemgrehan2002-09-191-9/+20
* - use BAT registers to map device space and physical memorygrehan2002-09-191-28/+134
* Clear on-demand BAT entries to properly restore OpenFirmware'sgrehan2002-09-191-0/+6
* psim device supportgrehan2002-09-191-0/+5
* - implemented sendsig/sigreturngrehan2002-09-191-338/+169
* - moved intrcnt/intrnames to locore.s to fix sysctl -a panicgrehan2002-09-192-6/+12
* Allocate KSEs and KSEGRPs separatly and remove them from the proc structure.julian2002-09-151-2/+2
* Zap the implementations of the i386-aout specific cpu_coredump function.peter2002-09-071-15/+0
* Take a shot at fixing up a whole stack of style and other embarresingpeter2002-08-311-5/+3
* Change hw.physmem and hw.usermem to unsigned long like they used to bepeter2002-08-301-5/+9
* Renamed poorly named setregs to exec_setregs. Moved its prototype tojake2002-08-291-1/+2
* o Retire pmap_pageable(). It's an advisory routine that nonealc2002-08-251-9/+0
* In order to better support flexible and extensible access control,rwatson2002-08-151-1/+1
* o Don't set PG_MAPPED or PG_WRITEABLE when a page is mappedalc2002-08-051-7/+2
* Remove the statically allocated array that holds OpenFirmware memory mappingsbenno2002-07-181-4/+8
* Add additional cred_free_thread() calls that I had missed the first time.mini2002-07-131-0/+3
* Set the thread state of the newly chosen to run thread to TDS_RUNNING injhb2002-07-121-2/+0
* Add DDB support.benno2002-07-101-0/+4
* - Make sure we don't trample our metadata pointer in our initial bootstrap.benno2002-07-102-3/+38
* Remove some diagnostic code that snuck in.benno2002-07-101-6/+0
* Add an implementation for pmap_zero_page_area.benno2002-07-091-1/+24
* Add the OF_getetheraddr function required by if_gem.benno2002-07-091-0/+12
* Tidy up trap vector and external interrupt setup.benno2002-07-091-33/+8
* Changes for KSE3.benno2002-07-092-0/+55
* - Add the "compatible" property to the list that we keep in ivars.benno2002-07-091-23/+196
* Add a special page zero entry point intended to be called via the singlepeter2002-07-081-0/+11
OpenPOWER on IntegriCloud