| Age | Commit message (Expand) | Author |
| 2003-12-30 | Replace the traditional buffer memory management -- based on fixed per buffer | pk |
| 2003-10-25 | Switch from intrcnt interrupt account to event counters. | simonb |
| 2003-10-25 | Rename the "strtc" device to "m41t81rtc" so that it doesn't conflict with | simonb |
| 2003-10-08 | Overhaul MBR handling (part 1): | lukem |
| 2003-09-26 | Cast through (void *) to appease gcc3. | simonb |
| 2003-09-26 | Add "ULL" to large constant; keeps gcc331 happy. | simonb |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2003-07-06 | Hardwire physmem to 32MB if not called from CFE. | simonb |
| 2003-06-23 | Make sure to include opt_foo.h if a defflag option FOO is used. | martin |
| 2003-05-29 | KNF nit. | simonb |
| 2003-05-10 | Change bounds_check_with_label() to take a pointer to the disk structure, | thorpej |
| 2003-05-02 | Change return type of readdisklabel() to const char * | dsl |
| 2003-04-26 | Call ksyms_init() instead of ddb_init() in case of | ragge |
| 2003-04-16 | Nake return values from bounds_check_with_label() conform to the man | bouyer |
| 2003-04-02 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-03-19 | Spell 'strategy' correctly. | simonb |
| 2003-02-11 | fix spacing on Broadcom license. | cgd |
| 2003-02-07 | Update to consistently use Broadcom GPL-compatible license on all SiByte code. | cgd |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-01 | Use aprint_normal() for cfprint routines. | thorpej |
| 2002-11-12 | Add support for the ST M41T81 RTC found on pass 2 swarm boards. | simonb |
| 2002-11-12 | s/bcopy/memcpy/ | simonb |
| 2002-11-12 | Fix the end-of-kernel calculation when we don't have a valid bootinfo | simonb |
| 2002-11-09 | support passing in kernel symbols from a boot loader. GC some bogus | cgd |
| 2002-11-09 | GC IKOS kernel option (never complete in these sources anyway) | cgd |
| 2002-11-08 | update to latest CFE API code | cgd |
| 2002-11-01 | Fix fallout from gehenna-devsw merge. | simonb |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-10-01 | 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 |
| 2002-09-25 | Don't include <sys/map.h>. | thorpej |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-08-25 | Make nbuf, nswbuf, and bufpages unsigned. Make all operations on these | thorpej |
| 2002-08-04 | Merge cpu_sysctl() for all mips ports, based on powerpc and m68k precedent. | gmcgarry |
| 2002-07-31 | Use evbmips/evbmips/conf_common.c since the sbmips port's conf.c was | simonb |
| 2002-07-19 | Rename cdev_systrace_init() to cdev_clonemisc_init(), so it can | thorpej |
| 2002-07-11 | Add kttcp device. | simonb |
| 2002-06-17 | MD systrace gluons. | christos |
| 2002-06-07 | For some reason I'm not sure of yet, cfe_exit(warmstart, ...) isn't | simonb |
| 2002-06-04 | Add an extremely rough SMBus handler and RTC driver. This will be | simonb |
| 2002-06-04 | Match all possible CPUs, but print warnings that the processors after | simonb |
| 2002-06-04 | 3 ports are now using the reciprocal count divisor code now, move it | simonb |
| 2002-06-01 | Remove some unused debug cruft. | simonb |
| 2002-06-01 | Remove the unneeded early memsize/physmem calculations. | simonb |
| 2002-06-01 | Add statclock and todr function arguments to the systemsw. | simonb |
| 2002-05-03 | Fix off-by-one error in delay(). Fix from Charles Hannum in ARM code, | simonb |
| 2002-03-17 | Include <machine/swarm.h>. | simonb |
| 2002-03-17 | Don't use a magic number. | simonb |