summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Introduce a kernel config for the Mandatory Access Control framework.csjp2005-09-181-0/+28
* Stop using the '+' constraint modifier with inline assembly. The '+'jhb2005-09-151-12/+12
* Fix boot-time hang/panic on G3 systems when modifying IBAT0 ingrehan2005-09-103-3/+6
* Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint()marcel2005-09-101-4/+0
* Pass a value of type vm_prot_t to pmap_enter_quick() so that it determinealc2005-09-033-6/+9
* Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and renamestefanf2005-08-202-4/+3
* Remove unnecessary and alarming printf.grehan2005-08-161-1/+1
* - Add support for saving stack traces and displaying them via printf(9)jeff2005-08-031-0/+23
* Temporary band-aid to fix hang when a process exec's Altivec instructions.grehan2005-07-306-0/+32
* Convert the atomic_ptr() operations over to operating on uintptr_tjhb2005-07-151-63/+20
* Add recently invented COMPAT_FREEBSD5 option.kensmith2005-07-141-0/+1
* Validate if the value written into {FS,GS}.base is a canonicaldavidxu2005-07-102-2/+4
* The nsegs parameter to bus_dmamap_load_mbuf_sg is not required togrehan2005-07-091-0/+2
* Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS fromobrien2005-06-201-0/+1
* Unbreak the PowerPC GENERIC build.jkoshy2005-06-111-2/+6
* Introduce a procedure, pmap_page_init(), that initializes thealc2005-06-103-0/+24
* MFP4:jkoshy2005-06-091-0/+15
* Create nexus in configure_first() instead of in configure(). Thismarcel2005-05-291-1/+2
* Call cninit_finish() from configure_final().marcel2005-05-291-0/+1
* The end values passed to rman_manage_region() for PCI i/o and memgrehan2005-05-291-2/+2
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-294-68/+0
* Quick hack-o-rama to allow the Xorg Radeon driver to start up. Itgrehan2005-05-211-0/+13
* Remove incorrect configuration setting that limited the Kauai ATA controllergrehan2005-05-141-1/+1
* - move to SCHED_4BSD per jeffr's comments on SCHED_ULE's stategrehan2005-05-031-5/+4
* Catch up with latest ATA newbus commits.grehan2005-05-012-4/+4
* Change cpu_set_kse_upcall to more generic style, so we can reuse itdavidxu2005-04-232-10/+26
* Don't enter the debugger if KDB_UNATTENDED is set or ifps2005-04-202-4/+0
* Add empty header (except of the multiple-inclusion protection) tomarcel2005-04-201-0/+10
* Get order right when initializing task file bus resources. ATA drives aregrehan2005-04-202-4/+4
* Break out the definition of bus_space_{tag,handle}_t and a few other typesimp2005-04-182-12/+47
* Catch up with ATA mkIII definitions for registers that have differentgrehan2005-04-182-2/+4
* Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomicjhb2005-04-122-4/+4
* Unbreak the powerpc build by fixing some ATA constants that were renamed.ssouhlal2005-04-121-3/+3
* Change an instance of md_savecrit to md_saved_msr that I missed.jhb2005-04-082-2/+2
* Divorce critical sections from spinlocks. Critical sections as denoted byjhb2005-04-047-135/+66
* Introduce channel-level setmode newbus method.grehan2005-04-013-0/+38
* Catch up with ATA-mkIIIgrehan2005-03-313-53/+4
* Add USB Communication Device Class Ethernet driver. Originally written forsobomax2005-03-221-0/+1
* Optimize putc routine to write 2 ints instead of 8 chars to uncachedgrehan2005-03-191-14/+41
* Add a comment to note that pseudo-device bpf is required for DHCP.murray2005-03-181-0/+1
* Split configure into 3 steps ala sparc64grehan2005-03-181-1/+20
* Prepend underscore to bus_dmamap_{unload|sync} in line withgrehan2005-03-151-2/+2
* Include <sys/signalvar.h> for trapsignal prototype.grehan2005-03-152-0/+2
* Long overdue sync-up with ATA codegrehan2005-03-151-1/+3
* Refactor the bus_dma header files so that the interface is described inscottl2005-03-142-182/+34
* Replaced previous hw.physmem extraction with des's mods togrehan2005-03-073-150/+6
* physmem is a much better indicator for 'real' memory on PPC than Maxmemgrehan2005-03-072-6/+6
* Allow user to undersize memory with hw.physmem loader variable.grehan2005-03-073-3/+186
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-029-27/+46
* Catch up with "physical memory" sysctl change.grehan2005-03-012-0/+4
OpenPOWER on IntegriCloud