[Bugzilla] Commit Needs MFC

2014-06-23 Thread bugzilla-noreply
Hi,

You have a bug in the "Needs MFC" state which has not been touched in 7 or more 
days. This email serves as a reminder that you may want to MFC this bug or 
marked it as completed.

In the event you have a longer MFC timeout you may update this bug with a 
comment and I won't remind you again for 7 days.

This reminder is only sent on Mondays.  Please file a bug about concerns you 
may have.

  This search was scheduled by ead...@freebsd.org.


 (10 bugs)

Bug 57630:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=57630
Severity: Affects Only Me
Priority: Normal
Hardware: Any
Assignee: freebsd-bugs@FreeBSD.org
  Status: Needs MFC
  Resolution: 
 Summary: lptcontrol(8) gives "device busy" if device turned off
Bug 123977:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=123977
Severity: Affects Only Me
Priority: Normal
Hardware: Any
Assignee: freebsd-bugs@FreeBSD.org
  Status: Needs MFC
  Resolution: 
 Summary: Segmentation fault in dialog(1) with ghostscript-gpl-nox11 port
Bug 155028:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=155028
Severity: Affects Only Me
Priority: Normal
Hardware: Any
Assignee: freebsd-bugs@FreeBSD.org
  Status: Needs MFC
  Resolution: 
 Summary: init(8): "init q" in single user causes segfault
Bug 156481:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=156481
Severity: Affects Only Me
Priority: Normal
Hardware: Any
Assignee: freebsd-bugs@FreeBSD.org
  Status: Needs MFC
  Resolution: 
 Summary: [kernel] [patch] kernel incorrectly reports PPS jitter with 
accurate measurements
Bug 165630:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=165630
Severity: Affects Only Me
Priority: Normal
Hardware: Any
Assignee: freebsd-bugs@FreeBSD.org
  Status: Needs MFC
  Resolution: 
 Summary: [ndis][panic][patch] IRQL_NOT_GREATER_THAN
Bug 167133:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=167133
Severity: Affects Only Me
Priority: Normal
Hardware: Any
Assignee: freebsd-bugs@FreeBSD.org
  Status: Needs MFC
  Resolution: 
 Summary: stale files in /usr/share/examples
Bug 169471:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=169471
Severity: Affects Only Me
Priority: Normal
Hardware: Any
Assignee: freebsd-bugs@FreeBSD.org
  Status: Needs MFC
  Resolution: 
 Summary: [patch] pw(8) deletes group "username" on userdel even if group 
"username" is not assoc. w/user "username"
Bug 171779:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=171779
Severity: Affects Only Me
Priority: Normal
Hardware: Any
Assignee: freebsd-bugs@FreeBSD.org
  Status: Needs MFC
  Resolution: 
 Summary: [patch] passwd(1): make option NO_FSCHG incomplete
Bug 184507:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=184507
Severity: Affects Some People
Priority: Normal
Hardware: Any
Assignee: freebsd-bugs@FreeBSD.org
  Status: Needs MFC
  Resolution: 
 Summary: [patch] [libfetch] allow hiding User-Agent with empty string
Bug 184681:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=184681
Severity: Affects Only Me
Priority: Normal
Hardware: Any
Assignee: freebsd-bugs@FreeBSD.org
  Status: Needs MFC
  Resolution: 
 Summary: A bug of bsdconfig(8) in 10.0 RC1

___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191302] New: short sleep in sys/kern/init_main.c before panic() ?

2014-06-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191302

Bug ID: 191302
   Summary: short sleep in sys/kern/init_main.c before panic() ?
   Product: Base System
   Version: 10.0-RELEASE
  Hardware: Any
OS: Any
Status: Needs Triage
  Severity: Affects Only Me
  Priority: ---
 Component: kern
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: p...@freebsd.org

Recently, while building a new system, I had the case that init was not found
after boot.

Problem was that the message at line 801 of sys/kern/init_main.c
was displayed and disappeared so fast that I had to *film* the
boot sequence and look at it in slow-motion to find the cause of the reboot.

