openbsd
3 years agoadd devices from ASUS ROG Strix G513QY and Alienware Aurora R10
jsg [Sun, 18 Jul 2021 05:02:08 +0000 (05:02 +0000)]
add devices from ASUS ROG Strix G513QY and Alienware Aurora R10

3 years agoThe first think MBR_init() does is memset(0) the gpt header and gpt
krw [Sat, 17 Jul 2021 21:47:56 +0000 (21:47 +0000)]
The first think MBR_init() does is memset(0) the gpt header and gpt
partition array. So no need to memset(0) the gpt header before each
MBR_init() invocation.

No functional change.

3 years agoRemove setpassent(3) leftovers
kn [Sat, 17 Jul 2021 20:46:02 +0000 (20:46 +0000)]
Remove setpassent(3) leftovers

Those should have gone with the switch to uid_from_user(3) in r1.95;

OK millert

3 years agoDon't document systems which rewrite/change resolv.conf. Those systems can
deraadt [Sat, 17 Jul 2021 17:14:29 +0000 (17:14 +0000)]
Don't document systems which rewrite/change resolv.conf.  Those systems can
document their actions in their own manual pages.
ok kn

3 years agoFollow up on dhclient(8) to dhcpleased(8)/resolvd(8) switch
kn [Sat, 17 Jul 2021 15:28:31 +0000 (15:28 +0000)]
Follow up on dhclient(8) to dhcpleased(8)/resolvd(8) switch

hostname.if(5)'s "dhcp" no longer triggers dhclient in any way, so suggest
the simple "inet autoconf" instead while mentioning "dhcp" as an alias for
that.

Add markup to changed sentences while here.
There is more room for improvemen in this manual.

Feedback deraadt, "go ahead"

3 years agoMake the mandoc.db(5) tests work with BSDOBJDIR set,
schwarze [Sat, 17 Jul 2021 14:23:02 +0000 (14:23 +0000)]
Make the mandoc.db(5) tests work with BSDOBJDIR set,
by stripping initial parts of paths the do not matter
for the features being tested from man(1) output.

Problem found and reported by, solution developed together with, and
OK anton@

3 years agoNuke a bunch of Capt. Obvious or misleading comments.
krw [Sat, 17 Jul 2021 14:16:34 +0000 (14:16 +0000)]
Nuke a bunch of Capt. Obvious or misleading comments.

No functional change.

3 years agoChange edit/gedit/setpid/gsetpid to return 0/-1 to indicate success or failure
krw [Sat, 17 Jul 2021 13:37:01 +0000 (13:37 +0000)]
Change edit/gedit/setpid/gsetpid to return 0/-1 to indicate success or failure
as all other helpers do.

Makes it clear that X* functions are in charge of deciding which CMD_* value
they return to main edting loop. Reduces unnecessary copying/restoring of
original partition information.

No intentional functional change.

3 years agoIgnore unwind socket with kevent(2) under SMALL
kn [Sat, 17 Jul 2021 03:31:31 +0000 (03:31 +0000)]
Ignore unwind socket with kevent(2) under SMALL

All other unwind related bits are under #ifndef SMALL already,
so complete that.

OK florian

3 years agowrap some long lines
djm [Sat, 17 Jul 2021 00:38:11 +0000 (00:38 +0000)]
wrap some long lines

3 years agofix sftp on ControlPersist connections, broken by recent SessionType
djm [Sat, 17 Jul 2021 00:36:53 +0000 (00:36 +0000)]
fix sftp on ControlPersist connections, broken by recent SessionType
change; spotted by sthen@

3 years agosync
jsg [Sat, 17 Jul 2021 00:02:58 +0000 (00:02 +0000)]
sync

3 years agodrm/amdgpu: add another Renoir DID
jsg [Fri, 16 Jul 2021 23:51:38 +0000 (23:51 +0000)]
drm/amdgpu: add another Renoir DID

