| Age | Commit message (Expand) | Author |
| 1998-09-21 | Add softserial to the alpha port. This significantly improved PPP | matt |
| 1998-09-20 | Add definitions for the maximum allowable `whami' procssor ID and the | thorpej |
| 1998-09-14 | Need 83 longs for a jmp_buf now. | thorpej |
| 1998-09-13 | Make signal delivery work again. | thorpej |
| 1998-08-30 | don't define __BUS_SPACE_COMPAT_OLDDEFS by default. As stated in | cgd |
| 1998-08-14 | vm_offset_t -> {paddr_t,vaddr_t}, vm_size_t -> vsize_t | thorpej |
| 1998-08-14 | Change the "vm_offset_t"s to "u_long"s for now; eventually, we can make | thorpej |
| 1998-08-13 | Merge paddr_t changes into the main branch. | eeh |
| 1998-08-06 | _POSIX_SOURCE -> _POSIX_C_SOURCE | kleink |
| 1998-08-01 | Remove some lint. | thorpej |
| 1998-08-01 | Implement alpha_shared_intr_disestablish(). Simply removes the handler | thorpej |
| 1998-07-31 | (Always) (practice) (safe) (macro expansion). | mycroft |
| 1998-07-31 | Provide a hook for bypassing space accounting, needed to support ISA PnP | thorpej |
| 1998-07-27 | Delint. | mycroft |
| 1998-07-24 | Provide PMAP_{,UN}MAP_POOLPAGE(). | thorpej |
| 1998-07-18 | Switching dev/ic/lpt.c to use spllpt() instead of spltty(). It doesn't use | is |
| 1998-07-13 | Kill the old extern mchkinfo pointer and prototype cpu_mchkinfo(). | ross |
| 1998-07-08 | stale beer- place structure in right file | mjacob |
| 1998-07-08 | Define a macro that returns the mask of PALcode PTE bits that we care | thorpej |
| 1998-07-08 | Define a shorthand macro that represents the mask of PTE bits that the | thorpej |
| 1998-07-08 | Cosmetic change. | thorpej |
| 1998-07-08 | Define one page free list, and put all pages on it. | thorpej |
| 1998-07-08 | Add machine check type definitions. Structure the expected/received | mjacob |
| 1998-07-08 | common logout structure definitions, or a start thereof | mjacob |
| 1998-07-07 | On second thought, call that like the rest of the shared intr functions. | thorpej |
| 1998-07-07 | Define a macro to test if a shared interrupt should be disabled after | thorpej |
| 1998-06-27 | Take a stab at EB66 support. An EB66 is basically an EB64+ with a | thorpej |
| 1998-06-26 | Note ST_DEC_1000 as PCI/EISA. | ross |
| 1998-06-26 | Add AlphaServer 1000 interrupts. | ross |
| 1998-06-24 | Identify ST_DEC_1000A as PCI/EISA. | ross |
| 1998-06-24 | Add dec_1000a interrupts. | ross |
| 1998-06-14 | GC the unused `physadr' type, which was not able to hold a complete physical | kleink |
| 1998-06-12 | Rework the way kernel include files are installed. In the new method, | cgd |
| 1998-06-11 | Define a macro to test PG_EXEC. | thorpej |
| 1998-06-11 | Define a software PTE bit to track VM_PROT_EXEC. | thorpej |
| 1998-06-08 | Add debugging support to the bus_space macros. If BUS_SPACE_DEBUG (or DEBUG) | thorpej |
| 1998-06-06 | Clean up a little, and add a `powerdown' hook in the platform structure. | thorpej |
| 1998-06-05 | Add system variation for Miata 1.5. | thorpej |
| 1998-06-05 | Support for the Digital Personal Workstation [456]xx, a.k.a. Miata (systype | thorpej |
| 1998-06-03 | Define a bunch more system variations. | thorpej |
| 1998-06-03 | Allow the DMA tag to specify a boundary contraint. If the device has a | thorpej |
| 1998-05-25 | If any of _ANSI_SOURCE, _POSIX_C_SOURCE or _XOPEN_SOURCE are defined, don't | kleink |
| 1998-05-25 | Add "SCSIID" and "SCSIFAST" environment variables present on the | thorpej |
| 1998-05-20 | Add fine-grained locking, using a locking protocol modeled after the i386 | thorpej |
| 1998-05-19 | Argh, finish renaming Lev1map to kernel_lev1map. | thorpej |
| 1998-05-19 | Make PT page reference counting more generic so it can be used for other | thorpej |
| 1998-05-19 | The Alpha architecture has a variable page size; don't hardwire the | thorpej |
| 1998-05-19 | Make the page attribute manifest constant names have similar form to | thorpej |
| 1998-05-19 | Keep track of page usage inside the pmap (pvent, l{1,2,3}pt page, "normal"). | thorpej |
| 1998-05-14 | Garbage-collect the old confargs stuff that was used in the Early Days. | thorpej |