Age | Commit message (Expand) | Author |
2003-10-21 | spacing cleanup. | Dale Rahn |
2003-10-21 | Missed ANSI. | Dale Rahn |
2003-10-21 | This was changed from a magic number to a define in the header file, | Dale Rahn |
2003-10-20 | Instead of using xor to clear a register , use li <REG>,0 (load immediate) | Dale Rahn |
2003-10-19 | Use defines instead of magic constants for more IPL_ stuff, also sort | Dale Rahn |
2003-10-19 | Simplify pmap DEBUG test constructs. | Miod Vallat |
2003-10-18 | typos from Jared Yanovich; | Jason McIntyre |
2003-10-18 | ANSI/KNF now that conflict has been resolved. | Dale Rahn |
2003-10-17 | Merge an old fix from NetBSD: | Alexander Yurchenko |
2003-10-16 | Better DEBUG output. | Miod Vallat |
2003-10-16 | more white | Theo de Raadt |
2003-10-16 | There is no end to the ANSI/KNF journey. | Dale Rahn |
2003-10-16 | spaces | Theo de Raadt |
2003-10-16 | need to give space reg saving rctr and ccr | Michael Shalayeff |
2003-10-16 | more ANSI/KNF. | Dale Rahn |
2003-10-15 | Further down the ANSI/KNF road, only binary difference is __LINE__. | Dale Rahn |
2003-10-15 | spaces | Theo de Raadt |
2003-10-15 | asm readability register names are %r0 instead of 0. No binary change. | Dale Rahn |
2003-10-15 | have to fetch the rctr while still in real mode for it is not valid after | Michael Shalayeff |
2003-10-15 | less global name space pollution | Michael Shalayeff |
2003-10-15 | The ANSI/KNF trail continues. No binary differences. | Dale Rahn |
2003-10-15 | Better reset code, even. | Miod Vallat |
2003-10-15 | do not define IPL_IMP | Michael Shalayeff |
2003-10-15 | avoid possible /0 when drawing the led load graph | Michael Shalayeff |
2003-10-15 | Do not assert SYSRST on 1x7 boards, if we are not a SYSCON, or unexpected | Miod Vallat |
2003-10-15 | somehow a line of code got tired of gcc abuse and sneaked itself into an #if ... | Michael Shalayeff |
2003-10-15 | typo in comment, ok jason@ | David Krause |
2003-10-15 | regen | Michael Shalayeff |
2003-10-15 | one more model | Michael Shalayeff |
2003-10-15 | Sometimes KNF is not a destination, but a journey. Also ANSI. | Dale Rahn |
2003-10-15 | Instead of specifying registers by number use the %rN notation, doens't give | Dale Rahn |
2003-10-15 | Housecleaning, no binary change. | Dale Rahn |
2003-10-14 | Ok, now that the via c3 crypto stuff is in the tree, merge the last bit of | Jason Wright |
2003-10-14 | Oops, unbrek. | Miod Vallat |
2003-10-13 | Get rid of the "page table group" stuff. "groups" used to be one logical page | Miod Vallat |
2003-10-13 | More m68k pmap tweaks: | Miod Vallat |
2003-10-13 | Do not define LEDEBUG by default. | Miod Vallat |
2003-10-11 | Better sync comment with reality after last commit. | Miod Vallat |
2003-10-11 | Get rid of "union cpupid"; makes <machine/cpus.h> disappear as well. | Miod Vallat |
2003-10-11 | Nuke trailing whitespace. | Miod Vallat |
2003-10-11 | Page tables can be cached again on 187 and 188, as long as they are cached | Miod Vallat |
2003-10-11 | Simplify DAE debug display. | Miod Vallat |
2003-10-11 | Merge sclock and clock pseudo-devices. | Miod Vallat |
2003-10-10 | In pmap_expand_kmap(), be sure to initialize new page tables. | Miod Vallat |
2003-10-09 | A few 68060 bugfixes with side effects: | Miod Vallat |
2003-10-09 | More m68k common include files factorization. | Miod Vallat |
2003-10-09 | Minor cpp changes to let all kernels in conf/ compile. | Miod Vallat |
2003-10-08 | Sync VMEChip2 timer usage with mvme68k (i.e. make it slightly more sane). | Miod Vallat |
2003-10-08 | Fix endian bug in macppc bus_space_set_region_N(). ok miod@ | Dale Rahn |
2003-10-08 | On 167 and 177 boards, use a VMEChip2 timer for accurate delay() whenever | Miod Vallat |