CVS: cvs.openbsd.org: src

2016-02-01 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:src
Changes by: ajacou...@cvs.openbsd.org   2016/02/02 00:02:33

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

Log message:
Uppecase.



CVS: cvs.openbsd.org: src

2016-02-01 Thread Sunil Nimmagadda
CVSROOT:/cvs
Module name:src
Changes by: su...@cvs.openbsd.org   2016/02/01 22:45:27

Modified files:
usr.sbin/smtpd : control.c mda.c 

Log message:
Check imsg data size before use.

Ok eric@ millert@



CVS: cvs.openbsd.org: src

2016-02-01 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2016/02/01 20:31:22

Modified files:
sys/arch/armv7/exynos: exynos.c 
sys/arch/armv7/imx: imx.c 
sys/arch/armv7/omap: omap.c 
sys/arch/armv7/sunxi: sunxi.c 
sys/arch/armv7/vexpress: vexpress.c 

Log message:
remove uneeded break statements



CVS: cvs.openbsd.org: www

2016-02-01 Thread Lawrence Teo
CVSROOT:/cvs
Module name:www
Changes by: l...@cvs.openbsd.org2016/02/01 19:19:31

Modified files:
.  : 59.html 

Log message:
Bump the version numbers of Chromium and Rust which were updated recently.



CVS: cvs.openbsd.org: src

2016-02-01 Thread Ingo Schwarze
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2016/02/01 17:43:12

Modified files:
lib/libedit: el.c sys.h 

Log message:
Get rid of an ugly #ifdef in the middle of el_init() by
hiding the system dependencies away in "sys.h" where they belong.
No binary change on OpenBSD.
Seems reasonable to christos at NetBSD, too.



CVS: cvs.openbsd.org: src

2016-02-01 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2016/02/01 16:52:24

Modified files:
share/man/man4/man4.armv7: sxidog.4 

Log message:
sxidog attaches at sunxi not omap



CVS: cvs.openbsd.org: src

2016-02-01 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2016/02/01 16:50:21

Modified files:
share/man/man4/man4.armv7: a1xintc.4 sxiccmu.4 sxidog.4 sxie.4 
   sxipio.4 sxitimer.4 

Log message:
rapha mistakenly got the authorship of sunxi drivers wrong when adding
man pages.  Problem pointed out by Artturi Alm, who initially wrote
them.  Drop the AUTHORS sections instead of correcting them, as preferred
by Artturi.



CVS: cvs.openbsd.org: src

2016-02-01 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2016/02/01 16:36:57

Modified files:
sys/arch/armv7/sunxi: sxirtc.c 

Log message:
Add A20 support to sxirtc.
>From Artturi Alm.



CVS: cvs.openbsd.org: src

2016-02-01 Thread David Gwynne
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2016/02/01 16:34:31

Modified files:
sys/kern   : kern_synch.c 

Log message:
add a DIAGNOSTIC for refcnt_take overflow.

ok mpi@



CVS: cvs.openbsd.org: src

2016-02-01 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2016/02/01 16:31:34

Modified files:
sys/arch/armv7/sunxi: sun7i.c sxitimer.c 

Log message:
Remove A20 support in sxitimer, agtimer is now used instead.
>From Artturi Alm.



CVS: cvs.openbsd.org: src

2016-02-01 Thread Gleydson Soares
CVSROOT:/cvs
Module name:src
Changes by: gsoa...@cvs.openbsd.org 2016/02/01 15:34:19

Modified files:
bin/rm : rm.c 

Log message:
style nit - do not add a space between function name and bracket
from Edgar Pettijohn 

fix another similar space in line 127. (pointed out by/OK jung@)

OK tb@ jung@



CVS: cvs.openbsd.org: src

2016-02-01 Thread Gleydson Soares
CVSROOT:/cvs
Module name:src
Changes by: gsoa...@cvs.openbsd.org 2016/02/01 15:26:39

Modified files:
bin/domainname : domainname.c 

Log message:
- make usage() static and __dead
- while here switch main to return instead of exit(3)

OK tedu@



CVS: cvs.openbsd.org: src

