Author: bapt
Date: Tue Nov 25 07:47:44 2014
New Revision: 275017
URL: https://svnweb.freebsd.org/changeset/base/275017
Log:
Fix make depends with libnetbsd
Modified:
head/share/mk/src.libnames.mk
Modified: head/share/mk/src.libnames.mk
On Mon, Nov 24, 2014 at 09:16:20PM +, Ruslan Bukin wrote:
R> On Mon, Nov 24, 2014 at 10:29:02PM +0300, Gleb Smirnoff wrote:
R> > On Mon, Nov 24, 2014 at 06:03:56PM +, Ruslan Bukin wrote:
R> > R> > I this on stock kernel or on kernel with your modifications ?
R> > R>
R> > R> Stock one. I al
On Mon, Nov 24, 2014 at 03:45:10PM -0800, Adrian Chadd wrote:
A> Why'd you make it all a union in strict buf?
To avoid growing it and emphasize that fields are mutuall exclusive.
--
Totus tuus, Glebius.
___
svn-src-head@freebsd.org mailing list
http://
Author: bapt
Date: Tue Nov 25 07:13:31 2014
New Revision: 275014
URL: https://svnweb.freebsd.org/changeset/base/275014
Log:
Add definitions of kerberos libraries
Modified:
head/share/mk/src.libnames.mk
Modified: head/share/mk/src.libnames.mk
==
Author: markj
Date: Tue Nov 25 07:01:38 2014
New Revision: 275012
URL: https://svnweb.freebsd.org/changeset/base/275012
Log:
Adjust some checks missed in r274637, now that pi_rname can be NULL.
Additionally fix a misparenthesization in the same check, noticed while
fixing the first bug. T
Author: markj
Date: Tue Nov 25 06:43:17 2014
New Revision: 275011
URL: https://svnweb.freebsd.org/changeset/base/275011
Log:
The module load address always needs to be included when setting the dm_*_va
fields of dt_module_t. Previously, this was only done on architectures where
kernel module
Author: jhibbits
Date: Tue Nov 25 06:15:00 2014
New Revision: 275010
URL: https://svnweb.freebsd.org/changeset/base/275010
Log:
Add Apple Intrepid USB controller ID.
MFC after:2 weeks
Modified:
head/sys/dev/usb/controller/ohci_pci.c
Modified: head/sys/dev/usb/controller/ohci_pci.c
=
Author: mav
Date: Tue Nov 25 06:11:05 2014
New Revision: 275009
URL: https://svnweb.freebsd.org/changeset/base/275009
Log:
Use ctl_set_success() instead of direct inlining.
MFC after:1 week
Modified:
head/sys/cam/ctl/ctl.c
head/sys/cam/ctl/ctl_backend_ramdisk.c
Modified: head/sys/
Author: ngie
Date: Tue Nov 25 05:25:12 2014
New Revision: 275006
URL: https://svnweb.freebsd.org/changeset/base/275006
Log:
Remove cokane@ from MAINTAINERS for 3dfx(4)/tdfx(4) because their email
addresses on file bounce (see r252463 for more details)
Reviewed by: accounts (dhw)
Modified
Author: emaste
Date: Tue Nov 25 03:50:31 2014
New Revision: 275004
URL: https://svnweb.freebsd.org/changeset/base/275004
Log:
Revert r274772: it is not valid on MIPS
Reported by: sbruno
Modified:
head/lib/libc/gen/errlst.c
head/lib/libc/gen/isnan.c
head/lib/libc/gen/tls.c
head/lib
Author: kevlo
Date: Tue Nov 25 02:58:38 2014
New Revision: 275003
URL: https://svnweb.freebsd.org/changeset/base/275003
Log:
Add missing headers needed by write().
Modified:
head/sys/contrib/dev/ral/Makefile
Modified: head/sys/contrib/dev/ral/Makefile
Author: bapt
Date: Tue Nov 25 01:12:57 2014
New Revision: 275002
URL: https://svnweb.freebsd.org/changeset/base/275002
Log:
Fix the fix
Modified:
head/usr.sbin/nmtree/Makefile
Modified: head/usr.sbin/nmtree/Makefile
Author: bapt
Date: Tue Nov 25 00:51:49 2014
New Revision: 275001
URL: https://svnweb.freebsd.org/changeset/base/275001
Log:
libevent is an internallib
Modified:
head/share/mk/src.libnames.mk
Modified: head/share/mk/src.libnames.mk
=
Author: bapt
Date: Tue Nov 25 00:28:27 2014
New Revision: 275000
URL: https://svnweb.freebsd.org/changeset/base/275000
Log:
libatf-c++ exposes libatf-c abi hence we need to explicit link to atf-c if
atf-c++ is requested
Modified:
head/share/mk/src.libnames.mk
Modified: head/share/mk/src.li
Author: bapt
Date: Tue Nov 25 00:12:25 2014
New Revision: 274999
URL: https://svnweb.freebsd.org/changeset/base/274999
Log:
Do not overwrite any LIBNETBSD or LIBNETBSDDIR if they are already defined
Modified:
head/share/mk/src.libnames.mk
Modified: head/share/mk/src.libnames.mk
=
Author: delphij
Date: Tue Nov 25 00:07:56 2014
New Revision: 274998
URL: https://svnweb.freebsd.org/changeset/base/274998
Log:
Fix build.
Modified:
head/usr.sbin/nmtree/Makefile
Modified: head/usr.sbin/nmtree/Makefile
==
Author: bapt
Date: Tue Nov 25 00:01:53 2014
New Revision: 274997
URL: https://svnweb.freebsd.org/changeset/base/274997
Log:
Define special case for atf which libraries names are different from their
declaration
Modified:
head/share/mk/src.libnames.mk
Modified: head/share/mk/src.libnames.mk
Author: bapt
Date: Mon Nov 24 23:58:04 2014
New Revision: 274996
URL: https://svnweb.freebsd.org/changeset/base/274996
Log:
s/cft/ctf
Modified:
head/share/mk/src.libnames.mk
Modified: head/share/mk/src.libnames.mk
==
Why'd you make it all a union in strict buf?
Adrian
On Nov 23, 2014 5:01 AM, "Gleb Smirnoff" wrote:
> Author: glebius
> Date: Sun Nov 23 12:01:52 2014
> New Revision: 274914
> URL: https://svnweb.freebsd.org/changeset/base/274914
>
> Log:
> Merge from projects/sendfile:
>
> o Provide a new V
Author: bapt
Date: Mon Nov 24 23:29:56 2014
New Revision: 274995
URL: https://svnweb.freebsd.org/changeset/base/274995
Log:
Forgot to convert demandoc along with mandoc
Modified:
head/usr.bin/demandoc/Makefile
Modified: head/usr.bin/demandoc/Makefile
=
Author: bapt
Date: Mon Nov 24 22:32:18 2014
New Revision: 274993
URL: https://svnweb.freebsd.org/changeset/base/274993
Log:
Fix dependencies in case of building statically
Modified:
head/share/mk/src.libnames.mk
Modified: head/share/mk/src.libnames.mk
Author: bapt
Date: Mon Nov 24 22:35:32 2014
New Revision: 274994
URL: https://svnweb.freebsd.org/changeset/base/274994
Log:
Fix typo
Modified:
head/share/mk/src.libnames.mk
Modified: head/share/mk/src.libnames.mk
==
Author: bapt
Date: Mon Nov 24 22:29:16 2014
New Revision: 274992
URL: https://svnweb.freebsd.org/changeset/base/274992
Log:
Avoid code duplication by directly adding _INSTALLLIBS and _PRIVATELIBS into
_LIBRARIES
Reported by: emaste
Modified:
head/share/mk/src.libnames.mk
Modified: he
On 1124T1137, Alexander Motin wrote:
> Author: mav
> Date: Mon Nov 24 11:37:27 2014
> New Revision: 274962
> URL: https://svnweb.freebsd.org/changeset/base/274962
>
> Log:
> Replace home-grown CTL IO allocator with UMA.
>
> Old allocator created significant lock congestion protecting its li
On Mon, Nov 24, 2014 at 10:17:36PM +, Baptiste Daroussin wrote:
> Author: bapt
> Date: Mon Nov 24 22:17:35 2014
> New Revision: 274991
> URL: https://svnweb.freebsd.org/changeset/base/274991
>
> Log:
> Each time something links to sqlite3 it should link to pthread
>
Hey closed the editor to
Author: bapt
Date: Mon Nov 24 22:17:35 2014
New Revision: 274991
URL: https://svnweb.freebsd.org/changeset/base/274991
Log:
Each time something links to sqlite3 it should link to pthread
Modified:
head/share/mk/src.libnames.mk
Modified: head/share/mk/src.libnames.mk
=
Author: bapt
Date: Mon Nov 24 22:15:30 2014
New Revision: 274990
URL: https://svnweb.freebsd.org/changeset/base/274990
Log:
Convert makefs to LIBADD
Add definition of libnetbsd in src.libnames.mk
Modified:
head/share/mk/src.libnames.mk
head/usr.sbin/makefs/Makefile
Modified: head/shar
Author: bapt
Date: Mon Nov 24 22:12:27 2014
New Revision: 274989
URL: https://svnweb.freebsd.org/changeset/base/274989
Log:
Convert mandoc to LIBADD
While here remove the ugly LDMANDOC
Modified:
head/share/mk/src.libnames.mk
head/usr.bin/mandoc/Makefile
Modified: head/share/mk/src.lib
Author: ae
Date: Mon Nov 24 21:51:43 2014
New Revision: 274988
URL: https://svnweb.freebsd.org/changeset/base/274988
Log:
Skip L2 addresses lookups for p2p interfaces.
Discussed with: melifaro
Sponsored by: Yandex LLC
Modified:
head/sys/netinet6/nd6.c
Modified: head/sys/netinet6
Author: rpaulo
Date: Mon Nov 24 21:49:40 2014
New Revision: 274987
URL: https://svnweb.freebsd.org/changeset/base/274987
Log:
Import libgpio.
This is a thin wrapper around the kernel interface which should make
it easier to write GPIO applications. gpioctl(8) will be converted to
use t
Author: brd (doc committer)
Date: Mon Nov 24 21:49:01 2014
New Revision: 274986
URL: https://svnweb.freebsd.org/changeset/base/274986
Log:
Convert to LIBADD.
Reviewed by: bapt
Modified:
head/usr.sbin/pw/Makefile
Modified: head/usr.sbin/pw/Makefile
==
Author: bapt
Date: Mon Nov 24 21:39:28 2014
New Revision: 274985
URL: https://svnweb.freebsd.org/changeset/base/274985
Log:
Correctly specify -L for internal and private libs
Modified:
head/share/mk/src.libnames.mk
Modified: head/share/mk/src.libnames.mk
=
Author: bapt
Date: Mon Nov 24 21:31:08 2014
New Revision: 274984
URL: https://svnweb.freebsd.org/changeset/base/274984
Log:
Implement LIBADD
LIBADD will automatically set DPADD and LDADD when needed including their
dependencies, LIBADD automatically handles private and internal libs so th
> -Original Message-
> From: owner-src-committ...@freebsd.org [mailto:owner-src-
> committ...@freebsd.org] On Behalf Of Joel Dahl
> Sent: Sunday, November 23, 2014 1:00 PM
> To: src-committ...@freebsd.org; svn-src-...@freebsd.org; svn-src-
> h...@freebsd.org
> Subject: svn commit: r274925
On Mon, Nov 24, 2014 at 10:29:02PM +0300, Gleb Smirnoff wrote:
> On Mon, Nov 24, 2014 at 06:03:56PM +, Ruslan Bukin wrote:
> R> > I this on stock kernel or on kernel with your modifications ?
> R>
> R> Stock one. I also checked with no virtio but MDROOT - same problems.
>
> I could expect a p
On 2014-11-24 22:40:22 (+0300), Gleb Smirnoff wrote:
> On Mon, Nov 24, 2014 at 02:00:28PM +, Philip Paeps wrote:
> P> Author: philip
> P> Date: Mon Nov 24 14:00:27 2014
> P> New Revision: 274966
> P> URL: https://svnweb.freebsd.org/changeset/base/274966
> P>
> P> Log:
> P> Add a sysctl `net
Author: dim
Date: Mon Nov 24 20:07:09 2014
New Revision: 274978
URL: https://svnweb.freebsd.org/changeset/base/274978
Log:
For now, disable using -fsanitize=bounds for the libc ssp tests, when
using clang 3.5.0, until the runtime support (via compiler-rt) is added.
Otherwise, this would lead
Author: jhb
Date: Mon Nov 24 19:55:45 2014
New Revision: 274976
URL: https://svnweb.freebsd.org/changeset/base/274976
Log:
Add a bus_get_domain() wrapper around BUS_GET_DOMAIN(). Use this to add
a new per-device '%domain' sysctl node that returns the NUMA domain a
device is associated with
On Mon, Nov 24, 2014 at 02:00:28PM +, Philip Paeps wrote:
P> Author: philip
P> Date: Mon Nov 24 14:00:27 2014
P> New Revision: 274966
P> URL: https://svnweb.freebsd.org/changeset/base/274966
P>
P> Log:
P> Add a sysctl `net.link.tap.deladdrs_on_close' to configure whether tap
P> should dele
On Mon, Nov 24, 2014 at 06:03:56PM +, Ruslan Bukin wrote:
R> > I this on stock kernel or on kernel with your modifications ?
R>
R> Stock one. I also checked with no virtio but MDROOT - same problems.
I could expect a panic with a damaged 'struct buf', but not vm_page.
Can you please do a cle
On Saturday, November 22, 2014 1:15:02 pm Konstantin Belousov wrote:
> Author: kib
> Date: Sat Nov 22 18:15:02 2014
> New Revision: 274878
> URL: https://svnweb.freebsd.org/changeset/base/274878
>
> Log:
> The size value should be asserted when it is known.
>
> Reported and tested by: p
Author: jhb
Date: Mon Nov 24 18:34:11 2014
New Revision: 274970
URL: https://svnweb.freebsd.org/changeset/base/274970
Log:
Properly initialize the capability rights for vnodes exported to procstat
that aren't for file descriptors (cwd, jdir, tracevp, etc.).
Submitted by: Mikhail
Modifie
On Mon, Nov 24, 2014 at 07:37:33PM +0200, Konstantin Belousov wrote:
> On Mon, Nov 24, 2014 at 11:05:37AM +, Ruslan Bukin wrote:
> > Hi, Gleb,
> >
> > I get some problems with it: I'm working on block device emulation
> > using virtio(4) in heterogeneous environment (FreeBSD/ARM frontend
> > p
On Mon, Nov 24, 2014 at 11:05:37AM +, Ruslan Bukin wrote:
> Hi, Gleb,
>
> I get some problems with it: I'm working on block device emulation
> using virtio(4) in heterogeneous environment (FreeBSD/ARM frontend
> provide block to FreeBSD/MIPS64 soft core). On a MIPS side I now
> permanently rec
On Mon, Nov 24, 2014 at 05:38:22PM +0100, Dag-Erling Smørgrav wrote:
> "Ronald Klop" writes:
> > Joel Dahl writes:
> > > I'd also be grateful if everyone ran mandoc -Tlint on their manpages
> > > before committing. :-)
> > A commit hook does magic for these kind of things. ;-)
> A simpler alterna
"Ronald Klop" writes:
> Joel Dahl writes:
> > I'd also be grateful if everyone ran mandoc -Tlint on their manpages
> > before committing. :-)
> A commit hook does magic for these kind of things. ;-)
A simpler alternative would be to write a unit test that checks all
installed man pages (and igno
Author: ian
Date: Mon Nov 24 16:12:11 2014
New Revision: 274967
URL: https://svnweb.freebsd.org/changeset/base/274967
Log:
Add busdma sync ops before reading and after modifying the descriptor rings.
This was previously working by accident because BUSDMA_COHERENT_MEMORY has
always been se
On Mon, 24 Nov 2014 10:38:14 +0100, Baptiste Daroussin
wrote:
On Mon, Nov 24, 2014 at 10:19:08AM +0100, Ronald Klop wrote:
On Mon, 24 Nov 2014 08:23:17 +0100, Joel Dahl wrote:
> On Sun, Nov 23, 2014 at 10:04:12PM +0100, Baptiste Daroussin wrote:
>> On Sun, Nov 23, 2014 at 09:00:00PM +,
Author: philip
Date: Mon Nov 24 14:00:27 2014
New Revision: 274966
URL: https://svnweb.freebsd.org/changeset/base/274966
Log:
Add a sysctl `net.link.tap.deladdrs_on_close' to configure whether tap
should delete configured addresses and routes when the interface is
closed. Default is enabled
Author: trasz
Date: Mon Nov 24 13:02:39 2014
New Revision: 274965
URL: https://svnweb.freebsd.org/changeset/base/274965
Log:
Make it possible to specify flags for autofs daemons in rc.conf.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/etc/defaults/rc.conf
Author: ae
Date: Mon Nov 24 12:53:56 2014
New Revision: 274964
URL: https://svnweb.freebsd.org/changeset/base/274964
Log:
Add ip_gre.h to ObsoleteFiles.inc.
Sponsored by: Yandex LLC
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
===
Hi, Gleb,
I get some problems with it: I'm working on block device emulation
using virtio(4) in heterogeneous environment (FreeBSD/ARM frontend
provide block to FreeBSD/MIPS64 soft core). On a MIPS side I now
permanently receive panic below
Any idea ?
[...]
crypto: cryptosoft0 registers alg 22 f
Author: mav
Date: Mon Nov 24 11:37:27 2014
New Revision: 274962
URL: https://svnweb.freebsd.org/changeset/base/274962
Log:
Replace home-grown CTL IO allocator with UMA.
Old allocator created significant lock congestion protecting its lists
of preallocated I/Os, while UMA provides much bet
Hi,
thanks for pointing out. I fixed it.
I definetly had to pass universe.
Ruslan
On Sun, Nov 23, 2014 at 01:14:49PM -0800, Adrian Chadd wrote:
> Hi!
>
> You have some function declarations wrong. vm_offset_t != vm_paddr_t.
>
> eg:
>
> +void mipsNN_sdcache_wbinv_range_32(
> vm_paddr_t, vm_s
On Mon, Nov 25, 2014 at 09:31:38AM +, Christian Brueffer wrote:
> Author: brueffer
> Date: Mon Nov 24 09:31:38 2014
> New Revision: 274960
> URL: https://svnweb.freebsd.org/changeset/base/274960
>
> Log:
> Limit descriptors and enter capability mode.
>
> Differential: D1009
> Re
On Mon, Nov 24, 2014 at 10:19:08AM +0100, Ronald Klop wrote:
> On Mon, 24 Nov 2014 08:23:17 +0100, Joel Dahl wrote:
>
> > On Sun, Nov 23, 2014 at 10:04:12PM +0100, Baptiste Daroussin wrote:
> >> On Sun, Nov 23, 2014 at 09:00:00PM +, Joel Dahl wrote:
> >> > Author: joel (doc committer)
> >> >
Author: brueffer
Date: Mon Nov 24 09:31:38 2014
New Revision: 274960
URL: https://svnweb.freebsd.org/changeset/base/274960
Log:
Limit descriptors and enter capability mode.
Differential: D1009
Reviewed by: jonathan, pjd
MFC after:2 weeks
Relnotes: yes
Modified:
head/usr.bi
On Mon, 24 Nov 2014 08:23:17 +0100, Joel Dahl wrote:
On Sun, Nov 23, 2014 at 10:04:12PM +0100, Baptiste Daroussin wrote:
On Sun, Nov 23, 2014 at 09:00:00PM +, Joel Dahl wrote:
> Author: joel (doc committer)
> Date: Sun Nov 23 21:00:00 2014
> New Revision: 274925
> URL: https://svnweb.freeb
Author: bapt
Date: Mon Nov 24 08:13:21 2014
New Revision: 274953
URL: https://svnweb.freebsd.org/changeset/base/274953
Log:
Fix rendering of manpages with mandoc(1)
Modified:
head/gnu/usr.bin/binutils/addr2line/addr2line.1
head/gnu/usr.bin/binutils/nm/nm.1
head/gnu/usr.bin/binutils/objcop
Author: trasz
Date: Mon Nov 24 08:13:44 2014
New Revision: 274954
URL: https://svnweb.freebsd.org/changeset/base/274954
Log:
Remove the pidfile clause from the ctl.conf example. Why do everyone
just copy/paste this line into their configs, it's beyond me.
MFC after:1 month
Sponsore
60 matches
Mail list logo