On Fri, 29 May 2015, Brooks Davis wrote:
On Fri, May 29, 2015 at 05:40:16PM +1000, Bruce Evans wrote:
On Thu, 28 May 2015, Brooks Davis wrote:
Log:
Revert r102953
The bitfile padding was always unallocated on real-world FreeBSD systems and
depended on the assumption that (abs(sizeof(long)
Author: marcel
Date: Fri May 29 20:50:41 2015
New Revision: 283754
URL: https://svnweb.freebsd.org/changeset/base/283754
Log:
Do not set d_fwsectors nor d_fwheads. Primarily because the values
tend to be invalid. On a Beaglebone Black, we get 8192 sectors per
track and that causes major brea
On Fri, May 29, 2015 at 05:40:16PM +1000, Bruce Evans wrote:
> On Thu, 28 May 2015, Brooks Davis wrote:
>
> > Log:
> > Revert r102953
> >
> > The bitfile padding was always unallocated on real-world FreeBSD systems
> > and
> > depended on the assumption that (abs(sizeof(long) - sizeof(char*))
Author: rmacklem
Date: Fri May 29 20:22:53 2015
New Revision: 283753
URL: https://svnweb.freebsd.org/changeset/base/283753
Log:
Make the NFS server use shared vnode locks for a few cases
that are allowed by the VFS/VOP interface instead of using
exclusive locks.
MFC after:2 weeks
M
Author: brooks
Date: Fri May 29 19:42:55 2015
New Revision: 283751
URL: https://svnweb.freebsd.org/changeset/base/283751
Log:
Removed unused special fork() implementations.
The arm version hasn't been used in ages.
The mips version uses a valid, but pointless check of v1 and has been
Author: kib
Date: Fri May 29 16:26:08 2015
New Revision: 283745
URL: https://svnweb.freebsd.org/changeset/base/283745
Log:
When delivering a signal with default disposition to the thread,
tdsigwakeup() increases the priority of the low-priority threads, to
give them a chance to be terminated
(Yes, gleb did ask me first on iRC. Thanks gleb!)
-a
On 29 May 2015 at 07:35, Gleb Smirnoff wrote:
> Author: glebius
> Date: Fri May 29 14:35:16 2015
> New Revision: 283744
> URL: https://svnweb.freebsd.org/changeset/base/283744
>
> Log:
> Use device_printf() instead of if_printf(). No fun
Author: glebius
Date: Fri May 29 14:35:16 2015
New Revision: 283744
URL: https://svnweb.freebsd.org/changeset/base/283744
Log:
Use device_printf() instead of if_printf(). No functional changes.
Modified:
head/sys/dev/ath/ath_rate/sample/sample.c
head/sys/dev/ath/if_ath.c
head/sys/dev/ath
Author: maxim
Date: Fri May 29 14:03:07 2015
New Revision: 283743
URL: https://svnweb.freebsd.org/changeset/base/283743
Log:
Kill EoL whitespace.
Modified:
head/sys/Makefile
Modified: head/sys/Makefile
==
--- head/sy
Author: maxim
Date: Fri May 29 14:02:37 2015
New Revision: 283742
URL: https://svnweb.freebsd.org/changeset/base/283742
Log:
arm64 added to CSCOPE_ARCHDIR.
Modified:
head/sys/Makefile
Modified: head/sys/Makefile
==
-
On Fri, 29 May 2015, Andrew Turner wrote:
Log:
Fix __fpclassifyl when double == long double. As with r283693 this is
needed on ARM and PowerPC.
MFC after: 1 Week
Modified:
head/lib/libc/gen/fpclassify.c
Modified: head/lib/libc/gen/fpclassify.c
=
Author: kib
Date: Fri May 29 13:24:17 2015
New Revision: 283735
URL: https://svnweb.freebsd.org/changeset/base/283735
Log:
Remove several write-only variables, all reported by the gcc 4.9
buildkernel run.
Some of them were write-only under some kernel options, e.g. variables
keeping val
On Fri, 29 May 2015, Andrew Turner wrote:
Log:
Fix __isinfl on architectures where double == long double. This is the
case on at least ARM and PowerPC.
Urk. I rarely look at the parts of libm misplaced outside of libc.
Modified: head/lib/libc/gen/isinf.c
==
On Sat, May 16, 2015 at 10:06:36PM +0200, Oliver Pinter wrote:
> On 5/3/15, Oliver Pinter wrote:
> > On 5/3/15, Baptiste Daroussin wrote:
> >> On Sun, May 03, 2015 at 04:00:15PM +0200, Oliver Pinter wrote:
> >>> On 5/1/15, Baptiste Daroussin wrote:
> >>> > Author: bapt
> >>> > Date: Fri May 1 1
Author: ae
Date: Fri May 29 10:24:16 2015
New Revision: 283696
URL: https://svnweb.freebsd.org/changeset/base/283696
Log:
Move RTM announces into generic code to be independent from Layer2 code.
This fixes bug introduced in 274988, when announces about new addresses
don't sent for tunneling
Author: bapt
Date: Fri May 29 10:07:20 2015
New Revision: 283695
URL: https://svnweb.freebsd.org/changeset/base/283695
Log:
Remove dead declaration
PR: 195928
MFC after:2 days
Modified:
head/usr.sbin/pw/pwupd.h
Modified: head/usr.sbin/pw/pwupd.h
=
On Fri, 29 May 2015 09:23:21 + (UTC)
Andrew Turner wrote:
> Author: andrew
> Date: Fri May 29 09:23:20 2015
> New Revision: 283693
> URL: https://svnweb.freebsd.org/changeset/base/283693
>
> Log:
> Fix __isinfl on architectures where double == long double. This is
> the case on at least AR
Author: andrew
Date: Fri May 29 09:26:10 2015
New Revision: 283694
URL: https://svnweb.freebsd.org/changeset/base/283694
Log:
Fix __fpclassifyl when double == long double. As with r283693 this is
needed on ARM and PowerPC.
MFC after:1 Week
Modified:
head/lib/libc/gen/fpclassify.c
Author: andrew
Date: Fri May 29 09:23:20 2015
New Revision: 283693
URL: https://svnweb.freebsd.org/changeset/base/283693
Log:
Fix __isinfl on architectures where double == long double. This is the
case on at least ARM and PowerPC.
MFC after:1 week
Modified:
head/lib/libc/gen/isinf.
Author: kib
Date: Fri May 29 09:17:59 2015
New Revision: 283692
URL: https://svnweb.freebsd.org/changeset/base/283692
Log:
Explicitely enable queued invalidation completion interrupt when the
queue is started, not relying on the interrupt remaping method to
happen. Also disable interrupts w
Author: tuexen
Date: Fri May 29 08:31:15 2015
New Revision: 283691
URL: https://svnweb.freebsd.org/changeset/base/283691
Log:
Remove printf() noise...
MFC after: 3 days
Modified:
head/sys/netinet/sctp_output.c
Modified: head/sys/netinet/sctp_output.c
On Thu, 28 May 2015, Brooks Davis wrote:
Log:
Revert r102953
The bitfile padding was always unallocated on real-world FreeBSD systems and
depended on the assumption that (abs(sizeof(long) - sizeof(char*)) <= 32).
Actually, it was bit-field padding that depended on the assumption that
(ab
22 matches
Mail list logo