Age | Commit message (Expand) | Author |
2001-12-17 | Move the process_read_reg prototype to the correct file, it is specified | Dale Rahn |
2001-12-05 | make nkmempages dynamic based on memory. okay art@ from netbsd: | Niels Provos |
2001-12-05 | Update pmap_update macro for arches Art missed. Still just a noop. | Todd C. Miller |
2001-11-28 | Make pmap_update functions into nops so that we can have a consistent | Artur Grabowski |
2001-11-19 | Remove pointless additional 'syncing' instructions in the powerpc spl*() | Dale Rahn |
2001-11-13 | Add AltiVec support to powerpc/macppc. This is not currently enabled because | Dale Rahn |
2001-11-06 | Need to prototype pmap_pinit and pmap_release here. | Artur Grabowski |
2001-09-18 | Changing the way the pmap code works again. | Dale Rahn |
2001-09-10 | move vtophys proto into a port-area in order to remove it for macppc eventual... | Michael Shalayeff |
2001-09-01 | The "powerpc" port which has supported the newer Apple Macintosh powerpc based | Dale Rahn |
2001-08-19 | ddb on powerpc does not have ``machine'' commands, so don't lie. | Miod Vallat |
2001-08-18 | Move pmap_{de,}activate to vm/pmap.h, it's same on all archs. | Artur Grabowski |
2001-08-15 | Same fix as for mvmeppc needed there, forgot this one. | Miod Vallat |
2001-08-12 | vm_inherit.h no more | Michael Shalayeff |
2001-08-12 | Fix build after breakage. | Dale Rahn |
2001-08-01 | make this compile. ok drahn | Peter Valchev |
2001-07-30 | Change: | Artur Grabowski |
2001-07-18 | fxp and de are fixed, enable vtophys | Michael Shalayeff |
2001-07-18 | Fix prototype that art missed... | Dale Rahn |
2001-07-18 | Get rid of the PMAP_NEW option by making it mandatory for all archs. | Artur Grabowski |
2001-07-10 | Until fxp and if_de are fixed with the correct parameter to vtophys() | Dale Rahn |
2001-07-09 | looking at other archs vtophys lives there | Michael Shalayeff |
2001-07-09 | more spacees, includes, protos | Michael Shalayeff |
2001-07-09 | protos, includes, spaces | Michael Shalayeff |
2001-07-09 | lots of parens, protos | Michael Shalayeff |
2001-07-08 | empty arg list is named void for convinience, i suppose | Michael Shalayeff |
2001-07-06 | change MSIZE to 256, okay @deraadt | Niels Provos |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist |
2001-07-01 | Properly identify the PBG4 keyboard, US keyboard at least. | Dale Rahn |
2001-06-29 | Add kbd info for iBook. -moj | Mats O Jansson |
2001-06-29 | header file include/define cleanup. commit N of many. | Dale Rahn |
2001-06-27 | MNN is no longer an option. | Artur Grabowski |
2001-06-26 | Cleanup of interrupt configuration, move prototypes to header file, | Dale Rahn |
2001-06-26 | stub bus_space_{alloc,free} | Michael Shalayeff |
2001-06-25 | implement bus_space_set_multi_*, based on netbsd code; drahn@ ok | Michael Shalayeff |
2001-06-25 | config interfaces defines. | Dale Rahn |
2001-06-24 | Add prototypes for softnet, ofrootfound. | Dale Rahn |
2001-06-24 | Define splvm() for arches who don't already provide it, with the same | Miod Vallat |
2001-06-24 | Header file to specify to loadfile what types of exe files to support. | Dale Rahn |
2001-06-24 | Prototype functions used in macros in this header file. | Dale Rahn |
2001-06-24 | Add prototype for ofwconprobe(). | Dale Rahn |
2001-06-24 | fpu function prototypes; | Dale Rahn |
2001-06-24 | include prototype for calc_delayconst() | Dale Rahn |
2001-06-24 | Unused variable, poof. | Dale Rahn |
2001-06-24 | More inlined function cleanup for -W strictness. | Dale Rahn |
2001-06-24 | More inline function clean for -W flags strictness. | Dale Rahn |
2001-06-24 | More inline function cleanup for stricter -W flags. | Dale Rahn |
2001-06-24 | inlined function definition clean, in preparation of more strict -W warning | Dale Rahn |
2001-06-23 | Header file changes to support symbol loading just added. | Dale Rahn |
2001-06-10 | Hack/workaround for gcc bug. GCC will generate a load/store double instruction | Dale Rahn |