svn commit: r287828 - in head/sys/dev/usb: . serial

2015-09-15 Thread Renato Botelho
Author: garga (ports committer) Date: Tue Sep 15 18:21:56 2015 New Revision: 287828 URL: https://svnweb.freebsd.org/changeset/base/287828 Log: Add support for Sierra MC7355 card Submitted by: Jeremy Porter Approved by: loos Obtained from:pfSense MFC after:1 week Sponso

svn commit: r288101 - in stable/10/sys/dev/usb: . serial

2015-09-22 Thread Renato Botelho
Author: garga (ports committer) Date: Tue Sep 22 09:57:35 2015 New Revision: 288101 URL: https://svnweb.freebsd.org/changeset/base/288101 Log: MFC r287828: Add support for Sierra MC7355 card Submitted by: Jeremy Porter Approved by: loos Obtained from:pfSense Sponsored b

svn commit: r288109 - stable/10/sys/netinet6

2015-09-22 Thread Renato Botelho
Author: garga (ports committer) Date: Tue Sep 22 14:33:43 2015 New Revision: 288109 URL: https://svnweb.freebsd.org/changeset/base/288109 Log: Remove extra space introduced in r287734. This is a stable/10 only fix since original commit (r287094) is correct. Approved by: loos Sponsored

Re: svn commit: r291431 - head/sys/dev/drm2/i915

2015-12-04 Thread Renato Botelho
detected 65532k stolen memory vgapci0: Boot video device vgapci0@pci0:0:2:0: class=0x03 card=0x21f317aa chip=0x01668086 rev=0x09 hdr=0x00 vendor = 'Intel Corporation' device = '3rd Gen Core processor Graphics Controller' class = display subclass =

Re: svn commit: r291431 - head/sys/dev/drm2/i915

2015-12-04 Thread Renato Botelho
> On Dec 4, 2015, at 15:49, Navdeep Parhar wrote: > > On 12/04/2015 07:53, Renato Botelho wrote: >>> On Nov 28, 2015, at 15:38, Jean-Sébastien Pédron >>> wrote: >>> >>> Author: dumbbell >>> Date: Sat Nov 28 17:38:27 2015 >>> New

svn commit: r295894 - stable/10/sys/netpfil/pf

2016-02-22 Thread Renato Botelho
Author: garga (ports committer) Date: Mon Feb 22 17:18:36 2016 New Revision: 295894 URL: https://svnweb.freebsd.org/changeset/base/295894 Log: MFC r286641 (from oshogbo): Use correct src/dst ports when removing states. Submitted by: Milosz Kaniewski , UMEZAWA Takeshi (

Re: svn commit: r290612 - in head/sys: contrib/dev/ath/ath_hal/ar9300 dev/ath dev/ath/ath_hal dev/ath/ath_hal/ar5210 dev/ath/ath_hal/ar5211 dev/ath/ath_hal/ar5212 dev/ath/ath_hal/ar5312 dev/ath/ath_ha

2015-11-09 Thread Renato Botelho
HAL_RESET_TYPE, resetType, Attached patch fixed it for me. fix_ath.diff Description: Binary data -- Renato Botelho signature.asc Description: Message signed with OpenPGP using GPGMail

svn commit: r290616 - in head/sys/dev/ath/ath_hal: ar5212 ar5416

2015-11-09 Thread Renato Botelho
Author: garga (ports committer) Date: Mon Nov 9 20:22:59 2015 New Revision: 290616 URL: https://svnweb.freebsd.org/changeset/base/290616 Log: Fix kernel build, broken in r290612 Approved by: adrian Modified: head/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c head/sys/dev/ath/ath_hal/ar54

Re: svn commit: r290612 - in head/sys: contrib/dev/ath/ath_hal/ar9300 dev/ath dev/ath/ath_hal dev/ath/ath_hal/ar5210 dev/ath/ath_hal/ar5211 dev/ath/ath_hal/ar5212 dev/ath/ath_hal/ar5312 dev/ath/ath_ha

2015-11-09 Thread Renato Botelho
> On Nov 9, 2015, at 18:03, Adrian Chadd wrote: > > hiya, > > Sorry - Please commit this; I can't commit things right at the moment! Done, r290616 -- Renato Botelho ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.

Re: svn commit: r290651 - head/sys/dev/usb/wlan