From Jinzhou Su
775da83005cb61d4c213c636df9337da05714ff1 in mainline linux

3 years agoamdgpu: Add Missing Sienna Cichlid DID
jsg [Fri, 16 Jul 2021 23:47:58 +0000 (23:47 +0000)]
amdgpu: Add Missing Sienna Cichlid DID

From Ori Messinger
d26bbbcc160f6d9feabed73dca62b9e8b86671b4 in mainline linux

3 years agoChange PRT_protected_guid() to take native order uuid's instead of little endian
krw [Fri, 16 Jul 2021 22:50:43 +0000 (22:50 +0000)]
Change PRT_protected_guid() to take native order uuid's instead of little endian
uuid's. This brings it into line with all the other PRT_ functions taking uuid
parameters.

While adapting gsetid(), introduce separate partition type and partition guid
variables to make the logic clearer.

No intentional functional change.

3 years agovmd(8): simplify vcpu logic, removing uart & vionet reads
dv [Fri, 16 Jul 2021 16:21:22 +0000 (16:21 +0000)]
vmd(8): simplify vcpu logic, removing uart & vionet reads

Remove legacy state handling on the ns8250 and virtio network devices
originally put in place before using libevent for async device
events. The vcpu thread doesn't need to process device data as it is
handled by the libevent thread.

This has the benefit of simplifying some of the message passing
between threads introduced to the ns8250 uart since both the vcpu
and libevent threads were processing read events.

No functional change intended. Tested by many, including abieber@,
weerd@, Mischa Peters, and Matthias Schmidt. (Thanks.)

OK mlarkin@

3 years agothis media can also use dhcpleased now
deraadt [Fri, 16 Jul 2021 15:26:24 +0000 (15:26 +0000)]
this media can also use dhcpleased now

3 years agoSwitch from dhclient to dhcpleased in the installer.
florian [Fri, 16 Jul 2021 15:25:31 +0000 (15:25 +0000)]
Switch from dhclient to dhcpleased in the installer.
More cleanup is needed from a real ksh hacker, but looks already
pretty good to kn.

OK deraadt

3 years agoCreate working directories earlier so that resolvd can write
florian [Fri, 16 Jul 2021 15:24:44 +0000 (15:24 +0000)]
Create working directories earlier so that resolvd can write
resolv.conf.shadow and start dhcpleased/resolvd.
OK deraadt

3 years agoReplace dhclient with dhcpleased/resolvd on the ramdisk.
florian [Fri, 16 Jul 2021 15:24:08 +0000 (15:24 +0000)]
Replace dhclient with dhcpleased/resolvd on the ramdisk.
OK deraadt who also helped making some space.

3 years agocreate lease directory for dhcpleased in the ramdisk
florian [Fri, 16 Jul 2021 15:22:43 +0000 (15:22 +0000)]
create lease directory for dhcpleased in the ramdisk
OK deraadt

3 years agoThe installer plays weird tricks with /etc/resolv.conf and symlinks it
florian [Fri, 16 Jul 2021 15:22:12 +0000 (15:22 +0000)]
The installer plays weird tricks with /etc/resolv.conf and symlinks it
from /tmp/i. Work around this in resolvd so that it can correctly
update the file until this is fixed in install.sub.

probably grudgingly OK deraadt

3 years agoswitch to dhcpleased/resolvd in base
florian [Fri, 16 Jul 2021 15:21:41 +0000 (15:21 +0000)]
switch to dhcpleased/resolvd in base
OK deraadt

3 years agoImprove comments in IPsec replay window calculation.
bluhm [Fri, 16 Jul 2021 15:08:39 +0000 (15:08 +0000)]
Improve comments in IPsec replay window calculation.
OK tobhe@

3 years agoUpdate the default block size in the manual, in sndiod.c r1.37 it was
sthen [Fri, 16 Jul 2021 15:05:58 +0000 (15:05 +0000)]
Update the default block size in the manual, in sndiod.c r1.37 it was
reduced to 480 frames. ok ratchov@

