Re: Should the patterns(7) manual use C-style indexing of strings?

2015-06-26 Thread Sebastien Marie
On Thu, Jun 25, 2015 at 02:31:24PM +0200, Theo Buehler wrote: > > Thus, I suggest to modify the patterns(7) manual as follows: > > Index: usr.sbin/httpd/patterns.7 > === > RCS file: /cvs/src/usr.sbin/httpd/patterns.7,v > retrieving r

Brainy: Memory Leak in vax

2015-06-26 Thread Maxime Villard
Hi, I put here a bug among others: sys/arch/vax/if/if_qe.c --- 146 ring = malloc(PROBESIZE, M_TEMP, M_WAITOK | M_ZERO); bzero(sc, sizeof(struct qe_softc)); sc->sc_iot = ua->ua_iot; sc->sc_ioh = ua->ua_ioh; sc->sc_dma

Brainy: Memory Leak in ti

2015-06-26 Thread Maxime Villard
Hi, I put here a bug among others: sys/dev/ic/ti.c --- 648 MGETHDR(m_new, M_DONTWAIT, MT_DATA); if (m_new == NULL) return (ENOBUFS); m_new->m_len = m_new->m_pkthdr.len = MHLEN

one more fxp card

2015-06-26 Thread Kirill Bychkov
Hi. I've ordered two card from ebay and they are working fine on amd64. OK to commit? Index: fxp.4 === RCS file: /cvs/src/share/man/man4/fxp.4,v retrieving revision 1.45 diff -u -r1.45 fxp.4 --- fxp.4 15 Jan 2015 20:37:36 -

Re: Machine hangs on boot with snapshots 5.8-beta

2015-06-26 Thread Philip Guenther
On Fri, Jun 26, 2015 at 6:41 AM, Pedro Caetano wrote: > After applying this patch i was able to get the machines booting! Thanks for the confirmation; committed! Philip Guenther

Re: SMP steroids for PF

2015-06-26 Thread mxb
And the rest of us is watching and waiting for diffs to apply :) It is like exiting movie - I have popcorn in front. Culmination must be soon, I guess :) //mxb On 2015-06-26 19:09, Martin Pieuchot wrote: On 26/06/15(Fri) 17:19, Alexandr Nedvedicky wrote: On Fri, Jun 26, 2015 at 04:34:06PM +02

Re: SMP steroids for PF

2015-06-26 Thread Martin Pieuchot
On 26/06/15(Fri) 17:19, Alexandr Nedvedicky wrote: > On Fri, Jun 26, 2015 at 04:34:06PM +0200, Martin Pieuchot wrote: > > On 26/06/15(Fri) 16:00, Alexandr Nedvedicky wrote: > > > > 2) I saw that you found some ALTQ leftovers, you have some Solaris > > > (2) I think ALTQs leftovers are still in CVS

Missing usb descriptor definition

2015-06-26 Thread ludovic coues
This diff add the missing definition for the interface association descriptor. The format isn't the same as with other descriptor, the struct definition is separated from the typedef. Another diff should follow doing that for every descriptor with long plan being to remove the typedefs. Index: sys

ntpd(8) constraint with a uniprocessor kernel

2015-06-26 Thread Nathanael Rensen
With ntpd(8) on a uniprocessor kernel (i386/amd64) I've found that poll(2) often reacts to the SIGCHLD from a constraint child process before the response message is received. Then constraint_check_child() closes the fd and the response is lost. # /usr/sbin/ntpd -dvs ntp engine ready constraint re

Re: SMP steroids for PF

2015-06-26 Thread Alexandr Nedvedicky
On Fri, Jun 26, 2015 at 04:34:06PM +0200, Martin Pieuchot wrote: > On 26/06/15(Fri) 16:00, Alexandr Nedvedicky wrote: > > Hello Martin, > > > > I accept or your comments. I just have few quick notes/questions now. > > > > > 2) I saw that you found some ALTQ leftovers, you have some Solaris > > (

ftp://ftp.fr

2015-06-26 Thread Antoine Jacoutot
Hi. As of tomorrow morning (CET), ftp.fr will stop serving files over FTP. It is time people move to HTTP. Everything else will remain the same (cvs, rsync, ...); it's *only* the FTP service that is going away. Thank you. -- Antoine

Re: Better de(4) fix

2015-06-26 Thread Mark Kettenis
> Date: Fri, 26 Jun 2015 15:17:41 +0200 (CEST) > From: Mark Kettenis > > > Date: Fri, 26 Jun 2015 14:58:36 +0200 > > From: Reyk Floeter > > > > On Thu, Jun 25, 2015 at 05:43:20PM -0700, Mike Larkin wrote: > > > On Fri, Jun 26, 2015 at 12:09:40AM +0200, Reyk Floeter wrote: > > > > On Thu, Jun 25

Re: SMP steroids for PF

2015-06-26 Thread Martin Pieuchot
On 26/06/15(Fri) 16:00, Alexandr Nedvedicky wrote: > Hello Martin, > > I accept or your comments. I just have few quick notes/questions now. > > > 2) I saw that you found some ALTQ leftovers, you have some Solaris > (2) I think ALTQs leftovers are still in CVS repo, will double check > anyway. S