2015-11-10 Thread Renato Botelho
struct ieee80211vap vap; > + struct ieee80211vap vap; > > - struct r92c_tx_desc bcn_desc; > - struct mbuf *bcn_mbuf; > - > - int (*newstate)(struct ieee80211vap *, > -

Re: svn commit: r290663 - in head/sys: modules modules/tests modules/tests/callout_test modules/tests/framework tests tests/callout_test tests/framework

2015-11-11 Thread Renato Botelho
s/tests/callout_test/../../../tests/callout_test/callout_test.c:52:9: >> error: >> 'cpu_spinwait' macro redefined [-Werror] >> #define cpu_spinwait() >>^ >> ./machine/cpu.h:50:9: note: previous definition is here >> #define cpu_spinwait() ia32_pause() >>^ >> 1 error generated. > >> /usr/img/freebsd/sys/modules/tests/framework/../../../sys/bus.h:655:10: >> fatal error: >> 'device_if.h' file not found >> #include "device_if.h" >> ^ >> 1 error generated. >> *** Error code 1 +1 -- Renato Botelho ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Re: svn commit: r290651 - head/sys/dev/usb/wlan

2015-11-11 Thread Renato Botelho
> On Nov 10, 2015, at 18:19, Renato Botelho wrote: > >> On Nov 10, 2015, at 10:52, Andriy Voskoboinyk wrote: >> >> Author: avos >> Date: Tue Nov 10 12:52:26 2015 >> New Revision: 290651 >> URL: https://svnweb.freebsd.org/changeset/base/290651 >

Re: svn commit: r286999 - in head/sys: dev/xen/blkfront dev/xen/netfront x86/xen xen

2015-11-20 Thread Renato Botelho
f will disable both PV disks and nics. > > Sponsored by:Citrix Systems R&D > Tested by: Karl Pielorz > MFC after: 1 week Hello Roger, Do you still plan to MFC this one? Thanks -- Renato Botelho ___ svn-src-all@freebsd.o

Re: svn commit: r291239 - in stable/10/sys: dev/xen/blkfront dev/xen/netfront x86/xen xen

2015-11-24 Thread Renato Botelho
> Sponsored by: Citrix Systems R&D Thanks! -- Renato Botelho ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Re: svn commit: r291355 - in stable/10/sys: netinet netipsec

2015-11-27 Thread Renato Botelho
tcpcb *tp) > #endif > struct tcphdr *th; > > - if ((tp == NULL) || ((inp = tp->t_inpcb) == NULL)) > + if ((tp == NULL) || ((inp = tp->t_inpcb) == NULL) || > + (!key_havesp(IPSEC_DIR_OUTBOUND))) Looks like style is broken here ^ -- Renato Botelho _

svn commit: r293312 - in head: usr.bin/cap_mkdb usr.sbin/services_mkdb

2016-01-07 Thread Renato Botelho
Author: garga (ports committer) Date: Thu Jan 7 10:39:13 2016 New Revision: 293312 URL: https://svnweb.freebsd.org/changeset/base/293312 Log: Make cap_mkdb and services_mkdb file operations sync Similar fix was done for passwd and group operations in r285050. When a temporary file is cre

svn commit: r293357 - head/tools/build/mk

2016-01-07 Thread Renato Botelho
Author: garga (ports committer) Date: Thu Jan 7 20:37:18 2016 New Revision: 293357 URL: https://svnweb.freebsd.org/changeset/base/293357 Log: Obsolete inetd related files when WITHOUT_INETD is set Reviewed by: bapt Approved by: gnn MFC after:1 week Sponsored by: Rubiconn Commun

svn commit: r293929 - in stable/10: usr.bin/cap_mkdb usr.sbin/services_mkdb

2016-01-14 Thread Renato Botelho
Author: garga (ports committer) Date: Thu Jan 14 14:18:10 2016 New Revision: 293929 URL: https://svnweb.freebsd.org/changeset/base/293929 Log: MFC r293312: Make cap_mkdb and services_mkdb file operations sync Similar fix was done for passwd and group operations in r285050. When a tem

svn commit: r293932 - stable/10/tools/build/mk

