summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-05-26Start with baby steps towards responsive design:Ingo Schwarze
2018-05-26CR0_WP is already set in CR0_DEFAULTPhilip Guenther
2018-05-26- old implem of @rcscript predates absolute_okay.Marc Espie
2018-05-26Initialize ci_idle_pcb->pcb_cr0 just once, in cpu_attach().Philip Guenther
2018-05-26Use em units rather than ex units for horizontal lengths.Ingo Schwarze
2018-05-26Update comment to reflect xsavePhilip Guenther
2018-05-26Add SDIO support.Mark Kettenis
2018-05-26Add more RFCs; found while preparing BSDCan slides.Florian Obser
2018-05-26Condition the new audio_record_enable pieces on NAUDIO > 0, fixingStuart Henderson
2018-05-26BCM4356 SDIO works if we load the appropriate firmware.Mark Kettenis
2018-05-26Add clocks for RK3399 SDIO controller.Mark Kettenis
2018-05-26document the new kern.audio node; OK ratchov@Ingo Schwarze
2018-05-26minor markup improvement: .Fa *cctx -> .Pf * Fa cctxIngo Schwarze
2018-05-26Quote .Fa arguments containing blanks.Ingo Schwarze
2018-05-26Document the new "record.enable" mixer knob.Alexandre Ratchov
2018-05-26In addition to "on" and "off", allow the audio "record.enable" mixerAlexandre Ratchov
2018-05-26Add a "record.enable" mixer knob to control recording. When recordingAlexandre Ratchov
2018-05-25Do not write duplicate id= attributes, they violate HTML syntax.Ingo Schwarze
2018-05-25Document that "from local" and "for local" are still the defaults.Todd C. Miller
2018-05-25default to from local and for local as we used toGilles Chehade
2018-05-25fix broken exampleGilles Chehade
2018-05-25Use a cache for process information to speed up snmp walks.Gerhard Roth
2018-05-25Do not ban PTY allocation when a sshd session is restricted becauseDamien Miller
2018-05-25Prepare in_ioctl() for further refactoring with the goal of merging theTheo Buehler
2018-05-25Fix return value confusion in several functions (readdir, download andDamien Miller
2018-05-25syncTheo Buehler
2018-05-25If select() fails in ssh_packet_read_seqnr go directly to the error pathDarren Tucker
2018-05-25So far the SDIO stack issued one transfer for every 64 byte to bePatrick Wildt
2018-05-25For SDIO multi-blocks we must not use the AUTO CMD12 feature,Patrick Wildt
2018-05-24three forgotten s/-literal/-unfilled/Ingo Schwarze
2018-05-24adapt to the new smtpd.conf(5) format, OK gilles@Ingo Schwarze
2018-05-24Delay the vput() of the directory vnode until the vnode has beenVisa Hankala
2018-05-24no longer used, removeGilles Chehade
2018-05-24PATH_SPOOL is /var/spool/smtpdGilles Chehade
2018-05-24basic macro cleanupIngo Schwarze
2018-05-24bump version, this will be a big release when OpenBSD 6.4 is released :-)Gilles Chehade
2018-05-24Release rwlock on bwfm(4) SDIO initialization error. Fixes hang foundPatrick Wildt
2018-05-24update default config to new grammarGilles Chehade
2018-05-24syncGilles Chehade
2018-05-24switch smtpd to new grammarGilles Chehade
2018-05-24check the intended valueEric Faurot