summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
AgeCommit message (Expand)Author
2015-09-19trivial "if(x) free(x)" replacement by "free(x)"Sebastien Marie
2015-09-18Drop the workarounds allowing SMALL_KERNEL (i.e. installation media) to beMiod Vallat
2015-09-14Fix more ifmedia64 fallout in the kernel. It's hiding everywhere...Stefan Sperling
2015-09-12Add a few -fno-builtin-foo to silence the build.Miod Vallat
2015-09-12Rework fb_setsize() logic to get rid of gotos.Miod Vallat
2015-09-11Make room for media types of the future. Extend the ifmedia word to 64 bits.Stefan Sperling
2015-09-10Fix a zx_putchar() stupid bug I introduced nine years ago by actuallyMiod Vallat
2015-09-08sizes for free(); ok semarieTheo de Raadt
2015-09-06qlw fitsMiod Vallat
2015-09-01missing splxJonathan Gray
2015-08-30Provide remaining arch with END() macro for setting calculated size onPhilip Guenther
2015-08-29_NLIST_DO_ELF is no longer needed: it's the only optionPhilip Guenther
2015-07-17remove obsolete INET kernel optionTed Unangst
2015-07-08MFREE(9) is dead, long live m_freem(9)!Martin Pieuchot
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-06-19remove isp(4) now that the ql* family have replaced itJonathan Matthew
2015-06-14Build __moddi3, __muldi3 and __qdivrem from libkern, and built no-pie, insteadMiod Vallat
2015-06-02Override pie range constants (well, only VM_PIE_MAX_ADDR) with a variableMiod Vallat
2015-05-25Convert from ether_input() with separate mbuf data and Ethernet header, toMiod Vallat
2015-05-19Only attempt to load /etc/random.seed from the boot device after the kernelMiod 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-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-13Now that if_input() set the receiving interface pointer on mbufs for usMartin Pieuchot
2015-04-08Convert to if_input().Martin Pieuchot
2015-04-07Do not pass an `ifp' argument to interface input handlers since itMartin Pieuchot
2015-03-30Remove isp stanzas. qlw is here to stay.Miod Vallat
2015-03-30Add a bus_dma_tag_t for DVMA usage, suitable for use for devices not sittingMiod Vallat
2015-03-29Correctly match SUNW,fas in the boot path.Miod Vallat
2015-03-29Convert qe(4) et be(4) to if_input().Martin Pieuchot
2015-03-28Correctly advance the bootpath when attaching children.Miod Vallat
2015-03-28When attaching an sbus esp(4), do the sbus_testdma() check regardless of theMiod Vallat
2015-03-28Don't include sbusvar.h if you need neither sbus_translate() nor sbus_testdma().Miod Vallat
2015-03-27Lower VM_MIN_KERNEL_ADDRESS by 128MB on non-SRMMU systems (sun4/4c/4e) as well,Miod Vallat
2015-03-26de-staticMiod Vallat
2015-03-22Do the right thing in qec_fix_range() when connected to an sbus(4) withoutMiod Vallat
2015-03-21When an IOMMU is not available, and an sbus board has register ranges notMiod Vallat
2015-03-18Rework the virtual memory layout on SRMMU systems (sun4d/sun4m) to use a muchMiod Vallat
2015-03-18Allow for VM_MIN_KERNEL_ADDRESS to not be a constant.Miod Vallat
2015-03-18Prefer KERNBASE to VM_MIN_KERNEL_ADDRESS when testing for an address withinMiod Vallat
2015-03-18Revert 1.52, per the comment above the incorrectly changed line. Reduces theMiod Vallat
2015-03-17The innocuous change to libsa printf.c (1.26) causes printf.o to be 240 bytesMiod Vallat
2015-03-05When running on a sun4d or sun4m system, have the bootblocks ask for oneMiod Vallat
2015-02-28Move consinit() out of the bowels of the zs driver to its own file, inMiod Vallat
2015-02-15Change pmap_remove_holes() to take a vmspace instead of a map as its argument.Miod Vallat
2015-02-11no md code wants lockmgr locks, so no md code needs to include sys/lock.hDavid Gwynne
2015-02-10Convert to uiomove()Miod Vallat
2015-02-10Convert sun4 eeprom access to uiomove()Miod Vallat
2015-02-10Convert to uiomove().Miod Vallat