Re: panic: double fault with 11.0-CURRENT r258504

2013-11-25 Thread Konstantin Belousov
On Sat, Nov 23, 2013 at 11:43:30PM -0800, Don Lewis wrote: > I upgraded my 11.0-CURRENT machine to r258504 to get past the uma panic > that I stumbled across earlier. Now I got this when I started upgrading > ports: > > Unread portion of the kernel message buffer: > > Fatal double fault: > eip =

panic: sbdrop in sbcut_internal

2013-11-25 Thread Sergey Kandaurov
Seen this on head while doing two `/etc/rc.d/netif restart wlan0' in parallel. Thanks our shiny new compiler I can not examine local vars. $FreeBSD: head/sys/kern/uipc_sockbuf.c 256185 2013-10-09 11:57:53Z glebius $ Unread portion of the kernel message buffer: <118>Nov 24 20:35:52 omg wpa_su

Re: panic: double fault with 11.0-CURRENT r258504

2013-11-25 Thread Don Lewis
On 25 Nov, Konstantin Belousov wrote: > On Sat, Nov 23, 2013 at 11:43:30PM -0800, Don Lewis wrote: >> I upgraded my 11.0-CURRENT machine to r258504 to get past the uma panic >> that I stumbled across earlier. Now I got this when I started upgrading >> ports: >> >> Unread portion of the kernel mes

gdb has outdated knowledge of signal trampolines

2013-11-25 Thread Andriy Gapon
It seems that placement of signal trampolines was changed a while ago. Possibly with the introduction of the shared page, but I am not sure. Unfortunately, neither the gdb in base nor the ports gdb were updated to account for the new location. And thus, for example: (kgdb) bt #0 thr_kill () at

sysctl add macros

2013-11-25 Thread Venkata Duvvuru
Hi, I'm unable to figure out how to add an unsigned short or an unsigned char values to a sysctl node. SYSCTL_ADD_INT, SYSCTL_ADD_UINT, etc., are present but to add a char or a short values I couldn't find any macros. Could you please let me know how to add them? /Venkat. __

[head tinderbox] failure on arm/arm

2013-11-25 Thread FreeBSD Tinderbox
TB --- 2013-11-25 08:00:21 - tinderbox 2.20 running on freebsd-current.sentex.ca TB --- 2013-11-25 08:00:21 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2013

Re: Buildworld broken with WITHOUT_DYNAMICROOT=yes in src.conf

2013-11-25 Thread Dimitry Andric
On 25 Nov 2013, at 08:51, Konstantin Belousov wrote: > On Sun, Nov 24, 2013 at 11:48:54PM -0500, Glen Barber wrote: ... >> Index: Makefile >> === >> --- Makefile (revision 258538) >> +++ Makefile (working copy) >> @@ -42,6 +

Patch: Add option to fmt to ignore email reply lines

2013-11-25 Thread Anthony Perkins
I've added an option to 'fmt' to ignore lines beginning with the greater-than symbol, so that whole email replies can be piped through fmt (e.g. via vi from mutt) without needing to repeat the command for each of my paragraphs. This is my first real patch, so I would appreciate any feedback. Many

SVN r258549 breaks -current compiled with gcc

2013-11-25 Thread Michael Butler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 As follows: - --- drm_linux_list_sort.o --- cc1: warnings being treated as errors /usr/src/sys/modules/drm2/drm2/../../../dev/drm2/drm_linux_list_sort.c: In function 'drm_le_cmp': /usr/src/sys/modules/drm2/drm2/../../../dev/drm2/drm_linux_list_sort.c:

Re: SVN r258549 breaks -current compiled with gcc

2013-11-25 Thread Jean-Sébastien Pédron
On 25.11.2013 15:13, Michael Butler wrote: > --- drm_linux_list_sort.o --- > cc1: warnings being treated as errors > /usr/src/sys/modules/drm2/drm2/../../../dev/drm2/drm_linux_list_sort.c: > In function 'drm_le_cmp': > /usr/src/sys/modules/drm2/drm2/../../../dev/drm2/drm_linux_list_sort.c:45: > war

Re: sysctl add macros

2013-11-25 Thread Matthew Fleming
On Mon, Nov 25, 2013 at 3:35 AM, Venkata Duvvuru < venkatkumar.duvv...@emulex.com> wrote: > Hi, > I'm unable to figure out how to add an unsigned short or an unsigned char > values to a sysctl node. > SYSCTL_ADD_INT, SYSCTL_ADD_UINT, etc., are present but to add a char or a > short values I couldn

Re: SVN r258549 breaks -current compiled with gcc

2013-11-25 Thread Michael Butler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/25/13 09:45, Jean-Sébastien Pédron wrote: > On 25.11.2013 15:13, Michael Butler wrote: >> --- drm_linux_list_sort.o --- >> cc1: warnings being treated as errors >> /usr/src/sys/modules/drm2/drm2/../../../dev/drm2/drm_linux_list_sort.c: >> In func

RE: sysctl add macros

2013-11-25 Thread Venkata Duvvuru
The problem with using int or u_int for 1 or 2 byte values is that while printing these 1 or 2 byte values I observed that sysctl module is considering 4 bytes. Hence I see an undesired output. It is actually considering the next two bytes also as the value. /Venkat. From: mdf...@gmail.com [ma

[head tinderbox] failure on ia64/ia64

2013-11-25 Thread FreeBSD Tinderbox
TB --- 2013-11-25 13:43:32 - tinderbox 2.20 running on freebsd-current.sentex.ca TB --- 2013-11-25 13:43:32 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2013

security/nmap runtime on -current

2013-11-25 Thread Ruslan Makhmatkhanov
Any simple command like `nmap -p80 localhost` fails with this: Starting Nmap 6.40 ( http://nmap.org ) at 2013-11-25 21:17 MSK Assertion failed: (rc == 0), function collect_dnet_interfaces, file netutil.cc, line 1326. Abort (core dumped) Does anybody have a clue? There is similar report w/o f

Re: gdb has outdated knowledge of signal trampolines

2013-11-25 Thread Konstantin Belousov
On Mon, Nov 25, 2013 at 12:13:53PM +0200, Andriy Gapon wrote: > > It seems that placement of signal trampolines was changed a while ago. > Possibly > with the introduction of the shared page, but I am not sure. > Unfortunately, neither the gdb in base nor the ports gdb were updated to > account

Re: security/nmap runtime on -current

2013-11-25 Thread Ruslan Makhmatkhanov
Ruslan Makhmatkhanov wrote on 25.11.2013 21:21: Any simple command like `nmap -p80 localhost` fails with this: Starting Nmap 6.40 ( http://nmap.org ) at 2013-11-25 21:17 MSK Assertion failed: (rc == 0), function collect_dnet_interfaces, file netutil.cc, line 1326. Abort (core dumped) Does anyb

[head tinderbox] failure on powerpc/powerpc

2013-11-25 Thread FreeBSD Tinderbox
TB --- 2013-11-25 15:18:42 - tinderbox 2.20 running on freebsd-current.sentex.ca TB --- 2013-11-25 15:18:42 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2013

[head tinderbox] failure on sparc64/sparc64

2013-11-25 Thread FreeBSD Tinderbox
TB --- 2013-11-25 16:56:11 - tinderbox 2.20 running on freebsd-current.sentex.ca TB --- 2013-11-25 16:56:11 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2013

[head tinderbox] failure on powerpc64/powerpc

2013-11-25 Thread FreeBSD Tinderbox
TB --- 2013-11-25 16:29:52 - tinderbox 2.20 running on freebsd-current.sentex.ca TB --- 2013-11-25 16:29:52 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2013

Re: Buildworld broken with WITHOUT_DYNAMICROOT=yes in src.conf

2013-11-25 Thread Konstantin Belousov
On Mon, Nov 25, 2013 at 01:36:15PM +0100, Dimitry Andric wrote: > On 25 Nov 2013, at 08:51, Konstantin Belousov wrote: > > On Sun, Nov 24, 2013 at 11:48:54PM -0500, Glen Barber wrote: > ... > >> Index: Makefile > >> === > >> --- Makef

Re: Patch: Add option to fmt to ignore email reply lines

2013-11-25 Thread Mark Robert Vaughan Murray
On 25 Nov 2013, at 12:54, Anthony Perkins wrote: > I've added an option to 'fmt' to ignore lines beginning with the > greater-than symbol, so that whole email replies can be piped through > fmt (e.g. via vi from mutt) without needing to repeat the command > for each of my paragraphs. > > This i

[head tinderbox] failure on powerpc/powerpc

2013-11-25 Thread FreeBSD Tinderbox
TB --- 2013-11-26 03:25:36 - tinderbox 2.20 running on freebsd-current.sentex.ca TB --- 2013-11-26 03:25:36 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2013

[head tinderbox] failure on powerpc64/powerpc

2013-11-25 Thread FreeBSD Tinderbox
TB --- 2013-11-26 04:03:51 - tinderbox 2.20 running on freebsd-current.sentex.ca TB --- 2013-11-26 04:03:51 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2013