summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2014-10-04Switch the kernel configs over to using -Wframe-larger-than= instead ofBrad Smith
2014-09-29The interrupt handler should now be mpsafe.Mark Kettenis
2014-09-29Add locking for our private descriptor message queue.Mark Kettenis
2014-09-29Add transmit queue locking.Mark Kettenis
2014-09-29Add support for using block devices in addition to files.Mark Kettenis
2014-09-28Properly serialize closing our vnode. Fixes the occasional panic duringMark Kettenis
2014-09-27retire Accoom Networks Artery T1/E1 drive; ok claudioTheo de Raadt
2014-09-26ansify; ok kettenis@Stefan Sperling
2014-09-22Drop the kernel lock when copying data to/from the other domain duringMark Kettenis
2014-09-21Don't request an ACK from the server if we're polling.Mark Kettenis
2014-09-21Decouple polled commands from the interrupt handler.Mark Kettenis
2014-09-18Use config_suspend_all(9).Mark Kettenis
2014-09-16Check the right descriptor field when polling for completion.Mark Kettenis
2014-09-16Split out command submission code into its own function.Mark Kettenis
2014-09-15Fix logic error; we're out of IOs if we're not connected to the virtual diskMark Kettenis
2014-09-15Call ldc_send_unreliable() insteaf of duplicating the code to send an ldcMark Kettenis
2014-09-14Add the ne(4) NE2000 PCI frontend.Brad Smith
2014-09-14Fix some bugs in the fpu_sqrt implementation that would limit the accuracyMark Kettenis
2014-08-24socketvar.h instead of socket.h, oopsTheo de Raadt
2014-08-23oddly now needs sys/socket.h, because someone removed struct socket fwdTheo de Raadt
2014-08-21Kill the remaining <netinet/in_systm.h> inclusion!Martin Pieuchot
2014-08-20unlink crypto(4) pseudo device from the architecture dependant characterMike Belopuhov
2014-08-18this uses pools, but relied on mbuf.h to provide them.David Gwynne
2014-08-15lofn(4) and nofn(4) are going awayMike Belopuhov
2014-07-28Limit the "aperture needed" printf to ramdisks via RAMDISK_HOOKS.Jonathan Gray
2014-07-28Hardware supported by machfb(4) needs the aperture (for now) so make ramdisksMark Kettenis
2014-07-22oops, duplicateTheo de Raadt
2014-07-22need dev/pci/vga_pcivar.hTheo de Raadt
2014-07-22The aperture needed test should be in vgafb as well as vga@pci.Jonathan Gray
2014-07-21boot(9): Reduce annoying style diffsMasao Uebayashi
2014-07-20RB_MINIROOT is never checked by anything, so stop setting it.Theo de Raadt
2014-07-18atomic_swap_ptr is special.David Gwynne
2014-07-18pass atomic_{cas,swap}_uint a volatile void * instead of a volatileDavid Gwynne
2014-07-15mode 644 for installing these filesTheo de Raadt
2014-07-13boot(9): Cosmetic changes to improve diff'ability.Masao Uebayashi
2014-07-13Cosmetic changes to reduce diffs.Masao Uebayashi
2014-07-13use nitems() instead of handrolling something identicalJasper Lievisse Adriaanse
2014-07-12reboot(9), panic(9): Call panic(9) for unrecoverable MD H/W errors (NMIs)Masao Uebayashi
2014-07-12"Dr. Jones. Again we see there is nothing you can possess which I cannotTed Unangst
2014-07-12revert a few stragglers hiding outTed Unangst
2014-07-12reboot(9): Shutdown system by signaling init(8) from kernel where appropriateMasao Uebayashi
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-12Tackle the endian.h mess. Make it so that:Philip Guenther
2014-07-12boot(9), reboot(9): Migrate MD callers of boot(9) to reboot(9)Masao Uebayashi
2014-07-11boot(9): Undo curproc-overriding hacksMasao Uebayashi
2014-07-11remove bthub remnantsTed Unangst
2014-07-11"It's not the years, honey; it's the mileage."Ted Unangst
2014-07-11CPU_BUSY_CYCLE(): A new MI statement for busy loop power reductionMasao Uebayashi
2014-07-11Convert bus_dmamem_map(9) to km_alloc(9) in order to make it fail andMartin Pieuchot
2014-07-11It's init as a process that's special, not init's original thread.Philip Guenther