... just have printf_freebsd in libutil; have it know about our
extended fmt types.
then we just have to port libutil to a target platform.
-a
On 16 December 2016 at 17:31, Eric van Gyzen wrote:
> On 12/16/2016 17:44, Warner Losh wrote:
>> On Fri, Dec 16, 2016 at 3:07 PM, John Baldwin wrote:
Hi Dimitry,
2016-12-16 23:55 GMT+01:00 Dimitry Andric :
> Since this now causes VMware kernel modules to insta-panic the kernel,
> it might be nice to put some warning in UPDATING, at least. Luckily
> __FreeBSD_version got bumped by Adrian in r310149 for something
> unrelated, but this is definit
On 16 Dec 2016, at 19:31, Baptiste Daroussin wrote:
>
> Other than that, it makes more difficult to use vanilla gcc with out userland.
> and it is adding more complexity to be able to build freebsd from a non
> freebsd
> system which some people are working on.
Why? You’ll get some spurious wa
On 17 Dec 2016, at 10:43, Ed Schouten wrote:
>
> 2016-12-16 23:55 GMT+01:00 Dimitry Andric :
>> Since this now causes VMware kernel modules to insta-panic the kernel,
>> it might be nice to put some warning in UPDATING, at least. Luckily
>> __FreeBSD_version got bumped by Adrian in r310149 for s
On 17 Dec 2016, at 12:46, David Chisnall wrote:
>
> On 16 Dec 2016, at 19:31, Baptiste Daroussin wrote:
>>
>> Other than that, it makes more difficult to use vanilla gcc with out
>> userland.
>> and it is adding more complexity to be able to build freebsd from a non
>> freebsd
>> system which
Author: skra
Date: Sat Dec 17 18:03:03 2016
New Revision: 310189
URL: https://svnweb.freebsd.org/changeset/base/310189
Log:
Fix sscanf() format string to match an argument. This also fixes kernel
build after r310171.
MFC after:1 weeks
Modified:
head/sys/arm/ti/cpsw/if_cpsw.c
Modif
Author: jchandra
Date: Sat Dec 17 18:04:59 2016
New Revision: 310190
URL: https://svnweb.freebsd.org/changeset/base/310190
Log:
Simplify interrupt mask programming in pl011 uart
Remove unused fields from uart_pl011_softc. Add an interrupt mask
field to the softc and use it to set the inte
On 12/12/16, Kenneth D. Merry wrote:
> On Sun, Dec 11, 2016 at 00:49:12 +0100, Oliver Pinter wrote:
>> On 10/20/16, Kenneth D. Merry wrote:
>> > Author: ken
>> > Date: Thu Oct 20 19:42:26 2016
>> > New Revision: 307684
>> > URL: https://svnweb.freebsd.org/changeset/base/307684
>> >
>> > Log:
>> >
Author: tuexen
Date: Sat Dec 17 22:31:30 2016
New Revision: 310193
URL: https://svnweb.freebsd.org/changeset/base/310193
Log:
Fix the handling of buffered messages in stream reset deferred handling.
Thanks to Eugen-Andrei Gavriloaie for reporting the issue and providing
substantial help i
| uniq -d;
# done
+# 20161217: new clang import which bumps version from 3.9.0 to 3.9.1.
+OLD_FILES+=usr/lib/clang/3.9.0/include/sanitizer/allocator_interface.h
+OLD_FILES+=usr/lib/clang/3.9.0/include/sanitizer/asan_interface.h
+OLD_FILES+=usr/lib/clang/3.9.0/include/sanitizer/common_interface_defs.h
+
Author: ngie
Date: Sun Dec 18 00:44:43 2016
New Revision: 310196
URL: https://svnweb.freebsd.org/changeset/base/310196
Log:
Fix some minor typos with begemotBridgeTpLearnedEntryDiscards and
begemotBridgeTpMaxAddresses
Bump LAST-UPDATED for the MIB, per the change
MFC after:1 week
Author: bapt
Date: Sun Dec 18 01:52:16 2016
New Revision: 310197
URL: https://svnweb.freebsd.org/changeset/base/310197
Log:
Prepare import of CLDR v30.3 and unicode 9.0.0
Upstream kk_Cyrl_KZ has been renamed kk_KZ
Upstream mn_Cyrl_MN has been renamed mn_MN
For ru_RU: the default curr
Author: bapt
Date: Sun Dec 18 02:02:33 2016
New Revision: 310198
URL: https://svnweb.freebsd.org/changeset/base/310198
Log:
Simplify extraction of static collation definition
Modified:
head/tools/tools/locale/tools/extract-colldef.awk
Modified: head/tools/tools/locale/tools/extract-colldef.a
On Sat, 17 Dec 2016, Dimitry Andric wrote:
On 17 Dec 2016, at 12:46, David Chisnall wrote:
On 16 Dec 2016, at 19:31, Baptiste Daroussin wrote:
Other than that, it makes more difficult to use vanilla gcc with out userland.
and it is adding more complexity to be able to build freebsd from a
Author: bapt
Date: Sun Dec 18 04:11:13 2016
New Revision: 310199
URL: https://svnweb.freebsd.org/changeset/base/310199
Log:
Better handle posix names for locales
Modified:
head/tools/tools/locale/tools/finalize
Modified: head/tools/tools/locale/tools/finalize
Author: bapt
Date: Sun Dec 18 04:12:45 2016
New Revision: 310200
URL: https://svnweb.freebsd.org/changeset/base/310200
Log:
In order to prepare cldr v30.0.3 and unicode 9.0.0,
more locales are removed from automatic mapping from unicode as their
encoding does not supports new characters avai
Author: bapt
Date: Sun Dec 18 04:17:13 2016
New Revision: 310201
URL: https://svnweb.freebsd.org/changeset/base/310201
Log:
Update locales cldr to v30.0.3 and unicode to 9.0.0
MFC after:1 month
Relnotes: yes
Added:
head/share/colldef/fr_CA.UTF-8.src (contents, props changed)
Author: ngie
Date: Sun Dec 18 05:31:54 2016
New Revision: 310202
URL: https://svnweb.freebsd.org/changeset/base/310202
Log:
Clean up trailing and leading whitespace
Fix variable type alignment in snmp_dialog(..)
MFC after:1 week
Modified:
head/contrib/bsnmp/lib/snmpclient.c
Mod
Author: ngie
Date: Sun Dec 18 05:36:04 2016
New Revision: 310203
URL: https://svnweb.freebsd.org/changeset/base/310203
Log:
Clean up parse_ip(..)
- Clean up trailing whitespace
- Fix variable alignment
MFC after:1 week
Modified:
head/usr.sbin/bsnmpd/tools/bsnmptools/bsnmpget.c
19 matches
Mail list logo