Age | Commit message (Expand) | Author |
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 |
2001-08-31 | Assorted changes to really let non-DDB kernels (such as the future RAMDISK, | Miod Vallat |
2001-08-31 | Oops, finish removing variable. | Miod Vallat |
2001-08-31 | There's no point having a Debugger() clone here. | Miod Vallat |
2001-08-31 | Clean the DDB entry procedure for all console drivers, and honour | Miod Vallat |
2001-08-30 | Let non ddb kernels compile. | Miod Vallat |
2001-08-26 | We can now compile kernels with -Werror. | Miod Vallat |
2001-08-26 | Add prototypes, fix compilation warnings, random style fixes. | Miod Vallat |
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 |