| Commit message (Expand) | Author | Age | Files | Lines |
* | It has been observed on the mailing lists that the different categories | alc | 2007-09-15 | 1 | -4/+4 |
* | Revamp the interrupt handling in support of INTR_FILTER. This includes: | marcel | 2007-08-11 | 2 | -56/+58 |
* | Re-enable external interrupts for faults, traps and syscalls. | marcel | 2007-08-08 | 1 | -9/+8 |
* | Eliminate <machine/interruptvar.h> as it has only a single | marcel | 2007-08-07 | 1 | -2/+1 |
* | Remove redundant prototype. | marcel | 2007-08-07 | 1 | -2/+0 |
* | Fix backward compatibility of the "old" (i.e. FreeBSD6) lseek | marcel | 2007-07-31 | 1 | -2/+2 |
* | Add kdb_cpu_sync_icache(), intended to synchronize instruction | marcel | 2007-06-09 | 1 | -1/+1 |
* | Fix the compile. Band-aid until it is worked out how to use the context | grehan | 2007-06-06 | 1 | -1/+1 |
* | - Change comments and asserts to reflect the removal of the global | jeff | 2007-06-04 | 1 | -2/+2 |
* | Rework the PCPU_* (MD) interface: | attilio | 2007-06-04 | 1 | -2/+2 |
* | Revert VMCNT_* operations introduction. | attilio | 2007-05-31 | 1 | -2/+2 |
* | Don't initialize the decrementer before initclocks() is called. | marcel | 2007-05-27 | 2 | -12/+7 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | jeff | 2007-05-18 | 1 | -2/+2 |
* | Add ofw bus methods to the ppc nexus driver. This will be used in future | grehan | 2007-04-20 | 1 | -0/+56 |
* | Over NFS, an open() call could result in multiple over-the-wire | mohans | 2007-03-09 | 1 | -0/+2 |
* | Update openpic to support the new bus_setup_intr() syntax. | piso | 2007-03-07 | 1 | -4/+4 |
* | Remove the cast to caddr_t for sfp, they're not needed. | kevlo | 2007-02-12 | 1 | -2/+2 |
* | Propagate the CPU model to the hw.model sysctl. | marcel | 2007-01-14 | 1 | -3/+0 |
* | In cpu_reset(), call OF_reboot() instead of OF_exit(). The latter | marcel | 2006-12-28 | 1 | -1/+2 |
* | Remove bogus increment of re-hashed PTEG index. This snuck in with r1.12 of | grehan | 2006-12-20 | 1 | -1/+1 |
* | Implement OF_decode_addr(). This makes uart(4) work as a serial | marcel | 2006-12-13 | 1 | -8/+128 |
* | Threading cleanup.. part 2 of several. | julian | 2006-12-06 | 1 | -4/+0 |
* | Fix gdb issue where the i-cache was not being updated when a breakpoint | grehan | 2006-12-05 | 2 | -1/+13 |
* | Don't use vm_page_flag_set() if installing bootstrap page-table entries | grehan | 2006-11-30 | 1 | -1/+2 |
* | Make pmap_enter() responsible for setting PG_WRITEABLE instead | alc | 2006-11-12 | 1 | -2/+3 |
* | Make KSE a kernel option, turned on by default in all GENERIC | jb | 2006-10-26 | 2 | -0/+6 |
* | Fix remaining compile error. | grehan | 2006-10-18 | 1 | -1/+1 |
* | Attempt to fix compiling problem. | davidxu | 2006-10-18 | 1 | -1/+1 |
* | o Add keyword volatile for user mutex owner field. | davidxu | 2006-10-17 | 1 | -7/+7 |
* | Catch up with recent clock modifications: | grehan | 2006-10-05 | 1 | -1/+1 |
* | remove orphaned sysctl_machdep_adjkerntz() | phk | 2006-10-02 | 1 | -11/+0 |
* | Second part of a little cleanup in the calendar/timezone/RTC handling. | phk | 2006-10-02 | 1 | -10/+0 |
* | Add audit hooks for ppc, ia64 system call paths. | rwatson | 2006-09-16 | 1 | -0/+4 |
* | In cpu_set_user_tls(), properly set the thread pointer. It is 0x7000 | marcel | 2006-09-01 | 1 | -1/+1 |
* | Implement casuword32, compare and set user integer, thank Marcel Moolenarr | davidxu | 2006-08-28 | 1 | -0/+6 |
* | Use proper trap code for the EXC_ALI traps. This fixes SIGBUS during | sobomax | 2006-08-03 | 1 | -1/+1 |
* | Complete the transition from pmap_page_protect() to pmap_remove_write(). | alc | 2006-08-01 | 1 | -77/+44 |
* | Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg is | jhb | 2006-07-28 | 1 | -1/+1 |
* | Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used to | jhb | 2006-07-28 | 1 | -9/+0 |
* | Unify the checking for lock misbehavior in the various syscall() | jhb | 2006-07-27 | 1 | -5/+13 |
* | Add missing ptrace(2) system-call stops to various syscall() | jhb | 2006-07-27 | 1 | -0/+5 |
* | o Move the prototype of mem_valid() from ofw_machdep.h to md_var.h. | marcel | 2006-07-26 | 1 | -0/+18 |
* | Include needed clock.h. | marcel | 2006-07-26 | 1 | -0/+1 |
* | Add synchronization to moea_zero_page() and moea_zero_page_area(). | alc | 2006-07-10 | 1 | -8/+17 |
* | Eliminate the acquisition and release of Giant from moea_extract_and_hold() | alc | 2006-07-01 | 1 | -6/+0 |
* | Synchronize accesses to the PTEG table. | alc | 2006-06-25 | 1 | -3/+29 |
* | Prevent 'mutex not owned' panic on boot if INVARIANTS is in the kernel. This | rink | 2006-06-17 | 1 | -0/+2 |
* | Remove mpte optimization from pmap_enter_quick(). | ups | 2006-06-15 | 1 | -5/+4 |
* | Correct a typo in the previous revision. | alc | 2006-06-06 | 1 | -1/+1 |
* | Introduce the function pmap_enter_object(). It maps a sequence of resident | alc | 2006-06-05 | 1 | -15/+60 |