| Age | Commit message (Expand) | Author |
| 2012-02-06 | Do a minor cleanup of alpha (this will make applying pullups post branching | matt |
| 2011-07-01 | #include <sys/bus.h> instead of <machine/bus.h>. | dyoung |
| 2011-06-14 | Major cleanup of alpha device drivers. | matt |
| 2011-06-06 | CFATTACH_DECL(..., sizeof(struct device), -> CFATTACH_DECL_NEW(..., 0 | matt |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2009-03-14 | Remove all the __P() from sys (excluding sys/dist) | dsl |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-29 | Don't forget to initialize sc_dev. | tsutsui |
| 2008-03-28 | Split device_t and softc for MI mc146818 clock, | tsutsui |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-07-21 | Add MI todr(9) support and timercounter(9) support with kern_cctr.c to alpha: | tsutsui |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-24 | fix spelling of accommodate; from Zapher. | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-08-26 | kill some more simple submatch() functions, use config_stdsubmatch() | drochner |
| 2005-08-25 | replace the "locdesc_t" structure carrying the number of locators | drochner |
| 2005-06-02 | add more "const" | drochner |
| 2004-09-13 | autoconf cleanup: turn xxxsubmatch() functions into the locator | drochner |
| 2004-09-13 | pass locators to tlsbsubmatch() | drochner |
| 2003-01-01 | Use aprint_normal() for cfprint routines. | thorpej |
| 2002-10-02 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-27 | Introduce a new routine, config_match(), which invokes the | thorpej |
| 2001-07-19 | Only match the "gbus" on the primary CPU's CPU module. | thorpej |
| 2001-07-12 | bzero -> memset | thorpej |
| 2001-04-21 | Adjust the way the cpu_info[] array works (array of pointers | thorpej |
| 2001-04-20 | Adjust for a multiprocessor data structure change (whee, I guess | thorpej |
| 2000-01-27 | Add some defines for TLSB interrupt mask and summary registers. Update | mjacob |
| 1999-08-10 | Move cpu_info and related info into <machine/cpu.h>, and implement the | thorpej |
| 1999-04-10 | be more consistent about use of 'cputype'. e.g. it's in a header, don't | cgd |
| 1999-02-23 | Now that we have the kthread mechanism, massively clean up the way | thorpej |
| 1999-02-12 | Fix printf format problems on Alpha. (IRONIC?!) | thorpej |
| 1998-11-19 | More include shuffling. | ross |
| 1998-10-01 | If not MULTIPROCESSOR then identify the interrupt target cpu by hwrpb id (%d) | ross |
| 1998-09-29 | - Do not set TLCPUMASK on non-I/O nodes. That register exists only on | thorpej |
| 1998-07-08 | Clarify comment about what nodes are being 'found' and noted for later | mjacob |
| 1998-07-08 | There can only be one TurboLaser node, and now we'll overload | mjacob |
| 1998-07-08 | add some error handling specific definitions | mjacob |
| 1998-07-08 | add some more offset definitions | mjacob |
| 1998-05-14 | Garbage-collect the old confargs stuff that was used in the Early Days. | thorpej |
| 1998-05-13 | Cleanup TurboLaser autoconfiguration somewhat. | thorpej |
| 1998-05-13 | Clean up a buglet. | thorpej |
| 1998-05-13 | Implement and use gbussubmatch(). | thorpej |
| 1998-05-13 | Normalize gbus configuration somewhat, and add support for configuring | thorpej |
| 1998-04-15 | some cleanup | mjacob |
| 1998-01-12 | Adjust for config changes. | thorpej |
| 1997-09-02 | Nuke the idea of <machine/options.h>. It completely defeats the purpose | thorpej |
| 1997-07-22 | Use new <dev/dec/clockvar.h> and and <dev/dec/mcclokvar.h>. | jonathan |
| 1997-07-17 | use locator defines in "locators.h" to index cf_loc[] | jtk |
| 1997-06-08 | Print the hose number in kftprint(). | thorpej |