Author: bapt
Date: Wed Sep 11 06:42:55 2013
New Revision: 255468
URL: http://svnweb.freebsd.org/changeset/base/255468
Log:
Cleanup elf macros
Only define EF_MIPS_ABI when not already supplied
Remove old now unused ARM macros
Reported by: imp
Approved by: re (kib)
Modified:
hea
Author: kib
Date: Wed Sep 11 06:41:15 2013
New Revision: 255467
URL: http://svnweb.freebsd.org/changeset/base/255467
Log:
Implement sendfile(2) for the posix shared memory segment file descriptor,
in addition to the regular files.
Requested by: alc
Discussed with: emaste
Tested
On Tue, Sep 10, 2013 at 10:29:38PM -0500, Nathan Whitehorn wrote:
> On 09/10/13 15:56, Baptiste Daroussin wrote:
> > Author: bapt
> > Date: Tue Sep 10 20:56:01 2013
> > New Revision: 255457
> > URL: http://svnweb.freebsd.org/changeset/base/255457
> >
> > Log:
> >Add support to detect arm vs arm
On 09/10/13 15:56, Baptiste Daroussin wrote:
Author: bapt
Date: Tue Sep 10 20:56:01 2013
New Revision: 255457
URL: http://svnweb.freebsd.org/changeset/base/255457
Log:
Add support to detect arm vs armv6
There are two different versions of the ARM ABI depending on the
TARGET_ARCH. A
Author: sjg
Date: Tue Sep 10 23:31:38 2013
New Revision: 255463
URL: http://svnweb.freebsd.org/changeset/base/255463
Log:
Stick to traditional DEFAULT_SYS_PATH (/usr/share/mk)
Reviewed by: obrien
Approved by: re
Modified:
head/usr.bin/bmake/Makefile
Modified: head/usr.bin/bmake/Make
Author: des
Date: Tue Sep 10 22:40:38 2013
New Revision: 255462
URL: http://svnweb.freebsd.org/changeset/base/255462
Log:
Missed in r255386: libssh is more than just the .so file itself.
Approved by: re (blanket)
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
===
Author: des
Date: Tue Sep 10 22:30:22 2013
New Revision: 255461
URL: http://svnweb.freebsd.org/changeset/base/255461
Log:
Change the default value of VerifyHostKeyDNS to "yes" if compiled with
LDNS. With that setting, OpenSSH will silently accept host keys that
match verified SSHFP records.
Author: des
Date: Tue Sep 10 22:26:11 2013
New Revision: 255460
URL: http://svnweb.freebsd.org/changeset/base/255460
Log:
Clean up the OpenSSH build. It is now possible to build most components
as static binaries, if desired. The one exception is sshd, which runs
into trouble due to libpam
On Tue, Sep 10, 2013 at 11:16 PM, Davide Italiano wrote:
>> ==
>> --- head/sys/kern/kern_synch.c Fri Aug 30 10:10:22 2013(r255066)
>> +++ head/sys/kern/kern_synch.c Fri Aug 30 10:39:56 2013(r255067)
>> @@
Author: cperciva
Date: Tue Sep 10 21:16:18 2013
New Revision: 255459
URL: http://svnweb.freebsd.org/changeset/base/255459
Log:
Remove documentation describing functionality which geom(4) does not,
in fact, provide.
Reviewed by: phk
MFC after:3 days
Approved by: re (gjb)
Modifie
> ==
> --- head/sys/kern/kern_synch.c Fri Aug 30 10:10:22 2013(r255066)
> +++ head/sys/kern/kern_synch.c Fri Aug 30 10:39:56 2013(r255067)
> @@ -356,10 +356,7 @@ msleep_spin_sbt(void *ident, struct mtx
>
Author: bapt
Date: Tue Sep 10 20:56:01 2013
New Revision: 255457
URL: http://svnweb.freebsd.org/changeset/base/255457
Log:
Add support to detect arm vs armv6
There are two different versions of the ARM ABI depending on the
TARGET_ARCH. As these are sligntly different a package built for
Author: des
Date: Tue Sep 10 18:40:43 2013
New Revision: 255455
URL: http://svnweb.freebsd.org/changeset/base/255455
Log:
Clean up the Kerberos build by turning libheimipcc and libheimipcs into
private shared libraries, instead of hacked-together archives of PIC
objects. This makes it possi
Author: des
Date: Tue Sep 10 18:34:38 2013
New Revision: 255454
URL: http://svnweb.freebsd.org/changeset/base/255454
Log:
Make this more deterministic by sorting the libraries before processing
them and ensuring that we always use the samme collation rules.
Approved by: re (gjb)
Modifie
On Tuesday, September 10, 2013 5:23:23 am Alexey Dokuchaev wrote:
> On Mon, Sep 09, 2013 at 06:12:00PM +, John Baldwin wrote:
> > New Revision: 255426
> > URL: http://svnweb.freebsd.org/changeset/base/255426
> >
> > Log:
> > [...]
> > To facilitate this, add a new parameter to vm_map_find()
On Tuesday, September 10, 2013 1:45:40 pm Jean-Sébastien Pédron wrote:
> Le 09/09/2013 17:51, John Baldwin a écrit :
> > Ok, let's punt on changing the API perhaps, but use the vgapci softc to
find
> > the resource:
>
> This patch builds for me, but I can't tell if it works, as my computer
> onl
On Tuesday, September 10, 2013 12:51:27 pm David O'Brien wrote:
> On Mon, Sep 09, 2013 at 11:41:49PM -0700, John-Mark Gurney wrote:
> > David O'Brien wrote this message on Mon, Sep 09, 2013 at 23:01 -0700:
> > Please back that out until you have an understand of what the real
> > problem is...
>
>
Le 09/09/2013 17:51, John Baldwin a écrit :
Ok, let's punt on changing the API perhaps, but use the vgapci softc to find
the resource:
This patch builds for me, but I can't tell if it works, as my computer
only uses the pmap_mapbios() case. That's also why I never noticed the
bogus behavior e
On Mon, Sep 09, 2013 at 11:41:49PM -0700, John-Mark Gurney wrote:
> David O'Brien wrote this message on Mon, Sep 09, 2013 at 23:01 -0700:
> Please back that out until you have an understand of what the real
> problem is...
Folks use FreeBSD for real work -- I have a window of opportunity to
instal
Author: obrien
Date: Tue Sep 10 16:50:13 2013
New Revision: 255452
URL: http://svnweb.freebsd.org/changeset/base/255452
Log:
Back out r255440. /usr/bin/gcc @r255185 (2013-09-03) can build this.
Approved by: re (kib)
Modified:
head/sys/conf/files.amd64
head/sys/conf/files.i386
head/
Author: jmg
Date: Tue Sep 10 17:26:09 2013
New Revision: 255453
URL: http://svnweb.freebsd.org/changeset/base/255453
Log:
add note about gcc and aesni...
Approved by: re (gjb, kib)
Modified:
head/UPDATING
Modified: head/UPDATING
=
Konstantin Belousov wrote this message on Tue, Sep 10, 2013 at 05:17 +:
> Author: kib
> Date: Tue Sep 10 05:17:53 2013
> New Revision: 255439
> URL: http://svnweb.freebsd.org/changeset/base/255439
>
> Log:
> Call free() on the pointer returned from malloc().
We really should add a KASSERT f
On Tue, Sep 10, 2013 at 07:29:51AM -0700, Matthew Fleming wrote:
> I don't know exactly what the stock malloc(9) will return, but memguard(9),
> under its default mode with vm.memguard.options having MG_GUARD_AROUND set
> will align the returned pointer to only 16 bytes. When I added that
> featur
On Tue, Sep 10, 2013 at 06:09:54PM +0300, Konstantin Belousov wrote:
> On Tue, Sep 10, 2013 at 07:29:51AM -0700, Matthew Fleming wrote:
> > I don't know exactly what the stock malloc(9) will return, but memguard(9),
> > under its default mode with vm.memguard.options having MG_GUARD_AROUND set
> >
On Mon, Sep 9, 2013 at 10:17 PM, Konstantin Belousov wrote:
> Author: kib
> Date: Tue Sep 10 05:17:53 2013
> New Revision: 255439
> URL: http://svnweb.freebsd.org/changeset/base/255439
>
> Log:
> Call free() on the pointer returned from malloc().
>
> Reported and tested by: Oliver Pinter
Author: emaste
Date: Tue Sep 10 13:51:19 2013
New Revision: 255451
URL: http://svnweb.freebsd.org/changeset/base/255451
Log:
Add a sendfile regression test for transmit length > file size.
This test identified the issue fixed in FreeBSD-SA-13:11.sendfile.
Sponsored by: The FreeBSD Foun
Author: cy
Date: Tue Sep 10 13:48:33 2013
New Revision: 255450
URL: http://svnweb.freebsd.org/changeset/base/255450
Log:
ipfilter 5.1.2 no longer supports sysctl. Use ipf -V to determine if
available (the kernel module is loaded or compiled into the kernel).
Approved by: glebius (mentor)
On Tue, Sep 10, 2013 at 3:46 AM, Xin LI wrote:
[snip]
> +static clock_t
> +cv_timedwait_hires(kcondvar_t *cvp, kmutex_t *mp, hrtime_t tim, hrtime_t res,
> +int flag)
> +{
> + sbintime_t sbt;
> + sbintime_t pr;
> +
> + sbt = tim * SBT_1NS;
> + pr = res * SBT_1NS;
> +
>
On Mon, Sep 09, 2013 at 11:41:49PM -0700, John-Mark Gurney wrote:
> David O'Brien wrote this message on Mon, Sep 09, 2013 at 23:01 -0700:
> > On Tue, Sep 03, 2013 at 06:31:23PM +, John-Mark Gurney wrote:
> > > Log:
> > > Use the fact that the AES-NI instructions can be pipelined to improve
>
On Tue, Sep 10, 2013 at 12:33:44PM +0300, Ivan Klymenko wrote:
I> В Tue, 10 Sep 2013 09:23:23 +
I> Alexey Dokuchaev пишет:
I>
I> > This commit breaks NVidia driver port
I> and emulators/virtualbox-ose-kmod* too
I've bumped to 155 in r255449.
Please fix the precious ports :)
--
Totus t
Author: glebius
Date: Tue Sep 10 10:38:15 2013
New Revision: 255449
URL: http://svnweb.freebsd.org/changeset/base/255449
Log:
Make a bump for r255426.
Approved by: re (gjb)
Modified:
head/sys/sys/param.h
Modified: head/sys/sys/param.h
===
Author: des
Date: Tue Sep 10 10:05:59 2013
New Revision: 255442
URL: http://svnweb.freebsd.org/changeset/base/255442
Log:
Fix the length calculation for the final block of a sendfile(2)
transmission which could be tricked into rounding up to the nearest
page size, leaking up to a page of ker
В Tue, 10 Sep 2013 09:23:23 +
Alexey Dokuchaev пишет:
> This commit breaks NVidia driver port
and emulators/virtualbox-ose-kmod* too
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, sen
On Mon, Sep 09, 2013 at 06:12:00PM +, John Baldwin wrote:
> New Revision: 255426
> URL: http://svnweb.freebsd.org/changeset/base/255426
>
> Log:
> [...]
> To facilitate this, add a new parameter to vm_map_find() that specifies an
> optional maximum virtual address. While here, fix several
34 matches
Mail list logo