Re: [Call for testers] DRM device-independent code update to Linux 3.8

2015-02-20 Thread J.R. Oldroyd
On Fri, 20 Feb 2015 15:49:44 +0100 Anders Bolt-Evensen wrote: >> > I saw that you had updated your patchfile to drm-update-38.h.patch, and > ... > applied the patch, it seemed to be more successful, but on 22 occations > the patch still fails (the following list contains all the fails; the >

Jenkins build is still unstable: FreeBSD_HEAD-tests2 #738

2015-02-20 Thread jenkins-admin
See ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: default pager (csh)

2015-02-20 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 02/20/15 18:05, Warren Block wrote: >> It doesn't do that on csh. Or maybe I figured out how to prevent >> it long ago and forgot, but all I use is this: >> >> setenv PAGER "less -RS" >> >> >> You probably did what I used to do. Modify the

Re: default pager (csh)

2015-02-20 Thread Warren Block
On Thu, 19 Feb 2015, Kevin Oberman wrote: On Thu, Feb 19, 2015 at 5:10 PM, Warren Block wrote: On Thu, 19 Feb 2015, Julian Elischer wrote: On 2/18/15 3:41 PM, Xin Li wrote: The _only_ reason that I can think of is that more(1) does not clear

Jenkins build became unstable: FreeBSD_HEAD-tests2 #737

2015-02-20 Thread jenkins-admin
See ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

[patch] sys/boot/fdt/fdt_loader_cmd.c

2015-02-20 Thread Dmitry Luhtionov
--- sys/boot/fdt/fdt_loader_cmd.c.orig 2015-02-04 10:06:18.0 +0200 +++ sys/boot/fdt/fdt_loader_cmd.c 2015-02-20 23:50:26.0 +0200 @@ -1299,13 +1299,12 @@ fdt_merge_strings(int argc, char *argv[] sz += argc - start; buf = (char *)malloc(sizeof(char) * sz); - bzero(buf, sizeof(cha

Resolver needs bind to src IP option

2015-02-20 Thread grarpamp
I looked through these pages and did not see an option to bind the resolver query from a specific IP address (as in the case where you have multiple interfaces and/or alias addresses and wish to pick one instead of the default route). resolver(3) gethostbyname(3) resolver(5) [resolv.conf] You cou

Re: i386 port no longer bootable on non-SSE CPUs

2015-02-20 Thread Konstantin Belousov
On Fri, Feb 20, 2015 at 03:09:49PM -0600, Andrew Wilcox wrote: > Hello, > > The i386 port, both 10-STABLE and 11-CURRENT, will not boot on systems > without SSE support. This is caused by r273995, as using `svn merge -c > -273995` (and hacking-and-sloshing through the few compiler errors > aft

i386 port no longer bootable on non-SSE CPUs

2015-02-20 Thread Andrew Wilcox
Hello, The i386 port, both 10-STABLE and 11-CURRENT, will not boot on systems without SSE support. This is caused by r273995, as using `svn merge -c -273995` (and hacking-and-sloshing through the few compiler errors afterwards) makes it once again bootable. This crash happens very early on in

SVN r279031 breaks net-snmp

2015-02-20 Thread Michael Butler
It seems that net-snmp wants struct ifaddr and now fails on -CURRENT with: libtool: compile: cc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/usr/include -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -O2 -pipe -march=core2 -I/usr/local/include -I/include -D_WANT_IFADDR

Jenkins build is back to stable : FreeBSD_HEAD-tests2 #734

2015-02-20 Thread jenkins-admin
See ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: [Call for testers] DRM device-independent code update to Linux 3.8

2015-02-20 Thread Anders Bolt-Evensen
On 18/02/15 00:45, Jean-Sébastien Pédron wrote: Hi! An update to the DRM subsystem, not including the drivers, is ready for wider testing! The patch against HEAD is here: https://people.freebsd.org/~dumbbell/graphics/drm-update-38.f.patch I'm interested in success/failure reports for amd64, p

Re: default pager (csh)

2015-02-20 Thread Jamie Landeg-Jones
"Jeffrey Bouquet" wrote: > PAGER='cat' > alias man='env PAGER=lookat man $1' No need to alias 'man', just set env MANPAGER. >From man man: (so good they named it twice etc.!) -P pager Use specified pager. Defaults to 'less -s' if color support is enabled, or 'more -s'. Over

Re: [Call for testers] DRM device-independent code update to Linux 3.8

2015-02-20 Thread Anders Bolt-Evensen
> On 18 Feb 2015, at 20:45, Shawn Webb wrote: > >> On Wednesday, February 18, 2015 12:45:36 AM Jean-Sébastien Pédron wrote: >> Hi! >> >> An update to the DRM subsystem, not including the drivers, is ready for >> wider testing! >> >> The patch against HEAD is here: >> https://people.freebsd.org

Jenkins build became unstable: FreeBSD_HEAD-tests2 #733

2015-02-20 Thread jenkins-admin
See ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Pluggable frame buffer devices

2015-02-20 Thread Hans Petter Selasky
On 02/20/15 02:15, Shawn Webb wrote: On Thursday, February 19, 2015 07:04:50 PM Shawn Webb wrote: On Sunday, February 15, 2015 11:14:47 PM Hans Petter Selasky wrote: Hi, I've added support for USB display link adapters to FreeBSD-11-current, but the kernel panics once "vt_fb_attach(info)" is c