Author: theraven
Date: Wed Jan 23 08:54:34 2013
New Revision: 245839
URL: http://svnweb.freebsd.org/changeset/base/245839
Log:
Explicitly include headers that are implicitly included by libstdc++. Fixes
building dtc with libc++.
Modified:
head/usr.bin/dtc/checking.cc
head/usr.bin/dtc/dtb
Author: andrew
Date: Wed Jan 23 09:18:18 2013
New Revision: 245840
URL: http://svnweb.freebsd.org/changeset/base/245840
Log:
Add __aeabi_ulcmp to allow building of the LINT kernel.
Modified:
head/sys/libkern/quad.h
head/sys/libkern/ucmpdi2.c
Modified: head/sys/libkern/quad.h
==
Author: glebius
Date: Wed Jan 23 10:50:52 2013
New Revision: 245841
URL: http://svnweb.freebsd.org/changeset/base/245841
Log:
posix_fadvise(2) first appeared in FreeBSD 9.1
Modified:
head/lib/libc/sys/posix_fadvise.2
Modified: head/lib/libc/sys/posix_fadvise.2
===
On Wed, Jan 23, 2013 at 07:22:33AM +, Jason Evans wrote:
> Author: jasone
> Date: Wed Jan 23 07:22:33 2013
> New Revision: 245837
> URL: http://svnweb.freebsd.org/changeset/base/245837
>
> Log:
> Fix compilation errors.
>
> Modified:
> head/usr.sbin/pkg_install/lib/pkgng.c
>
> Modified:
On Sun, 2013-01-20 at 22:25:59 +, Nathan Whitehorn wrote:
> Author: nwhitehorn
> Date: Sun Jan 20 22:25:58 2013
> New Revision: 245700
> URL: http://svnweb.freebsd.org/changeset/base/245700
>
> Log:
> Add a simple scripted partitioner. Documentation and more scripting support
> will come s
On 01/23/13 05:53, Ulrich Spörlein wrote:
> On Sun, 2013-01-20 at 22:25:59 +, Nathan Whitehorn wrote:
>> Author: nwhitehorn
>> Date: Sun Jan 20 22:25:58 2013
>> New Revision: 245700
>> URL: http://svnweb.freebsd.org/changeset/base/245700
>>
>> Log:
>> Add a simple scripted partitioner. Docume
Author: pfg
Date: Wed Jan 23 14:29:29 2013
New Revision: 245844
URL: http://svnweb.freebsd.org/changeset/base/245844
Log:
ext2fs: fix a check for negative block numbers.
The previous change accidentally left the substraction we
were trying to avoid in case that i_blocks could become
neg
Author: jhb
Date: Wed Jan 23 14:37:05 2013
New Revision: 245845
URL: http://svnweb.freebsd.org/changeset/base/245845
Log:
Fix a typo.
Modified:
head/sys/kern/subr_bus.c
Modified: head/sys/kern/subr_bus.c
==
--- head/
Author: jhb
Date: Wed Jan 23 18:34:21 2013
New Revision: 245848
URL: http://svnweb.freebsd.org/changeset/base/245848
Log:
Always update the hw.uart.console hint anytime a change is made to the
comconsole setup. Previously the hint would be set when if you set a
custom port, but it would not
Author: jhb
Date: Wed Jan 23 21:44:48 2013
New Revision: 245849
URL: http://svnweb.freebsd.org/changeset/base/245849
Log:
Don't assume that all Linux TCP-level socket options are identical to
FreeBSD TCP-level socket options (only the first two are). Instead,
using a mapping function and fa
Author: marius
Date: Wed Jan 23 22:52:20 2013
New Revision: 245850
URL: http://svnweb.freebsd.org/changeset/base/245850
Log:
Revert the part of r239864 which removed obtaining the SMP mutex around
reading registers from other CPUs. As it turns out, the hardware doesn't
really like concurrent
Author: brooks
Date: Wed Jan 23 23:49:35 2013
New Revision: 245852
URL: http://svnweb.freebsd.org/changeset/base/245852
Log:
Only try to install one link at each path.
Don't install verify_krb5_conf.8. It is installed in
kerberos5/usr.bin/verify_krb5_conf.
Modified:
head/kerberos5/lib
Author: brooks
Date: Wed Jan 23 23:51:44 2013
New Revision: 245853
URL: http://svnweb.freebsd.org/changeset/base/245853
Log:
manctl is conditionally added to SUBDIRS later on. Don't unconditionally
include in the main list.
Modified:
head/usr.sbin/Makefile
Modified: head/usr.sbin/Makefile
Author: brooks
Date: Wed Jan 23 23:53:26 2013
New Revision: 245854
URL: http://svnweb.freebsd.org/changeset/base/245854
Log:
Remove several MLINKS that were listed twice.
Modified:
head/lib/libarchive/Makefile
Modified: head/lib/libarchive/Makefile
===
Author: yongari
Date: Thu Jan 24 02:25:43 2013
New Revision: 245867
URL: http://svnweb.freebsd.org/changeset/base/245867
Log:
For 57765 class controllers, set low watermark max receive frames to 1.
Modified:
head/sys/dev/bge/if_bge.c
Modified: head/sys/dev/bge/if_bge.c
==
Author: jasone
Date: Thu Jan 24 03:08:37 2013
New Revision: 245868
URL: http://svnweb.freebsd.org/changeset/base/245868
Log:
Import jemalloc 3.3.0. This reduces zeroed memory validation overhead for
non-MALLOC_PRODUCTION builds.
Modified:
head/contrib/jemalloc/COPYING
head/contrib/jemall
Author: jasone
Date: Thu Jan 24 03:33:15 2013
New Revision: 245869
URL: http://svnweb.freebsd.org/changeset/base/245869
Log:
Update list of ports required for importing jemalloc.
Modified:
head/contrib/jemalloc/FREEBSD-upgrade
Modified: head/contrib/jemalloc/FREEBSD-upgrade
=
Author: yongari
Date: Thu Jan 24 04:54:53 2013
New Revision: 245870
URL: http://svnweb.freebsd.org/changeset/base/245870
Log:
bge_attach() can fail before attaching mii(4). So make sure to check
bge_miibus before detaching mii(4).
Modified:
head/sys/dev/bge/if_bge.c
Modified: head/sys/dev/
Author: delphij
Date: Thu Jan 24 05:36:37 2013
New Revision: 245871
URL: http://svnweb.freebsd.org/changeset/base/245871
Log:
- Wrap long line;
- Add -, to SYNOPSIS section.
MFC after:2 weeks
Modified:
head/bin/df/df.1
head/bin/df/df.c
Modified: head/bin/df/df.1
==
Author: eadler
Date: Thu Jan 24 06:30:56 2013
New Revision: 245872
URL: http://svnweb.freebsd.org/changeset/base/245872
Log:
Indicate a bunch of new hardware support.
PR: docs/173893
Submitted by: Mathieu Simon
Approved by: bcr (mentor)
Modified:
head/share/man/man4/mfi.4
20 matches
Mail list logo