Brainy: No Error Set in an

2015-06-20 Thread Maxime Villard
Hi, I put here a bug among others: --- sys/dev/ic/an.c 1030if (an_write_rid(sc, AN_RID_SSIDLIST, &sc->sc_buf, sizeof(sc->sc_buf.sc_ssidlist)) != 0) { printf("%s: failed to write ssid list\n", ifp->if_xname);

Brainy: Memory Leak in rasops

2015-06-20 Thread Maxime Villard
Hi, I put here a bug among others: --- sys/dev/rasops/rasops.c 1167f = malloc(sizeof(struct rotatedfont), M_DEVBUF, M_WAITOK); if ((ncookie = wsfont_rotate(*cookie)) == -1) return; -

Brainy: Memory Leak in ipmi

2015-06-20 Thread Maxime Villard
Hi, I put here a bug among others: sys/dev/ipmi.c 1046buf = malloc(maxlen + 3, M_DEVBUF, M_NOWAIT); if (buf == NULL) { printf("%s: ipmi_recvcmd: malloc fails\n", DEVNAME(sc)); return (-1);

Re: Bug in uvm_pmr_get1page()?

2015-06-20 Thread Mark Kettenis
> Date: Wed, 17 Jun 2015 09:19:57 + > From: Visa Hankala > > On Tue, Jun 16, 2015 at 23:57 +0200, Mark Kettenis wrote: > > You're definitely on to something. It certainly looks like your diff > > fixes the bug. However, if there is no constraint, it would make > > sense to pick a page from

umass quirk for ignoring residue?

2015-06-20 Thread frantisek holop
good day, trying to use a replacement usb enclosure for an old 2.5" IDE drive. this is how it looked like in the _old_ enclosure: /bsd: umass0 at uhub4 /bsd: port 1 configuration 1 interface 0 "Seagate USB Mass Storage" rev 2.00/0.02 addr 6 /bsd: umass0: using SCSI over Bulk-Only /bsd: scsibus

Re: important audio simplifications to test and review

2015-06-20 Thread Alexandre Ratchov
On Thu, Jun 18, 2015 at 07:25:31PM +, Christian Weisgerber wrote: > On 2015-06-13, Alexandre Ratchov wrote: > > > Many thanks to all who tested, below is an updated diff with the > > missing i386 bits and "working" uaudio. > > I have run into a serious problem on sparc64 (but I haven't teste

httpd rewrites with Lua's pattern matching

2015-06-20 Thread Reyk Floeter
Hi, there is some great interest in getting support for rewrites and better matching in httpd. I refused to implement this using regex, as regex is extremely complicated code, there have been lots of bugs, they allow, if not specified carefully, dangerous recursions and ReDOS, and I would add ano

Re: freetype-2.6

2015-06-20 Thread Matthieu Herrb
On Wed, Jun 17, 2015 at 04:34:15AM -0600, David Coppa wrote: > > Hi all, > > Here's an update to freetype-2.6 > > I'd like to have it in a ports bulk build. > > Already tested in a xenocara build: built successfully and it seems > fine so far. > Two nits: - from my analysis there were 2 publi