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);
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;
-
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);
> 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
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
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
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
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