CVS: cvs.openbsd.org: www

2018-03-10 Thread Ayaka Koshibe
CVSROOT:/cvs
Module name:www
Changes by: akosh...@cvs.openbsd.org2018/03/11 00:03:12

Modified files:
.  : events.html 
Added files:
papers : asiabsdcon2018-mininet-paper.pdf 
 asiabsdcon2018-mininet-slides.pdf 

Log message:
Add slides and paper from AsiaBSD talk



CVS: cvs.openbsd.org: www

2018-03-10 Thread Henning Brauer
CVSROOT:/cvs
Module name:www
Changes by: henn...@cvs.openbsd.org 2018/03/10 23:31:00

Modified files:
.  : events.html 
Added files:
papers : asiabsdcon2018-xray.pdf 
 asiabsdcon2018-xray-paper.pdf 

Log message:
add my asiabsdcon slides and paper



CVS: cvs.openbsd.org: src

2018-03-10 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2018/03/10 13:52:58

Modified files:
include: math.h 
lib/libm   : Makefile Symbols.map shlib_version 
lib/libm/hidden: math.h 
regress/lib/libm/fpaccuracy: Makefile fpaccuracy.c fpaccuracy.h 
Added files:
lib/libm/man   : sincos.3 
lib/libm/src   : k_sincos.h k_sincosf.h s_sincos.c s_sincosf.c 
 s_sincosl.c 
lib/libm/src/ld128: k_sincosl.h 
lib/libm/src/ld80: k_sincosl.h 
regress/lib/libm/fpaccuracy: sincos.c sincos2.c 

Log message:
Implement sicos(3), sincosf(3) and sincosl(3).  These functions are common
extensions and modern compilers (such as clang) will use them to optimize
separate calculations of sine and cosine.

ok tom@, patrick@, deraadt@, jmc@



CVS: cvs.openbsd.org: www

2018-03-10 Thread T . J . Townsend
CVSROOT:/cvs
Module name:www
Changes by: t...@cvs.openbsd.org2018/03/10 13:17:27

Modified files:
faq: faq1.html index.html 

Log message:
reorder sections for clarity and trim some verbiage.

input/ok tb



CVS: cvs.openbsd.org: www

2018-03-10 Thread T . J . Townsend
CVSROOT:/cvs
Module name:www
Changes by: t...@cvs.openbsd.org2018/03/10 09:49:04

Modified files:
faq: faq4.html 

Log message:
add direct links to the various install/miniroot files for each platform
and tweak the formatting a bit.

positive feedback from tb



CVS: cvs.openbsd.org: src

2018-03-10 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2018/03/10 08:50:31

Modified files:
share/man/man4 : rdomain.4 

Log message:
minor tweaks; ok phessler



CVS: cvs.openbsd.org: src

2018-03-10 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:src
Changes by: ajacou...@cvs.openbsd.org   2018/03/10 05:34:53

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

Log message:
Allow fetching syspatches from ftp.

from Andrew Marks
ok deraadt@



CVS: cvs.openbsd.org: www

2018-03-10 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2018/03/10 03:55:52

Modified files:
build  : mirrors.dat 

Log message:
update some FF lines



CVS: cvs.openbsd.org: src

2018-03-10 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2018/03/10 03:51:46

Modified files:
sys/dev/pci: if_bnx.c 

Log message:
raise bnx(4)'s rxring lwm to 16, ok deraadt

(I've had this diff locally for a long time on port build machines to
avoid NFS stalls.)