2016-01-14 Thread Renato Botelho
Author: garga (ports committer) Date: Thu Jan 14 14:21:43 2016 New Revision: 293932 URL: https://svnweb.freebsd.org/changeset/base/293932 Log: MFC r293357: Obsolete inetd related files when WITHOUT_INETD is set Reviewed by: bapt Approved by: gnn Sponsored by: Rubiconn Communicati

Re: svn commit: r294530 - head/sys/sys

2016-01-21 Thread Renato Botelho
ed > range. */ > #define STB_LOPROC 13 /* reserved range for processor */ > #define STB_HIPROC 15 /* specific semantics. */ > > ___ > svn-src-h...@freebsd.org mailing list > htt

Re: svn commit: r289549 - in head: contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/patches contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/drivers contrib/wpa/

2015-10-19 Thread Renato Botelho
veral people on current@/wireless@. > > Relnotes:yes Thanks Rui! Do you plan to MFC these changes to stable/10? -- Renato Botelho ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe,

Re: svn commit: r296548 - in head/sys: dev/agp dev/drm2 dev/drm2/i915 modules/drm2/i915kms

2016-03-09 Thread Renato Botelho
10.10.2010). info: [drm] Driver supports precise vblank timestamp query. And never pass this point. By default I’m using GENERIC-NODEBUG, I’ll boot with old kernel and rebuild it using GENERIC to make sure I can collect more data. -- Renato Botelho __

Re: svn commit: r296548 - in head/sys: dev/agp dev/drm2 dev/drm2/i915 modules/drm2/i915kms

2016-03-09 Thread Renato Botelho
> On Mar 9, 2016, at 08:07, Jean-Sébastien Pédron wrote: > > On 09/03/2016 10:48, Renato Botelho wrote: >>> Author: dumbbell >>> Date: Tue Mar 8 20:33:02 2016 >>> New Revision: 296548 >>> URL: https://svnweb.freebsd.org/changeset/base/296548 >

Re: svn commit: r296548 - in head/sys: dev/agp dev/drm2 dev/drm2/i915 modules/drm2/i915kms

2016-03-09 Thread Renato Botelho
> On Mar 9, 2016, at 08:07, Jean-Sébastien Pédron wrote: > > On 09/03/2016 10:48, Renato Botelho wrote: >>> Author: dumbbell >>> Date: Tue Mar 8 20:33:02 2016 >>> New Revision: 296548 >>> URL: https://svnweb.freebsd.org/changeset/base/296548 >

Re: svn commit: r296548 - in head/sys: dev/agp dev/drm2 dev/drm2/i915 modules/drm2/i915kms

2016-03-09 Thread Renato Botelho
> On Mar 9, 2016, at 12:33, Renato Botelho wrote: > >> On Mar 9, 2016, at 08:07, Jean-Sébastien Pédron wrote: >> >> On 09/03/2016 10:48, Renato Botelho wrote: >>>> Author: dumbbell >>>> Date: Tue Mar 8 20:33:02 2016 >>>> New Revision

Re: svn commit: r296548 - in head/sys: dev/agp dev/drm2 dev/drm2/i915 modules/drm2/i915kms

2016-03-09 Thread Renato Botelho
> On Mar 9, 2016, at 12:58, Renato Botelho wrote: > >> On Mar 9, 2016, at 12:33, Renato Botelho wrote: >> >>> On Mar 9, 2016, at 08:07, Jean-Sébastien Pédron >>> wrote: >>> >>> On 09/03/2016 10:48, Renato Botelho wrote: >>>

Re: svn commit: r296548 - in head/sys: dev/agp dev/drm2 dev/drm2/i915 modules/drm2/i915kms

2016-03-09 Thread Renato Botelho
> On Mar 9, 2016, at 19:47, Jean-Sébastien Pédron wrote: > > On 09/03/2016 16:58, Renato Botelho wrote: >> After revert it to r296547 and manually apply ZFS fix I can >> successfully load i915kms during boot. > > Yeah, I never test to load DRM drivers from /boot/

Re: svn commit: r296548 - in head/sys: dev/agp dev/drm2 dev/drm2/i915 modules/drm2/i915kms

2016-03-09 Thread Renato Botelho
> On Mar 9, 2016, at 20:10, Renato Botelho wrote: > >> On Mar 9, 2016, at 19:47, Jean-Sébastien Pédron wrote: >> >> On 09/03/2016 16:58, Renato Botelho wrote: >>> After revert it to r296547 and manually apply ZFS fix I can >>> successfully load i915kms

