On Thu, Jul 19, 2018 at 07:19:55PM -0500, Andrew Daugherity wrote:
> This is strictly a cosmetic change, as it already gets bound to
> nvme(4) and works properly, but is currently identified as an unknown
> product.
>
>
> diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs
> index f9ab4d1c
nc looks like it just does nothing without it. it's nice to see things
like "No such file" or "Permission denied".
ok?
Index: netcat.c
===
RCS file: /cvs/src/usr.bin/nc/netcat.c,v
retrieving revision 1.191
diff -u -p -r1.191 netcat.c
On Tue, Oct 23, 2018 at 10:21:08PM -0700, Ori Bernstein wrote:
> On Mon, 8 Oct 2018 07:59:15 -0700, Bob Beck wrote:
>
> > works here and I like it. but probably for after unlock
> >
>
> It's after unlock -- pinging for OKs.
>
Not yet. Please include the VM's uid in the claim, e.g.
Hello,
Diff below adds product IDs for the Nvidia Quadro M1200 Mobile graphics
card and the Intel Xeon E3-1200 v6 7th gen Host Bridge (for mobile).
Index: pcidevs
===
RCS file: /cvs/src/sys/dev/pci/pcidevs,v
retrieving revision 1.186
In his role at X.org in the security team, Matthieu says he became aware
of this bug on the 11th.
He did not tell any of us at OpenBSD.
We were made aware bit more than 1 hour before public information went
out.
We were in the midst of an early OpenBSD release. If we had known, the
OpenBSD 6.4
On Thu, Oct 25, 2018 at 09:04:18PM +0200, Denis Fondras wrote:
> On Thu, Oct 25, 2018 at 08:51:30AM +0200, Claudio Jeker wrote:
> > Next step on my quest to make the RIB code better.
> > This changes the following things:
> > - network_flush is now using rib_dump_new to walk the Adj-RIB-In and
> >
Back in the old days of the ancient syntax smtpd.conf(5) contained
the following section:
sender [!]
If specified, the rule will only be matched if the sender
email address is found in the table senders. The table
may contain complete email addresses or apply to an
On Thu, Oct 25, 2018 at 08:51:30AM +0200, Claudio Jeker wrote:
> Next step on my quest to make the RIB code better.
> This changes the following things:
> - network_flush is now using rib_dump_new to walk the Adj-RIB-In and
> remove all dynamically added announcements
> - peer_flush got generaliz
Just make sure arg is not NULL in lg_getarg() before accessing. It happens when
input contains an invalid character.
Unrelated but while at it, abort earlier in lg_arg2argv() if there is no
argument available.
Index: bgplg.c
===
RCS
On Thu, Oct 25, 2018 at 02:04:10PM +0100, Stuart Henderson wrote:
> On 2018/10/24 17:38, Denis Fondras wrote:
> > I have peers with description containing spaces but bgplg won't accept that
> > by
> > default.
> >
> > I'd like some comments on that diff.
> > It is OK for bgplgsh (show ip bgp in "
On Thu, 25 Oct 2018 10:53:56 +0100, Ricardo Mestre wrote:
> If we pass `file' via args then we need to unveil(2) it with read permission,
> otherwise if omitted we need to unveil(2) both _PATH_UNIX and _PATH_KSYMS wit
> h
> same permissions.
>
> Unconditionally we need to also unveil(2) dbdir, whi
With your patch the mount point is offset by a space from the
"Mounted on" header.
- todd
On Thu, 25 Oct 2018 11:19:34 +0100, Ricardo Mestre wrote:
> The code path were we pass `pathname' in the arguments is already limited
> with pledge(2), but since we know exactly what it is then we can go further
> and also unveil(2) it with read permissions.
OK millert@
- todd
Stuart Henderson wrote:
> On 2018/10/24 17:38, Denis Fondras wrote:
> > I have peers with description containing spaces but bgplg won't accept that
> > by
> > default.
> >
> > I'd like some comments on that diff.
> > It is OK for bgplgsh (show ip bgp in "Peer 1" feels OK) but not for bgplg
> >
Hello Denis, Stuart, all,
I think what Stuart is saying regarding double quotes makes sense
we try to avoid spaces where possible makes life easier ...
Thanks
Tom Smyth
On Thu, 25 Oct 2018 at 14:06, Stuart Henderson wrote:
>
> On 2018/10/24 17:38, Denis Fondras wrote:
> > I have peers with desc
On Thu, October 25, 2018 2:24 am, Raf Czlonka wrote:
> On Thu, Oct 25, 2018 at 07:11:47AM BST, Gilles Chehade wrote:
>>
>> smtpd will _always_ display a 'starttls' log line when the TLS channel
>> starts,
>> disregarding if TLS was started at connect time (smtps) or within the
>> protocol
>> (smtp+
On 2018/10/24 17:38, Denis Fondras wrote:
> I have peers with description containing spaces but bgplg won't accept that by
> default.
>
> I'd like some comments on that diff.
> It is OK for bgplgsh (show ip bgp in "Peer 1" feels OK) but not for bgplg as I
> have to quote the peer description in th
On Thu, Oct 25, 2018 at 10:57:58AM +0200, Claudio Jeker wrote:
> Currently struct aspath is defined with a placeholder for the dynamic data
> part.
> struct aspath {
> LIST_ENTRY(aspath) entry;
> int refcnt; /* reference count */
> u_int16_t
the following diff makes df printing aligned inode informations.
before patch
solene@t480 /usr/src/bin/df $ df -ik
Filesystem 1K-blocks Used Avail Capacity iused ifree %iused
Mounted on
/dev/sd2a 102887813786283957414%2227 153675 1% /
/dev/sd2l 31208098
Hi,
The code path were we pass `pathname' in the arguments is already limited
with pledge(2), but since we know exactly what it is then we can go further and
also unveil(2) it with read permissions.
Comments? OK?
Index: getconf.c
==
Hi,
If we pass `file' via args then we need to unveil(2) it with read permission,
otherwise if omitted we need to unveil(2) both _PATH_UNIX and _PATH_KSYMS with
same permissions.
Unconditionally we need to also unveil(2) dbdir, which by default is
_PATH_VARDB but can be changed via args (-o direc
Currently struct aspath is defined with a placeholder for the dynamic data
part.
struct aspath {
LIST_ENTRY(aspath) entry;
int refcnt; /* reference count */
u_int16_t len;/* total length of aspath in octets */
u_int16_t
Something like this then?
If it's too much burden to keep these local patches I can drop it, no problem.
Index: bdftopcf.c
===
RCS file: /cvs/xenocara/app/bdftopcf/bdftopcf.c,v
retrieving revision 1.5
diff -u -p -u -r1.5 bdftopcf.c
-
23 matches
Mail list logo