Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-29 | com at ebus | Artur Grabowski | |
2001-09-29 | com at ebus | Artur Grabowski | |
2001-09-29 | Glue for com at ebus. From NetBSD, hacked to fit our com. | Artur Grabowski | |
2001-09-28 | Hack to work around bootpaths like: | Jason Wright | |
bootpath: /pci@1f,4000/ide@3,0/ata@0,0/cmdk@0,0 The val[0] of ata appears to be the channel number, and cmdk is disk (cmdk@channel,disk) | |||
2001-09-28 | proper values for long double type (from NetBSD) | Jason Wright | |
2001-09-28 | proper values for ieee rounding modes (from NetBSD) | Jason Wright | |
2001-09-28 | Almost half of this file was ifdef DEBUG. Everybody knows that debugging | Artur Grabowski | |
code is just there for debugging so it doesn't need to be pretty or really correct. In most cases it's just a bunch of printfs that only the author understands for two hours after writing them. Remove all that noise to make this file actually readable and as a bouns fix a bug where any user could crash the kernel (not really crash, but triggering ddb from userland is equivalent to crash in my world even if you can just press 'c'). | |||
2001-09-28 | Don't spam the console with userland alignemnt errors. | Artur Grabowski | |
2001-09-28 | move cdev_decl(pf) into it's proper place, kill cdev_decl(ipl) at the same time | Michael Shalayeff | |
2001-09-27 | psycho_bus_[a|b] are essentially the same function; use a helper to avoid typos | Jason Wright | |
attempt to extract the faulting address from the iommu in the newly defined psycho_bus_error() function | |||
2001-09-26 | be more specific in psycho_ue case (partially based on NetBSD) | Jason Wright | |
2001-09-26 | missed in previous merge with NetBSD: | Jason Wright | |
handle dma boundaries better | |||
2001-09-26 | grab the "compatible" prom property and use that for searching the device | Jason Wright | |
tree as well as the "name". This allows us to differentiate 'sd' and 'wd' pretty easily (and makes it less ambiguous). | |||
2001-09-26 | A little bit of voodoo borrowed from the linux driver: set the | Jason Wright | |
intr_retry_timer a little higher. | |||
2001-09-26 | Merge with NetBSD: | Jason Wright | |
better handling of boundary conditions add iommu_extract debugging function | |||
2001-09-26 | change *int64*_t types to long long; ok art/jason | Theo de Raadt | |
2001-09-26 | add siop (and scsibus at siop)... This allows us to boot on E250 | Jason Wright | |
Thanks to chris@ for testing. | |||
2001-09-25 | Add a bunch of relocation types. | Artur Grabowski | |
2001-09-24 | Just one relocation type (needed for ld.so) right now. | Artur Grabowski | |
2001-09-22 | no need for ptys on a RAMDISK | Theo de Raadt | |
2001-09-22 | Add gem at pci | Artur Grabowski | |
2001-09-21 | a bit smaller size, and add gem | Jason Wright | |
2001-09-21 | bump size to 8192 and remove a sparc-ism | Jason Wright | |
2001-09-21 | -TEST,+RAMDISK | Jason Wright | |
2001-09-21 | Shared interrupts are not that uncommon. Stop chatting about it. | Artur Grabowski | |
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 | |
o in pmap_clear_modify(), we need to clear the TLB_W bit (ie. the hardware write-enable bit) to re-enable modify-bit emulation even if we're doing HWREF. o Fix locking problem. o Change data segment size calculations so we don't need to resize if the bootloader did it for us. | |||
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 | openfirmware device (and move ksyms decl to conf.h) | Jason Wright | |
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 | 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 | 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-17 | ramdisk kernel for sparc64 (compiles... will need tweaking) | Jason Wright | |
2001-09-17 | stuff for ksyms (doesn't quite work yet, tho) | Jason Wright | |
2001-09-16 | Make use of "export", "struct" and "member" keywords to be easier to read | Miod Vallat | |
and simpler. | |||
2001-09-15 | Mostly rewritten decode of fpu emulation: | Jason Wright | |
o handles decode of all 64 32 bit registers (based on type) o easier to read (at least imo). o needs some optimization (clarity was the first goal here) | |||
2001-09-15 | merge with netbsd (no external differences... basically just makes diffs easier) | Jason Wright | |
2001-09-15 | match ebusIII (from netbsd) | Jason Wright | |
2001-09-11 | protect from multiple inclusion | Jason Wright | |
2001-09-10 | varargs from sparc | Artur Grabowski | |
2001-09-10 | Don't use the VIS instructions for bcopy and bzero. | Artur Grabowski | |
We have enough floating point problems without multimedia in the kernel. |