summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-10-27use dma64 if available so we don't have do bounce around too much.christos
2015-10-27make sure MSGBUFSIZE can't expand strangely by using parens.mrg
2015-10-27update some dependancies:mrg
2015-10-27push the real attach down via config_mountroot, like radeon, as wemrg
2015-10-27modules don't define MODULAR.christos
2015-10-27simplify (and fix) logic.christos
2015-10-27fix operator precedence.christos
2015-10-27make sure we have a cookie before we try to clear it.christos
2015-10-27Print the negotiated feature bitschristos
2015-10-27add the common flag bitschristos
2015-10-27- Print the negotiated feature bitschristos
2015-10-27- Print the negotiated feature bits.christos
2015-10-27- If we succeeded allocating a buffer that did not need bouncing before, butchristos
2015-10-27 Move the definition of CTRL_EXT_PHYPDEN and use __BIT(). No binary change.msaitoh
2015-10-27Eliminate Linux struct pci_dev::dev, struct platform_device::dev.riastradh
2015-10-27dev->dev, not &dev->pdev->dev.riastradh
2015-10-27dev->dev, not &dev->pdev->dev.riastradh
2015-10-27Use nv_device_base(dev) like other callers, not dev->pdev->dev.riastradh
2015-10-27Regennjoly
2015-10-27Fix setuid/setgid return type (void -> int) to match native.njoly
2015-10-27Regen.njoly
2015-10-27Fix wrong gid types from previous.njoly
2015-10-26Correct a comment. From Robert Sprowson.skrll
2015-10-26disable the previous for now; it fails for me on a different system.mrg
2015-10-26in uvm_obj_init(), KASSERT(ops), to ensure we have an actual pager opsmrg
2015-10-26minor re-format of the previous.mrg
2015-10-26force -mcpu=v9 for ofwboot, which demands v9 cpus.mrg
2015-10-26No binary change:msaitoh
2015-10-26Support MSI-X in virtioozaki-r
2015-10-25Remove references to SPLASHSCREEN_PROGRESSkhorben
2015-10-25don't try to wait if (cold), spin waiting for registers to clear.mrg
2015-10-25Add calls to awin_hdmi_sysconfig() and awin_tcon_sysconfig(), missing frombouyer
2015-10-25Snapshot of work in progress on support for multiple display outputs.bouyer
2015-10-25Return an error instead of KASSERT() we don't get the expected type forbouyer
2015-10-25Regen for posix chown family cleanup.njoly
2015-10-25Cleanup posix chown family syscalls to match native (alpha, mips andnjoly
2015-10-25Apease bogus gcc warning.martin
2015-10-25Uninitialized variable. Found by Brainy.maxv
2015-10-23Change do_sys_mount() so that it only takes as argument the type of themaxv
2015-10-23fix broken error handling; error was used uninitialized. Changing thechristos
2015-10-23 PHY_CTRL_GBE_DIS is not bit 4 but bit 6. This change has no any effect bymsaitoh
2015-10-23- PSCR_TP_LOOPBACK is not bit 0 but bit 4. No binary change becausemsaitoh
2015-10-23fix build failure on dreamcast.knakahara
2015-10-23Fix typx in commentpgoyette
2015-10-23remove extra quotechristos
2015-10-23fix this differently.christos
2015-10-23fix build failure on i386.knakahara
2015-10-22add newline after group of intr defs, no functional changejmcneill
2015-10-22fix string copy for bootconf argsjmcneill
2015-10-22Non-PCI IRQ support for Tegra.jmcneill