summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-10Xr pci(4)Jonathan Gray
2018-07-10sync arm64 and armv7 pciJonathan Gray
2018-07-10build pcidump on armv7Jonathan Gray
2018-07-10move the verbose checksum info back after the colon.David Gwynne
requested by bluhm@ as it broke some regress tests for no good reason.
2018-07-09vmm(4): prohibit setting/clearing invalid bits in %cr0/%cr4. This wasMike Larkin
previously caught later but resulted in a guest termination, now we use #GP as the SDM recommends.
2018-07-09replace cast with call to sshbuf_mutable_ptr(); ok djm@Markus Friedl
2018-07-09remove legacy buffer API emulation layer; ok djm@Markus Friedl
2018-07-09sshd: switch monitor to sshbuf API; lots of help & ok djm@Markus Friedl
2018-07-09sshd: switch GSSAPI to sshbuf API; ok djm@Markus Friedl
2018-07-09sshd: switch authentication to sshbuf API; ok djm@Markus Friedl
2018-07-09sshd: switch config to sshbuf API; ok djm@Markus Friedl
2018-07-09sshd: switch loginmsg to sshbuf API; ok djm@Markus Friedl
2018-07-09ttymodes: switch to sshbuf API; ok djm@Markus Friedl
2018-07-09client: switch mux to sshbuf API; with & ok djm@Markus Friedl
2018-07-09client: switch to sshbuf API; ok djm@Markus Friedl
2018-07-09syncTheo de Raadt
2018-07-09pkcs11: switch to sshbuf API; ok djm@Markus Friedl
2018-07-09no more i386_vm86.2;Jason McIntyre
2018-07-09sprinkle comments and rename iface to match its use to ctl_iface_idxJasper Lievisse Adriaanse
ok abieber@
2018-07-09use UE_GET_XFERTYPE(); no binary changeJasper Lievisse Adriaanse
2018-07-09Fix trailing whitespaces and too long line.Alexander Bluhm
2018-07-09Move a detail on tls_connect(3) to its documentation and be a bit moreTheo Buehler
explicit about the servername argument of tls_connect_servername(3). input & ok jsing, input & ok schwarze on earlier version
2018-07-09wording tweak for tls_init() from jsingTheo Buehler
ok jsing, schwarze
2018-07-09Mark the i8254 clock interrupt MPSAFE. It isn't, but it doesn't matterMark Kettenis
as it is impossoble to run an anything but a single-CPU machine with it. ok mpi@, guenther@
2018-07-09ensure tape name and tape commands are not too long. passing too longTheo de Raadt
commands to the other side could cause problems. ok guenther tb
2018-07-09Delete the VM86 kernel option and i386_vm86(3) API: it's requiredPhilip Guenther
a custom kernel for over 20 years. testing mlarkin@ ok deraadt@ phessler@ jca@ matthieu@
2018-07-09syncTheo de Raadt
2018-07-09Enable pcagpio(4).Patrick Wildt
2018-07-09Strip down the (not enabled) pcagpio(4) GPIO extender. This removesPatrick Wildt
the sensors code and user-controllable GPIO bus attachment but at the same time hooks pcagpio(4) into the OFW GPIO framework so that it can be used by other device tree based drivers. Discussed with deraadt@ ok kettenis@
2018-07-09these pages don;t need Bk/Ek;Jason McIntyre
order the options in pkg_outdated;
2018-07-09out-of-date -> pkg_outdated;Jason McIntyre
2018-07-09syncTheo de Raadt
2018-07-09out-of-date -> pkg_outdatedMarc Espie
2018-07-09Inline the raw_usrreq() function into pfkeyv2_usrreq(). Similar to theClaudio Jeker
change to rtsock.c. This simplifies the pfkey code since there is no special wrapping needed and in general the PRU cases get easier. OK bluhm@ henning@ mpi@
2018-07-09Inline the raw_usrreq() function into route_usrreq(). This simplifies theClaudio Jeker
route code since there is no more special wrapping needed and in some places the PRU cases get easier because route(4) for example always connected. OK bluhm@ henning@ mpi@
2018-07-09Basic support for SFP modules in mvneta(4). SFP modules are basicallyPatrick Wildt
hotpluggable PHYs whose status can either be read using an I2C-connected PHY, or using in-band status management implemented in the controller itself over SGMII. With this, 802.3z SFPs work on mvneta(4).
2018-07-09Clear the part of fenv that is modified by old AMD Opteron duringAlexander Bluhm
process startup. from guenther@
2018-07-09Rename the THESETS variable to ALLSETS because it holds the listRobert Peichaer
of all legitimate OpenBSD set files. That helps to better understand the code in context. OK halex krw tb
2018-07-09vmd(8): deassert interrupt pins in the PIC at the right times. Helps fixMike Larkin
situations where vmd gets stuck at 100% cpu usage because the guest VM is constantly trying to ack interrupts that already occurred. tested by phessler on a VM that used to exhibit the issue. ok phessler
2018-07-09vmd(8): better debug message in a failure caseMike Larkin
2018-07-09Wrong function name in error messageClaudio Jeker
2018-07-09resolve-lib -> port-resolve-lib-helper;Jason McIntyre
2018-07-09Zap dead codekn
Commented since r1.465 (2004). OK deraadt benno jca sashan
2018-07-09resolve-lib -> port-resolve-lib-helperMarc Espie
2018-07-09do cleanup after tags, as noticed by aja@Marc Espie
2018-07-09Nack LDC protocol versions that we don't support. Avoids a hang on SPARC T3Mark Kettenis
systems (and possible newer systems as well).
2018-07-09Move the max prefix checker into rde_update_update() instead of doing itClaudio Jeker
3 times outside. OK sthen@
2018-07-09Kill fluff about how route(8) is of limited usefulnessJeremie Courreges-Anglas
Don't say that route(8) is mostly useful to set up a default route, which is almost a lie. What's more, I'm not sure new users struggling with route(8) should be pointed to ripd(8) (sic) or bgpd(8) as a solution to their problems. ok benno@ kn@
2018-07-09Unify and disambiguate various aspects of the terminology, clarifyIngo Schwarze
that there is only one softraid(4) controller (called softraid0), and clarify that you cannot add or delete chunks, but merely replace them. Tweaks and OK jsing@, and OK henning@ on a previous version.
2018-07-09Introduce a struct filterstate and pass this to rde_filter instead ofClaudio Jeker
passing the asp. This is no longer using asp_get() and should be therefor be a bit lighter. Will also allow to put more stuff into the state. OK denis@ sthen@