Age | Commit message (Expand) | Author |
2001-09-21 | totally useless inlines, cost 1380 bytes too | Michael Shalayeff |
2001-09-21 | a bit smaller size, and add gem | Jason Wright |
2001-09-21 | Correct some pryntf() usage: get the correct number of arguments in the | Miod Vallat |
2001-09-21 | Correctly initialize variables in cpu_fork(). From NetBSD. | Miod Vallat |
2001-09-21 | Add the support for "-c", UKC in the bootloader. Note that currently this | Dale Rahn |
2001-09-21 | grammar fixens; from Kaspar Toomik <kaspar@anisakis.org>, pr2077 | Michael Shalayeff |
2001-09-21 | bump size to 8192 and remove a sparc-ism | Jason Wright |
2001-09-21 | -TEST,+RAMDISK | Jason Wright |
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 | Shared interrupts are not that uncommon. Stop chatting about it. | Artur Grabowski |
2001-09-21 | uvm_km_suballoc() will panic if it fails. No need to check the return | Miod Vallat |
2001-09-20 | No longer necessary. GENERIC is a good test kernel now. | Artur Grabowski |
2001-09-20 | From NetBSD: allow loading of kernels with bss+data > 4M | Jason Wright |
2001-09-20 | Three changes from NetBSD: | Jason Wright |
2001-09-20 | Incorrect parens (from netbsd) | Jason Wright |
2001-09-20 | Our printf has %b, use it and don't bother with snprintf stuff. | Jason Wright |
2001-09-20 | correct %b strings | Jason Wright |
2001-09-20 | grammar; from toby | Michael Shalayeff |
2001-09-20 | openfirmware device (and move ksyms decl to conf.h) | Jason Wright |
2001-09-20 | s/TF_SIZE/TRAPFRAME_SIZEOF/ to make it compile now | Michael Shalayeff |
2001-09-20 | make this produce the assym.h at least, was very hard to test of course | Michael Shalayeff |
2001-09-20 | occured->occurred | Mike Pechkin |
2001-09-20 | Allow nesting of fault handlers by saving old onfault handler and | Dale Rahn |
2001-09-20 | On a fault the onfault condition should be set to the old handler, not | Dale Rahn |
2001-09-20 | Be much more careful about pcb_onfault. | Artur Grabowski |
2001-09-20 | remove mountroot_hooks and add all of the stuff necessary for RAMDISK_HOOKS | Jason Wright |
2001-09-19 | add mapping for ramdisks to chrtoblktbl | Jason Wright |
2001-09-19 | typo | Theo de Raadt |
2001-09-19 | Get rid of unused pagezero variable. From NetBSD. | Miod Vallat |
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-19 | Fix a typo... and remove return; at the end of a void function. | Miod Vallat |
2001-09-19 | ugly ugly hack for compiling sha1.c with -O0 | Jason Wright |
2001-09-18 | bring sparc64 OUT of the stone age... MAXPARTITIONS 16 | Jason Wright |
2001-09-18 | make sure mountroot_hook list is initialized | Jason Wright |
2001-09-18 | uvmexp not uwmexp, these changes should be tested... | Dale Rahn |
2001-09-18 | Changing the way the pmap code works again. | Dale Rahn |
2001-09-18 | Not used anymore. | Miod Vallat |
2001-09-18 | Improve the panic message, print symbol and offset, of where fault occurs | Dale Rahn |
2001-09-17 | ramdisk kernel for sparc64 (compiles... will need tweaking) | Jason Wright |
2001-09-17 | Enable DMA for wdc_obio devices. This was the mode in which the recent | Dale Rahn |
2001-09-17 | Use pmap_k* to map the buffer cache. | Artur Grabowski |
2001-09-17 | pagemove() should use the pmap_k* functions instead of pmap_enter/remove. | Dale Rahn |
2001-09-17 | The gfx display buffer should request that it be mapped cached (writethru). | Dale Rahn |
2001-09-17 | genassym changes | Theo de Raadt |
2001-09-17 | stuff for ksyms (doesn't quite work yet, tho) | Jason Wright |
2001-09-16 | genassym.cf changes force a lot of case changes here. | Miod Vallat |
2001-09-16 | Make use of "export", "struct" and "member" keywords to be easier to read | Miod Vallat |
2001-09-16 | Update the bmac (if_bm) to a newer version from NetBSD. | Dale Rahn |