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