CVS: cvs.openbsd.org: src

2019-02-22 Thread David Gwynne
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2019/02/22 21:54:25

Modified files:
share/man/man9 : Makefile 
Added files:
share/man/man9 : pci_mapreg_map.9 

Log message:
document pci_mapreg_map and some related functions.

i couldn't figure out which argument becomes the flags for the
wrapped call to bus_space_map(9), so i wrote this page so i wouldnt
have to read the code for this one again.

ok jmc@ schwarze@ mpi@ deraadt@



CVS: cvs.openbsd.org: src

2019-02-22 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2019/02/22 20:37:50

Modified files:
sys/arch/arm64/arm64: cpu.c 

Log message:
recognise more arm cpus
ok patrick@



CVS: cvs.openbsd.org: www

2019-02-22 Thread Landry Breuil
CVSROOT:/cvs
Module name:www
Changes by: lan...@cvs.openbsd.org  2019/02/22 15:07:05

Modified files:
faq: index.html 
Added files:
faq: faq17.html 

Log message:
Add a (wip!) VPN FAQ, because 'How do i VPN with OpenBSD?' seems to be a
frequently asked question, and IPSec is hard. Now is the time to polish
it in-tree.

With feedback from solene@, tj@, tb@ & sthen@, thanks!
ok tb@ tj@



CVS: cvs.openbsd.org: xenocara

2019-02-22 Thread Okan Demirmen
CVSROOT:/cvs
Module name:xenocara
Changes by: o...@cvs.openbsd.org2019/02/22 13:52:13

Modified files:
app/cwm: client.c 

Log message:
restore order from before r1.248 (vtile/vtile containment changes).



CVS: cvs.openbsd.org: xenocara

2019-02-22 Thread Okan Demirmen
CVSROOT:/cvs
Module name:xenocara
Changes by: o...@cvs.openbsd.org2019/02/22 12:40:33

Modified files:
app/cwm: calmwm.h client.c conf.c cwm.1 cwmrc.5 kbfunc.c 
 xevents.c 

Log message:
Rename internal functions to delinate between client remove, delete and xproto
delete; 'window-close' is now the proper action, but 'window-delete' as an
alias will remain until more interesting changes require breaking configs.



CVS: cvs.openbsd.org: www

2019-02-22 Thread T . J . Townsend
CVSROOT:/cvs
Module name:www
Changes by: t...@cvs.openbsd.org2019/02/22 10:39:40

Modified files:
.  : ftp.html 
build  : mirrors.dat 
openbgpd   : ftp.html 
openntpd   : portable.html 
openssh: ftp.html portable.html 

Log message:
garr.it doesn't offer rsync or ftp access anymore.



CVS: cvs.openbsd.org: src

2019-02-22 Thread Andrew Fresh
CVSROOT:/cvs
Module name:src
Changes by: afre...@cvs.openbsd.org 2019/02/22 09:35:16

Modified files:
share/locale/ctype: en_US.UTF-8.src 

Log message:
Update to Unicode 10

Committing the diff in my tree that matched the version sent by
Lauri Tirkkonen 

OK schwarze@



CVS: cvs.openbsd.org: src

2019-02-22 Thread Todd Mortimer
CVSROOT:/cvs
Module name:src
Changes by: morti...@cvs.openbsd.org2019/02/22 08:28:43

Modified files:
gnu/llvm/lib/Target/X86: X86FixupGadgets.cpp X86InstrCompiler.td 
 X86MCInstLower.cpp 
gnu/llvm/tools/clang/include/clang/Driver: Options.td 
gnu/llvm/tools/clang/lib/Driver/ToolChains: Clang.cpp 
share/man/man1 : clang-local.1 

Log message:
Improve the X86FixupGadgets pass:
- Target all four kinds of return bytes (c2, c3, ca, cb)
- Fix up instructions using both ModR/M and SIB bytes
- Force alignment before instructions with return bytes in immediates
- Force alignment before instructions that have return bytes in their encoding
- Add a command line switch to toggle the functionality.

ok deraadt@



CVS: cvs.openbsd.org: xenocara

2019-02-22 Thread Okan Demirmen
CVSROOT:/cvs
Module name:xenocara
Changes by: o...@cvs.openbsd.org2019/02/22 07:39:18

Modified files:
app/cwm: client.c 

Log message:
Limit vtile/htile actions to clients fully within the screen of master client.

from Charles A Daniels.



CVS: cvs.openbsd.org: src

2019-02-22 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org   2019/02/22 07:22:51

Modified files:
regress/lib/libm/msun: fenv_test.c 

Log message:
For ia32 use a volatile double to force 64 bit rounding.  Otherwise
the i387 would use its internal 80 bit stack.  This fixes getround()
on i386.



CVS: cvs.openbsd.org: src

2019-02-22 Thread Sebastian Benoit
CVSROOT:/cvs
Module name:src
Changes by: be...@cvs.openbsd.org   2019/02/22 02:54:36

Modified files:
usr.bin/rsync  : extern.h 

Log message:
remove __BEGIN_DECLS/__END_DECLS, this .h file wont be
read by a C++ compiler, and __* are no lonmger recommended.
https://www.gnu.org/software/libtool/manual/html_node/C-header-files.html
ok deraadt@



CVS: cvs.openbsd.org: src

2019-02-22 Thread Patrick Wildt
CVSROOT:/cvs
Module name:src
Changes by: patr...@cvs.openbsd.org 2019/02/22 02:39:33

Modified files:
sys/dev/fdt: ssdfb.c 

Log message:
Allow ssdfb(4) to be mmap(2)-able so that we can use its framebuffer
from the userland.  Also allow changing the brightness levels so that
it can even be turned off to save power and to prevent burn in.