| Commit message (Expand) | Author | Age | Files | Lines |
| * | Catch up with recent clock modifications: | Peter Grehan | 2006-10-05 | 1 | -1/+1 |
| * | remove orphaned sysctl_machdep_adjkerntz() | Poul-Henning Kamp | 2006-10-02 | 1 | -11/+0 |
| * | Second part of a little cleanup in the calendar/timezone/RTC handling. | Poul-Henning Kamp | 2006-10-02 | 1 | -10/+0 |
| * | Add audit hooks for ppc, ia64 system call paths. | Robert Watson | 2006-09-16 | 1 | -0/+4 |
| * | In cpu_set_user_tls(), properly set the thread pointer. It is 0x7000 | Marcel Moolenaar | 2006-09-01 | 1 | -1/+1 |
| * | Implement casuword32, compare and set user integer, thank Marcel Moolenarr | David Xu | 2006-08-28 | 1 | -0/+6 |
| * | Use proper trap code for the EXC_ALI traps. This fixes SIGBUS during | Maxim Sobolev | 2006-08-03 | 1 | -1/+1 |
| * | Complete the transition from pmap_page_protect() to pmap_remove_write(). | Alan Cox | 2006-08-01 | 1 | -77/+44 |
| * | Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg is | John Baldwin | 2006-07-28 | 1 | -1/+1 |
| * | Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used to | John Baldwin | 2006-07-28 | 1 | -9/+0 |
| * | Unify the checking for lock misbehavior in the various syscall() | John Baldwin | 2006-07-27 | 1 | -5/+13 |
| * | Add missing ptrace(2) system-call stops to various syscall() | John Baldwin | 2006-07-27 | 1 | -0/+5 |
| * | o Move the prototype of mem_valid() from ofw_machdep.h to md_var.h. | Marcel Moolenaar | 2006-07-26 | 1 | -0/+18 |
| * | Include needed clock.h. | Marcel Moolenaar | 2006-07-26 | 1 | -0/+1 |
| * | Add synchronization to moea_zero_page() and moea_zero_page_area(). | Alan Cox | 2006-07-10 | 1 | -8/+17 |
| * | Eliminate the acquisition and release of Giant from moea_extract_and_hold() | Alan Cox | 2006-07-01 | 1 | -6/+0 |
| * | Synchronize accesses to the PTEG table. | Alan Cox | 2006-06-25 | 1 | -3/+29 |
| * | Prevent 'mutex not owned' panic on boot if INVARIANTS is in the kernel. This | Rink Springer | 2006-06-17 | 1 | -0/+2 |
| * | Remove mpte optimization from pmap_enter_quick(). | Stephan Uphoff | 2006-06-15 | 1 | -5/+4 |
| * | Correct a typo in the previous revision. | Alan Cox | 2006-06-06 | 1 | -1/+1 |
| * | Introduce the function pmap_enter_object(). It maps a sequence of resident | Alan Cox | 2006-06-05 | 1 | -15/+60 |
| * | Since DELAY() was moved, most <machine/clock.h> #includes have been | Poul-Henning Kamp | 2006-05-16 | 3 | -3/+0 |
| * | Remove straggling reference to CPU_ macros | Poul-Henning Kamp | 2006-05-11 | 1 | -2/+2 |
| * | Simplify system time accounting for profiling. | Poul-Henning Kamp | 2006-02-08 | 1 | -4/+3 |
| * | Set the siginfo si_addr field, and also the mysterious 3rd parameter | Peter Grehan | 2006-01-07 | 1 | -1/+4 |
| * | MI changes: | Alexander Leidinger | 2005-12-31 | 1 | -0/+8 |
| * | Mark the return address of the call to ast() in the generic trap | Peter Grehan | 2005-12-23 | 1 | -0/+2 |
| * | Tweak how the MD code calls the fooclock() methods some. Instead of | John Baldwin | 2005-12-22 | 2 | -8/+5 |
| * | Fix compile warning: pmap_bootstrap is now declared extern in pmap.h, | Peter Grehan | 2005-11-11 | 1 | -1/+0 |
| * | Name change from pmap_* to moea_* to fit into the new order of | Peter Grehan | 2005-11-08 | 1 | -467/+459 |
| * | Insert a layer of indirection to the pmap code, using a kobj for | Peter Grehan | 2005-11-08 | 1 | -0/+4 |
| * | Copy SPRG0-3 registers at boot-time and restore when calling into | Peter Grehan | 2005-10-30 | 2 | -6/+57 |
| * | 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most | David Xu | 2005-10-14 | 2 | -23/+14 |
| * | Fix boot-time hang/panic on G3 systems when modifying IBAT0 in | Peter Grehan | 2005-09-10 | 1 | -1/+2 |
| * | Pass a value of type vm_prot_t to pmap_enter_quick() so that it determine | Alan Cox | 2005-09-03 | 1 | -2/+3 |
| * | Temporary band-aid to fix hang when a process exec's Altivec instructions. | Peter Grehan | 2005-07-30 | 3 | -0/+16 |
| * | Validate if the value written into {FS,GS}.base is a canonical | David Xu | 2005-07-10 | 1 | -1/+2 |
| * | Introduce a procedure, pmap_page_init(), that initializes the | Alan Cox | 2005-06-10 | 1 | -0/+8 |
| * | Change cpu_set_kse_upcall to more generic style, so we can reuse it | David Xu | 2005-04-23 | 1 | -5/+13 |
| * | Don't enter the debugger if KDB_UNATTENDED is set or if | Paul Saab | 2005-04-20 | 1 | -2/+0 |
| * | Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomic | John Baldwin | 2005-04-12 | 1 | -2/+2 |
| * | Change an instance of md_savecrit to md_saved_msr that I missed. | John Baldwin | 2005-04-08 | 1 | -1/+1 |
| * | Divorce critical sections from spinlocks. Critical sections as denoted by | John Baldwin | 2005-04-04 | 2 | -0/+32 |
| * | Include <sys/signalvar.h> for trapsignal prototype. | Peter Grehan | 2005-03-15 | 1 | -0/+1 |
| * | Replaced previous hw.physmem extraction with des's mods to | Peter Grehan | 2005-03-07 | 1 | -50/+2 |
| * | physmem is a much better indicator for 'real' memory on PPC than Maxmem | Peter Grehan | 2005-03-07 | 1 | -3/+3 |
| * | Allow user to undersize memory with hw.physmem loader variable. | Peter Grehan | 2005-03-07 | 1 | -1/+62 |
| * | Catch up with "physical memory" sysctl change. | Peter Grehan | 2005-03-01 | 1 | -0/+2 |
| * | Catch the case where the idle loop is entered with interrupts disabled, | Peter Grehan | 2005-02-28 | 1 | -1/+9 |
| * | - switch pcpu to a struct declaration ala amd64. It may be more efficient to | Peter Grehan | 2005-02-28 | 1 | -3/+2 |