Would it be possible to add a short wait (2-3 seconds) before the
panic() call ?

Film available on request 8-}

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191304] New: Improve cron(8)

2014-06-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191304

Bug ID: 191304
   Summary: Improve cron(8)
   Product: Base System
   Version: 11.0-CURRENT
  Hardware: Any
OS: Any
Status: Needs Triage
  Severity: Affects Only Me
  Priority: ---
 Component: bin
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: tmwalas...@gmail.com

Created attachment 144064
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=144064&action=edit
Patch against HEAD

Hello,
I saw on the FreeBSD Ideas page topic about cron :).
I've started updating the 'original' FreeBSD cron from sources to vixi cron
4.1. I think (well I hope :P) most of the features that were done in FreeBSD
cron are now ported into vixi cron 4.1, there are unfortunately some missing
features at the moment:
- @every_second - this need to be done
- -s and -o, in vixi cron 4.1 daylight time switches are enabled by default, at
the moment there is no -s and -o options. So you need to remove '-s' from the
cron rc script

I've also added one feature from OpenBSD, crontab is poking cron using
unix-domain socket so we don't need to have suid on crontab.

Path is in the attachment (it was done against freebsd HEAD). I'm testing it on
my FreeBSD box and it looks good but anyway don't try it on production machines
:).

After the installation we have to do a few things:
- Add crontab group
- Change group to crontab on /var/cron/tabs
- Add sticky bit on /var/cron/tabs
- Add group write permissions on /var/cron/tabs

This is still work in progress but if someone could have a look on this and
give me some feedback it would be great.

Regards,
Tomasz Walaszek

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191305] New: update bacula-server, bacula-client, bacula-client-static to 7.0.4

2014-06-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191305

Bug ID: 191305
   Summary: update bacula-server, bacula-client,
bacula-client-static to 7.0.4
   Product: Base System
   Version: 9.2-RELEASE
  Hardware: Any
OS: Any
Status: Needs Triage
  Severity: Affects Only Me
  Priority: Normal
 Component: misc
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: aku...@gmail.com

Update ports sysutils/bacula-server, sysutils/bacula-client,
sysutils/bacula-client-static to 7.0.4
Add staging support

Environment:
FreeBSD 9.2-RELEASE-p6 FreeBSD 9.2-RELEASE-p6 #0: Tue May 13 08:21:53 UTC 2014 
   r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64

Fix:
Patch attached with submission follows:

Index: bacula-client/Makefile
===
--- bacula-client/Makefile(revision 358940)
+++ bacula-client/Makefile(working copy)
@@ -14,5 +14,4 @@
 OPTIONS_DEFINE=NLS OPENSSL PYTHON
 OPTIONS_DEFAULT=NLS OPENSSL

-NO_STAGE=yes
 .include "${MASTERDIR}/Makefile"
Index: bacula-client-static/Makefile
===
--- bacula-client-static/Makefile(revision 358940)
+++ bacula-client-static/Makefile(working copy)
@@ -17,5 +17,4 @@
 --disable-build-dird \
 --disable-build-stored

-NO_STAGE=yes
 .include "${MASTERDIR}/Makefile"
Index: bacula-server/Makefile
===
--- bacula-server/Makefile(revision 358940)
+++ bacula-server/Makefile(working copy)
@@ -2,8 +2,8 @@
 # $FreeBSD$

 PORTNAME=bacula
-DISTVERSION=5.2.12
-PORTREVISION?=3
+DISTVERSION=7.0.4
+PORTREVISION?=1
 CATEGORIES?=sysutils
 MASTER_SITES=SF/bacula/bacula/${PORTVERSION}
 PKGNAMEPREFIX?=#
@@ -12,8 +12,12 @@
 MAINTAINER=d...@langille.org
 COMMENT?=Network backup solution (server)

-LIB_DEPENDS+=lzo2:${PORTSDIR}/archivers/lzo2
+CONFLICTS_BUILD=bacula-*-5.2.12_3

