CVS: cvs.openbsd.org: src

2017-10-13 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2017/10/13 22:44:43

Modified files:
sys/arch/amd64/amd64: acpi_machdep.c autoconf.c bios.c bus_dma.c 
  codepatch.c consinit.c cpu.c fpu.c i8259.c 
  identcpu.c intr.c ioapic.c lapic.c 
  machdep.c mainbus.c mem.c mpbios.c pmap.c 
  process_machdep.c sys_machdep.c trap.c 
  tsc.c via.c vm_machdep.c wscons_machdep.c 
sys/arch/amd64/isa: clock.c isa_machdep.c 
sys/arch/amd64/pci: pchb.c pci_machdep.c pciide_machdep.c 

Log message:
reduce the amount of includes in arch/amd64
ok mpi@ deraadt@



CVS: cvs.openbsd.org: src

2017-10-13 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2017/10/13 19:15:36

Modified files:
sbin/dhclient  : clparse.c 

Log message:
Tweak parse_option_list() to return 0/1 to indicate success,
to not touch existing data on error paths, to handle ';'
better, emit single error message ("expecting comma
delimited list of option names.").



CVS: cvs.openbsd.org: src

2017-10-13 Thread Mike Belopuhov
CVSROOT:/cvs
Module name:src
Changes by: mi...@cvs.openbsd.org   2017/10/13 17:41:34

Modified files:
share/man/man5 : pf.conf.5 

Log message:
Integrate the description of flow queues into the main body of text



CVS: cvs.openbsd.org: www

2017-10-13 Thread T . J . Townsend
CVSROOT:/cvs
Module name:www
Changes by: t...@cvs.openbsd.org2017/10/13 17:21:43

Modified files:
faq: faq10.html 

Log message:
clarify that only the most recent release gets syspatches



CVS: cvs.openbsd.org: src

2017-10-13 Thread Damien Miller
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2017/10/13 15:13:54

Modified files:
usr.bin/ssh: packet.c 

Log message:
log debug messages sent to peer; ok deraadt markus



CVS: cvs.openbsd.org: src

2017-10-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:src
Changes by: jas...@cvs.openbsd.org  2017/10/13 13:00:35

Modified files:
sys/arch/alpha/alpha: db_trace.c 

Log message:
ansify function prototypes (to match db_stack_trace_print() in the same file)



CVS: cvs.openbsd.org: src

2017-10-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:src
Changes by: jas...@cvs.openbsd.org  2017/10/13 12:11:47

Modified files:
sys/ddb: db_ctf.c 

Log message:
return a missing return (was left out of previous)



CVS: cvs.openbsd.org: src

2017-10-13 Thread Robert Peichaer
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2017/10/13 12:06:28

Modified files:
distrib/miniroot: dot.profile 

Log message:
Move extraction of rootdisk information into the DONEPROFILE if-block.

OK tb@



CVS: cvs.openbsd.org: src

2017-10-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:src
Changes by: jas...@cvs.openbsd.org  2017/10/13 11:32:22

Modified files:
sys/ddb: db_ctf.c 

Log message:
- use db_printf()
- refuse to pretty-print if there's no CTF

ok mpi@



CVS: cvs.openbsd.org: src

2017-10-13 Thread Robert Peichaer
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2017/10/13 11:31:26

Modified files:
distrib/miniroot: dot.profile 

Log message:
Comment trap handlers



CVS: cvs.openbsd.org: src

2017-10-13 Thread Robert Peichaer
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2017/10/13 11:23:01

Modified files:
distrib/miniroot: dot.profile 

Log message:
Tweak comments



CVS: cvs.openbsd.org: src

2017-10-13 Thread Robert Peichaer
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2017/10/13 11:13:40

Modified files:
distrib/miniroot: dot.profile 

Log message:
Add a comment for slaacd(8) start and replace the if-then-fi block
with a [[ test ]] && command construct.



CVS: cvs.openbsd.org: src

2017-10-13 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2017/10/13 10:50:45

Modified files:
usr.bin/ssh: sshd_config.5 

Log message:
trim permitrootlogin description somewhat, to avoid ambiguity;
original diff from walter alejandro iglesias, tweaked by sthen and myself

ok sthen schwarze deraadt



CVS: cvs.openbsd.org: www

2017-10-13 Thread Peter Hessler
CVSROOT:/cvs
Module name:www
Changes by: phess...@cvs.openbsd.org2017/10/13 08:27:31

Modified files:
.  : 62.html 

Log message:
add package counts for arm



CVS: cvs.openbsd.org: www

2017-10-13 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:www
Changes by: bl...@cvs.openbsd.org   2017/10/13 08:21:47

Modified files:
.  : errata61.html errata62.html 

Log message:
Add tcb_invalid OpenBSD 6.1 errata 032 and OpenBSD 6.2 errata 001.



CVS: cvs.openbsd.org: src

2017-10-13 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2017/10/13 07:53:28

Modified files:
sbin/dhclient  : clparse.c 

Log message:
Tweak parse_option_decl() to return 0/1 to indicate success,
to not touch existing data on error paths, to handle ';'
better.



CVS: cvs.openbsd.org: src

2017-10-13 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org   2017/10/13 05:11:14

Modified files:
sys/arch/amd64/include: Tag: OPENBSD_6_1 tcb.h 

Log message:
I was one bit off in the "is canonical" test for FS.base (TCB pointer) values,
so it was still possible to fault the kernel.

Problem observed by Maxime Villard
from guenther@; ok deraadt@ bluhm@
OpenBSD 6.1 errata 032



CVS: cvs.openbsd.org: src

2017-10-13 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org   2017/10/13 05:08:57

Modified files:
sys/arch/amd64/include: Tag: OPENBSD_6_2 tcb.h 

Log message:
I was one bit off in the "is canonical" test for FS.base (TCB pointer) values,
so it was still possible to fault the kernel.

Problem observed by Maxime Villard
from guenther@; ok deraadt@ bluhm@
OpenBSD 6.2 errata 001



CVS: cvs.openbsd.org: www

2017-10-13 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2017/10/13 04:13:07

Modified files:
.  : ftp.html ftplist httpslist 
openbgpd   : ftp.html 
openssh: ftp.html portable.html 
openntpd   : portable.html 

Log message:
sync



CVS: cvs.openbsd.org: www

2017-10-13 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2017/10/13 04:11:04

Modified files:
build  : mirrors.dat 

Log message:
ftp.halifax.rwth-aachen.de and openbsd.mirrors.pair.com now use canonical URL 
format



CVS: cvs.openbsd.org: src

2017-10-13 Thread Martin Pieuchot
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2017/10/13 02:58:42

Modified files:
sys/dev/tc : if_le_ioasic.c ioasicreg.h 

Log message:
Implement media auto selection for DEC 3000.

diff from miod@



CVS: cvs.openbsd.org: src

2017-10-13 Thread Damien Miller
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2017/10/13 00:45:18

Modified files:
usr.bin/ssh: ssh.1 

Log message:
mention SSH_USER_AUTH in the list of environment variables



CVS: cvs.openbsd.org: src

2017-10-13 Thread Damien Miller
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2017/10/13 00:24:51

Modified files:
usr.bin/ssh: sshkey.c 

Log message:
BIO_get_mem_data() is supposed to take a char* as pointer argument,
so don't pass it a const char*



CVS: cvs.openbsd.org: src

2017-10-13 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:src
Changes by: ajacou...@cvs.openbsd.org   2017/10/13 00:16:27

Modified files:
usr.sbin/syspatch: syspatch.sh 

Log message:
Don't check for mirror availability but directly try to fetch SHA256.sig. That
check was not safe (index needed to be enabled, top URL may not be available
etc.).

based on a comment from tj@