Re: SMP steroids for PF

2015-06-26 Thread Alexandr Nedvedicky
Hello Martin, I accept or your comments. I just have few quick notes/questions now. > 2) I saw that you found some ALTQ leftovers, you have some Solaris (2) I think ALTQs leftovers are still in CVS repo, will double check anyway. Stack alignment is not Solaris compatibility hack it's sparc compa

Re: Machine hangs on boot with snapshots 5.8-beta

2015-06-26 Thread Pedro Caetano
Hi, After applying this patch i was able to get the machines booting! Thank you for your help. Regards, Pedro Caetano On Wed, Jun 24, 2015 at 11:44 PM, Philip Guenther wrote: > On Wed, 24 Jun 2015, Pedro Caetano wrote: > > If case gmail wraps the lines output from dmesg and sendbug is attached

Re: Better de(4) fix

2015-06-26 Thread Mark Kettenis
> Date: Fri, 26 Jun 2015 14:58:36 +0200 > From: Reyk Floeter > > On Thu, Jun 25, 2015 at 05:43:20PM -0700, Mike Larkin wrote: > > On Fri, Jun 26, 2015 at 12:09:40AM +0200, Reyk Floeter wrote: > > > On Thu, Jun 25, 2015 at 11:04:00PM +0200, Imre Vadasz wrote: > > > > On 22:27 Thu 25 Jun , Reyk Flo

Re: Better de(4) fix

2015-06-26 Thread Reyk Floeter
On Thu, Jun 25, 2015 at 05:43:20PM -0700, Mike Larkin wrote: > On Fri, Jun 26, 2015 at 12:09:40AM +0200, Reyk Floeter wrote: > > On Thu, Jun 25, 2015 at 11:04:00PM +0200, Imre Vadasz wrote: > > > On 22:27 Thu 25 Jun , Reyk Floeter wrote: > > > > On Thu, Jun 25, 2015 at 09:21:11PM +0200, Mark Ketten

Re: SMP steroids for PF

2015-06-26 Thread Martin Pieuchot
Hello Sasha, Alexandr Nedvedicky [alexandr.nedvedi...@oracle.com] wrote: > Hello, > > attached is SMP patch for PF. consider it as toxic proof of concept as it has > paniced my amd64 system (see attached phone-shot). I have to figure out how to > debug it yet. The problem is the USB keyboard has

Re: Pure L2TP client upload performance

2015-06-26 Thread Sergey Ryazanov
2015-06-26 9:20 GMT+03:00 Claudio Jeker : > On Fri, Jun 26, 2015 at 04:59:32AM +0300, Sergey Ryazanov wrote: >> Hello, >> >> during building l2tp tunnel with xl2tpd-1.3.1 I was faced with its too >> low upload performance. When download, the speed is 20 mbit/s at >> nearly 100% CPU utilizati

Re: patterns: unused header and doubled % sign

2015-06-26 Thread Sebastien Marie
On Fri, Jun 26, 2015 at 11:25:17AM +0200, Theo Buehler wrote: > Three minor nits following up on differences between the versions in > reyk@'s mails and the initial commit: > > - isn't used anymore, so it can be removed. > > - Sort the remaining headers alphabetically according to style(9). > >

patterns: unused header and doubled % sign

2015-06-26 Thread Theo Buehler
Three minor nits following up on differences between the versions in reyk@'s mails and the initial commit: - isn't used anymore, so it can be removed. - Sort the remaining headers alphabetically according to style(9). - There's one remaining '%%' in an error string that shouldn't be doubled,

Re: upd(4) man page update

2015-06-26 Thread Ingo Schwarze
Hi, David Higgs wrote on Thu, Jun 25, 2015 at 11:08:52PM -0400: > If there's no further work on upd(4) prior to 5.8, at least make > the man page reflect present reality. > > - Update list of supported sensors, re-sorted by source file occurrence > - Explain why manual sensorsd.conf(5) intervent

Re: SMP steroids for PF

2015-06-26 Thread Alexandr Nedvedicky
Sorry, fingers were faster than head (again...) regards sasha On Thu, Jun 25, 2015 at 01:39:29PM -0700, Chris Cappuccio wrote: > You should re-post as a diff -u !! > > Alexandr Nedvedicky [alexandr.nedvedi...@oracle.com] wrote: > > Hello, > > > > attached is SMP patch for PF. consider it as tox