+GNU_CONFIGURE=yes
+
+LIB_DEPENDS=lzo2.so:${PORTSDIR}/archivers/lzo2
+
 UNIQUENAME?=${PORTNAME}${PKGNAMESUFFIX}

 USERS=bacula
@@ -24,14 +28,15 @@
 GNU_CONFIGURE=yes
 USE_LDCONFIG=yes

+USES=libtool
+
 CPPFLAGS+=-I/usr/include/readline -I${LOCALBASE}/include
-LDFLAGS+=-L${LOCALBASE}/lib
+#LDFLAGS+=-L${LOCALBASE}/lib

 OPTIONS_DEFINE?=SQLITE3 MYSQL PGSQL MTX PYTHON NLS OPENSSL
 OPTIONS_DEFAULT?=NLS OPENSSL PGSQL
 MTX_DESC=Install mtx for control of autochanger devices

-NO_STAGE=yes
 .include 

 .if ${PKGNAMESUFFIX} == "-client" || ${PKGNAMESUFFIX} == "-server"  #Till end
of the file
@@ -42,7 +47,7 @@
 .endif

 .if !defined(WITH_CLIENT_ONLY)
-LIB_DEPENDS+=bac:${PORTSDIR}/sysutils/bacula-client
+LIB_DEPENDS=libbac.so:${PORTSDIR}/sysutils/bacula-client
 USE_RC_SUBR?=bacula-dir bacula-sd
 .endif

@@ -52,7 +57,6 @@
 SUB_FILES+=pkg-install.server pkg-deinstall.server pkg-message.server
 .endif

-MANCOMPRESSED=yes
 CONFIGURE_ARGS+=--with-tcp-wrappers=/usr/lib \
 --enable-smartalloc \
 --sysconfdir=${ETCDIR} \
@@ -112,8 +116,8 @@
 CONFFILES=fd
 CONFIGURE_ARGS+=--enable-client-only

-PKGDEINSTALL=${FILESDIR}/pkg-deinstall.client
-PKGINSTALL=${FILESDIR}/pkg-install.client
+PKGDEINSTALL=${STAGEDIR}${FILESDIR}/pkg-deinstall.client
+PKGINSTALL=${STAGEDIR}${FILESDIR}/pkg-install.client
 .else
 # Server only Options
 CONFFILES=sd dir
@@ -125,7 +129,7 @@
 SUB_LIST+=REQ_MYSQL=mysql REQ_PGSQL=""
 .elif ${PORT_OPTIONS:MSQLITE3}
 CONFIGURE_ARGS+=--with-sqlite3=yes
-LIB_DEPENDS+=sqlite3:${PORTSDIR}/databases/sqlite3
+LIB_DEPENDS=libsqlite3.so:${PORTSDIR}/databases/sqlite3
 DBTYPE=sqlite3
 .else
 USE_PGSQL=yes
@@ -134,7 +138,7 @@
 SUB_LIST+=REQ_MYSQL="" REQ_PGSQL=postgresql
 .endif
 PLIST_SUB+=DBTYPE=${DBTYPE}
-# Install mtx
+## Install mtx
 .if ${PORT_OPTIONS:MMTX}
 RUN_DEPENDS+=${LOCALBASE}/sbin/mtx:${PORTSDIR}/misc/mtx
 .endif
@@ -147,14 +151,6 @@
 CONFIGURE_ARGS+=--with-openssl="no"
 .endif

-.if defined(WITH_CLIENT_ONLY)
-MAN8+=bacula-fd.8 bconsole.8
-.else
-MAN8+=bacula.8 bacula-dir.8 bacula-sd.8 bcopy.8 bextract.8 bls.8 bscan.8 \
-btape.8 btraceback.8 dbcheck.8 bwild.8 bregex.8
-MAN1+=bsmtp.1 bacula-tray-monitor.1 bacula-bwxconsole.1
-.endif
-
 MAKE_ENV+=MAN8="${MAN8}" MAN1="${MAN1}"

 pre-everything::
