Author: delphij
Date: Sun Nov 15 07:14:17 2015
New Revision: 290854
URL: https://svnweb.freebsd.org/changeset/base/290854
Log:
MFC r290174:
In pw_userlock, set 'name' to NULL when we encounter an all number string
because it is also used as an indicator of whether a name or an UID is
be
Author: delphij
Date: Sun Nov 15 07:10:02 2015
New Revision: 290853
URL: https://svnweb.freebsd.org/changeset/base/290853
Log:
MFC r290173:
Use strlcpy().
Modified:
stable/10/usr.sbin/rtadvd/if.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/usr.sbin/rtadvd/if
Author: ngie
Date: Sun Nov 15 05:21:58 2015
New Revision: 290851
URL: https://svnweb.freebsd.org/changeset/base/290851
Log:
Change WARNS to 2 across the board with all the libc testcases
This effectively "reverts" r290846
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Author: ngie
Date: Sun Nov 15 05:19:41 2015
New Revision: 290850
URL: https://svnweb.freebsd.org/changeset/base/290850
Log:
Cast xdr_void to xdrproc_t to mute -Wincompatible-pointer-types warnings from
clang
This pattern is used in other areas of lib/libc/rpc
MFC after: 1 week
Spon
Author: ngie
Date: Sun Nov 15 05:13:33 2015
New Revision: 290849
URL: https://svnweb.freebsd.org/changeset/base/290849
Log:
Fix -Wmissing-braces warnings by adding braces around all the
testcase inputs
MFC after: 1 week
X-MFC with: r290572
Sponsored by: EMC / Isilon Storage Division
Author: ngie
Date: Sun Nov 15 05:02:41 2015
New Revision: 290848
URL: https://svnweb.freebsd.org/changeset/base/290848
Log:
Fix -Wunused warnings
MFC after: 1 week
X-MFC with: r290572
Sponsored by: EMC / Isilon Storage Division
Modified:
head/lib/libc/tests/gen/ftw_test.c
head/lib/
Author: ngie
Date: Sun Nov 15 05:00:32 2015
New Revision: 290847
URL: https://svnweb.freebsd.org/changeset/base/290847
Log:
Fix -Wunused warnings with variables used unlit code by adding appropriate
#ifdef
guards around the variables
MFC after: 3 days
Sponsored by: EMC / Isilon Storage
Author: ngie
Date: Sun Nov 15 04:51:14 2015
New Revision: 290846
URL: https://svnweb.freebsd.org/changeset/base/290846
Log:
Bump WARNS to 2
MFC after: 1 week
X-MFC with: r290532
Sponsored by: EMC / Isilon Storage Division
Modified:
head/lib/libc/tests/locale/Makefile
Modified: head/
Author: ngie
Date: Sun Nov 15 04:50:54 2015
New Revision: 290845
URL: https://svnweb.freebsd.org/changeset/base/290845
Log:
Remove unused variables; sort by alignment where needed
MFC after: 1 week
X-MFC with: r290532
Sponsored by: EMC / Isilon Storage Division
Modified:
head/lib/lib
Author: ngie
Date: Sun Nov 15 04:50:08 2015
New Revision: 290844
URL: https://svnweb.freebsd.org/changeset/base/290844
Log:
Polish up iswctype_test
- Split up the testcases into C locale and ja_JP.eucJP testcases.
- Avoid a segfault in the event that setlocale fails, similar to r290843
Author: ngie
Date: Sun Nov 15 04:33:14 2015
New Revision: 290843
URL: https://svnweb.freebsd.org/changeset/base/290843
Log:
Polish up the tests a bit more after projects/collation was merged to head
Provide more meaningful diagnostic messages if LC_CTYPE can't be set properly
instead of s
Author: ngie
Date: Sun Nov 15 03:56:09 2015
New Revision: 290842
URL: https://svnweb.freebsd.org/changeset/base/290842
Log:
Fix the Indian numbering system (hi_IN.ISCII-DEV) tests
Submitted by: ache
X-MFC with: r290494 (if that ever happens)
Sponsored by: EMC / Isilon Storage Division
Author: ngie
Date: Sun Nov 15 03:04:39 2015
New Revision: 290840
URL: https://svnweb.freebsd.org/changeset/base/290840
Log:
Setup the symlink to /sys to mirror one's current source, e.g. if my source
tree was /usr/src/svn, /sys would point to usr/src/svn
This fixes the assumption that the
> On Nov 14, 2015, at 15:13, Craig Rodrigues wrote:
…
> +NO_WERROR=
NO_WERROR? Really :(? It’s just a -Wsign-compare issue...
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any ma
Author: rodrigc
Date: Sat Nov 14 23:43:59 2015
New Revision: 290838
URL: https://svnweb.freebsd.org/changeset/base/290838
Log:
Fix bootstrapping of libopenbsd on build hosts where KERN_PROC_NFDS
it not defined.
Added:
head/lib/libopenbsd/sys/
head/lib/libopenbsd/sys/sysctl.h (contents,
> On Nov 14, 2015, at 15:24, NGie Cooper wrote:
>
>
>> On Nov 14, 2015, at 15:07, Craig Rodrigues wrote:
>>
>> Author: rodrigc
>> Date: Sat Nov 14 23:07:38 2015
>> New Revision: 290835
>> URL: https://svnweb.freebsd.org/changeset/base/290835
>>
>> Log:
>> Implemtn getdtablecount() to count o
> On Nov 14, 2015, at 15:07, Craig Rodrigues wrote:
>
> Author: rodrigc
> Date: Sat Nov 14 23:07:38 2015
> New Revision: 290835
> URL: https://svnweb.freebsd.org/changeset/base/290835
>
> Log:
> Implemtn getdtablecount() to count open file descriptors for current process.
>
> Use underlying
Author: rodrigc
Date: Sat Nov 14 23:13:15 2015
New Revision: 290836
URL: https://svnweb.freebsd.org/changeset/base/290836
Log:
Add imsg to libopenbsd.
This will help with importing OpenBSD programs such as ypldap
into the base system.
Modified:
head/lib/libopenbsd/Makefile
Modified: h
Author: rodrigc
Date: Sat Nov 14 23:07:38 2015
New Revision: 290835
URL: https://svnweb.freebsd.org/changeset/base/290835
Log:
Implemtn getdtablecount() to count open file descriptors for current process.
Use underlying sysctl implemented by mjg in r290473.
PR:19498
Author: gonzo
Date: Sat Nov 14 22:46:50 2015
New Revision: 290834
URL: https://svnweb.freebsd.org/changeset/base/290834
Log:
Replace magic numbers for CCGRx registers with more descriptive names
Modified:
head/sys/arm/freescale/imx/imx6_ccm.c
head/sys/arm/freescale/imx/imx6_ccmreg.h
Modifi
On 11/14/2015 10:16 AM, Alexander V. Chernikov wrote:
> Author: melifaro
> Date: Sat Nov 14 18:16:17 2015
> New Revision: 290828
> URL: https://svnweb.freebsd.org/changeset/base/290828
>
> Log:
> Pass provided af instead of AF_UNSPEC to setwa_f callback.
>
> Modified:
> head/sys/net/route.c
>
Author: gonzo
Date: Sat Nov 14 21:01:35 2015
New Revision: 290831
URL: https://svnweb.freebsd.org/changeset/base/290831
Log:
Somewhat improve HDMI event API
- Pass device_t for HDMI framer as an argument for event hook
- Use #define for event values, instead of opaque (and unused) 0
Modi
Author: mav
Date: Sat Nov 14 19:47:17 2015
New Revision: 290830
URL: https://svnweb.freebsd.org/changeset/base/290830
Log:
Fix/improve CRN tracking.
Modified:
head/sys/dev/isp/isp_freebsd.c
head/sys/dev/isp/isp_freebsd.h
Modified: head/sys/dev/isp/isp_freebsd.c
On 26 Oct 2015, at 16:21, Eric van Gyzen wrote:
>
> One counter-argument to this change is that most applications already
> use SIMD, and the number of applications and amount of SIMD usage
> are only increasing.
Note that SSE and SIMD are not the same thing. The x86-64 ABI uses SSE
register
Author: melifaro
Date: Sat Nov 14 18:16:17 2015
New Revision: 290828
URL: https://svnweb.freebsd.org/changeset/base/290828
Log:
Pass provided af instead of AF_UNSPEC to setwa_f callback.
Modified:
head/sys/net/route.c
Modified: head/sys/net/route.c
===
Author: bdrewery
Date: Sat Nov 14 17:32:38 2015
New Revision: 290827
URL: https://svnweb.freebsd.org/changeset/base/290827
Log:
MFC r290428:
remove \, it confuses things.
Modified:
stable/9/share/man/man9/Makefile
Directory Properties:
stable/9/share/man/man9/ (props changed)
Modi
On 11/14/2015 12:25 AM, Michal Meloun wrote:
> This commit breaks installworld.
Fixed.
>
> Index: share/man/man9/Makefile
> ===
> --- share/man/man9/Makefile (revision 290818)
> +++ share/man/man9/Makefile (working copy)
> @
Author: bdrewery
Date: Sat Nov 14 17:30:52 2015
New Revision: 290826
URL: https://svnweb.freebsd.org/changeset/base/290826
Log:
MFC r290428:
remove \, it confuses things.
Modified:
stable/10/share/man/man9/Makefile
Directory Properties:
stable/10/ (props changed)
Modified: stable/
On Sat, 14 Nov 2015 09:22:30 -0800
Bryan Drewery wrote:
> On 11/14/2015 9:20 AM, Andrew Turner wrote:
> > On Sat, 14 Nov 2015 16:06:01 + (UTC)
> > Edward Tomasz Napierala wrote:
> >
> >> Author: trasz
> >> Date: Sat Nov 14 16:06:01 2015
> >> New Revision: 290821
> >> URL: https://svnweb.f
On Sat, Nov 14, 2015 at 10:22 AM, Bryan Drewery
wrote:
> On 11/14/2015 9:20 AM, Andrew Turner wrote:
> > On Sat, 14 Nov 2015 16:06:01 + (UTC)
> > Edward Tomasz Napierala wrote:
> >
> >> Author: trasz
> >> Date: Sat Nov 14 16:06:01 2015
> >> New Revision: 290821
> >> URL: https://svnweb.freeb
On 11/14/2015 9:20 AM, Andrew Turner wrote:
> On Sat, 14 Nov 2015 16:06:01 + (UTC)
> Edward Tomasz Napierala wrote:
>
>> Author: trasz
>> Date: Sat Nov 14 16:06:01 2015
>> New Revision: 290821
>> URL: https://svnweb.freebsd.org/changeset/base/290821
>>
>> Log:
>> Don't try to avoid calling
On Sat, 14 Nov 2015 16:06:01 + (UTC)
Edward Tomasz Napierala wrote:
> Author: trasz
> Date: Sat Nov 14 16:06:01 2015
> New Revision: 290821
> URL: https://svnweb.freebsd.org/changeset/base/290821
>
> Log:
> Don't try to avoid calling free(3) with NULL argument.
Why? free(NULL) is document
Author: trasz
Date: Sat Nov 14 16:18:22 2015
New Revision: 290824
URL: https://svnweb.freebsd.org/changeset/base/290824
Log:
Add missing error checks.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/ctld/kernel.c
Modified: head/usr.sbin/ctld/kernel.c
Author: trasz
Date: Sat Nov 14 16:15:38 2015
New Revision: 290823
URL: https://svnweb.freebsd.org/changeset/base/290823
Log:
Cosmetics; no functional changes.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/ctld/keys.c
Modified: head/usr.sbin/ctld/ke
Author: trasz
Date: Sat Nov 14 16:12:56 2015
New Revision: 290822
URL: https://svnweb.freebsd.org/changeset/base/290822
Log:
Remove unneeded includes.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/iscsid/keys.c
head/usr.sbin/iscsid/pdu.c
Modified
Author: trasz
Date: Sat Nov 14 16:06:01 2015
New Revision: 290821
URL: https://svnweb.freebsd.org/changeset/base/290821
Log:
Don't try to avoid calling free(3) with NULL argument.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/ctld/kernel.c
Modified
Author: mav
Date: Sat Nov 14 14:56:01 2015
New Revision: 290820
URL: https://svnweb.freebsd.org/changeset/base/290820
Log:
Add NULL check to make Coverity happy.
Modified:
head/sys/cam/ctl/ctl.c
Modified: head/sys/cam/ctl/ctl.c
Author: melifaro
Date: Sat Nov 14 13:34:03 2015
New Revision: 290819
URL: https://svnweb.freebsd.org/changeset/base/290819
Log:
Move iflladdr_event eventhandler invocation to if_setlladdr.
Suggested by: glebius
Modified:
head/sys/net/if.c
head/sys/net/if_lagg.c
head/sys/net/if_vlan.c
14.11.2015, 01:54, "Gleb Smirnoff" :
> Alexander,
>
> On Mon, Nov 09, 2015 at 10:11:15AM +, Alexander V. Chernikov wrote:
> A> Author: melifaro
> A> Date: Mon Nov 9 10:11:14 2015
> A> New Revision: 290603
> A> URL: https://svnweb.freebsd.org/changeset/base/290603
> A>
> A> Log:
> A> Use lladd
This commit breaks installworld.
Index: share/man/man9/Makefile
===
--- share/man/man9/Makefile (revision 290818)
+++ share/man/man9/Makefile (working copy)
@@ -1032,7 +1032,7 @@
pci.9 pci_write_config.9 \
pci.
40 matches
Mail list logo