Age | Commit message (Expand) | Author |
2019-04-29 | MC146818_GETTOD: Check for RTC rollover during read. | cheloha |
2019-04-29 | Extend channel dwell time during passive scans in iwn(4). | Stefan Sperling |
2019-04-29 | Add support for keys to jump between matching brackets - C-M-f and C-M-b | Nicholas Marriott |
2019-04-29 | Check that depend on interfaces are in the same rdomain. If they are not | remi |
2019-04-29 | tr_unit is unused, so gc it | David Gwynne |
2019-04-29 | don't have lacp input push lacp packets into the trunkports bpf again. | David Gwynne |
2019-04-29 | remove the abstraction REV on top of abstraction OSrev which is always | Theo de Raadt |
2019-04-29 | Update to reflect change of default ruby version to ruby 2.6 | Jeremy Evans |
2019-04-28 | Add unit tests for user@host and URI parsing. | Darren Tucker |
2019-04-28 | reduce delta with ../ramdisk/list | Theo de Raadt |
2019-04-28 | Removes the KERNEL_LOCK() from bridge(4)'s output fast-path. | Martin Pieuchot |
2019-04-28 | Support multiple occurances of the same argument. Use this for a new | Nicholas Marriott |
2019-04-28 | Fix reading route entries via kvm(3). | Martin Pieuchot |
2019-04-28 | oops, repair some BSDRD confusion | Theo de Raadt |
2019-04-28 | cleanup the situation around "df -i" | Theo de Raadt |
2019-04-28 | fix misplaced hyphen in usage(); | Jason McIntyre |
2019-04-28 | incorporate GZIPFLAGS into place everywhere | Theo de Raadt |
2019-04-28 | Oops; hardcode instbin directly | Theo de Raadt |
2019-04-28 | Cull BSDRD variables which are always bsd.rd | Theo de Raadt |
2019-04-28 | NEWFS_WILL_FAIL is a ridiculous unused artifact. | Theo de Raadt |
2019-04-28 | CBIN variable is also pointless, it is always "instbin". Rather than | Theo de Raadt |
2019-04-28 | the BSD_RD variable is pointless | Theo de Raadt |
2019-04-28 | the bufcachepercent=80 experiment has exposed a few problems... | Theo de Raadt |
2019-04-28 | Use new vnconfig vnd-auto-allocate mode. Resolve some variation between | Theo de Raadt |
2019-04-28 | Remove need for -A option, lack of a vnd_dev option implies creating | Theo de Raadt |
2019-04-28 | Make sure only "primary" clients can become master. | Mark Kettenis |
2019-04-28 | Quiet down signify, seeing all the OKs scroll by is not helping. | Florian Obser |
2019-04-28 | Avoid an undefined shift in ASN1_ENUMERATED_get(). | Theo Buehler |
2019-04-28 | Avoid an undefined shift in ASN1_INTEGER_get(). | Theo Buehler |
2019-04-28 | add WITNESS support to barriers modelled on the timeout stuff visa did. | David Gwynne |
2019-04-27 | Tweak; work in progress. | rob |
2019-04-27 | Tweak tests; work in progress. | rob |
2019-04-27 | switch the example mirror to cdn.openbsd.org | T.J. Townsend |
2019-04-27 | the installer creates /etc/installurl even if we don't use http for the sets, | T.J. Townsend |
2019-04-27 | It's timer_pid not timeout_pid | kn |
2019-04-27 | keep the grammatical structure of the options list consistent; | Jason McIntyre |
2019-04-27 | Use REGRESS_TARGETS et al. | rob |
2019-04-27 | Only apply sign extension when less than eight bytes have been consumed. This | rob |
2019-04-27 | Add test, update comments, and modify some output. | rob |
2019-04-27 | drm/ttm: fix out-of-bounds read in ttm_put_pages() v2 | Jonathan Gray |
2019-04-27 | fix up some rxprio handling while here | David Gwynne |
2019-04-27 | don't increment noproto on the parent interface when there's no child | David Gwynne |
2019-04-27 | use unsigned int, not u_int, and uintXX_t, not u_intXX_t | David Gwynne |
2019-04-27 | rename sc_prio to sc_txprio | David Gwynne |
2019-04-27 | remove sc_proto, it isn't used. | David Gwynne |
2019-04-27 | rename softc members so theyre prefixed with sc. | David Gwynne |
2019-04-27 | back out, this isn't part of a vlan change. | David Gwynne |
2019-04-27 | this wasnt meant to be committed, back out for now. | David Gwynne |
2019-04-27 | get rid of ifv_linkmib and a bunch of useless macros | David Gwynne |
2019-04-27 | fix some whitespace. | David Gwynne |