Age | Commit message (Expand) | Author |
2001-11-23 | dev{cons,cninit.c} are mandatory. | Miod Vallat |
2001-11-21 | Lower splvm() level, after discussing with art. | Miod Vallat |
2001-11-20 | Oops. | Miod Vallat |
2001-11-20 | Prevent more symbol clashes when compiling userland. | Miod Vallat |
2001-11-20 | All sensitive pmap operations should operate at splvm, NOT splimp. | Miod Vallat |
2001-11-18 | Remove \n from more panic messages | 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-08 | There is no point keeping ramdisk support in non-RAMDISK kernels. | Miod Vallat |
2001-11-07 | Unbreak cpu_fork(). mvme88k kernels compile and work again. | Miod Vallat |
2001-11-07 | Let those compile. | Miod Vallat |
2001-11-07 | post-mmap API change fixes. | Miod Vallat |
2001-11-07 | Add an alignment argument to uvm_map that specifies an alignment hint | Artur Grabowski |
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-11-01 | Change d_mmap in struct cdevsw from: | Artur Grabowski |
2001-10-28 | Handle RB_TIMEBAD in boot(). | Miod Vallat |
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-10-28 | Let 188-only kernels compile. | Miod Vallat |
2001-10-28 | I have nothing against stack checks at clock ints, as long as they are | Miod Vallat |
2001-10-28 | Prune more old stuff | Miod Vallat |
2001-09-29 | The "swap generic" configuration needs only two entries in swdevt[]. | Miod Vallat |
2001-09-28 | cold is now staticly initialized. | 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-28 | move cdev_decl(pf) into it's proper place, kill cdev_decl(ipl) at the same time | Michael Shalayeff |
2001-09-23 | Rename kdb_init() to db_machine_init(). | Miod Vallat |
2001-09-23 | Declare machdep.conssole_device sysctl. | Miod Vallat |
2001-09-23 | rename kdb_init() to db_machine_init(). | Miod Vallat |
2001-09-23 | kernel_pmap -> pmap_kernel() | Miod Vallat |
2001-09-23 | Don't define _C_LABEL here. | Miod Vallat |
2001-09-23 | Don't redefine pmap_kernel() locally. | 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-09-21 | phys_map declaration comes from <vm/vm.h>, no need to declare it locally. | Miod Vallat |
2001-09-21 | uvm_km_suballoc() will panic if it fails. No need to check the return | Miod Vallat |
2001-09-20 | occured->occurred | Mike Pechkin |
2001-09-19 | Now is a good time to commit this cosmetic maxpartition-related change... | Miod Vallat |
2001-09-19 | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok | Michael Shalayeff |
2001-09-16 | Make use of "export", "struct" and "member" keywords to be easier to read | Miod Vallat |
2001-09-14 | simplify userret | Artur Grabowski |
2001-09-12 | mbutl no more | Artur Grabowski |
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat |
2001-08-31 | I should get more sleep. | Miod Vallat |