summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-10When formatting man(7) documents that do not contain .SH macrosIngo Schwarze
2018-06-10Put the register-saving parts of INTRENTRY() into their own macros forPhilip Guenther
2018-06-10Remove a handrolled GOST_le2bn().Joel Sing
2018-06-10memory leak spotted by claudio@remi
2018-06-10The value for metric of intra area prefix LSAs should be set to:remi
2018-06-10Delete dead store of %rax in DDBPROF return pathPhilip Guenther
2018-06-10Attach imxiomuxc(4) to i.MX7D as well.Mark Kettenis
2018-06-10Attach imxgpc(4) to i.MX7D as well.Mark Kettenis
2018-06-10Attach imxesdhc(4) to i.MX7D. Should attach to i.MX6SL as well.Mark Kettenis
2018-06-10Now that all of the server-side client key exchange processing functionsJoel Sing
2018-06-10Extract the i2c bitrate from imxiic(4)'s clock-frequency attribute.Patrick Wildt
2018-06-09Make it possible to resize multiple panes by dragging corners, from DanNicholas Marriott
2018-06-09Move all the DDBPROF logic into the trap03 (#BP) handler to keep alltrapsPhilip Guenther
2018-06-09parse SIZE advertisementEric Faurot
2018-06-09sort previous;Jason McIntyre
2018-06-09slightly better wording re handing of $TERM, from Jakub JelenDamien Miller
2018-06-09add a SetEnv directive for sshd_config to allow an administrator toDamien Miller
2018-06-09add a SetEnv directive to ssh_config that allows setting environmentDamien Miller
2018-06-09reorder child environment preparation so that variables read fromDamien Miller
2018-06-08Minor cleanup in ifuse_ops_setattr.helg
2018-06-08Instead of working out which pane to resize with the mouse by walkingNicholas Marriott
2018-06-08Bail out if fchmod(2) fails.cheloha
2018-06-08Test DH params allocation and free.Joel Sing
2018-06-08Constipate all the struct lock_type's so they go into .rodataPhilip Guenther
2018-06-08The udp control option processing was implemented three times.Alexander Bluhm
2018-06-08New semaphore implementation making sem_post async-safe.Paul Irofti
2018-06-08Tweak previous - check for a NULL client and simplify manual text.Nicholas Marriott
2018-06-08Add -x- and -y- to use client size, from Stefan Assmann in GitHub issue 1372.Nicholas Marriott
2018-06-08Handle AENs for logical disk creation and deletion.Jonathan Matthew
2018-06-08Rework sensors and bio(4) support to use the target number from the logicalJonathan Matthew
2018-06-08Greatly simplify the resampling routine using the fact it processesAlexandre Ratchov
2018-06-08The conversion chain processes exactly one block, so no need toAlexandre Ratchov
2018-06-08fix incorrect expansion of %i in load_public_identity_files(); reported byDamien Miller
2018-06-08fix some over-long lines and __func__ up some debug messagesDamien Miller
2018-06-07Prevent ggc3 error: redefinition of `fuse_dirh_t'helg
2018-06-07prepare for dri3protoMatthieu Herrb
2018-06-07remove unused flags and obsolete commentsEric Faurot
2018-06-07test the correct configuration option nameDamien Miller
2018-06-07Make callers of VOP_CREATE(9) and VOP_MKNOD(9) responsible forVisa Hankala
2018-06-07add some EXIT STATUS sections; from matthew martinJason McIntyre
2018-06-07use RELAY_* flags where appropriateEric Faurot
2018-06-07tweak previous;Jason McIntyre
2018-06-07Attach bwfm(4) to the Broadcom 4356 found in the GPD Pocket.Patrick Wildt
2018-06-07Some PCIe-based bwfm(4) chips also require that we supply an NVRAMPatrick Wildt
2018-06-07tweak previous;Jason McIntyre
2018-06-07put ".Re" in the right place;Jason McIntyre
2018-06-07some permitlisten fixes from markus@ that I missed in my insomnia-fueledDamien Miller
2018-06-07The global zero addresses must not change, mark them constant.Alexander Bluhm
2018-06-07simplify the codepath for backup relay setupEric Faurot
2018-06-07Mention enabling PIE by default is turned off by using "-pg".YASUOKA Masahiko