2016-02-01 Thread Gleydson Soares
CVSROOT:/cvs
Module name:src
Changes by: gsoa...@cvs.openbsd.org 2016/02/01 15:27:25

Modified files:
bin/hostname   : hostname.c 

Log message:
- make usage() static and __dead
- while here switch main to return instead of exit(3)

OK tedu@



CVS: cvs.openbsd.org: src

2016-02-01 Thread Gleydson Soares
CVSROOT:/cvs
Module name:src
Changes by: gsoa...@cvs.openbsd.org 2016/02/01 15:38:01

Modified files:
bin/mv : Makefile 

Log message:
stop linking mv(1) to libutil, since that isn't used.

OK guenther@ nicm@



CVS: cvs.openbsd.org: src

2016-02-01 Thread Gleydson Soares
CVSROOT:/cvs
Module name:src
Changes by: gsoa...@cvs.openbsd.org 2016/02/01 15:22:45

Modified files:
distrib/special/mv: Makefile 

Log message:
sync to main

reminded by guenther@



CVS: cvs.openbsd.org: src

2016-02-01 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2016/02/01 15:15:30

Modified files:
sys/conf   : newvers.sh 

Log message:
move to -release mode
requested by deraadt@



CVS: cvs.openbsd.org: src

2016-02-01 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2016/02/01 15:04:39

Modified files:
usr.sbin/ldapd : ldapd.8 

Log message:
some -r fixes;



CVS: cvs.openbsd.org: www

2016-02-01 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2016/02/01 15:01:14

Modified files:
build  : mirrors.dat 

Log message:
Add a new mirror in Hong Kong, from maintainer Peter Membrey.
Temporarily comment-out mirror.codigo23.net until disk problems are fixed.



CVS: cvs.openbsd.org: src

2016-02-01 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2016/02/01 15:02:48

Modified files:
etc/examples   : pkg.conf 

Log message:
sync



CVS: cvs.openbsd.org: www

2016-02-01 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2016/02/01 15:01:55

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

Log message:
sync



CVS: cvs.openbsd.org: src

2016-02-01 Thread Todd C . Miller
CVSROOT:/cvs
Module name:src
Changes by: mill...@cvs.openbsd.org 2016/02/01 14:18:17

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

Log message:
Avoid ugly "DISPLAY "(null)" invalid; disabling X11 forwarding"
message when DISPLAY is not set.  This could also result in a crash
on systems with a printf that doesn't handle NULL.  OK djm@



CVS: cvs.openbsd.org: src

2016-02-01 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2016/02/01 13:14:51

Modified files:
sbin/init  : init.c 

Log message:
Remove variable unneeded since introduction of crypt_checkpass

ok millert@



CVS: cvs.openbsd.org: src

2016-02-01 Thread Landry Breuil
CVSROOT:/cvs
Module name:src
Changes by: lan...@cvs.openbsd.org  2016/02/01 13:00:18

Modified files:
usr.sbin/ldapd : ldapd.8 ldapd.c namespace.c 

Log message:
Add -r argument to ldapd, to specify an alternative directory to
store/read the database, still defaulting to /var/db/ldap.

This will allow running totally separate instances, to be used by an
upcoming regress suite for example.

With a tweak from gsoares@ to check that the directory exists.
ok dlg@ semarie@ jca@



CVS: cvs.openbsd.org: src

2016-02-01 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2016/02/01 13:00:57

Modified files:
lib/libarch/amd64: amd64_iopl.c 

Log message:
ansify amd64_iopl()



CVS: cvs.openbsd.org: src

2016-02-01 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2016/02/01 12:52:40

Modified files:
usr.bin/getent : getent.c 

Log message:
Pointless #define

was:
#define SHELLSPRINT printf("%s\n", sh)



CVS: cvs.openbsd.org: src

2016-02-01 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2016/02/01 12:58:44

Modified files:
lib/libarch/i386: i386_get_ioperm.c i386_get_ldt.c i386_iopl.c 
  i386_set_ioperm.c i386_set_ldt.c i386_vm86.c 

