summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Move UPCALL related data structure out of kse, introduce a newdavidxu2003-01-262-2/+2
* - Introduce the SCHED_ULE and SCHED_4BSD options for compile time selectionjeff2003-01-261-0/+1
* Remove BAT invalidation. This is done later in the boot sequence,grehan2003-01-222-34/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-216-7/+7
* Resolve relative relocations in klds before trying to parse the module'sjake2003-01-211-2/+16
* include cdefs.h so as to unbreak the libc buildgallatin2003-01-201-0/+2
* Removed unnecessary includes and brought up to date with atagrehan2003-01-181-4/+15
* Stub profile.h, required for userland builds.grehan2003-01-181-0/+65
* <machine/ieee.h>, taken from sparc64grehan2003-01-181-0/+146
* Fix bugs with operand ordering and unnecessary sync/eieio ops. Mostlygrehan2003-01-181-59/+71
* Allow the MD frame definition to be seen in. Required for truss/ptrace.grehan2003-01-181-3/+1
* RAIDframe requires LONG_BITgrehan2003-01-182-0/+6
* Prepended underscores to macro local vars, avoiding gcc "declarationgrehan2003-01-181-6/+6
* Change definition of int64 to avoid gcc3.2.1 complaints. Taken from i386grehan2003-01-181-2/+13
* Merge all the various copies of vm_fault_quick() into a singledillon2003-01-162-32/+0
* Merge all the various copies of vmapbuf() and vunmapbuf() into a singledillon2003-01-152-148/+0
* Correct an off-by-one error in the calculation of the number of interruptbenno2003-01-131-1/+1
* Make ofw_pci_find_node() use the reg property instead of thebenno2003-01-091-5/+5
* Add a pcib variant to allow us to fix up interrupt assignments.benno2003-01-091-0/+118
* Allocate interrupts from the resource list.benno2003-01-091-2/+4
* - Remove the ignore list and replace it with a quirk list of sorts.benno2003-01-092-23/+58
* - remove unneeded includesgrehan2003-01-091-5/+17
* Remove obsolete GEOM option, and bring diskless options up-to-dategrehan2003-01-091-7/+3
* Add page queues locking to vunmapbuf().grehan2003-01-082-0/+4
* Sync the i-cache after copying down the interrupt codegrehan2003-01-082-0/+2
* Be more conservative about re-enabling interrupts during trap processinggrehan2003-01-082-2/+2
* Fix incorrect error returns and sign-extension.grehan2003-01-082-14/+14
* Fetch the initial time from the rtc OpenFirmware node. This is a short-termgrehan2003-01-082-0/+42
* Remove obsolete NFS_ROOT conditional.grehan2003-01-081-23/+3
* Implement bus_dmamap_load_mbuf/bus_dmamap_load_uio.grehan2003-01-081-16/+206
* - define HAS_STREAM_METHODS correctlygrehan2003-01-081-2/+25
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-012-4/+4
* MB_LEN_MAX is not MD, move it to the MI limits.h.tjr2002-12-222-2/+0
* Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storagejulian2002-12-102-2/+2
* Under certain circumstances, we were calling kmem_free() frommux2002-11-222-0/+10
* Add getcontext, setcontext, and swapcontext as system calls.deischen2002-11-162-0/+28
* Move pmap_collect() out of the machine-dependent code, rename italc2002-11-133-18/+0
* Print real / avail memory in megabytes rather than kilobytes.des2002-11-092-8/+8
* Move the definitions of the hw.physmem, hw.usermem and hw.availpagestmm2002-11-072-26/+0
* Remove what was a temporary bogus assignment of bits of siginfo_t, as it doesjmallett2002-11-062-4/+0
* Split 4.x and 5.x signal handling so that we can keep 4.x signalpeter2002-10-253-45/+18
* Add the USER_SR segment register to pcb state. Initialize correctly,grehan2002-10-217-0/+22
* Add two hooks to signal module load and module unload to MD code.marcel2002-10-191-0/+14
* Permits UFS ACLs to be used with the GENERIC kernel. Due to recentrwatson2002-10-191-0/+1
* The a.out md_coredump stuff isn't referenced anywhere anymore, andpeter2002-10-151-5/+0
* Remove the P1003_1B kernel option; it is no longer used.mike2002-10-131-2/+1
* Add standards visibility conditionals. Change any uses of sigset_t tomike2002-10-131-5/+14
* Add conditionals to allow va_list to be defined in other headers.mike2002-10-061-0/+4
* o Add conditionals to allow va_list to be defined in other headers.mike2002-10-061-3/+11
* Roll back to previous version, no need for NO_GEOM when GEOM isgrehan2002-10-061-2/+0
OpenPOWER on IntegriCloud