svn commit: r292156 - head/sys/dev/ofw

2015-12-13 Thread Michal Meloun
Author: mmel Date: Sun Dec 13 08:17:49 2015 New Revision: 292156 URL: https://svnweb.freebsd.org/changeset/base/292156 Log: OFW: Add helper functions for parsing xref based lists. By using this functions, we can parse a list of tuples, each of them holds xref and variable number of values.

Re: svn commit: r292120 - in head/contrib/elftoolchain: addr2line common elfcopy libelf readelf

2015-12-13 Thread Kai Wang
2015-12-13 7:04 GMT+01:00 Adrian Chadd : > Hm! > > cc1: warnings being treated as errors > > /usr/home/adrian/work/freebsd/head-embedded/src/usr.bin/readelf/../../contrib/elftoolchain/readelf/readelf.c: > In function 'dump_dwarf': > >

svn commit: r292157 - head/sys/dev/ofw

2015-12-13 Thread Michal Meloun
Author: mmel Date: Sun Dec 13 08:23:45 2015 New Revision: 292157 URL: https://svnweb.freebsd.org/changeset/base/292157 Log: OFW_IICBUS: Register ofw_iicbus node. The iicbus can be referenced from other nodes in DT. Approved by: kib (mentor) Modified: head/sys/dev/ofw/ofw_iicbus.c

svn commit: r292159 - head/sys/dev/fdt

2015-12-13 Thread Michal Meloun
Author: mmel Date: Sun Dec 13 09:05:55 2015 New Revision: 292159 URL: https://svnweb.freebsd.org/changeset/base/292159 Log: SIMPLEBUS: Don't panic if child device doesn't have devinfo set. Strictly speaking, missing devinfo is error which can be caused by instantiating child using

svn commit: r292162 - head/sys/kern

2015-12-13 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Dec 13 11:30:36 2015 New Revision: 292162 URL: https://svnweb.freebsd.org/changeset/base/292162 Log: Tweak comments. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/sys/kern/kern_racct.c head/sys/kern/kern_rctl.c Modified:

svn commit: r292161 - head/sys/kern

2015-12-13 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Dec 13 11:21:13 2015 New Revision: 292161 URL: https://svnweb.freebsd.org/changeset/base/292161 Log: Actually make the 'amount' argument to racct_adjust_resource() signed, as it was always supposed to be. MFC after:1 month Sponsored by: The FreeBSD

svn commit: r292158 - head/contrib/elftoolchain/readelf

2015-12-13 Thread Kai Wang
Author: kaiw Date: Sun Dec 13 08:27:14 2015 New Revision: 292158 URL: https://svnweb.freebsd.org/changeset/base/292158 Log: Fixed uninitialized variable warnings. Modified: head/contrib/elftoolchain/readelf/readelf.c Modified: head/contrib/elftoolchain/readelf/readelf.c

Re: svn commit: r292153 - head/lib/libc/regex/grot

2015-12-13 Thread Bruce Evans
On Sun, 13 Dec 2015, Garrett Cooper wrote: Log: Add -static to CFLAGS to unbreak the tests by using a libc.a with the xlocale private symbols exposed which aren't exposed publicly via the DSO This is an interesting hack. I think there are some bad bugs in static libraries from exposing

svn commit: r292160 - head/sys/kern

2015-12-13 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Dec 13 11:08:29 2015 New Revision: 292160 URL: https://svnweb.freebsd.org/changeset/base/292160 Log: Avoid useless relocking. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/sys/kern/kern_racct.c Modified: head/sys/kern/kern_racct.c

Re: svn commit: r292120 - in head/contrib/elftoolchain: addr2line common elfcopy libelf readelf

2015-12-13 Thread Dimitry Andric
On 13 Dec 2015, at 09:43, Kai Wang wrote: > > 2015-12-13 7:04 GMT+01:00 Adrian Chadd : > cc1: warnings being treated as errors > /usr/home/adrian/work/freebsd/head-embedded/src/usr.bin/readelf/../../contrib/elftoolchain/readelf/readelf.c: > In function

svn commit: r292163 - head/sys/net

