Age | Commit message (Expand) | Author |
2001-12-12 | Remove prototypes for non-existent mach leftovers, or duplicated in | Miod Vallat |
2001-12-05 | VM_KMEM_SIZE no longer needed. | Artur Grabowski |
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-30 | Remove some definitions which do not make sense for non-m68k platforms. | Miod Vallat |
2001-11-30 | Now that pmaps can have vm_page_md, make pmap_physseg optional. | Artur Grabowski |
2001-11-28 | zap some typedefs. | Artur Grabowski |
2001-11-28 | Make pmap_update functions into nops so that we can have a consistent | Artur Grabowski |
2001-11-27 | A few cleanups to have less include files include each other. | Miod Vallat |
2001-11-27 | Declare symbolic names for the various interrupts used by ddb. | Miod Vallat |
2001-11-21 | Lower splvm() level, after discussing with art. | Miod Vallat |
2001-11-20 | Prevent more symbol clashes when compiling userland. | Miod Vallat |
2001-11-16 | mvme88k varargs cleanup 1/2 | Miod Vallat |
2001-11-09 | Ouch, more variables declarations in .h files lacking ``extern'' safety | Miod Vallat |
2001-11-09 | Be less smart in this file, but at least prevent symbol names clashes | Miod Vallat |
2001-11-08 | COPY_SIGCODE serve no purpose nowadays. | Miod Vallat |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-06 | Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument, | Artur Grabowski |
2001-11-06 | Kill vm/vm_param.h, move it to uvm/uvm_param.h | Artur Grabowski |
2001-10-28 | Use the same pipeline flush instruction everywhere. | Miod Vallat |
2001-10-28 | Define kernel_pmap only if _KERNEL defined. | Miod Vallat |
2001-09-28 | Variable declarations in .h files without extern keywords suck. | Miod Vallat |
2001-09-28 | Typos of the day. | Miod Vallat |
2001-09-28 | More cleaning, some style changes. | Miod Vallat |
2001-09-28 | "sys/foo.h" -> <sys/foo.h> | Miod Vallat |
2001-09-23 | Declare machdep.conssole_device sysctl. | Miod Vallat |
2001-09-23 | Don't define _C_LABEL here. | Miod Vallat |
2001-09-22 | Remove more old, dusty, unused defines. | Miod Vallat |
2001-09-21 | Don't protect useful macro definitions with #ifdef _LOCORE, as libc needs | Miod Vallat |
2001-08-31 | There's no point having a Debugger() clone here. | Miod Vallat |
2001-08-26 | Add prototypes, fix compilation warnings, random style fixes. | 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 | Get rid of a shupid define. | Miod Vallat |
2001-08-24 | Cleanup. | Miod Vallat |
2001-08-24 | There is no need to hide potentially useful stuff in .c files. | Miod Vallat |
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-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 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela |
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 | remove some old cruft. | Artur Grabowski |
2001-08-11 | Include files serve a purpose. Move lots of extern statements from | Miod Vallat |
2001-08-07 | One more typo. | Miod Vallat |
2001-08-07 | Sprinkle a few Holy Volatiles (tm). | Miod Vallat |