| Age | Commit message (Expand) | Author |
| 2000-07-13 | Whitespace police. | thorpej |
| 2000-07-06 | Oops, g/c some stuff from previous. | thorpej |
| 2000-07-06 | Define some more CTB formats. | thorpej |
| 2000-07-03 | The `rpb_phys_address_size' field is really 2 32-bit fields, | thorpej |
| 2000-06-30 | Pass the abst to alpha_pci_mem_unmap() so that the real size of the | simonb |
| 2000-06-29 | remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-06-27 | G/c _BSD_INTPTR_T_ and _BSD_UINTPTR_T_. | kleink |
| 2000-06-27 | Resolve some formatting nits; add __intptr_t and __uintptr_t. | kleink |
| 2000-06-26 | Add <machine/int_types.h>, which provides namespace-pure definitions | kleink |
| 2000-06-26 | Change the kernel mmap interface so that the offset to map is an | simonb |
| 2000-06-23 | Add a WEAK_ALIAS() macro. | kleink |
| 2000-06-19 | s/ouwl/outl/ in macro definition. | simonb |
| 2000-06-09 | Only include <machine/intr.h> if _KERNEL. Noted by enami tsugutomo. | thorpej |
| 2000-06-09 | make spl0() and spllowersoftclock() return void. Also, move spl0() | cgd |
| 2000-06-08 | And more ANSI'ification! | thorpej |
| 2000-06-08 | ANSI'ify. | thorpej |
| 2000-06-08 | Add cpu_counter() for rnd(4), using the rpcc insn. | thorpej |
| 2000-06-07 | In __cpu_simple_lock_try(), use "return (v0 != 0);" instead of | simonb |
| 2000-06-05 | Switch to the new `evcnt' mechanism for counting interrupts. Maintain | thorpej |
| 2000-06-04 | Implement the more flexiable `evcnt' interface as discussed (briefly) on | cgd |
| 2000-06-04 | Un-__P'ify kernel prototypes. | thorpej |
| 2000-06-04 | Increment an interrupt depth counter in non-clock interrupt cases | thorpej |
| 2000-06-03 | - Clean up clock interrupt code a bit, and provide a CPU_IS_PRIMARY() | thorpej |
| 2000-06-03 | Add EV57 and EV67 processor variants. | thorpej |
| 2000-06-01 | Add a global patchable variable to enable debugging printfs in the | thorpej |
| 2000-06-01 | ISA DMA bounce buffer code, needed for a couple of SGMAP-less | thorpej |
| 2000-06-01 | Rearrange things a little so we can deal with systypes that aren't | thorpej |
| 2000-06-01 | Make booted_device global (and booted_parition for consitency). | matt |
| 2000-06-01 | kill __P in these files. (I had to look at them anyway with an eye for | cgd |
| 2000-05-31 | Add a few systypes. | thorpej |
| 2000-05-31 | - In the MULTIPROCESSOR case, initialize p_cpu before a process is | thorpej |
| 2000-05-26 | First sweep at scheduler state cleanup. Collect MI scheduler | thorpej |
| 2000-05-23 | Rename the atomic operations to have generic machine-independent | thorpej |
| 2000-05-22 | Remove the adjustment of VM_PHYS_SIZE for `large memory machines'. The | thorpej |
| 2000-05-12 | Only use __builtin_va_alist_t if using GCC 2.96 or later. Fixes | thorpej |
| 2000-05-10 | Make stdarg/varargs work with GCC 2.96. | thorpej |
| 2000-05-02 | Let each platform typedef the new __cpu_simple_lock_t, which should | thorpej |
| 2000-04-29 | Oops, install <machine/lock.h> on these systems, too. | thorpej |
| 2000-04-29 | Require that each each MACHINE/MACHINE_ARCH supply a lock.h. This file | thorpej |
| 2000-04-17 | implement bus_space_vaddr() | drochner |
| 2000-04-10 | Remove duplicate CTL_MACHDEP definitions (duplicated in <alpha/cpu.h>). | simonb |
| 2000-04-10 | add decls for fd driver. | chs |
| 2000-04-03 | Print any architecture extensions present on the primary CPU. | thorpej |
| 2000-04-03 | Fix a typo in a previous revision, and add bit names for amask bits for | thorpej |
| 2000-04-02 | Move dl* function definitions to libc on ELF. | minoura |
| 2000-03-29 | Extern declaration of cputype. | simonb |
| 2000-03-29 | Don't declare a variable in the 'struct platform' declaration - we declare | simonb |
| 2000-03-26 | Remove local implementation switching to accelerated MI sfb.c. | nisimura |
| 2000-03-21 | Fix INTRCNT_DEC_550_IRQ_LEN. From Nathan Williams. | thorpej |
| 2000-03-20 | Update the amask bits. | thorpej |