Re: svn commit: r298107 - in head: . bin/cat bin/cat/tests bin/chflags bin/chio bin/chmod bin/cp bin/csh bin/date bin/date/tests bin/dd bin/dd/tests bin/df bin/domainname bin/echo bin/ed bin/expr bin/

2016-04-18 Thread Renato Botelho
d libraries. Is it still necessary? If yes, do you know when it’s going to be applied in pkg? -- Renato Botelho ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

svn commit: r299196 - head/sbin/reboot

2016-05-06 Thread Renato Botelho
Author: garga (ports committer) Date: Fri May 6 20:49:14 2016 New Revision: 299196 URL: https://svnweb.freebsd.org/changeset/base/299196 Log: Add missing parameters -N and -l to reroot and halt usage() Approved by: bapt Sponsored by: Rubicon Communications (Netgate) Differential Revis

Re: svn commit: r357683 - head/lib/libc/string

2020-02-10 Thread Renato Botelho
an invalid pointer. .Dd should be bumped to current date -- Renato Botelho ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

svn commit: r300057 - stable/10/sbin/reboot

2016-05-17 Thread Renato Botelho
Author: garga (ports committer) Date: Tue May 17 14:52:05 2016 New Revision: 300057 URL: https://svnweb.freebsd.org/changeset/base/300057 Log: MFC r299196: Add missing parameters -N and -l to reroot and halt usage() Approved by: bapt Sponsored by: Rubicon Communications (Netgate)

Re: svn commit: r301226 - in head: etc etc/defaults etc/periodic/security etc/rc.d lib lib/libblacklist libexec libexec/blacklistd-helper share/mk tools/build/mk usr.sbin usr.sbin/blacklistctl usr.sbi

2016-06-02 Thread Renato Botelho
> head/share/mk/bsd.libnames.mk > head/share/mk/src.libnames.mk > head/share/mk/src.opts.mk > head/tools/build/mk/OptionalObsoleteFiles.inc > head/usr.sbin/Makefile Looks like it’s missing man pages, no? -- Renato Botelho ___ svn-src

Re: svn commit: r301226 - in head: etc etc/defaults etc/periodic/security etc/rc.d lib lib/libblacklist libexec libexec/blacklistd-helper share/mk tools/build/mk usr.sbin usr.sbin/blacklistctl usr.sbi

2016-06-02 Thread Renato Botelho
> On Jun 2, 2016, at 16:24, Renato Botelho wrote: > >> On Jun 2, 2016, at 16:06, Kurt Lidl wrote: >> >> Author: lidl >> Date: Thu Jun 2 19:06:04 2016 >> New Revision: 301226 >> URL: https://svnweb.freebsd.org/changeset/base/301226 >&g

svn commit: r301280 - head/release

2016-06-03 Thread Renato Botelho
Author: garga (ports committer) Date: Fri Jun 3 18:37:56 2016 New Revision: 301280 URL: https://svnweb.freebsd.org/changeset/base/301280 Log: One of the already implemented options in release/Makefile is NOSRC. When it's defined, installation image is shipped without source distribution (sr

Re: svn commit: r345625 - in head: contrib/elftoolchain/readelf lib/libc lib/libthr libexec/rtld-elf sys/sys

2019-09-03 Thread Renato Botelho
On 28/03/19 14:31, Peter Jeremy wrote: > On 2019-Mar-28 09:41:49 -0300, Renato Botelho wrote: >> On 3/28/19 4:25 AM, Oliver Pinter wrote: >>> On Thursday, March 28, 2019, Ed Maste wrote: >>> >>>> Author: emaste >>>> Date: Thu Mar 28 02:1

Re: svn commit: r345625 - in head: contrib/elftoolchain/readelf lib/libc lib/libthr libexec/rtld-elf sys/sys

2019-09-03 Thread Renato Botelho
2 2019 >> (r345625) >> @@ -3490,6 +3490,7 @@ dump_notes(struct readelf *re) >> >> static struct flag_desc note_feature_ctl_flags[] = { >> { NT_FREEBSD_FCTL_ASLR_DISABLE, "ASLR_DISABLE" }, >> + { NT_FREEBSD_FCTL_IMPLIED_MAX_PROT, &quo

<    1   2