@@ -184,34 +180,34 @@
 @${REINPLACE_CMD} -e 's|$$(ECHO)|echo|g' ${WRKSRC}/src/filed/Makefile.in \
 ${WRKSRC}/src/console/Makefile.in
 #Default bconsole.conf is in ${ETCDIR}
-@${REINPLACE_CMD} -e 's|./bconsole.conf|${ETCDIR}/bconsole.conf|g'
${WRKSRC}/src/console/console.c
-@${REINPLACE_CMD} -e 's|^MAN8 =|MAN8 ?=|g' -e 's|^MAN1 =|MAN1 ?=|g'
${WRKSRC}/manpages/Makefil

[Bug 191306] New: VT using inconsistent token parameters to kbd_allocate() and kbd_release()

2014-06-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191306

Bug ID: 191306
   Summary: VT using inconsistent token parameters to
kbd_allocate() and kbd_release()
   Product: Base System
   Version: 10.0-STABLE
  Hardware: Any
OS: Any
Status: Needs Triage
  Severity: Affects Some People
  Priority: ---
 Component: kern
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: jau...@gmail.com

Created attachment 144065
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=144065&action=edit
make VT consistently use a pointer to struct vt_device

VT has been using inconsistent token parameters while calling
kbd_allocate() and kbd_release() mixing keyboard ID and a pointer
to struct vt_device.
This has caused e.g. "kbdcontrol -K" to fail.

The attached patch should fix the issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191306] VT using inconsistent token parameters to kbd_allocate() and kbd_release()

2014-06-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191306

jau...@gmail.com changed:

   What|Removed |Added

   Priority|--- |Normal

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191312] New: re does not work with TP-Link TG-3468 v2

2014-06-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191312

Bug ID: 191312
   Summary: re does not work with TP-Link TG-3468 v2
   Product: Base System
   Version: 9.2-STABLE
  Hardware: Any
OS: Any
Status: Needs Triage
  Severity: Affects Only Me
  Priority: ---
 Component: kern
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: nmr...@gmail.com

Hi,

I installed on my system a new PCIe Gigabit Network card ( TP-Link TG-3468 v2
),which seems to have a RealTek chipset, but the re driver does not recognizes
the card. Grabbed the logs that I posted bellow this.

dmesg log:

re0:  port
0xe800-0xe8ff mem 0xfdfff000-0xfdff,0xf9ffc000-0xf9ff irq 11 at device
0.0 on pci3
re0: Using 1 MSI-X message
re0: Chip rev. 0x8000
re0: MAC rev. 0x
re0: Unknown H/W revision: 0x8000
device_attach: re0 attach returned 6

pciconf output:

none3@pci0:3:0:0:class=0x02 card=0x34687470 chip=0x816810ec rev=0x06
hdr=0x00
vendor = 'Realtek Semiconductor Co., Ltd.'
device = 'RTL8111/8168B PCI Express Gigabit Ethernet controller'
class  = network
subclass   = ethernet

Tried to use the Realtek drivers and the result is the same.

Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191318] New: freebsd-update from 9.2p8 to 10.0: after first reboot, old ifconfig can't handle 10.x interfaces

2014-06-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191318

Bug ID: 191318
   Summary: freebsd-update from 9.2p8 to 10.0: after first reboot,
old ifconfig can't handle 10.x interfaces
   Product: Base System
   Version: 10.0-RELEASE
  Hardware: Any
OS: Any
Status: Needs Triage
  Severity: Affects Only Me
  Priority: ---
 Component: bin
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: p...@freebsd.org

After updating using freebsd-update from 9.2p8 to 10.0p4, one has
to reboot after the first freebsd-update install.

If one does, ifconfig can't handle the new devices, so the system was
only reachable via console. Dangerous for a remote upgrade...

After the second freebsd-install, ifconfig worked again.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191305] update bacula-server, bacula-client, bacula-client-static to 7.0.4

