Author: pfg
Date: Sun May 26 03:48:40 2013
New Revision: 250994
URL: http://svnweb.freebsd.org/changeset/base/250994
Log:
MFC r250566:
Add support for "d" floating-point suffix, as defined by draft N1312
of TR 24732. Emit pedantic warning if the feature is being used.
Obtained from
On Sat, 25 May 2013 m...@freebsd.org wrote:
On Sat, May 25, 2013 at 10:09 AM, Hans Petter Selasky
wrote:
...
Log:
Fix some statical clang analyzer warnings.
...
==
--- head/sys/dev/usb/usb_msctest.c Sat May 25 16
Author: jlh
Date: Sat May 25 22:17:14 2013
New Revision: 250992
URL: http://svnweb.freebsd.org/changeset/base/250992
Log:
Rework the comment I initially wrote when SHLIB_LDSCRIPT was introduced.
The build system is really intricate and I had a hard time to remind the
whole picture even when
On Sat, May 25, 2013 at 04:00:44PM +0200, Ed Schouten wrote:
> [ +gabor ]
> 2013/5/22 Ed Schouten :
> > Oh, the horror! I thought on FreeBSD, we used the LC_CTYPE files to do
> > a mapping to ISO 10646. Unfortunately, it seems to be the case that
> > these files are only used to do mappings to
> >
On Sat, May 25, 2013 at 06:59:12PM +, Marcel Moolenaar wrote:
> Author: marcel
> Date: Sat May 25 18:59:11 2013
> New Revision: 250991
> URL: http://svnweb.freebsd.org/changeset/base/250991
> Log:
> Make the malloc(3) family of functions weak and make their non-weak
> implementations visib
On Sat, 25 May 2013 18:59:12 + (UTC)
Marcel Moolenaar wrote:
> Make the malloc(3) family of functions weak and make their non-weak
> implementations visible for use by applications. The functions $F
> that are now weak symbols are:
> allocm, calloc, dallocm, free, malloc, malloc_usa
Author: marcel
Date: Sat May 25 18:59:11 2013
New Revision: 250991
URL: http://svnweb.freebsd.org/changeset/base/250991
Log:
Make the malloc(3) family of functions weak and make their non-weak
implementations visible for use by applications. The functions $F that
are now weak symbols are:
Author: ed
Date: Sat May 25 18:55:55 2013
New Revision: 250990
URL: http://svnweb.freebsd.org/changeset/base/250990
Log:
Add C11 macros CMPLX(), CMPLXF() and CMPLXL().
Clang allows us to initialize complex numbers using an array
initializer, casted to a complex type. GCC has a builtin cal
On 05/25/13 20:03, m...@freebsd.org wrote:
On Sat, May 25, 2013 at 10:09 AM, Hans Petter Selasky
wrote:
Author: hselasky
Date: Sat May 25 17:09:58 2013
New Revision: 250986
URL: http://svnweb.freebsd.org/changeset/base/250986
Log:
Fix some statical clang analyzer warnings.
Modified:
hea
On Sat, May 25, 2013 at 10:09 AM, Hans Petter Selasky
wrote:
> Author: hselasky
> Date: Sat May 25 17:09:58 2013
> New Revision: 250986
> URL: http://svnweb.freebsd.org/changeset/base/250986
>
> Log:
> Fix some statical clang analyzer warnings.
>
> Modified:
> head/sys/dev/usb/usb_device.c
>
Author: ed
Date: Sat May 25 18:04:24 2013
New Revision: 250989
URL: http://svnweb.freebsd.org/changeset/base/250989
Log:
Add missing #includes, to keep Clang silent.
Modified:
head/tools/regression/lib/libc/locale/test-btowc.c
head/tools/regression/lib/libc/locale/test-iswctype.c
head/too
Author: hselasky
Date: Sat May 25 17:19:06 2013
New Revision: 250988
URL: http://svnweb.freebsd.org/changeset/base/250988
Log:
MFC r250763 and r250765:
Fix some USB audio device issues.
PR: usb/178722
Modified:
stable/8/sys/dev/sound/usb/uaudio.c
Directory Properties:
stable/8/sys/
Author: hselasky
Date: Sat May 25 17:16:31 2013
New Revision: 250987
URL: http://svnweb.freebsd.org/changeset/base/250987
Log:
MFC r250763 and r250765:
Fix some USB audio device issues.
PR: usb/178722
Modified:
stable/9/sys/dev/sound/usb/uaudio.c
Directory Properties:
stable/9/sys/
Author: hselasky
Date: Sat May 25 17:09:58 2013
New Revision: 250986
URL: http://svnweb.freebsd.org/changeset/base/250986
Log:
Fix some statical clang analyzer warnings.
Modified:
head/sys/dev/usb/usb_device.c
head/sys/dev/usb/usb_hub.c
head/sys/dev/usb/usb_msctest.c
Modified: head/sys/d
Author: ed
Date: Sat May 25 16:58:12 2013
New Revision: 250985
URL: http://svnweb.freebsd.org/changeset/base/250985
Log:
Fix in for C++11.
It turns out that in C++11, char16_t and char32_t are built-in types;
language keywords. Just fix this by putting traditional _*_T_DECLARED
blocks
Author: ed
Date: Sat May 25 15:36:15 2013
New Revision: 250984
URL: http://svnweb.freebsd.org/changeset/base/250984
Log:
Prevent shadowing.
The name line_number seems to be used as a function parameter name for
one of the Lex functions. Change the name to linenumber.
Modified:
head/usr
Author: eadler
Date: Sat May 25 15:17:58 2013
New Revision: 250983
URL: http://svnweb.freebsd.org/changeset/base/250983
Log:
MFC r250533:
Unconditionally install 210.backup-aliases as many MTAs other than
sendmail support the use of /etc/aliases.
PR: conf/176098
M
Hello all,
[ +gabor ]
2013/5/22 Ed Schouten :
> Oh, the horror! I thought on FreeBSD, we used the LC_CTYPE files to do
> a mapping to ISO 10646. Unfortunately, it seems to be the case that
> these files are only used to do mappings to
> uppercase/lowercase/runetype. Bummer.
So I think the soluti
Author: jilles
Date: Sat May 25 13:59:40 2013
New Revision: 250982
URL: http://svnweb.freebsd.org/changeset/base/250982
Log:
sigreturn(2): Remove ancient compatibility warning about 4.2BSD.
The HISTORY subsection still says that sigreturn() was added in 4.3BSD.
Modified:
head/lib/libc/sy
Author: ed
Date: Sat May 25 12:13:54 2013
New Revision: 250981
URL: http://svnweb.freebsd.org/changeset/base/250981
Log:
Make some tiny improvements to iconv_open().
- Remove an unneeded variable.
- Fix whitespace bugs.
- Fix typoes in comment.
- Improve string handling a bit. Don't h
Author: ed
Date: Sat May 25 12:11:20 2013
New Revision: 250980
URL: http://svnweb.freebsd.org/changeset/base/250980
Log:
Only call free() on something we allocated.
If we were already provided a struct _citrus_iconv (e.g. through
iconv_open_into()), we should not call free() in case io_in
Author: kib
Date: Sat May 25 11:05:00 2013
New Revision: 250978
URL: http://svnweb.freebsd.org/changeset/base/250978
Log:
MFC r250505:
- Fix nullfs vnode reference leak in nullfs_reclaim_lowervp(). The
null_hashget() obtains the reference on the nullfs vnode, which must
be dropped.
Author: jh
Date: Sat May 25 09:47:33 2013
New Revision: 250976
URL: http://svnweb.freebsd.org/changeset/base/250976
Log:
MFC r250443: Check the return value of sbuf_finish().
Modified:
stable/9/usr.sbin/ctladm/ctladm.c
Directory Properties:
stable/9/usr.sbin/ctladm/ (props changed)
Modif
Author: gjb (doc,ports committer)
Date: Sat May 25 07:17:16 2013
New Revision: 250975
URL: http://svnweb.freebsd.org/changeset/base/250975
Log:
Revert r250972 to fix build.
Modified:
head/usr.bin/patch/patch.c
head/usr.bin/patch/util.c
Modified: head/usr.bin/patch/patch.c
=
24 matches
Mail list logo