Re: svn commit: r265132 - in head: share/man/man4 sys/dev/null

2014-05-01 Thread Eitan Adler
On 1 May 2014 09:59, Jung-uk Kim wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 2014-04-30 15:38:18 -0400, ?? wrote: >> On 2014-04-30 02:20:48 -0400, ?? wrote: >>> Author: eadler Date: Wed Apr 30 06:20:48 2014 New Revision: >>> 265132 URL: http://svnweb.freebsd.org/changeset/base/

svn commit: r265212 - in head: . share/man/man4 sys/dev/lindev

2014-05-01 Thread Eitan Adler
Author: eadler Date: Fri May 2 05:30:49 2014 New Revision: 265212 URL: http://svnweb.freebsd.org/changeset/base/265212 Log: lindev(4): remove the device lindev(4) was only used to provide /dev/full which is now a standard feature of FreeBSD. /dev/full was never linux-specific and provi

svn commit: r265211 - head/usr.sbin/bhyve

2014-05-01 Thread Neel Natu
Author: neel Date: Fri May 2 04:51:31 2014 New Revision: 265211 URL: http://svnweb.freebsd.org/changeset/base/265211 Log: Don't allow MPtable generation if there are multiple PCI hierarchies. This is because there isn't a standard way to relay this information to the guest OS. Add a comm

svn commit: r265208 - in head/sys: boot/fdt/dts/arm dev/sdhci

2014-05-01 Thread Ian Lepore
Author: ian Date: Fri May 2 01:28:19 2014 New Revision: 265208 URL: http://svnweb.freebsd.org/changeset/base/265208 Log: Honor the max-frequency property if it appears in the fdt data. Adjust the exynos and zedboard dts files to use max-frequency (the documented standard property) instead o

svn commit: r265207 - head/sys/arm/rockchip

2014-05-01 Thread Ganbold Tsagaankhuu
Author: ganbold Date: Fri May 2 01:20:13 2014 New Revision: 265207 URL: http://svnweb.freebsd.org/changeset/base/265207 Log: Switch to use arm_devmap_add_entry() to setup static device mapping. Approved by: stas (mentor) Modified: head/sys/arm/rockchip/rk30xx_machdep.c Modified: head/

svn commit: r265206 - in head/sys: fs/fifofs kern sys

2014-05-01 Thread Mateusz Guzik
Author: mjg Date: Fri May 2 00:52:13 2014 New Revision: 265206 URL: http://svnweb.freebsd.org/changeset/base/265206 Log: Ignore the error from pipespace_new when creating a pipe. It can fail if pipe map is exhausted (as a result of too many pipes created), but it is not fatal and could b

svn commit: r265205 - head/sys/dev/ath

2014-05-01 Thread Adrian Chadd
Author: adrian Date: Fri May 2 00:48:09 2014 New Revision: 265205 URL: http://svnweb.freebsd.org/changeset/base/265205 Log: Add tracking for self-generated frames when the VAP is in sleep state. The hardware can generate its own frames (eg RTS/CTS exchanges, other kinds of 802.11 managem

svn commit: r265203 - in head: sys/amd64/include sys/amd64/vmm usr.sbin/bhyve

2014-05-01 Thread Neel Natu
Author: neel Date: Fri May 2 00:33:56 2014 New Revision: 265203 URL: http://svnweb.freebsd.org/changeset/base/265203 Log: Add logic in the HLT exit handler to detect if the guest has put all vcpus to sleep permanently by executing a HLT with interrupts disabled. When this condition is de

svn commit: r265202 - head/lib/libc/regex

2014-05-01 Thread Pedro F. Giffuni
Author: pfg Date: Thu May 1 23:34:14 2014 New Revision: 265202 URL: http://svnweb.freebsd.org/changeset/base/265202 Log: regex: Remove some unreachable breaks. This is based on a much bigger cleanup done in Illumos. Reference: https://www.illumos.org/issues/2077 MFC after:1

svn commit: r265201 - head/sys/kern

2014-05-01 Thread Brooks Davis
Author: brooks Date: Thu May 1 22:28:14 2014 New Revision: 265201 URL: http://svnweb.freebsd.org/changeset/base/265201 Log: Fix a 2038 bug. If time_t is 64-bit (i.e. isn't 32-bit) allow any value of year, not just years less than 2038. Don't bother fixing the underflow in the case o

Re: svn commit: r265132 - in head: share/man/man4 sys/dev/null

2014-05-01 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2014-04-30 15:38:18 -0400, ?? wrote: > On 2014-04-30 02:20:48 -0400, ?? wrote: >> Author: eadler Date: Wed Apr 30 06:20:48 2014 New Revision: >> 265132 URL: http://svnweb.freebsd.org/changeset/base/265132 >> >> Log: Add a /dev/full device. >> >> /

svn commit: r265197 - head/sys/geom/uzip

2014-05-01 Thread Luiz Otavio O Souza
Author: loos Date: Thu May 1 15:23:20 2014 New Revision: 265197 URL: http://svnweb.freebsd.org/changeset/base/265197 Log: Fix a leak in g_uzip_taste(). After retrieve all the block offsets from the uzip image, free the last data read. Modified: head/sys/geom/uzip/g_uzip.c Modified: head/

svn commit: r265196 - head/sys/net

2014-05-01 Thread Alexander V. Chernikov
Author: melifaro Date: Thu May 1 15:04:32 2014 New Revision: 265196 URL: http://svnweb.freebsd.org/changeset/base/265196 Log: Fix rnh_walktree_from() function (patch from kern/174959). Require valid netmask to be passed since host route is always a leaf. PR: kern/174959 Submi

svn commit: r265194 - head/sys/geom/uzip

2014-05-01 Thread Luiz Otavio O Souza
Author: loos Date: Thu May 1 14:59:04 2014 New Revision: 265194 URL: http://svnweb.freebsd.org/changeset/base/265194 Log: Actually the FEATURE() macro is defined on sys/sysctl.h. Pointyhat to: loos Modified: head/sys/geom/uzip/g_uzip.c Modified: head/sys/geom/uzip/g_uzip.c

svn commit: r265193 - in head/sys/geom: uncompress uzip

2014-05-01 Thread Luiz Otavio O Souza
Author: loos Date: Thu May 1 14:47:27 2014 New Revision: 265193 URL: http://svnweb.freebsd.org/changeset/base/265193 Log: Some style and whitespace fixes. Reduce the difference between geom_uzip(4) and geom_uncompress(4). Now, they produce an almost clean diff(1) output. Remove a dupli

svn commit: r265191 - head/sys/dev/gpio

2014-05-01 Thread Luiz Otavio O Souza
Author: loos Date: Thu May 1 14:09:47 2014 New Revision: 265191 URL: http://svnweb.freebsd.org/changeset/base/265191 Log: Remove unnecessary headers. Sort out the headers. Add a missing header on ofw_gpiobus.c (it was working because of sys/libkern.h). Modified: head/sys/dev/gpio/gpiobus