2014-06-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191305

Kurt Jaeger  changed:

   What|Removed |Added

 CC||p...@freebsd.org
   Assignee|freebsd-bugs@FreeBSD.org|freebsd-ports-bugs@FreeBSD.
   ||org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191306] VT using inconsistent token parameters to kbd_allocate() and kbd_release()

2014-06-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191306

Ed Maste  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|r...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 130504] [libc] Serious bug in regular expression library (regex) affected sed

2014-06-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=130504

Pedro F. Giffuni  changed:

   What|Removed |Added

 Status|In Discussion   |Issue Resolved
 CC||p...@freebsd.org
 Resolution|--- |Unable to Reproduce

--- Comment #9 from Pedro F. Giffuni  ---
Cannot reproduce:
$ uname -a
FreeBSD kakumen 10.0-STABLE FreeBSD 10.0-STABLE #4 r267707: Sat Jun 21 19:40:06
COT 2014 pfg@kakumen:/usr/obj/usr/src/sys/GENERIC  amd64

$ echo "ab" | sed -E "s/(()|.)(b)/[&]/"
[ab]
$ echo "ab" | sed -E "s/(.|())(b)/[&]/"
[ab]
$ echo XababaYababaZ | sed -E
's/((X)(aba|b|ab)(aba|b|ab)(Y)(aba|b|ab)*(Z))/[\1] =>
[\2][\3][\4][\5][\6][\7]/'
[XababaYababaZ] => [X][ab][aba][Y][b][Z]

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191270] df -h output missing units when size is 1TB

2014-06-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191270

--- Comment #3 from xxjack1...@gmail.com ---
root@jack:/home/jack # df
Filesystem1K-blocks   Used  Avail Capacity  Mounted on
/dev/mirror/gm0  2834691060 1048475000 155944077640%/

root@jack:/home/jack # df -k
Filesystem   1024-blocks   Used  Avail Capacity  Mounted on
/dev/mirror/gm0   2834691060 1048475000 155944077640%/

root@jack:/home/jack # df -h
Filesystem  SizeUsed   Avail Capacity  Mounted on
/dev/mirror/gm0 2.6T10001.5T40%/

Filesystem1K-blocks   Used  Avail Capacity iused ifree
%iused  Mounted on
/dev/mirror/gm0  2834691060 1048475000 155944077640%  731598 365637040   
0%   /

root@jack:/home/jack # df -g
Filesystem   1G-blocks Used Avail Capacity  Mounted on
/dev/mirror/gm0   2703  999  148740%/

root@jack:/home/jack # df -H
Filesystem  SizeUsed   Avail Capacity  Mounted on
/dev/mirror/gm0 2.9T1.1T1.6T40%/

root@jack:/home/jack # df -m
Filesystem   1M-blocksUsed   Avail Capacity  Mounted on
/dev/mirror/gm02768252 1023901 152289140%/

root@jack:/home/jack # df -P
Filesystem   512-blocks   Used  Avail Capacity  Mounted on
/dev/mirror/gm0  5669382120 209695 311888155240%/

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191270] df -h output missing units when size is 1TB

2014-06-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191270

--- Comment #4 from xxjack1...@gmail.com ---
Filesystem1K-blocks   Used  Avail Capacity iused ifree
%iused  Mounted on
/dev/mirror/gm0  2834691060 1048475000 155944077640%  731598 365637040   
0%   /

was the df -i output

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 185431] gcc(1) bug with short int promotion

2014-06-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=185431

--- Comment #1 from Stephen Hurd  ---
Adding full uname output back in:

FreeBSD cracked.hurd.local 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21
20:30:17 UTC 2013
r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 185431] gcc(1) bug with short int promotion

2014-06-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=185431

Stephen Hurd  changed:

   What|Removed |Added

Version|9.1-RELEASE |9.2-RELEASE

--- Comment #2 from Stephen Hurd  ---
Still present on 9.2-RELEASE-p5

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"