summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2001-09-21totally useless inlines, cost 1380 bytes tooMichael Shalayeff
2001-09-21a bit smaller size, and add gemJason Wright
2001-09-21Correct some pryntf() usage: get the correct number of arguments in theMiod Vallat
2001-09-21Correctly initialize variables in cpu_fork(). From NetBSD.Miod Vallat
2001-09-21Add the support for "-c", UKC in the bootloader. Note that currently thisDale Rahn
2001-09-21grammar fixens; from Kaspar Toomik <kaspar@anisakis.org>, pr2077Michael Shalayeff
2001-09-21bump size to 8192 and remove a sparc-ismJason Wright
2001-09-21-TEST,+RAMDISKJason Wright
2001-09-21Don't protect useful macro definitions with #ifdef _LOCORE, as libc needsMiod Vallat
2001-09-21phys_map declaration comes from <vm/vm.h>, no need to declare it locally.Miod Vallat
2001-09-21Shared interrupts are not that uncommon. Stop chatting about it.Artur Grabowski
2001-09-21uvm_km_suballoc() will panic if it fails. No need to check the returnMiod Vallat
2001-09-20No longer necessary. GENERIC is a good test kernel now.Artur Grabowski
2001-09-20From NetBSD: allow loading of kernels with bss+data > 4MJason Wright
2001-09-20Three changes from NetBSD:Jason Wright
2001-09-20Incorrect parens (from netbsd)Jason Wright
2001-09-20Our printf has %b, use it and don't bother with snprintf stuff.Jason Wright
2001-09-20correct %b stringsJason Wright
2001-09-20grammar; from tobyMichael Shalayeff
2001-09-20openfirmware device (and move ksyms decl to conf.h)Jason Wright
2001-09-20s/TF_SIZE/TRAPFRAME_SIZEOF/ to make it compile nowMichael Shalayeff
2001-09-20make this produce the assym.h at least, was very hard to test of courseMichael Shalayeff
2001-09-20occured->occurredMike Pechkin
2001-09-20Allow nesting of fault handlers by saving old onfault handler andDale Rahn
2001-09-20On a fault the onfault condition should be set to the old handler, notDale Rahn
2001-09-20Be much more careful about pcb_onfault.Artur Grabowski
2001-09-20remove mountroot_hooks and add all of the stuff necessary for RAMDISK_HOOKSJason Wright
2001-09-19add mapping for ramdisks to chrtoblktblJason Wright
2001-09-19typoTheo de Raadt
2001-09-19Get rid of unused pagezero variable. From NetBSD.Miod Vallat
2001-09-19Now is a good time to commit this cosmetic maxpartition-related change...Miod Vallat
2001-09-19merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okMichael Shalayeff
2001-09-19Fix a typo... and remove return; at the end of a void function.Miod Vallat
2001-09-19ugly ugly hack for compiling sha1.c with -O0Jason Wright
2001-09-18bring sparc64 OUT of the stone age... MAXPARTITIONS 16Jason Wright
2001-09-18make sure mountroot_hook list is initializedJason Wright
2001-09-18uvmexp not uwmexp, these changes should be tested...Dale Rahn
2001-09-18Changing the way the pmap code works again.Dale Rahn
2001-09-18Not used anymore.Miod Vallat
2001-09-18Improve the panic message, print symbol and offset, of where fault occursDale Rahn
2001-09-17ramdisk kernel for sparc64 (compiles... will need tweaking)Jason Wright
2001-09-17Enable DMA for wdc_obio devices. This was the mode in which the recentDale Rahn
2001-09-17Use pmap_k* to map the buffer cache.Artur Grabowski
2001-09-17pagemove() should use the pmap_k* functions instead of pmap_enter/remove.Dale Rahn
2001-09-17The gfx display buffer should request that it be mapped cached (writethru).Dale Rahn
2001-09-17genassym changesTheo de Raadt
2001-09-17stuff for ksyms (doesn't quite work yet, tho)Jason Wright
2001-09-16genassym.cf changes force a lot of case changes here.Miod Vallat
2001-09-16Make use of "export", "struct" and "member" keywords to be easier to readMiod Vallat
2001-09-16Update the bmac (if_bm) to a newer version from NetBSD.Dale Rahn