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/
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
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
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
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/
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
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
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
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
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
-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.
>>
>> /
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/
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
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
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
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
16 matches
Mail list logo