Correct printf format for received/dropped packet counts in cleanup().
ps_recv and ps_drop (struct pcap_stat) are both type u_int.
Index: tcpdump.c
===
RCS file: /cvs/src/usr.sbin/tcpdump/tcpdump.c,v
retrieving revision 1.75
diff -u -
Stefan Sperling writes:
> On Tue, Oct 27, 2015 at 04:21:28PM +0100, Vadim Zhukov wrote:
> > Since we're already talking about "s==NULL" case, stating it again is
> > extraneous. IMHO, better would be:
> >
> > .Fa pwc
> > -is completely ignored.
> > +is ignored.
> >
> > > .It pwc == NULL
> > >
Ilya Kaliman wrote:
> Index: bin/ksh/emacs.c
> ===
> RCS file: /cvs/src/bin/ksh/emacs.c,v
> retrieving revision 1.60
> diff -u -p -r1.60 emacs.c
> --- bin/ksh/emacs.c 19 Oct 2015 14:42:16 - 1.60
> +++ bin/ksh/emacs.c 27 Oc
Index: bin/ksh/emacs.c
===
RCS file: /cvs/src/bin/ksh/emacs.c,v
retrieving revision 1.60
diff -u -p -r1.60 emacs.c
--- bin/ksh/emacs.c 19 Oct 2015 14:42:16 - 1.60
+++ bin/ksh/emacs.c 27 Oct 2015 16:02:38 -
@@ -42,8
Dimitris Papastamos wrote:
> There was a comment in the code that indicated that it might be worth
> investigating the use of trees. I have not currently done any kind of
> serious benchmarking on this but I am looking into it.
nice.
> +static int
> +reqcmp(struct request *r1, struct request *r2
Hi people,
I can confirm this regress, just updated the kernel and top and had the
same issue, but this diff seems to solve it, I just don't know if it's
the right place to put it or not:
Index: kern_pledge.c
===
RCS file: /cvs/s
On Tue, Oct 27, 2015 at 01:40:04PM +0100, Martin Pieuchot wrote:
> On 25/10/15(Sun) 16:21, Sebastian Benoit wrote:
> > Martin Pieuchot(m...@openbsd.org) on 2015.10.25 16:14:27 +0100:
> > > Diff below merges the guts of rtable_mpath_match() into rtable_lookup().
> > > As for the previous rtable_mpat
Hi,
There was a comment in the code that indicated that it might be worth
investigating the use of trees. I have not currently done any kind of
serious benchmarking on this but I am looking into it.
===
RCS file: /cvs/src/usr.sbin/r
xhci(4)'s interrupt handler only schedule a soft-interrupt so we could
mark it IPL_MPSAFE.
Index: dev/pci/xhci_pci.c
===
RCS file: /cvs/src/sys/dev/pci/xhci_pci.c,v
retrieving revision 1.6
diff -u -p -r1.6 xhci_pci.c
--- dev/pci/xhci_
By delaying root-hub interrupt handling to the soft interrupt we can
makr ehci(4)'s interrupt handler as IPL_MPSAFE.
Index: dev/pci/ehci_pci.c
===
RCS file: /cvs/src/sys/dev/pci/ehci_pci.c,v
retrieving revision 1.27
diff -u -p -r1.27
On Tue, Oct 27, 2015 at 04:21:28PM +0100, Vadim Zhukov wrote:
> Since we're already talking about "s==NULL" case, stating it again is
> extraneous. IMHO, better would be:
>
> .Fa pwc
> -is completely ignored.
> +is ignored.
>
> > .It pwc == NULL
> > .Fn mbtowc
> > executes the conversion as i
On Tue, 27 Oct 2015 14:28:51 +0100, Jan Stary wrote:
> $ find /var/run/ -name \*pid
> /var/run/syslog.pid
> /var/run/unbound.pid
> /var/run/lpd.pid
> /var/run/sshd.pid
> /var/run/smtpd.pid
> /var/run/cron.pid
>
> - should these stop using pidfiles too?
unbound and cron have already had the pidf
2015-10-27 13:40 GMT+01:00 Stefan Sperling :
> Index: mbtowc.3
> ===
> RCS file: /cvs/src/lib/libc/locale/mbtowc.3,v
> retrieving revision 1.4
> diff -u -p -r1.4 mbtowc.3
> --- mbtowc.35 Jun 2013 03:39:22 - 1.4
> +++ mbto
On Tue, Oct 27, 2015 at 01:28:21PM +0100, Martin Pieuchot wrote:
> Turns out that turning arpinput() mpsafe is more complicated than
> expected because of the way carp(4) has been hooked^Whacked in it.
>
> Depending on the load-balancing mode arpinput() will need to use
> one Ethernet address or a
On 2015/10/27 15:06, Stuart Henderson wrote:
> Diff is ordered as follows:
>
> - changelog
> - code
> - lexer/parsers
> - build infrastructure/manpages
>
> any comments, test reports, OKs?
Now with 100% less quoted-printable (triggered by utf8 in DES' name
in Changelog).
Index: doc/Changelog
==
On 2015/10/20 11:11, Stuart Henderson wrote:
> On 2015/10/15 17:03, Todd C. Miller wrote:
> > On Thu, 15 Oct 2015 22:50:44 +0100, Stuart Henderson wrote:
> >
> > > It does not build as-is, there's an issue with "c_get_text" (a renamed
> > > yyget_text) with our version of flex. I have two possible
Diff is ordered as follows:
- changelog
- code
- lexer/parsers
- build infrastructure/manpages
any comments, test reports, OKs?
Index: doc/Changelog
===
RCS file: /cvs/src/usr.sbin/unbound/doc/Changelog,v
retrieving revision 1.11
di
> usr.sbin/rbootd: rbootd.c
> usr.sbin/rarpd : rarpd.c
> usr.sbin/mrouted: main.c
> usr.bin/usbhidaction: usbhidaction.c
> usr.sbin/wsmoused: wsmoused.8 wsmoused.c wsmoused.h
> usr.sbin/ypserv/ypserv: Makefile ypserv.c
> usr.sbin/pppd : main.c
Belo
On Mon, Oct 26, 2015 at 18:29 +0100, Mike Belopuhov wrote:
> OK?
>
Update due to poly1305.{c,h} changes.
---
sys/crypto/chachapoly.c | 108
sys/crypto/chachapoly.h | 62 +++
2 files changed, 170 insertions(+)
create mode
On Mon, Oct 26, 2015 at 18:28 +0100, Mike Belopuhov wrote:
> OK?
>
A few people asked me to use style(9)'ed version from libressl
and cut down on my own changes. Here we go with an updated
version. This will require an update to the next diff as well.
OK?
---
sys/crypto/poly1305.c | 295
Index: mbtowc.3
===
RCS file: /cvs/src/lib/libc/locale/mbtowc.3,v
retrieving revision 1.4
diff -u -p -r1.4 mbtowc.3
--- mbtowc.35 Jun 2013 03:39:22 - 1.4
+++ mbtowc.327 Oct 2015 12:20:49 -
@@ -40,27 +40,15 @@
.Sh
On 25/10/15(Sun) 16:21, Sebastian Benoit wrote:
> Martin Pieuchot(m...@openbsd.org) on 2015.10.25 16:14:27 +0100:
> > Diff below merges the guts of rtable_mpath_match() into rtable_lookup().
> > As for the previous rtable_mpath_* diff this is a step towards MPATH by
> > default.
> >
> > This diff
Turns out that turning arpinput() mpsafe is more complicated than
expected because of the way carp(4) has been hooked^Whacked in it.
Depending on the load-balancing mode arpinput() will need to use
one Ethernet address or another one. After some discussions here
at u2k15 we figured out that ARP l
Hi!
I have been running this on my "production" server, for a few days now,
without any apparent issues (I also tested manual interactions
adding/removing SPAMTRAP and TRAPPED entries).
Any comments? :)
Best regards,
Ricardo Mestre
On 24/10/2015 21:37, Ricardo Mestre wrote:
Hi tech@,
spam
2015-10-27 11:51 GMT+01:00 Ted Unangst :
> This adds a quite limited understanding of utf-8 to hexdump. I've found it
> helpful trying to see exactly what's coming out of some utilities instead of
> trying to decode utf-8 by hand.
>
> Index: display.c
> =
On Mon, Oct 26, 2015 at 07:49:01PM +0100, Martin Pieuchot wrote:
> This diff does two things.
>
> First it changes ip_ours() to no longer rely on ``rt_ifa''. The problem
> here is that the route entry reference acts as a proxy for ``ia''. So
> you cannot dereference ``ia'' *after* calling rtfree
Stuart Henderson wrote:
> On 2015/10/27 06:51, Ted Unangst wrote:
> > This adds a quite limited understanding of utf-8 to hexdump. I've found it
> > helpful trying to see exactly what's coming out of some utilities instead of
> > trying to decode utf-8 by hand.
>
> Should it only do this for a utf
On 2015/10/27 06:51, Ted Unangst wrote:
> This adds a quite limited understanding of utf-8 to hexdump. I've found it
> helpful trying to see exactly what's coming out of some utilities instead of
> trying to decode utf-8 by hand.
Should it only do this for a utf-8 terminal?
> Index: display.c
> =
This adds a quite limited understanding of utf-8 to hexdump. I've found it
helpful trying to see exactly what's coming out of some utilities instead of
trying to decode utf-8 by hand.
Index: display.c
===
RCS file: /cvs/src/usr.bin/he
Anthony J. Bentley wrote:
> "Ted Unangst" writes:
> > Fixing citrus is a pretty massive effort in itself. I'd prefer to see the
> > replacement code prove itself as a separate API first, then we can remove
> > citrus and change the wchar functions to use the new code. I'm less
> > confident
> > in
Hi
I can tell you for certain that I would use mbwidth() and mbvis() in
tmux. Functions to answer things like "is this string valid UTF-8?" and
"how many codepoints is this string?" would also be good.
If the consensus is to use the locale.h goo I will do that but I would
prefer something simpler
"Ted Unangst" writes:
> Fixing citrus is a pretty massive effort in itself. I'd prefer to see the
> replacement code prove itself as a separate API first, then we can remove
> citrus and change the wchar functions to use the new code. I'm less confident
> in a "meet in the middle" effort where we c
Anthony J. Bentley wrote:
> Stefan Sperling writes:
> > On Mon, Oct 26, 2015 at 03:58:58PM -0600, Anthony J. Bentley wrote:
> > > "Ted Unangst" writes:
> > > > it only gets deeper and thicker...
> > >
> > > Indeed.
> > >
> > > Here's a shorter implementation. Like colorls(1), it uses wide
> > > c
Constantine Aleksandrovich Murenin wrote:
> So you confirm that using block scope in such scenario is the new best
> practice now?
I don't think it was ever not best practice; though whether people do it or
not is a separate matter.
> Date: Mon, 26 Oct 2015 22:22:25 -0700
> From: Philip Guenther
>
> Pretty spiffy box, overall. I think some would object to the keyboard
> but it seems fine to me...when I'm not using my Kinesis. ;-)
>
> Glitches and odd points:
>
> With it plugged into the dock and closed, I'm getting occas
On 27 October 2015 at 00:02, Ted Unangst wrote:
> Constantine Aleksandrovich Murenin wrote:
>> As reported elsewhere (http://seclists.org/oss-sec/2015/q4/87 via
>> http://www.opennet.ru/43146), both of these errors were introduced as
>> part of the refactoring.
>>
>> Quick glance through
>> http:/
On Sun, Oct 25, 2015 at 09:36:20AM +0100, Claudio Jeker wrote:
> I wonder if it would not be smarter to check the other way around. As in
> start with 4 byte and see if we overflow. I would guess that this would
> happen in most cases on the first segment for 2 byte AS pathes.
Thanks for having a
Constantine Aleksandrovich Murenin wrote:
> As reported elsewhere (http://seclists.org/oss-sec/2015/q4/87 via
> http://www.opennet.ru/43146), both of these errors were introduced as
> part of the refactoring.
>
> Quick glance through
> http://bxr.su/o/lib/libssl/src/crypto/objects/obj_dat.c#OBJ_ob
38 matches
Mail list logo