Age | Commit message (Expand) | Author |
2018-05-27 | Add support for the GMAC on Allwinner R40/V40 SoCs. | Mark Kettenis |
2018-05-27 | On Allwinner R40, export a regmap covering the GMAC_CLK_REG. | Mark Kettenis |
2018-05-27 | Mention that only superuser may control record.enable knob. | Alexandre Ratchov |
2018-05-27 | Add missing #include "audio.h" needed for the NAUDIO macro. | Alexandre Ratchov |
2018-05-27 | explicitly say what update-plist does with SUBST_VARS | Marc Espie |
2018-05-27 | Drop unnecessary `p' parameter from vget(9). | Visa Hankala |
2018-05-26 | Delete obsolete reference to setting segment registers | Philip Guenther |
2018-05-26 | Only set fpu_save_len once and assert if it's too big or would differ | Philip Guenther |
2018-05-26 | Add DMA support. For some reason this doesn't work on Exynos, so disable | Mark Kettenis |
2018-05-26 | Start with baby steps towards responsive design: | Ingo Schwarze |
2018-05-26 | CR0_WP is already set in CR0_DEFAULT | Philip Guenther |
2018-05-26 | - old implem of @rcscript predates absolute_okay. | Marc Espie |
2018-05-26 | Initialize ci_idle_pcb->pcb_cr0 just once, in cpu_attach(). | Philip Guenther |
2018-05-26 | Use em units rather than ex units for horizontal lengths. | Ingo Schwarze |
2018-05-26 | Update comment to reflect xsave | Philip Guenther |
2018-05-26 | Add SDIO support. | Mark Kettenis |
2018-05-26 | Add more RFCs; found while preparing BSDCan slides. | Florian Obser |
2018-05-26 | Condition the new audio_record_enable pieces on NAUDIO > 0, fixing | Stuart Henderson |
2018-05-26 | BCM4356 SDIO works if we load the appropriate firmware. | Mark Kettenis |
2018-05-26 | Add clocks for RK3399 SDIO controller. | Mark Kettenis |
2018-05-26 | document the new kern.audio node; OK ratchov@ | Ingo Schwarze |
2018-05-26 | minor markup improvement: .Fa *cctx -> .Pf * Fa cctx | Ingo Schwarze |
2018-05-26 | Quote .Fa arguments containing blanks. | Ingo Schwarze |
2018-05-26 | Document the new "record.enable" mixer knob. | Alexandre Ratchov |
2018-05-26 | In addition to "on" and "off", allow the audio "record.enable" mixer | Alexandre Ratchov |
2018-05-26 | Add a "record.enable" mixer knob to control recording. When recording | Alexandre Ratchov |
2018-05-25 | Do not write duplicate id= attributes, they violate HTML syntax. | Ingo Schwarze |
2018-05-25 | Document that "from local" and "for local" are still the defaults. | Todd C. Miller |
2018-05-25 | default to from local and for local as we used to | Gilles Chehade |
2018-05-25 | fix broken example | Gilles Chehade |
2018-05-25 | Use a cache for process information to speed up snmp walks. | Gerhard Roth |
2018-05-25 | Do not ban PTY allocation when a sshd session is restricted because | Damien Miller |
2018-05-25 | Prepare in_ioctl() for further refactoring with the goal of merging the | Theo Buehler |
2018-05-25 | Fix return value confusion in several functions (readdir, download and | Damien Miller |
2018-05-25 | sync | Theo Buehler |
2018-05-25 | If select() fails in ssh_packet_read_seqnr go directly to the error path | Darren Tucker |
2018-05-25 | So far the SDIO stack issued one transfer for every 64 byte to be | Patrick Wildt |
2018-05-25 | For SDIO multi-blocks we must not use the AUTO CMD12 feature, | Patrick Wildt |
2018-05-24 | three forgotten s/-literal/-unfilled/ | Ingo Schwarze |
2018-05-24 | adapt to the new smtpd.conf(5) format, OK gilles@ | Ingo Schwarze |
2018-05-24 | Delay the vput() of the directory vnode until the vnode has been | Visa Hankala |
2018-05-24 | no longer used, remove | Gilles Chehade |
2018-05-24 | PATH_SPOOL is /var/spool/smtpd | Gilles Chehade |
2018-05-24 | basic macro cleanup | Ingo Schwarze |
2018-05-24 | bump version, this will be a big release when OpenBSD 6.4 is released :-) | Gilles Chehade |
2018-05-24 | Release rwlock on bwfm(4) SDIO initialization error. Fixes hang found | Patrick Wildt |
2018-05-24 | update default config to new grammar | Gilles Chehade |
2018-05-24 | sync | Gilles Chehade |
2018-05-24 | switch smtpd to new grammar | Gilles Chehade |
2018-05-24 | check the intended value | Eric Faurot |