3 years agomain proc doesn't speak with sockets during the main loop and setpriority plus
mestre [Fri, 16 Jul 2021 14:36:09 +0000 (14:36 +0000)]
main proc doesn't speak with sockets during the main loop and setpriority plus
chroot (and privdrop) in the child procs at this point are all set and done so
pledge("inet id") promises are not required anymore.

analysis and OK @kn

3 years ago/etc/ssl/cert.pem is loaded into mem with tls_load_file(3) on local function
mestre [Fri, 16 Jul 2021 14:34:37 +0000 (14:34 +0000)]
/etc/ssl/cert.pem is loaded into mem with tls_load_file(3) on local function
priv_constraint_child() which is called before we reach pledge(2), therefore we
we don't need to unveil(2) that file nor having pledge("rpath") since it was
only required to read that same file.

OK kn@

3 years agoRemove unneeded call to tls_init(3)
kn [Fri, 16 Jul 2021 13:59:10 +0000 (13:59 +0000)]
Remove unneeded call to tls_init(3)

As per the manual and lib/libtls/tls.c revision 1.79 from 2018
"Automatically handle library initialisation for libtls." initialisation
is handled automatically by other tls_*(3) functions.

Remove the tls_init() call to not give the impression of it being needed.

Feedback tb
OK Tests mestre

3 years agoCompare pointer to NULL, not 0.
krw [Fri, 16 Jul 2021 13:29:49 +0000 (13:29 +0000)]
Compare pointer to NULL, not 0.

3 years agoBe consistent and always return -1 to indicate failure.
krw [Fri, 16 Jul 2021 13:26:04 +0000 (13:26 +0000)]
Be consistent and always return -1 to indicate failure.

DISK_printgeometry() return value was always 0 and never
checked so just make it void.

No functional change.

3 years agoregen
jsg [Fri, 16 Jul 2021 13:09:18 +0000 (13:09 +0000)]
regen

3 years agoadd some x570 ppbs and another navi 23
jsg [Fri, 16 Jul 2021 13:08:24 +0000 (13:08 +0000)]
add some x570 ppbs and another navi 23

3 years agorecognise more pci capabilities
jsg [Fri, 16 Jul 2021 09:14:17 +0000 (09:14 +0000)]
recognise more pci capabilities
from PCI Code and ID Assignment Specification

3 years agoExplicitly check for and start time-based rekeying in the client
djm [Fri, 16 Jul 2021 09:00:23 +0000 (09:00 +0000)]
Explicitly check for and start time-based rekeying in the client
and server mainloops.

Previously the rekey timeout could expire but rekeying would not start
until a packet was sent or received. This could cause us to spin in
select() on the rekey timeout if the connection was quiet.

ok markus@

3 years agoRemove the unveil current directory pointer from struct process. Instead
claudio [Fri, 16 Jul 2021 07:59:38 +0000 (07:59 +0000)]
Remove the unveil current directory pointer from struct process. Instead
pass in the vnode to unveil_start_relative() like it is done for *at()
syscalls. This fixes an issue with fchdir() that actually did not correctly
reset this pointer when changing the working directory.
OK beck@

3 years agoNuke unused variable.
krw [Thu, 15 Jul 2021 23:25:46 +0000 (23:25 +0000)]
Nuke unused variable.

3 years agoNo need for separate b_sectors, b_offset and b_type variables. We have struct
krw [Thu, 15 Jul 2021 21:58:02 +0000 (21:58 +0000)]
No need for separate b_sectors, b_offset and b_type variables. We have struct
prt to hold this info in one place.

Construct a struct prt to hold the boot partition information and stash it in
the struct disk for both MBR and GPT to access as needed.

Move the blocks to sectors conversions into DISK_open() with all of its
geometry friends.

