| Age | Commit message (Expand) | Author |
| 2014-01-22 | undo rump workaround | christos |
| 2014-01-21 | rumpkernel needs ci_pcc_freq | christos |
| 2014-01-20 | Check and set "is_console" property to PCI displays for framebuffer drivers. | tsutsui |
| 2014-01-01 | Fix PMAP_SIZEOF() to deal with that the pmap has 0 pmap_asn_info now. | matt |
| 2013-11-10 | use __unused instead of __USE and void cast to mark iterator variable unused | christos |
| 2013-11-04 | convert to flex array | christos |
| 2013-11-04 | make volatile variable as __USED() | christos |
| 2013-11-03 | use __USE() in the iterator variable | christos |
| 2013-08-22 | -extend the pcu(9) API by a function which saves all context on the | drochner |
| 2013-07-11 | Add a RCSID macro for non _KERNEL use | matt |
| 2013-04-11 | add missing SSIZE_MIN | christos |
| 2013-01-14 | Copy the ALPHA_PGSHIFT value into the non-_KERNEL branch. | he |
| 2013-01-07 | Only include machine/cpu.h if _KERNEL is defined. | dsl |
| 2012-12-26 | Update to new pcu_state_{load,save,release} definitions | matt |
| 2012-12-10 | enable __USE_TOPDOWN_VM. | chs |
| 2012-09-12 | setcontext() used to be incompatible with -lpthread since it affected | manu |
| 2012-09-10 | Make this file idempotent | martin |
| 2012-03-28 | - Normalize inclusion protection (remove) | christos |
| 2012-02-10 | proper sizing of kmem_arena on different ports | para |
| 2012-02-06 | Do a minor cleanup of alpha (this will make applying pullups post branching | matt |
| 2012-01-25 | Enable direct-mapped uareas for alpha. | matt |
| 2012-01-24 | Use and define ALIGN() ALIGN_POINTER() and STACK_ALIGN() consistently, | christos |
| 2012-01-21 | cpu_uarea_free returns bool, not void | matt |
| 2012-01-20 | Change CMSG_SPACE and CMSG_LEN to provide Integer Constant Expressions | joerg |
| 2011-08-30 | Add getlabelusesmbr(), as proposed in | bouyer |
| 2011-08-12 | Straggler from last: add bus_user.h to the repository. | dyoung |
| 2011-08-12 | Pull the bus_space(9) definitions needed by alpha userland into | dyoung |
| 2011-08-02 | Define struct alpha_pci_conf_readwrite_args only once; fix build. | uebayasi |
| 2011-07-28 | Put libalpha back. | dyoung |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2011-07-17 | Oops, add back struct alpha_pci_conf_readwrite_args. | dyoung |
| 2011-07-17 | Don't #include <machine/bus_defs.h> from this header unless _KERNEL | dyoung |
| 2011-07-13 | On alpha, good-bye <machine/bus.h>. | dyoung |
| 2011-07-13 | Switch alpha to new-style <sys/bus.h>. | dyoung |
| 2011-07-13 | #include <machine/bus_defs.h> instead of <machine/bus.h>. | dyoung |
| 2011-07-09 | Don't install alpha/bus.h any more. | dyoung |
| 2011-07-07 | port to GCC 4.5. | mrg |
| 2011-07-06 | Oops, missed one: #include <sys/bus.h> instead of <machine/bus.h>. | dyoung |
| 2011-07-01 | Per discussion at | dyoung |
| 2011-06-14 | Major cleanup of alpha device drivers. | matt |
| 2011-06-14 | Add latent support for __HAVE_CPU_UAREA_ROUTINES | matt |
| 2011-06-14 | struct device * -> device_t | matt |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2011-06-07 | Switch alpha to use PCU to manage the FPU. | matt |
| 2011-05-26 | Introduce DDB_EXPR_FMT and replace the logic around DB_EXPR_T_IS_QUAD. | joerg |
| 2011-05-24 | Convert some simple_lock uses to mutex(9). | rmind |
| 2011-04-04 | Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9), | dyoung |
| 2011-03-31 | Enable TLS for alpha - a 2nd class^Wtier system in pookaBSD^WNetBSD | skrll |
| 2011-02-25 | Be nicer to software that insists on -ansi and use __inline. | joerg |
| 2011-02-24 | Allow storing and receiving the LWP private pointer via ucontext_t | joerg |