summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2015-05-24Follow the recent pckbc@isa changes and always establish all the necessaryMiod Vallat
2015-05-11Remove support for ADPCM encoding which isn't used nowadays andAlexandre Ratchov
2015-05-11Remove all audio format conversion code from the kernel (btw holdingAlexandre Ratchov
2015-05-07add missing bracesJonathan Gray
2015-05-05emul_native is only used for kernel threads which can't dump core, soPhilip Guenther
2015-04-30Remove SIZE_MAX from limits.h. It was added years ago before weTodd C. Miller
2015-04-16Enable ualea(4) where we have uhub(4), these USB device lists cry forMartin Pieuchot
2015-04-13Now that if_input() set the receiving interface pointer on mbufs for usMartin Pieuchot
2015-04-10Don't use pa_to_pvh() if we already have the page. Avoids an unused variableMark Kettenis
2015-04-09Make the sparc64 pmap (more) mpsafe by protecting both the pmap itself and theMark Kettenis
2015-04-08I believe UVM is clean now and no managed pages should be in use anymoreMark Kettenis
2015-04-02Call if_input() without grabbing the kernel lock first.Mark Kettenis
2015-04-01Run most of the interrupt handler without holding the kernel lock.Mark Kettenis
2015-03-29Reject packets that are too large.Mark Kettenis
2015-03-24unwire lmc(4) and san(4).David Gwynne
2015-03-21Make sure we reset all relevant state when resetting or stopping an interface.Mark Kettenis
2015-03-21Only reconfigure LDC queues ipon reset instead of unconfiguring them first.Mark Kettenis
2015-03-10Convert to if_input(), tested an ok kettenis@.Martin Pieuchot
2015-02-15Change pmap_remove_holes() to take a vmspace instead of a map as its argument.Miod Vallat
2015-02-11dlg@ said he had fixed sparc64, but I'm afraid this requires <sys/lock.h>Miod Vallat
2015-02-11dont need lockmgr locks here.David Gwynne
2015-02-11Eliminate sc_tx_cnt. Instead use an unsigned integer for sc_tx_prod andMark Kettenis
2015-02-11this doesnt need anything sys/lock.h providesDavid Gwynne
2015-02-11Convert to uiomove(). ok kettenis@Miod Vallat
2015-02-11make the rwlock implementation MI.David Gwynne
2015-02-10Convert to uiomove().Miod Vallat
2015-02-10Convert uiomovei() with a constant size argument to uiomove().Miod Vallat
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
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