2015-12-13 Thread Alexander V. Chernikov
Author: melifaro Date: Sun Dec 13 16:37:01 2015 New Revision: 292163 URL: https://svnweb.freebsd.org/changeset/base/292163 Log: Fix PINNED routes handling. Before r291643, adding new interface prefix had the following logic: try_add: EEXIST && (PINNED) { try_del(w/o PINNED flag)

Re: svn commit: r292120 - in head/contrib/elftoolchain: addr2line common elfcopy libelf readelf

2015-12-13 Thread Ruslan Makhmatkhanov
Sorry for break in, but I tried to update to r292130 and have this messages on `make kernel`. Does it by chance has something to do with toolchain update and was it fixed in subsequent commits? Thanks. ===> zlib (install) install -o root -g wheel -m 555 zlib.ko /boot/kernel/ kldxref

svn commit: r292164 - head/tools/bsdbox

2015-12-13 Thread Adrian Chadd
Author: adrian Date: Sun Dec 13 20:31:36 2015 New Revision: 292164 URL: https://svnweb.freebsd.org/changeset/base/292164 Log: Fix bsdbox builds after the recent libkvm requirement for libelf. Modified: head/tools/bsdbox/Makefile.base Modified: head/tools/bsdbox/Makefile.base

svn commit: r292173 - head/sys/dev/usb/wlan

2015-12-13 Thread Andriy Voskoboinyk
Author: avos Date: Sun Dec 13 21:43:54 2015 New Revision: 292173 URL: https://svnweb.freebsd.org/changeset/base/292173 Log: urtwn(4): setup channel frequency/flags for radiotap in urtwn_set_channel() Reviewed by: kevlo Approved by: adrian (mentor) Differential Revision:

Re: svn commit: r292120 - in head/contrib/elftoolchain: addr2line common elfcopy libelf readelf

2015-12-13 Thread Benjamin Kaduk
On Sun, Dec 13, 2015 at 3:13 AM, Dimitry Andric wrote: > On 13 Dec 2015, at 09:43, Kai Wang wrote: > > > > 2015-12-13 7:04 GMT+01:00 Adrian Chadd : > > cc1: warnings being treated as errors > > >

svn commit: r292166 - in head/sys/dev/wtap: . plugins

2015-12-13 Thread Andriy Voskoboinyk
Author: avos Date: Sun Dec 13 20:53:51 2015 New Revision: 292166 URL: https://svnweb.freebsd.org/changeset/base/292166 Log: wtap: do not include when is already included Approved by: adrian (mentor) Differential Revision:https://reviews.freebsd.org/D4536 Modified:

Re: svn commit: r292120 - in head/contrib/elftoolchain: addr2line common elfcopy libelf readelf

2015-12-13 Thread Dimitry Andric
On 13 Dec 2015, at 18:04, Ruslan Makhmatkhanov wrote: > > Sorry for break in, but I tried to update to r292130 and have this messages > on `make kernel`. Does it by chance has something to do with toolchain update > and was it fixed in subsequent commits? Thanks. > > ===>

svn commit: r292165 - in head/sys: dev/bwn dev/otus dev/ral dev/usb/wlan net80211

2015-12-13 Thread Andriy Voskoboinyk
Author: avos Date: Sun Dec 13 20:48:24 2015 New Revision: 292165 URL: https://svnweb.freebsd.org/changeset/base/292165 Log: net80211: remove hardcoded slot time durations from drivers - Add IEEE80211_GET_SLOTTIME(ic) macro. - Use predefined macroses to set slot time. Approved by:

svn commit: r292167 - head/sys/dev/usb/wlan

2015-12-13 Thread Andriy Voskoboinyk
Author: avos Date: Sun Dec 13 21:00:21 2015 New Revision: 292167 URL: https://svnweb.freebsd.org/changeset/base/292167 Log: urtwn: add rate control support for RTL8188EU. Tested with: - RTL8188EU, STA and HOSTAP modes. - RTL8188CUS, STA mode. Reviewed by: kevlo Approved by:

svn commit: r292175 - head/sys/dev/usb/wlan

