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