aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Propagate the CPU model to the hw.model sysctl.Marcel Moolenaar2007-01-143-6/+5
* Remove 3rd clause, renumber, ok per emailWarner Losh2007-01-121-4/+1
* Add missing SC_NO_MODE_CHANGE option. Disable it in the powerpcMarius Strobl2007-01-101-0/+1
* In cpu_reset(), call OF_reboot() instead of OF_exit(). The latterMarcel Moolenaar2006-12-282-2/+4
* Remove bogus increment of re-hashed PTEG index. This snuck in with r1.12 ofPeter Grehan2006-12-202-2/+2
* Implement OF_decode_addr(). This makes uart(4) work as a serialMarcel Moolenaar2006-12-132-16/+256
* Implement bus_space_map().Marcel Moolenaar2006-12-131-1/+2
* Add support for multiple FAST handlers.Marcel Moolenaar2006-12-071-165/+98
* Threading cleanup.. part 2 of several.Julian Elischer2006-12-062-8/+0
* Fix gdb issue where the i-cache was not being updated when a breakpointPeter Grehan2006-12-057-3/+46
* Don't use vm_page_flag_set() if installing bootstrap page-table entriesPeter Grehan2006-11-302-2/+4
* Turn console printf buffering into a kernel option and only onJohn Birrell2006-11-301-1/+0
* Make pmap_enter() responsible for setting PG_WRITEABLE insteadAlan Cox2006-11-122-4/+6
* Eliminate unused global variables.Alan Cox2006-11-111-2/+0
* Remove the KDTRACE option again because of the complaints about havingJohn Birrell2006-11-041-3/+0
* Build in kernel support for loading DTrace modules by default. ThisJohn Birrell2006-11-041-0/+3
* Add a cnputs() function to write a string to the console withJohn Birrell2006-11-011-0/+1
* Remove the KSE option now that it's in DEFAULTS on these arches/machines.John Birrell2006-10-261-1/+0
* Add 'options KSE' to the kernel config DEFAULTS on all arches/machinesJohn Birrell2006-10-261-0/+3
* Make KSE a kernel option, turned on by default in all GENERICJohn Birrell2006-10-265-0/+13
* Move "device splash" back to MI NOTES and "files", it's MI.Ruslan Ermilov2006-10-231-0/+1
* Mechanically kill redundant nodevice/nooption/nomakeoption, i.e.,Ruslan Ermilov2006-10-231-14/+0
* Fix remaining compile error.Peter Grehan2006-10-182-2/+2
* Attempt to fix compiling problem.David Xu2006-10-182-2/+2
* o Add keyword volatile for user mutex owner field.David Xu2006-10-172-14/+14
* The powerpc and sparc64 MD `reboot' commands should never have existedBruce Evans2006-10-101-14/+0
* - Remove SCHED_ULE from GENERIC to better avoid foot-shooting bySimon L. B. Nielsen2006-10-051-1/+0
* Catch up with recent clock modifications:Peter Grehan2006-10-052-2/+2
* PR:John Birrell2006-10-041-88/+0
* remove orphaned sysctl_machdep_adjkerntz()Poul-Henning Kamp2006-10-022-22/+0
* Second part of a little cleanup in the calendar/timezone/RTC handling.Poul-Henning Kamp2006-10-022-20/+0
* First part of a little cleanup in the calendar/timezone/RTC handling.Poul-Henning Kamp2006-10-021-4/+0
* Added COMPAT_FREEBSD6 option.Ruslan Ermilov2006-09-261-1/+2
* Use __builtin_va_start instead of __builtin_stdarg_start. GCC4 obsoletesAlexander Kabaev2006-09-211-1/+1
* Add audit hooks for ppc, ia64 system call paths.Robert Watson2006-09-162-0/+8
* In cpu_set_user_tls(), properly set the thread pointer. It is 0x7000Marcel Moolenaar2006-09-012-2/+2
* Implement casuword32, compare and set user integer, thank Marcel MoolenarrDavid Xu2006-08-282-0/+12
* Eliminate unused definitions. (They came from NetBSD.)Alan Cox2006-08-251-7/+0
* Add skeletal support for GDB. In particular gdb_cpu_getreg() needsMarcel Moolenaar2006-08-242-0/+125
* Use proper trap code for the EXC_ALI traps. This fixes SIGBUS duringMaxim Sobolev2006-08-032-2/+2
* Don't ignore errors from intr_event_add_handler().John Baldwin2006-08-021-3/+1
* Add device to access and modify Open Firmware NVRAM settings inMaxim Sobolev2006-08-011-0/+3
* Complete the transition from pmap_page_protect() to pmap_remove_write().Alan Cox2006-08-014-174/+106
* Remove sio(4) and related options from MI files to amd64, i386Marcel Moolenaar2006-07-291-1/+0
* Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg isJohn Baldwin2006-07-282-2/+2
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used toJohn Baldwin2006-07-282-18/+0
* Unify the checking for lock misbehavior in the various syscall()John Baldwin2006-07-272-10/+26
* Add missing ptrace(2) system-call stops to various syscall()John Baldwin2006-07-272-0/+10
* Turn this into an uart(4) bus attachment.Marcel Moolenaar2006-07-261-40/+19
* Repocopy from: src/sys/powerpc/psim/sio_iobus.cMarcel Moolenaar2006-07-261-108/+0