summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-04I can find no reason why portmap needs rpath after initialization.Theo de Raadt
2018-08-04invalidate dh->priv_key after freeing it in error path; avoidsDamien Miller
2018-08-04Uncomment no-longer-dead Xr.helg
2018-08-03Add man page for fuse_get_context(3).helg
2018-08-03Pass PCIe requester ID as sideband data here as well.Mark Kettenis
2018-08-03Let ahci(4) match on _CLS instead of _HID when attaching at acpi(4). AvoidsMark Kettenis
2018-08-03Implement setting the CPU clock for Allwinner H3/H5 SoCs.Mark Kettenis
2018-08-03Also attach as a regulator if the FDT provides the fixed voltage value.Mark Kettenis
2018-08-03advertise slaacd.8;Jason McIntyre
2018-08-03sort; ok florianJason McIntyre
2018-08-03Implement single-stepping. Based on an earlier diff from drahn@.Mark Kettenis
2018-08-03return is not a function and if (x) -> if (x != NULL)Sebastian Benoit
2018-08-03fix error messages from earlier syntax changeSebastian Benoit
2018-08-03correct an error message, from Ross L RichardsonSebastian Benoit
2018-08-03document the default in the abscence of a certificate authority.Sebastian Benoit
2018-08-03Document that domain certificate is optional.Sebastian Benoit
2018-08-03Move pledge after getopt when we know whether the operation is reboot,Theo de Raadt
2018-08-03Implement DVFS support.Mark Kettenis
2018-08-03Move nexthop and nexthop flags from the rde_aspath to struct prefix.Claudio Jeker
2018-08-03unveil _PATH_UTMP at startup. Time for a commentary:Theo de Raadt
2018-08-03We can only unveil if the prefix is a directory (the input paths, and theTheo de Raadt
2018-08-03Improve synchronization between the parent and children. This fixesVisa Hankala
2018-08-03Move pledge to after getopt, when the finger program becomes knownTheo de Raadt
2018-08-03pledge() a little later, after getopt operation, in case -f option changesTheo de Raadt
2018-08-03syncTheo de Raadt
2018-08-03wrap long linesTheo de Raadt
2018-08-03unveil _PATH_DEVDB for devname(). All other filenames are openedTheo de Raadt
2018-08-03Reshuffle the way bgpd does the softreload after filter changes.Claudio Jeker
2018-08-03Enable mue(4).Kevin Lo
2018-08-03Move dns settings to global options so that they don't need to beFlorian Obser
2018-08-03document that wpakey needs a preceeding nwid OR join specificationAlexander Hall
2018-08-03revert 1.133 and part of 1.131Peter Hessler
2018-08-03Account when the next nd6_timer_to is scheduled in nd6_timer()Florian Obser
2018-08-03pledge() a little later, after getopt operation, when we know tty name.Theo de Raadt
2018-08-03unveil of _PATH_DEVDB "/var/run/dev.db" can be done before pledge forTheo de Raadt
2018-08-03actually heed localbase when looking for groffMarc Espie
2018-08-03reorg groff runner so that failures are handled betterMarc Espie
2018-08-03- exit in case of exec error. Prevents code from continuing badlyMarc Espie
2018-08-03- use memset() for for clearing hashtblKevin Lo
2018-08-03tweak previous;Jason McIntyre
2018-08-03The first unveil userland commit!Theo de Raadt
2018-08-03This does not need pledge "wpath"Theo de Raadt
2018-08-03ni_pledge flags are a uint64_t not an int - don't initialize with an int.Bob Beck
2018-08-03Place a limit on the number of elements in a ber sequence/set. This preventsrob
2018-08-03Add mue(4), a driver for Microchip LAN75xx/LAN78xx 10/100/1000 USB EthernetKevin Lo
2018-08-02Log command arguments.Nicholas Marriott
2018-08-02replace excessively wordy and fuzzy introductionIngo Schwarze
2018-08-02errno is never checked after a call to getuint64(). So there is noKenneth R Westerback
2018-08-02Grammar fix in comment.rob
2018-08-02Some wordsmithing. Comments and tweaks from deraadt, jmc, benno, and tb.rob