summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Exiting alternate screen mode should restore cursor position andnicm2019-06-091-13/+21
| | | | | attributes even if already outside alternate screen mode. GitHub issue 1789.
* Do not try to parse command when unsetting, GitHub issue 1788.nicm2019-06-081-2/+2
|
* include mount_nfs on the amd64 ramdisk_cd, ok jca deraadtsthen2019-06-081-1/+2
|
* grow sparc64 miniroot a littlederaadt2019-06-082-6/+6
|
* remove pointless NOTES section header linesschwarze2019-06-089-27/+27
|
* Missing macro, reported by Fabio Scotoni <fabio at esse dot ch>.schwarze2019-06-081-4/+4
| | | | While here, also insert missing whitespace before punctuation.
* When establishing the mapping between ACPI device nodes and PCI devices,kettenis2019-06-081-1/+6
| | | | | | skip PCI host bridges and devices that aren't there. ok patrick@
* Delete the display of the RSA_METHOD objectschwarze2019-06-081-70/+1
| | | | | | | | | | which is now supposed to be opaque. OK tb@ I checked that all the information contained in comments in the display is available from the appropriate places in RSA_meth_new(3) and RSA_set_flags(3). Note that the comments regarding "mod_exp", "init", and "finish" were half-misleading simplifications, anyway.
* remove unused variableflorian2019-06-081-3/+2
|
* disambiguate memory extent conflicts for membars and rom addressesdlg2019-06-081-2/+2
| | | | | | there's some more work to do in this space, but this helps us start. ok kettenis@
* In rsa.h rev. 1.40, gilles@ provided several new RSA_METHOD accessors.schwarze2019-06-085-46/+499
| | | | | Update the documentation. OK tb@ jmc@
* document the RSA_FLAG_* constants for RSA_*_flags(3);schwarze2019-06-081-3/+76
| | | | OK tb@ jmc@
* Remove A and D flag, they are superfluous.florian2019-06-087-69/+35
| | | | | One could always use them on the command line and acme-client would do the right thing.
* Update Spleen kernel fonts to the latest released version, bringingfcambus2019-06-085-193/+193
| | | | | | | | | | | | | | | the following improvements: - Shift the middle bar of the upper case 'G' one pixel down in the 12x24 version - Shift lower case 'k' character right, for better alignment in the 12x24, 16x32, and 32x64 versions - Make upper case 'X' thicker in the 16x32 and 32x64 versions - Make upper case 'V' thicker in the 32x64 version - Make lower case 'g' character smoother in the 16x32 and 32x64 versions - Add some artefacts on each side of the lower case 'i' characters OK kettenis@, naddy@, deraadt@
* When loading intel microcode in the non-efi case, error if the file isjsg2019-06-084-8/+8
| | | | | | | larger than 256KB not 128KB to cope with the 06-8e-09 microcode which is currently 193KB. Reported and tested by Paul de Weerd. Matches a diff from claudio@
* Fix two minor errors in the recent PERMIT_* commit:lteo2019-06-081-4/+4
| | | | | | | * Add a missing comma * "cdrom" should be "CD-ROMs" ok espie@ jmc@
* Cast bitcount to u_in64_t before bit shifting to prevent integer overflowdtucker2019-06-072-5/+5
| | | | | | on 32bit platforms which cause incorrect results when adding a block >=512M in size. sha1 patch from ante84 at gmail.com via openssh github, sha2 with djm@, ok tedu@
* ukspan.4: add OpenBSD idjmc2019-06-072-3/+4
| | | | usb.4: sort ukspan entry and sync with Nd
* Remove the last references to the RAND_*(3) functions.schwarze2019-06-0712-47/+34
| | | | | | These references were misleading because these functions are no longer used internally and applications should not call them either. Issue brought up by tb@.
* Do not load the config file if the server is exiting because it failednicm2019-06-073-10/+14
| | | | | | to start, otherwise commands like lsk which start the server again can end up looping infinitely. Also make the first client exit correctly. Problem reported by Wael M Nasreddine.
* link to EVP_EncodeInit(3), which was the only missing child pageschwarze2019-06-071-1/+6
|
* link back to evp(3), just like for the other group entry pagesschwarze2019-06-071-2/+3
|
* Remove pointless direct backlinks from the leaf pages HMAC(3) andschwarze2019-06-072-6/+4
| | | | | | | PKCS5_PBKDF2_HMAC(3) to the top level page evp(3). The leaf pages still have backlinks to the group entry page EVP_DigestInit(3), which is enough. Redundancy and asymmetry pointed out by tb@.
* remove cross-references to the obsolete function OpenSSL_add_all_algorithms(3)schwarze2019-06-073-21/+7
|
* syncderaadt2019-06-071-0/+1
|
* make gc workaround compile on non-clangderaadt2019-06-071-1/+3
|
* add ukspan(4), a driver for the Keyspan USA19HS USB serial adapterjcs2019-06-077-8/+651
| | | | written by Cody Cutler <ccutler at csail.mit.edu>
* regenjcs2019-06-072-4/+9
|
* add Keyspan USA-19HSjcs2019-06-071-1/+2
|
* Introduce acpi_getsta() and use it to eliminate some duplicated code.kettenis2019-06-072-24/+28
| | | | ok patrick@
* eliminate differences between all the list files as much asderaadt2019-06-0726-404/+491
| | | | | | possible, and remove the failed previous attempts at sharing in ./miniroot and ./ramdisk. maybe now that differences are eliminated we can start a new sharing effort? i dunno..
* Add -lz to the library list, since one architecture (armv7) needs it andderaadt2019-06-071-2/+2
| | | | there is no downside for others.
* Typo and spelling fixes in comments and error messages. Patch fromdtucker2019-06-074-9/+9
| | | | knweiss at gmail.com via -portable.
* Reyk's ISP sends him router advertisements from non-link localflorian2019-06-071-2/+2
| | | | | | addresses about every 10 - 30 seconds. Reduce log level to debug to stop the syslog spam. OK reyk
* fix print not specified process.asou2019-06-071-2/+2
| | | | ok guenther@ yasuoka@
* Refactor up_get_nexthop() to work for all AFI/SAFI cases. Additionallyclaudio2019-06-072-203/+109
| | | | | | | | | | | | | | | clean up the possible nexthop overrides to better match the RFC. - set nexthop self is still overriding all other decisions - set nexthop no-modify has only relevance for ebgp multihop links Instead of using the router locall address the nexthop is passed unmodified - set nexthop <address> depends on BGP session type * for IBGP sessions the address will be used unless it is the same as the remote peers address * for directly connected EBGP sessions the address is only used if the IP is part of the connected network (no matter what other flags are used). * for multihop EBGP sessions it depends if no-modify was also set Adjust manual page to explain this properly. "probably OK" job@
* Switch to v02 api url.florian2019-06-071-3/+3
|
* Implement RFC 8555 "Automatic Certificate Management Environmentflorian2019-06-079-443/+576
| | | | | | | | | | | | | (ACME)" to be able to talk to the v02 Let's Encrypt API. With this acme-client(1) will no longer be able to talk to the v01 API. Users must change the api url in /etc/acme-client.conf to https://acme-v02.api.letsencrypt.org/directory Existing accounts (and certs of course) stay valid and after the url change acme-client will be able to renew certs. Tested by Renaud Allard and benno Input & OK benno
* Amend showcpos() to show more information about how mg is operating.lum2019-06-071-11/+26
| | | | | | | | | | | The additions help while developing mg by not having to go into gdb to see somethings mg believes about itself. The extra data shown could be removed in future, but it is benign so perhaps it could stay. Also, do not fake a '\n' on the end of buffer. It is confusing. However do not change the lie about '\n' being on the end of every line within the buffer. Hopefully, one day, that will no longer be a lie.
* make struct mcx_cq_entry a bit closer to realitydlg2019-06-071-8/+9
| | | | | | this puts the timestamp, rx drops, and hash fields in the right place. ok jmatthew@
* have mcx_process_rx return the number of slots it made freedlg2019-06-071-8/+10
| | | | | | | | | | this is instead of passing a pointer to the counter. while here use byte swapping loads and stores, which is mostly a nop cos i dont think we have an LE arch with swapping memory operations. ok jmatthew@
* tidy up the formatting of gendsa synopsis a little;jmc2019-06-071-5/+3
|
* Allow specifying area by number as well as id. No change to outputs.dlg2019-06-071-10/+22
| | | | | | ok remi@ (who did the same change to ospfctl, ospf6d, and ospf6ctl) ok denis@ some grumbling from sthen@ and bluhm@ who didn't want output changed.
* enable mcx(4) on arm64, found in Packet's g2.large.arm servers.jmatthew2019-06-072-2/+4
| | | | tested by and ok patrick@
* Check for user@host when parsing sftp target. This allows user@[1.2.3.4]dtucker2019-06-071-6/+11
| | | | to work without a path in addition to with one. bz#2999, ok djm@
* Convert openssl(1) gendsa to the newer style of option handlinginoguchi2019-06-072-84/+178
| | | | | | | | - Adapt openssl(1) gendsa command to new option handling. - Add lacking ciphers and passout description in openssl.1 manpage. - Describe paramfile as argument in openssl.1 manpage. ok bcook@
* Stop promoting the TSC as a high quality timecounter on MULTIPROCESSORkettenis2019-06-061-1/+5
| | | | | | | | | systems. There is no guarantee that the TSCs on different cores are synchronized when the OpenBSD kernel boots and we don't have code to synchronize them ourselves. This affects both AMD and Intel CPUs and even cores on the same socket can by out of sync. ok deraadt@, sthen@
* tweak previous;jmc2019-06-061-5/+5
|
* minor errors in previous commit pointed out by jmc@schwarze2019-06-064-8/+8
|
* Restore missing newline.visa2019-06-061-1/+3
|