summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2015-02-10increase min address to page size for all remaining min == 0 systems.Ted Unangst
2015-02-10Cleanup debug crap that hasn't been used in the last decade. Sprinkle someMark Kettenis
2015-02-09Do not use USRSTACK when VM_MIN_KERNEL_ADDRESS is what you really mean.Miod Vallat
2015-02-08Hilarious! We are not ready yet for large stack random biases, due toTheo de Raadt
2015-02-07Oh well, APM_USER_HIBERNATE_REQ being used in MI code, needs to be definedMiod Vallat
2015-02-05Expand STACKGAP_RANDOM to 2MB on machines with large user VATheo de Raadt
2015-02-05Do what the comments suggest and check for port-[ab]-ignore-cd properties,Miod Vallat
2015-01-27remove the second void * argument on tasks.David Gwynne
2015-01-26Print frame buffer resolution at attach time.Miod Vallat
2015-01-25Rework cbus(4) interrupt support a bit. Instead of merging devhandle andMark Kettenis
2015-01-23move from deferring vd requests with a task per message to a ringDavid Gwynne
2015-01-21Enable ix(4).Mark Kettenis
2015-01-16disklabel_sun_to_bsd() will nicely set the disk size if it is zero, but it isMiod Vallat
2015-01-13for the install: target, use cmp as a rough attempt for avoiding repeatedTheo de Raadt
2015-01-11switch prototype warnings to implicit-declaration warnings.Ted Unangst
2015-01-10Bye, bye simple_lock.Mark Kettenis
2015-01-10Enable nep(4).Mark Kettenis
2015-01-09Fix loading memory allocated with bus_dmamem_alloc(9). The old could wouldMark Kettenis
2015-01-03add new driver uslhcom(4) USB HID based UART.uaa
2014-12-22unifdef INETTed Unangst
2014-12-17minimal removal of simplelock to eliminate lock.h dependencyTed Unangst
2014-12-17fix/reduce header dependencies. clock.c doesn't need any of this uvm.Ted Unangst
2014-12-17Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latterPhilip Guenther
2014-12-15Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro,Philip Guenther
2014-12-11dragonflybsd has added a urio driver. conservation of urios requiresTed Unangst
2014-12-11Delete #ifdef'd code that hasn't been compiled in years from sparc64 ofwboot.Stefan Sperling
2014-12-10retire shutdown hooks; ok deraadt, krwMike Belopuhov
2014-12-10Convert watchdog(4) devices to use autoconf(9) framework.Mike Belopuhov
2014-12-09Check strlcpy(), strlcat(), and snprintf() return values in sparc64 ofwboot.Stefan Sperling
2014-12-09Replace some malloc(n*size,...) calls with mallocarray().Doug Hogan
2014-12-05Enable xhci(4).Mark Kettenis
2014-12-04The sparc64 Open Firmware package-to-path call (used since softraid bootStefan Sperling
2014-11-30SPARC T4 and later have a pause instruction to voluntarily pause a virtualMark Kettenis
2014-11-26Introduce softraid boot support to sparc64 ofwboot.Stefan Sperling
2014-11-26Add a new ELF segment .openbsd.bootdata to the sparc64 kernel.Stefan Sperling
2014-11-26Add softraid support to sparc64 first-level boot blocks.Stefan Sperling
2014-11-26Add softraid boot support code files ported by me to sparc64 from amd64.Stefan Sperling
2014-11-26Copy some Open Firmware interface functions from the kernel to ofwboot.Stefan Sperling
2014-11-26Hook ofwbootfd to the build.Stefan Sperling
2014-11-26Add a separate ofwboot build for the sparc64 floppies.Stefan Sperling
2014-11-24Actually, the previous change didn't quite work on the SPARC T5-2. But ifMark Kettenis
2014-11-24Add missing pci_msiq_setstate and pci_msi_setstate calls. Makes MSI workMark Kettenis
2014-11-24The hypervisor on a SPARC T5-2 needs stricter alignment of the MSI messageMark Kettenis
2014-11-24If we use the vintr cookie to point at the interrupt handler struct, weMark Kettenis
2014-11-24Use the pointer to "struct intrhand" as the vintr cookie.Mark Kettenis
2014-11-24On sun4v, interpret the first data word of a device interrupt message as aMark Kettenis
2014-11-24use the correct capitalization for Realtek.Brad Smith
2014-11-22Switch to using MI installboot, after a conversation with stsp. He willTheo de Raadt
2014-11-20Don't attempt to clear/disable %tick_cmpr. This register is no longer presentMark Kettenis
2014-11-20Disentagle bcopy/memcpy/memmove.Theo de Raadt