No intentional functional change.

3 years agoConsolidate disk geometry fiddling, turning -l/-c/-h/-s values into MBR
krw [Thu, 15 Jul 2021 21:23:54 +0000 (21:23 +0000)]
Consolidate disk geometry fiddling, turning -l/-c/-h/-s values into MBR
partition geometry info, into DISK_open(). Resulting in clearer logic.

No intentional functional change.

3 years agomore space savings
deraadt [Thu, 15 Jul 2021 15:37:55 +0000 (15:37 +0000)]
more space savings

3 years agospace savings on install kernels. (restore and ralink drivers+firmware go
deraadt [Thu, 15 Jul 2021 15:33:47 +0000 (15:33 +0000)]
space savings on install kernels.  (restore and ralink drivers+firmware go
away)

3 years agoWrap over 80 long lines in ca.c
inoguchi [Thu, 15 Jul 2021 12:41:49 +0000 (12:41 +0000)]
Wrap over 80 long lines in ca.c

3 years agoExplicitly check pointer variable if it is NULL or not in ca.c
inoguchi [Thu, 15 Jul 2021 11:43:27 +0000 (11:43 +0000)]
Explicitly check pointer variable if it is NULL or not in ca.c

3 years agoFix regress for rpki-client
job [Thu, 15 Jul 2021 11:07:33 +0000 (11:07 +0000)]
Fix regress for rpki-client

spotted by bluhm

3 years agoRemove space between '*' and pointer variable in ca.c
inoguchi [Thu, 15 Jul 2021 10:26:43 +0000 (10:26 +0000)]
Remove space between '*' and pointer variable in ca.c

3 years agoUse 'serial' rather than 'ser' in ca.c
inoguchi [Thu, 15 Jul 2021 10:15:22 +0000 (10:15 +0000)]
Use 'serial' rather than 'ser' in ca.c

input from jsing@

3 years agoConvert openssl(1) ca option handling
inoguchi [Thu, 15 Jul 2021 09:56:32 +0000 (09:56 +0000)]
Convert openssl(1) ca option handling

New option handling for openssl(1) ca.
This diff is just replacing with new option handling, no functional change.
I'm using the word DN or RDN in description as manual uses them, rather than
replacing with "Distinguished Name" or "Relative Distinguished Name".

I would like to add another fixes below by follow-up diffs.
- remove space between '*' and pointer variable
- wrap 80+ long lines
- explicitly check pointer variable if it is NULL or not

comments and ok from jsing@

3 years agoUNVEIL_INSPECT is no longer needed, adjust code accordingly.
claudio [Thu, 15 Jul 2021 06:57:02 +0000 (06:57 +0000)]
UNVEIL_INSPECT is no longer needed, adjust code accordingly.
OK semarie@

3 years agodrm/amd/dc: Fix a missing check bug in dm_dp_mst_detect()
jsg [Thu, 15 Jul 2021 01:24:07 +0000 (01:24 +0000)]
drm/amd/dc: Fix a missing check bug in dm_dp_mst_detect()

From Yingjie Wang
5885fce7b43919406b32d1c942c9b496aac3abbc in linux 5.10.y/5.10.50
655c0ed19772d92c9665ed08bdc5202acc096dda in mainline linux

3 years agodrm/bridge: Fix the stop condition of drm_bridge_chain_pre_enable()
jsg [Thu, 15 Jul 2021 01:20:28 +0000 (01:20 +0000)]
drm/bridge: Fix the stop condition of drm_bridge_chain_pre_enable()

From Douglas Anderson
0cd39c96574d19e234cee971868c82c3769c2ee6 in linux 5.10.y/5.10.50
bab5cca7e609952b069a550e39fe4893149fb658 in mainline linux

3 years agoExport SA replay counters via pfkey and print with ipsecctl.
tobhe [Wed, 14 Jul 2021 22:39:26 +0000 (22:39 +0000)]
Export SA replay counters via pfkey and print with ipsecctl.
This is useful for debugging replay window issues with 64 bit
sequence numbers in IPsec.

ok bluhm@

3 years agoAfter VFS shutdown, init(8) cannot map a missing page that contains
bluhm [Wed, 14 Jul 2021 22:09:24 +0000 (22:09 +0000)]
After VFS shutdown, init(8) cannot map a missing page that contains
the signal handler code.  Traditionally a process would spin in
such a case, but we changed the logic in revision 1.167 trapsignal()
to receive a fatal signal.  If that happens to init(8), the kernel
panics.  In case of reboot, jump between init signal handler and
page fault trap until the kernel resets the machine.
reported and tested weerd@; OK deraadt@

3 years agoResend the TCP packet only if the MTU locked flag appears at the
bluhm [Wed, 14 Jul 2021 21:07:36 +0000 (21:07 +0000)]
Resend the TCP packet only if the MTU locked flag appears at the
route and was not there before.  This should prevent a recursion
in path MTU discovery with TCP over IPsec.
reported and tested Matthias Schmidt; tested and OK tobhe@

3 years agoShrink cluster size for FAT32 to fullfil the new minimum cluster
bluhm [Wed, 14 Jul 2021 18:23:11 +0000 (18:23 +0000)]
Shrink cluster size for FAT32 to fullfil the new minimum cluster
limit of newfs_msdos for our small 64 MB vnd disk image.
suggested by jsg@

3 years agoLibreSSL error message has changed, adapt test.
bluhm [Wed, 14 Jul 2021 17:58:51 +0000 (17:58 +0000)]
LibreSSL error message has changed, adapt test.

3 years agoRemove unneeded calls to tls_init(3)
kn [Wed, 14 Jul 2021 13:33:57 +0000 (13:33 +0000)]
Remove unneeded calls to tls_init(3)

As per the manual and lib/libtls/tls.c revision 1.79 from 2018
"Automatically handle library initialisation for libtls." initialisation
is handled automatically by other tls_*(3) functions.

Remove explicit tls_init() calls from base to not give the impression of
it being needed.

Feedback tb
OK Tests mestre

3 years agoRestructure the getopt_long options. Sort them mostly by name with the
claudio [Wed, 14 Jul 2021 11:14:27 +0000 (11:14 +0000)]
Restructure the getopt_long options. Sort them mostly by name with the
exception of no-xyz options that are grouped with the coresponding xyz
option. Fix --no-motd to use the internal flag setting of getopt_long.
Also use some defines instead of numbers for pure long options that
need special handling.
OK benno@

3 years agotimeout_add() always sets a new expiry time unrelated to the previous
jsg [Wed, 14 Jul 2021 09:56:17 +0000 (09:56 +0000)]
timeout_add() always sets a new expiry time unrelated to the previous
one and requeues as needed so no need to call timeout_del() before
timeout_add()

spotted by kettenis@

3 years agoMove default value for TERM into tmux.h.
nicm [Wed, 14 Jul 2021 08:56:00 +0000 (08:56 +0000)]
Move default value for TERM into tmux.h.

3 years agoreorder SessionType; ok djm
jmc [Wed, 14 Jul 2021 06:46:38 +0000 (06:46 +0000)]
reorder SessionType; ok djm

3 years agoWhen mod_timer() is called with a value less than or equal to the
jsg [Wed, 14 Jul 2021 05:42:47 +0000 (05:42 +0000)]
When mod_timer() is called with a value less than or equal to the
current number of jiffies delete the timeout and reschedule for the next
tick.  Avoids timeout_add() failing the ticks >= 0 assertion when
mod_timer() is called from i915_utils.c set_timer_ms().

Reported and earlier version tested by Tom Murphy on Kaby Lake R.

3 years agoAdjust expected certificate error message. Caused by recent work to support
anton [Wed, 14 Jul 2021 05:04:08 +0000 (05:04 +0000)]
Adjust expected certificate error message. Caused by recent work to support
partial chains in libcrypto.

ok bluhm@

3 years agofix "logically dead code" flagged by coverity
daniel [Wed, 14 Jul 2021 01:11:13 +0000 (01:11 +0000)]
fix "logically dead code" flagged by coverity

It looks like twe was refactored in 2011 and one error check was missed.
While the device may no longer be widely used, this helps reduce the
coverity alert count.

CID 1453371

ok krw@

3 years agoadd a SessionType directive to ssh_config, allowing the configuration
djm [Tue, 13 Jul 2021 23:48:36 +0000 (23:48 +0000)]
add a SessionType directive to ssh_config, allowing the configuration
file to offer equivalent control to the -N (no session) and -s
(subsystem) command-line flags.

Part of GHPR#231 by Volker Diels-Grabsch with some minor tweaks;
feedback and ok dtucker@

3 years agoNo need to manually reinvent nitems() 5 times to scan part_types.
krw [Tue, 13 Jul 2021 22:10:20 +0000 (22:10 +0000)]
No need to manually reinvent nitems() 5 times to scan part_types.

No functional change.

3 years agoGive #() commands a one second grace period where the output is empty
nicm [Tue, 13 Jul 2021 22:09:29 +0000 (22:09 +0000)]
Give #() commands a one second grace period where the output is empty
before telling the user they aren't doing anything. GitHub issue 2774.

3 years agoEnsure that we don't overrun the TX FIFO for longer transfers. Check
patrick [Tue, 13 Jul 2021 22:08:50 +0000 (22:08 +0000)]
Ensure that we don't overrun the TX FIFO for longer transfers.  Check
the limit after every character, and wait for the FIFO to empty before
sending out more bytes.  With this I can now use ipmitool(1) to change
IPMI passwords on the Ampere eMAG.

ok kettenis@

3 years agoBeauharnios -> Beauharnois
tb [Tue, 13 Jul 2021 19:28:05 +0000 (19:28 +0000)]
Beauharnios -> Beauharnois

3 years agoAdd more checks for eContent 'version' fields.
job [Tue, 13 Jul 2021 18:39:39 +0000 (18:39 +0000)]
Add more checks for eContent 'version' fields.

Input from deraadt@, tb@, claudio@

OK deraadt@ claudio@ tb@

3 years agoFix TIMEOUT_INITIALIZER_{FLAGS,KCLOCK}() macro.
mvs [Tue, 13 Jul 2021 17:50:19 +0000 (17:50 +0000)]
Fix TIMEOUT_INITIALIZER_{FLAGS,KCLOCK}() macro.

ok cheloha@

3 years agomodernize province abbreviations
deraadt [Tue, 13 Jul 2021 16:49:32 +0000 (16:49 +0000)]
modernize province abbreviations

3 years agoupdate canadian area codes according to cnac.ca
deraadt [Tue, 13 Jul 2021 15:32:59 +0000 (15:32 +0000)]
update canadian area codes according to cnac.ca

3 years agoDisk sector addresses are normally stored/provided in uint64_t
krw [Tue, 13 Jul 2021 15:03:34 +0000 (15:03 +0000)]
Disk sector addresses are normally stored/provided in uint64_t
variables/parameters, not off_t.

Adjust various parameters and variables accordingly. A few missed const's
and verbiage tweaks in passing.

No functional change.

3 years agosync
deraadt [Tue, 13 Jul 2021 13:18:03 +0000 (13:18 +0000)]
sync

3 years agoReplace a stray use of letoh64() on gh_part_num and
krw [Tue, 13 Jul 2021 11:18:25 +0000 (11:18 +0000)]
Replace a stray use of letoh64() on gh_part_num and
gh_part_size, which are uint32_t fields, with letoh32().

3 years agoOnly use client for sizing when not detached, GitHub issue 2772.
nicm [Tue, 13 Jul 2021 10:38:57 +0000 (10:38 +0000)]
Only use client for sizing when not detached, GitHub issue 2772.

3 years agoOrder the MRT table dump versions by preference also the text refers
claudio [Tue, 13 Jul 2021 08:44:18 +0000 (08:44 +0000)]
Order the MRT table dump versions by preference also the text refers
to the latter two (table-mp and table) to be only available for
compatibility. People should really only use table-v2 since it is
the only method which will properly dump everything.

3 years agoRemove unused `PolicyHead' from 'sockaddr_encap' structure.
mvs [Tue, 13 Jul 2021 08:16:17 +0000 (08:16 +0000)]
Remove unused `PolicyHead' from 'sockaddr_encap' structure.

ok tobhe@

3 years agoAdd f_modify and f_process callbacks to FIFO filterops.
visa [Tue, 13 Jul 2021 07:37:50 +0000 (07:37 +0000)]
Add f_modify and f_process callbacks to FIFO filterops.

OK millert@ mpi@

3 years agoToss 'const' in anywhere the compiler doesn't complain about, thus identifying
krw [Mon, 12 Jul 2021 22:18:54 +0000 (22:18 +0000)]
Toss 'const' in anywhere the compiler doesn't complain about, thus identifying
places that *should* be const but currently aren't and preventing the rot from
spreading further while those issues are dealt with.

No functional change.

3 years agoAdd uaudio(4) and umidi(4). ok kettenis@, mlarkin@
matthieu [Mon, 12 Jul 2021 19:11:42 +0000 (19:11 +0000)]
Add uaudio(4) and umidi(4). ok kettenis@, mlarkin@

3 years agoFinal batch of struct field name tweaks. 'cmd_' for cmd, ut_' for
krw [Mon, 12 Jul 2021 18:31:53 +0000 (18:31 +0000)]
Final batch of struct field name tweaks. 'cmd_' for cmd, ut_' for
unit_types, 'pt_' for part_type, 'pg_' for protected_guid.

No functional change.

3 years agonew manual page X509_print_ex(3)
schwarze [Mon, 12 Jul 2021 15:56:54 +0000 (15:56 +0000)]
new manual page X509_print_ex(3)

3 years agoUse the x509_verify_cert_cache_extensions fuction instead of manually
beck [Mon, 12 Jul 2021 15:12:38 +0000 (15:12 +0000)]
Use the x509_verify_cert_cache_extensions fuction instead of manually
calling the OpenSSL legacy cache extensions goo.

Requested by tb@
ok tb@

3 years agoChange the error reporting pattern throughout the tree when unveil
beck [Mon, 12 Jul 2021 15:09:18 +0000 (15:09 +0000)]
Change the error reporting pattern throughout the tree when unveil
fails to report the path that the failure occured on. Suggested by
deraadt@ after some tech discussion.

Work done and verified by Ashton Fagg <ashton@fagg.id.au>

ok deraadt@ semarie@ claudio@

3 years agodocument X509V3_extensions_print(3)
schwarze [Mon, 12 Jul 2021 14:54:00 +0000 (14:54 +0000)]
document X509V3_extensions_print(3)

3 years agoAdd 'dk_' prefix to struct disk field names.
krw [Mon, 12 Jul 2021 14:06:19 +0000 (14:06 +0000)]
Add 'dk_' prefix to struct disk field names.

No functional change.

3 years agofix "evaluation order violation" flagged by coverity
daniel [Mon, 12 Jul 2021 12:24:41 +0000 (12:24 +0000)]
fix "evaluation order violation" flagged by coverity

Coverity flagged the self-assignment introduced in the previous commit.
This is CID 1505120.

ok kevlo@

3 years agodocument X509V3_EXT_print(3)
schwarze [Mon, 12 Jul 2021 11:47:01 +0000 (11:47 +0000)]
document X509V3_EXT_print(3)

3 years agoRemember to set CPUF_RUNNING on secondary CPUs.
visa [Mon, 12 Jul 2021 09:32:37 +0000 (09:32 +0000)]
Remember to set CPUF_RUNNING on secondary CPUs.

3 years agoMake hw_cpu_hatch() more similar on loongson and octeon.
visa [Mon, 12 Jul 2021 09:29:18 +0000 (09:29 +0000)]
Make hw_cpu_hatch() more similar on loongson and octeon.

3 years agoMake limit for time_t test unconditional in the format_absolute_time
dtucker [Mon, 12 Jul 2021 06:22:57 +0000 (06:22 +0000)]
Make limit for time_t test unconditional in the format_absolute_time
fix for bz#3329 that allows printing of timestamps past INT_MAX.
This was incorrectly included with the previous commit.   Based on
discussion with djm@.

3 years agoUse existing format_absolute_time() function when printing cert validity
dtucker [Mon, 12 Jul 2021 06:08:57 +0000 (06:08 +0000)]
Use existing format_absolute_time() function when printing cert validity
instead of doing it inline.  Part of bz#3329.

3 years agowrap a long line
jsg [Mon, 12 Jul 2021 06:07:33 +0000 (06:07 +0000)]
wrap a long line

3 years agofix some broken tests; clean up output
djm [Mon, 12 Jul 2021 02:12:22 +0000 (02:12 +0000)]
fix some broken tests; clean up output

3 years agoAdd 'prt_' prefix to struct prt field names.
krw [Sun, 11 Jul 2021 20:51:50 +0000 (20:51 +0000)]
Add 'prt_' prefix to struct prt field names.

Use 'dp' instead of 'prt' for struct dos_partition *
paramters, and 'prt' instead of 'partn' for struct prt *
parameters.

No functional change.

3 years agoOptimize gadget fixups for MOV instructions.
mortimer [Sun, 11 Jul 2021 20:32:00 +0000 (20:32 +0000)]
Optimize gadget fixups for MOV instructions.

Instead of swapping registers around, we can just use the REV version of
the same instruction, which has the same effect but encodes differently and
does not result in return bytes in the binary. This reduces the number
of xchg instructions resulting from gadget fixing.

Prompted by ratchov@, with input from millert@ and sthen@.

ok sthen@

3 years agoWhile the traditional OpenSSL return value and behaviour of BIO_dump(3)
beck [Sun, 11 Jul 2021 20:18:07 +0000 (20:18 +0000)]
While the traditional OpenSSL return value and behaviour of BIO_dump(3)
is pure comedy gold, and now documented as such, sadly this bit of pure
Muppet genius can't really in good consience stay in the tree as is.

Change BIO_dump to always return the number of bytes printed on success
and to stop printing and return -1 on failure if a writing function
fails.

ok tb@, jsing@

3 years agoAdd 'mbr_' prefix to struct mbr field names.
krw [Sun, 11 Jul 2021 19:43:19 +0000 (19:43 +0000)]
Add 'mbr_' prefix to struct mbr field names.

Change 'offset' to mbr_lba_self and 'reloffset'
to mbr_lba_firstembr to make their use more evident.
Adjust a few parameter names to match.

Change 'part[]' to mbr_prt[] to reflect that it is an
array of struct prt.

No functional change.

3 years agonew manual page ASN1_parse_dump(3)
schwarze [Sun, 11 Jul 2021 19:03:45 +0000 (19:03 +0000)]
new manual page ASN1_parse_dump(3)

3 years agoCorrect various min/max cluster numbers for FAT12/16/32. From NetBSD.
kettenis [Sun, 11 Jul 2021 15:39:58 +0000 (15:39 +0000)]
Correct various min/max cluster numbers for FAT12/16/32.  From NetBSD.

ok krw@, jsg@