Age | Commit message (Expand) | Author |
2001-08-26 | Add prototypes, fix compilation warnings, random style fixes. | Miod Vallat |
2001-08-24 | Adapt to trap() name change. | Miod Vallat |
2001-08-24 | Adapt to the <machine/asm.h> macros (only for entry points for now, because | Miod Vallat |
2001-08-24 | Rename the trap() symbols with more insightful names. This forces us | Miod Vallat |
2001-08-24 | Define the usual <machine/asm.h> macros, for convenience of .S parts. | Miod Vallat |
2001-08-24 | Correct execution flow in m197_table_search(). | Miod Vallat |
2001-08-24 | Grandma always told me, initialize your variables before you print their | Miod Vallat |
2001-08-24 | Get rid of a shupid define. | Miod Vallat |
2001-08-24 | Cleanup. | Miod Vallat |
2001-08-24 | Remove unused debugging code, fix uninitialized variables. | Miod Vallat |
2001-08-24 | There is no need to hide potentially useful stuff in .c files. | Miod Vallat |
2001-08-24 | Get rid of the ugly db_printf() wrappers, as well as of the | Miod Vallat |
2001-08-24 | Correctly tell if a syscon is main one on 188. | Miod Vallat |
2001-08-24 | Pass a dev_t where a dev_t is expected. | Miod Vallat |
2001-08-24 | No newline at the end of panic messages. | Miod Vallat |
2001-08-23 | Vacuum cleanup. Half of this is now in <sys/conf.h>, the other half is | Miod Vallat |
2001-08-23 | option M88000 is not necessary for mvme88k. | Miod Vallat |
2001-08-23 | Sync with contents of arch/foo/conf directory, might be useful one day. | Miod Vallat |
2001-08-23 | We can now move timeout_init into main(). | Artur Grabowski |
2001-08-23 | Remove even more old timeout tentacles. | Artur Grabowski |
2001-08-23 | Provide temporary compatibility with old machine ID binaries for some time. | Miod Vallat |
2001-08-18 | Move pmap_{de,}activate to vm/pmap.h, it's same on all archs. | Artur Grabowski |
2001-08-15 | More 197 support breakage. | Miod Vallat |
2001-08-12 | Actually, I'm not fond of include files including <uvm/uvm_extern.h>, | Miod Vallat |
2001-08-12 | vm_inherit.h no more | Michael Shalayeff |
2001-08-12 | Adapt to <vm/vm_prot.h> removal. | Miod Vallat |
2001-08-12 | g/c old, unused, constants. | Miod Vallat |
2001-08-12 | Replace VM_{MAX,MIN}_USER_ADDRESS with VM_{MAX,MIN}_ADDRESS. | Miod Vallat |
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela |
2001-08-12 | Remove asserts, there is enough diag code there. | Miod Vallat |
2001-08-11 | Cleanup. | Miod Vallat |
2001-08-11 | Add wint_t type declaration. | Miod Vallat |
2001-08-11 | Looks like you're not needed, pal. | Miod Vallat |
2001-08-11 | Unnecessary and redundant includes. | Artur Grabowski |
2001-08-11 | remove some old cruft. | Artur Grabowski |
2001-08-11 | swapmap is gone forever. | Artur Grabowski |
2001-08-11 | Make m18x_cmmu.c only compiled if support for 187 or 188 is required. | Miod Vallat |
2001-08-11 | Include files serve a purpose. Move lots of extern statements from | Miod Vallat |
2001-08-11 | Make iomap_mapout() a void function, since its return value is always 1 | Miod Vallat |
2001-08-08 | New timeouts. | Miod Vallat |
2001-08-07 | Not used. | Miod Vallat |
2001-08-07 | One more typo. | Miod Vallat |
2001-08-07 | Sprinkle a few Holy Volatiles (tm). | Miod Vallat |
2001-08-07 | Make config(8) choose which source files to exclude, from the kernel | Miod Vallat |
2001-08-06 | remove vm_conf.h; art@ ok | Michael Shalayeff |
2001-08-06 | __BDEVSW_DUMP_OLD_TYPE no more. | Miod Vallat |
2001-08-06 | Working kernel crash dumps. | Miod Vallat |
2001-08-05 | Use syntaxic sugar provided by PMAP_NEW | Miod Vallat |
2001-07-26 | Always flush the pipeline after updating cr1. | Miod Vallat |
2001-07-25 | Change the pmap_enter interface to merge access_type and the wired boolean | Artur Grabowski |