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
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
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
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 =
> 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
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 (
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
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
> 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.
struct ieee80211vap vap;
> + struct ieee80211vap vap;
>
> - struct r92c_tx_desc bcn_desc;
> - struct mbuf *bcn_mbuf;
> -
> - int (*newstate)(struct ieee80211vap *,
> -
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"
> 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
>
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
> 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"
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
_
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
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
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
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
ed
> range. */
> #define STB_LOPROC 13 /* reserved range for processor */
> #define STB_HIPROC 15 /* specific semantics. */
>
> ___
> svn-src-h...@freebsd.org mailing list
> htt
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,
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
__
> 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
>
> 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
>
> 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
> 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:
>>>
> 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/
> 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
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"
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
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"
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)
> 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
> 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
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
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
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
101 - 137 of 137 matches
Mail list logo