summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-28Make sure that the inetd echo and nonxt protocol reflectors areAlexander Bluhm
2018-05-28More steps for i386 Meltdown fix:Alexander Bluhm
2018-05-28Cleanup bootconfig.h and use strlcpy() to copy boot arguments.Mark Kettenis
2018-05-28Remove unused include file.Mark Kettenis
2018-05-28Drop include of <arm64/swi.h> and remove it.Mark Kettenis
2018-05-28Call readdisksector() instead of rolling our own. Drop <sys/systm.h>Mark Kettenis
2018-05-28fix mail-from in relay rules, was not propagated from grammar to mtaGilles Chehade
2018-05-28rwsleep: generalize to support both read- and write-locks.cheloha
2018-05-28Constipate a bunch of time functionsPhilip Guenther
2018-05-28zero memory before calling text_to_relayhost()Eric Faurot
2018-05-28stop processing envelope if smarthost parsing failedEric Faurot
2018-05-28Call vput(dvp) in vnode operation functions instead of calling it inVisa Hankala
2018-05-28When mounting an ext2 filesystem, lock the device vnode for the durationVisa Hankala
2018-05-28John Gardner tells me that among frontend developers, gratuitous useIngo Schwarze
2018-05-28URL-fragment strings can only contain certain characters.Ingo Schwarze
2018-05-28When looking for panes, ignore dead ones (with -1 fileNicholas Marriott
2018-05-28Document escaping inside conditionals, from "sadie-parayno" in GitHubNicholas Marriott
2018-05-28regenMartin Pieuchot
2018-05-28missing m_close()Eric Faurot
2018-05-28Next step in disentangling the switches in in_ioctl(). Split out theTheo Buehler
2018-05-28regenMartin Pieuchot
2018-05-28Grab the KERNEL_LOCK() after socreate() and soconnect2() in socket(2)Martin Pieuchot
2018-05-28Regress for the dup2(2) vs accept(2) race.Martin Pieuchot
2018-05-28Add clock support for i.MX8MQ. Most of the clocks can be configuredPatrick Wildt
2018-05-28Returns EBUSY if dup2(2) is called for a LARVAL file.Martin Pieuchot
2018-05-28Remove unused <sys/param.h>kn
2018-05-28Get MAC address from "local-mac-address" property if provided.Mark Kettenis
2018-05-28Clear the sign bit in the QNAN constants used by strtof, strtod and strtold,Jonathan Matthew
2018-05-28Mention column-number-mode in the tutorial to clear up a potentiallyBrian Callahan
2018-05-28document eoip(4).David Gwynne
2018-05-28implement support for MikroTik's Ethernet over IP protocol as eoip(4)David Gwynne
2018-05-28recognise MikroTik's Ethernet over IP (eoip) protocolDavid Gwynne
2018-05-27Add 20 MHz MMC clock.Mark Kettenis
2018-05-27Allwinner A64 as well.Mark Kettenis
2018-05-27Add Allwinner A64 support.Mark Kettenis
2018-05-27Implement A64 thermal sensor clocks.Mark Kettenis
2018-05-27Allwinner H3 is supported now as well.Mark Kettenis
2018-05-27Add support for the Allwinner H3 SoC.Mark Kettenis
2018-05-27sync with usbhid.h; from david bernJason McIntyre
2018-05-27Add SDIO support:Mark Kettenis
2018-05-27BCM43430 SDIO works if we load the appropriate firmware.Mark Kettenis
2018-05-27Add support for the GMAC on Allwinner R40/V40 SoCs.Mark Kettenis
2018-05-27On Allwinner R40, export a regmap covering the GMAC_CLK_REG.Mark Kettenis
2018-05-27Mention that only superuser may control record.enable knob.Alexandre Ratchov
2018-05-27Add missing #include "audio.h" needed for the NAUDIO macro.Alexandre Ratchov
2018-05-27explicitly say what update-plist does with SUBST_VARSMarc Espie
2018-05-27Drop unnecessary `p' parameter from vget(9).Visa Hankala
2018-05-26Delete obsolete reference to setting segment registersPhilip Guenther
2018-05-26Only set fpu_save_len once and assert if it's too big or would differPhilip Guenther
2018-05-26Add DMA support. For some reason this doesn't work on Exynos, so disableMark Kettenis