Log message:
ansify; ok sthen@ kettenis@



CVS: cvs.openbsd.org: src

2016-02-01 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2016/02/01 12:57:28

Modified files:
usr.bin/getent : getent.c 

Log message:
Hmm, SHELLSPRINT may be pointless, but keep it for consistency with other dbs.



CVS: cvs.openbsd.org: src

2016-02-01 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2016/02/01 12:08:33

Modified files:
usr.sbin/identd: Makefile 

Log message:
No need for SRCS, identd.c is deduced from PROG and make(1) rules.



CVS: cvs.openbsd.org: src

2016-02-01 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2016/02/01 11:55:00

Modified files:
sbin/pdisk : io.c 

Log message:
Use printf("%s",prompt) rather than printf(prompt) just for paranoia's
sake.



CVS: cvs.openbsd.org: src

2016-02-01 Thread Stefan Sperling
CVSROOT:/cvs
Module name:src
Changes by: s...@cvs.openbsd.org2016/02/01 11:43:22

Modified files:
sys/net80211   : ieee80211_input.c ieee80211_node.h 
 ieee80211_proto.c 

Log message:
Stop requiring a BlockAck session timeout. We still honour the timeout if
the AP requests it, though I don't think I've ever seen one that does.
Per the 802.11-2012 spec a value of zero disables the timeout and some
APs seem to have trouble with timeouts forced onto them.
Our behaviour now matches Linux in this regard.

This gets Apple Airport APs somewhat working in 11n mode but there
is still a remaining issue with receiving frames from them.
Doesn't seem to hurt any other APs I've tried.

ok sthen@ mpi@ millert@



CVS: cvs.openbsd.org: src

2016-02-01 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2016/02/01 09:29:34

Modified files:
etc/examples   : pkg.conf 

Log message:
sync



CVS: cvs.openbsd.org: www

2016-02-01 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2016/02/01 09:22:49

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

Log message:
sync



CVS: cvs.openbsd.org: www

2016-02-01 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2016/02/01 09:22:18

Modified files:
build  : mirrors.dat 

Log message:
rentabiliweb.com -> dalenys.com, from Julien Dhaille



CVS: cvs.openbsd.org: src

2016-02-01 Thread Visa Hankala
CVSROOT:/cvs
Module name:src
Changes by: v...@cvs.openbsd.org2016/02/01 09:18:30

Modified files:
sys/arch/mips64/include: pmap.h 

Log message:
Zap stray pmap_kenter_cache() prototype.



CVS: cvs.openbsd.org: src

2016-02-01 Thread Visa Hankala
CVSROOT:/cvs
Module name:src
Changes by: v...@cvs.openbsd.org2016/02/01 09:15:18

Modified files:
sys/arch/mips64/include: pmap.h 
sys/arch/mips64/mips64: pmap.c trap.c 

Log message:
Move modify bit emulation into pmap.c to gather pmap C code in one place.



CVS: cvs.openbsd.org: src

2016-02-01 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2016/02/01 08:54:58

Modified files:
usr.bin/xinstall: install.1 

Log message:
missing word; from jan stary



CVS: cvs.openbsd.org: src

2016-02-01 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2016/02/01 05:53:37

Modified files:
sbin/pdisk : partition_map.c 

Log message:
Un-shorten some lines that don't need breaking anymore. Remove a couple of
indent levels by shuffling code bit.



CVS: cvs.openbsd.org: src

2016-02-01 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2016/02/01 05:08:59

Modified files:
distrib/notes  : packages 

Log message:
update package version in pkg_add example



CVS: cvs.openbsd.org: src

2016-02-01 Thread Stefan Sperling
CVSROOT:/cvs
Module name:src
Changes by: s...@cvs.openbsd.org2016/02/01 03:09:44

Modified files:
usr.sbin/tcpdump: print-802_11.c 

Log message:
Make tcpdump show 802.11 QoS frames properly.
ok kettenis@



CVS: cvs.openbsd.org: src

2016-02-01 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2016/02/01 01:23:22

Modified files:
usr.bin/units  : units.lib 

Log message:
update currency exchange rates;