CVS: cvs.openbsd.org: src

2021-01-28 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2021/01/28 23:29:46 Modified files: usr.bin/ssh: ssh-agent.c Log message: fix the values of enum sock_type

CVS: cvs.openbsd.org: src

2021-01-28 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2021/01/28 23:28:10 Modified files: usr.bin/ssh: ssh-agent.c Log message: give typedef'd struct a struct name; makes the fuzzer I'm writing a bit easier

CVS: cvs.openbsd.org: src

2021-01-28 Thread Rob Pierce
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2021/01/28 17:31:41 Modified files: sys/kern : kern_acct.c Log message: Whitespace.

CVS: cvs.openbsd.org: src

2021-01-28 Thread Martijn van Duren
CVSROOT:/cvs Module name:src Changes by: mart...@cvs.openbsd.org 2021/01/28 13:45:14 Modified files: usr.sbin/snmpd : snmpd.h util.c Log message: Remove print_{debug,verbose} since they're currently unused and I see no reason to start using them in the future. OK tb@

CVS: cvs.openbsd.org: src

2021-01-28 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2021/01/28 13:06:38 Modified files: sys/net: bridgectl.c if_bridge.c Log message: bridge(4): convert ifunit() to if_unit(9) ok bluhm@ sashan@

CVS: cvs.openbsd.org: src

2021-01-28 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2021/01/28 13:04:44 Modified files: sys/net: if_trunk.c Log message: trunk(4): convert ifunit to if_unit(9) ok bluhm@

CVS: cvs.openbsd.org: src

2021-01-28 Thread Martijn van Duren
CVSROOT:/cvs Module name:src Changes by: mart...@cvs.openbsd.org 2021/01/28 12:56:33 Modified files: lib/libutil: ber.c ober_get_string.3 Log message: Add '$' to ober_scanf_elements(). This allows us to enforce end of sequence/set without having to manually check

CVS: cvs.openbsd.org: src

2021-01-28 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2021/01/28 11:54:52 Modified files: sys/arch/amd64/stand/efiboot: memprobe.c sys/arch/amd64/stand/libsa: memprobe.c Log message: bios_memmap[] should not be a common ok kettenis

CVS: cvs.openbsd.org: src

2021-01-28 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2021/01/28 11:32:46 Modified files: lib/libssl : tls12_record_layer.c Log message: Remove direct assignment of aead_ctx. Now that AEAD is handled internally, we should no longer be assigning aead_ctx

CVS: cvs.openbsd.org: src

2021-01-28 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2021/01/28 11:09:15 Modified files: usr.sbin/ldapd : ldapd.8 Log message: Add ldap(1) to the SEE ALSO section. OK deraadt@

CVS: cvs.openbsd.org: src

2021-01-28 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2021/01/28 10:39:03 Modified files: sys/arch/alpha/conf: Makefile.alpha sys/arch/amd64/conf: Makefile.amd64 sys/arch/arm64/conf: Makefile.arm64 sys/arch/armv7/conf: Makefile.armv7

CVS: cvs.openbsd.org: src

2021-01-28 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2021/01/28 10:19:40 Modified files: sys/dev/acpi : tpm.c Log message: tpm(4): fix delay units tpm(4) has timeout constants in milliseconds, e.g. #define TPM_ACCESS_TMO 2000/* 2sec

CVS: cvs.openbsd.org: src

2021-01-28 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2021/01/28 10:00:39 Modified files: lib/libssl : ssl_lib.c ssl_locl.h t1_enc.c tls12_record_layer.c Log message: Move AEAD handling into the new TLSv1.2 record layer. ok tb@

CVS: cvs.openbsd.org: src

2021-01-28 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2021/01/28 08:13:27 Modified files: sys/kern : subr_witness.c Log message: Show when witness(4) has run out of lock order data entries. This makes it clearer why lock order traces are sometimes not

CVS: cvs.openbsd.org: src

2021-01-28 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2021/01/28 07:53:20 Modified files: sys/conf : files sys/netinet: tcp_var.h Log message: Drop tcp_trace() from SMALL_KERNEL builds to make room on amd64 floppy OK deraadt@

CVS: cvs.openbsd.org: src

2021-01-28 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2021/01/28 05:50:29 Modified files: sys/dev/usb: ugen.c Log message: Be consistent in not using parameter names for function prototypes; I've missed two more cases in the previous commit.

CVS: cvs.openbsd.org: src

2021-01-28 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2021/01/28 04:17:58 Modified files: usr.bin/sndiod : dev.c midi.c midi.h miofile.c Log message: When an audio device is disconnected, drop MIDI clients controlling it

CVS: cvs.openbsd.org: src

2021-01-28 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2021/01/28 04:15:31 Modified files: usr.bin/sndiod : dev.c dev.h sock.c Log message: Dont attempt to drain disconnected clients Clients are always drained before they disconnect, so this change affects

CVS: cvs.openbsd.org: src

2021-01-28 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2021/01/28 04:10:00 Modified files: usr.bin/sndiod : dev.c Log message: In slot_xxx(), store dev pointer in local variable This removes many redundant dereferences to obtain the dev pointer from the slot

CVS: cvs.openbsd.org: src

2021-01-28 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2021/01/28 04:06:58 Modified files: usr.bin/sndiod : dev.c Log message: Use everywhere the same pattern to handle fractional clock ticks No behavior change; this change is only to make the maths easier to

CVS: cvs.openbsd.org: src

2021-01-28 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2021/01/28 04:06:07 Modified files: usr.bin/sndiod : dev.c Log message: Make slot_{attach,detach}() the opposite of each other No bahavior change. Now, slot_attach() moves slot's clock forward and puts the

CVS: cvs.openbsd.org: src

2021-01-28 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2021/01/28 04:02:28 Modified files: usr.bin/sndiod : dev.c dev.h Log message: Drop unused dev_nctl() function and few unused prototypes

CVS: cvs.openbsd.org: src

2021-01-28 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2021/01/28 02:37:20 Modified files: sys/net: pf.c Log message: handle "once" rules before letting pfsync defer tx of a packet. pfsync may want to defer the transmission of a packet. it does this so