Age | Commit message (Expand) | Author |
2019-05-31 | Revert my "Repair the 'ifconfig mode' command" commit. | Stefan Sperling |
2019-05-31 | Allow % strings that are all numbers or %s, and fix a double free. Both | Nicholas Marriott |
2019-05-31 | remove duplicate page table | Jonathan Gray |
2019-05-31 | similar to note recently added to bgpd.conf(5), mention in docs for | Stuart Henderson |
2019-05-31 | Add MSI-X support. | Mark Kettenis |
2019-05-31 | Exit the attribute loop early if there are no unknown attributes left | Claudio Jeker |
2019-05-31 | add tests for the "new" tying bugs. first one on the way, second one | Marc Espie |
2019-05-31 | Also check the type of a network statement when looking for duplicates. | Claudio Jeker |
2019-05-31 | Add MSI-X support for acpipci(4). This splits out some generic code into | Mark Kettenis |
2019-05-31 | Rename struct plimit field p_refcnt to pl_refcnt to avoid confusion | Visa Hankala |
2019-05-31 | fix ssh-keysign fd handling problem introduced in r1.304 caused by a typo | Damien Miller |
2019-05-30 | Use two 32-bit writes instead of a single 64-bit write to write the | Mark Kettenis |
2019-05-30 | Fix definitions of PCI_MSIX_MAU32 and add a define for the MSI-X function | Mark Kettenis |
2019-05-30 | Remove a leftover abort and some fixes from cppcheck. | Nicholas Marriott |
2019-05-30 | A test for W|X ^ syscall prevention, which is difficult to incorporate | Theo de Raadt |
2019-05-30 | Use proper algorithm for median computation; use fabs() for computing | Otto Moerbeek |
2019-05-30 | Fix the initialization of bp before calling vfs_getcwd_common | Bob Beck |
2019-05-30 | __realpath(2) appears to have improved, so re-enable the code that | Theo de Raadt |
2019-05-30 | namei() generate KTR_NAMEI record input filenames, but getcwd(2) and | Theo de Raadt |
2019-05-30 | use copyoutstr, instead of fragile range math; ok beck | Theo de Raadt |
2019-05-30 | Correct call to vfs_getcwd_common from within __realpath | Bob Beck |
2019-05-30 | No longer need to reduce line number by one. | Nicholas Marriott |
2019-05-30 | php5 -> php, php5 has left the ports tree. | Jeremie Courreges-Anglas |
2019-05-30 | I had hoped that non-xenl terminals had died out, at least in fairly | Nicholas Marriott |
2019-05-30 | Mellanox support tells me that according to an internal datasheet, legacy | Jonathan Matthew |
2019-05-30 | wrap some long lines, except in bits I'll probably have to rewrite soon | Jonathan Matthew |
2019-05-29 | Change vmctl(8) syntax: command options before the disk/name/id argument. | Reyk Floeter |
2019-05-29 | Use VIS_CSTYLE for the arguments and add the missing escapes it can | Nicholas Marriott |
2019-05-29 | Fix a bunch of typos in various man pages. | Frederic Cambus |
2019-05-29 | The line number needs to be updated only after the \n is processed by | Nicholas Marriott |
2019-05-29 | If a DBS resolve was done with the Checking Disabled flag, re-resolve | Otto Moerbeek |
2019-05-29 | Relax parsing of TLS key share extensions on the server. | Joel Sing |
2019-05-29 | Do not send an SNI extension when resuming a session that contains a server | Joel Sing |
2019-05-29 | The past is fuzzy, but it appears during development of __getcwd, *retval | Theo de Raadt |
2019-05-29 | Add some more relative path tests | Bob Beck |
2019-05-29 | There are some bugs in __realpath(2) -- it isn't quite ready so disable | Theo de Raadt |
2019-05-29 | Fix the check if a relay has been specified twice | Reyk Floeter |
2019-05-29 | Move relay_load_*() functions into relayd.c | Reyk Floeter |
2019-05-29 | Document the few neighbor options that need a reset (bgpctl nei X clear) | Claudio Jeker |
2019-05-29 | Support \ooo escapes, from Avi Halachmi. | Nicholas Marriott |
2019-05-29 | After fixing the pfkey code a bit lets retry with a bit less workarounds. | Claudio Jeker |
2019-05-29 | Lets reload the config and check again, just in case where reload gets broken. | Claudio Jeker |
2019-05-29 | Rework pfkey handling a bit. The old remove then add way of inserting md5sig | Claudio Jeker |
2019-05-29 | Make the standard output messages of both methods of changing a key | Mark Lumsden |
2019-05-29 | Repair the 'ifconfig mode' command. | Stefan Sperling |
2019-05-29 | Add jumbo frame support. Set the port MTU as high as we can (up to 9500) | Jonathan Matthew |
2019-05-28 | oops, let cdrom normalize if it's there. | Marc Espie |
2019-05-28 | On bigger arm64 machines with plenty of memory it is possible that | Patrick Wildt |
2019-05-28 | make PERMIT_CDROM info optional | Marc Espie |
2019-05-28 | Redraw status line if size changes, GitHub issue 1762. Also fix length | Nicholas Marriott |