2015-12-13 Thread Andriy Voskoboinyk
Author: avos Date: Sun Dec 13 22:00:19 2015 New Revision: 292175 URL: https://svnweb.freebsd.org/changeset/base/292175 Log: urtwn: add support for hardware encryption (WEP, TKIP and CCMP) Tested with: - RTL8188EU; - RTL8188CUS; Modes: - IBSS mode: TKIP, CCMP (WPA-None); - STA

svn commit: r292176 - in head/sys/dev: usb/wlan wpi

2015-12-13 Thread Andriy Voskoboinyk
Author: avos Date: Sun Dec 13 22:08:27 2015 New Revision: 292176 URL: https://svnweb.freebsd.org/changeset/base/292176 Log: wpi, rum and urtwn: update copyright headers Approved by: adrian (mentor) Differential Revision:https://reviews.freebsd.org/D4489 Modified:

svn commit: r292172 - head/usr.bin/unzip

2015-12-13 Thread Alex Kozlov
Author: ak (ports committer) Date: Sun Dec 13 21:31:45 2015 New Revision: 292172 URL: https://svnweb.freebsd.org/changeset/base/292172 Log: - Properly set mode and atime/ctime for symlinks Approved by: des Modified: head/usr.bin/unzip/unzip.c Modified: head/usr.bin/unzip/unzip.c

Re: svn commit: r292120 - in head/contrib/elftoolchain: addr2line common elfcopy libelf readelf

2015-12-13 Thread Warner Losh
On Sun, Dec 13, 2015 at 2:27 PM, Dimitry Andric wrote: > On 13 Dec 2015, at 18:04, Ruslan Makhmatkhanov wrote: > > > > Sorry for break in, but I tried to update to r292130 and have this > messages on `make kernel`. Does it by chance has something to do with >

svn commit: r292174 - head/sys/dev/usb/wlan

2015-12-13 Thread Andriy Voskoboinyk
Author: avos Date: Sun Dec 13 21:50:38 2015 New Revision: 292174 URL: https://svnweb.freebsd.org/changeset/base/292174 Log: urtwn: add a command queue for sleepable tasks. An implementation from rum(4) was used (it looks simpler for me). Will be used for h/w encryption support.

svn commit: r292177 - head

2015-12-13 Thread Warner Losh
Author: imp Date: Sun Dec 13 22:11:37 2015 New Revision: 292177 URL: https://svnweb.freebsd.org/changeset/base/292177 Log: The new pnp module records causes older kldxref to spew some warnings. Make a note of it to inform people how to get around it. Modified: head/UPDATING Modified:

svn commit: r292180 - in head/sys: arm/allwinner arm/amlogic/aml8726 arm/at91 arm/broadcom/bcm2835 arm/freescale/imx arm/lpc arm/ti dev/mmc dev/mmc/host dev/sdhci powerpc/mpc85xx

2015-12-13 Thread Ian Lepore
Author: ian Date: Mon Dec 14 01:09:25 2015 New Revision: 292180 URL: https://svnweb.freebsd.org/changeset/base/292180 Log: Move the DRIVER_MODULE() statements that declare mmc(4) to be a child of the various bridge drivers out of dev/mmc.c and into the bridge drivers. Requested by:

Re: svn commit: r292120 - in head/contrib/elftoolchain: addr2line common elfcopy libelf readelf

2015-12-13 Thread Ruslan Makhmatkhanov
Warner Losh wrote on 12/14/15 01:03 AM: On Sun, Dec 13, 2015 at 2:27 PM, Dimitry Andric wrote: On 13 Dec 2015, at 18:04, Ruslan Makhmatkhanov wrote: Sorry for break in, but I tried to update to r292130 and have this messages on `make kernel`. Does it by

svn commit: r292181 - head/share/man/man4

2015-12-13 Thread Kevin Lo
Author: kevlo Date: Mon Dec 14 07:08:17 2015 New Revision: 292181 URL: https://svnweb.freebsd.org/changeset/base/292181 Log: Add the cryptodev device. Modified: head/share/man/man4/aesni.4 Modified: head/share/man/man4/aesni.4