Author: glebius
Date: Thu Mar 7 07:54:50 2013
New Revision: 247910
URL: http://svnweb.freebsd.org/changeset/base/247910
Log:
Plug a memory leak.
Reviewed by: mav
Sponsored by: Nginx, Inc.
Modified:
head/sys/dev/sound/pci/hda/hdacc.c
Modified: head/sys/dev/sound/pci/hda/hdacc.c
=
Author: lstewart
Date: Thu Mar 7 04:42:20 2013
New Revision: 247906
URL: http://svnweb.freebsd.org/changeset/base/247906
Log:
The hashmask returned by hashinit() is a valid index in the returned hash
array.
Fix a siftr(4) potential memory leak and INVARIANTS triggered kernel panic in
hashd
Author: ian
Date: Thu Mar 7 02:53:29 2013
New Revision: 247905
URL: http://svnweb.freebsd.org/changeset/base/247905
Log:
Call sched_prio() to immediately change the priority of the thread in
response to an rtprio_thread() call, when the priority is different
than the old priority, and eithe
On Wed, 2013-03-06 at 23:22 +, Dag-Erling Smørgrav wrote:
> Author: des
> Date: Wed Mar 6 23:22:40 2013
> New Revision: 247904
> URL: http://svnweb.freebsd.org/changeset/base/247904
>
> Log:
> Remove strnvis(), strvis(), strvisx().
I don't think that this is the "right" solution as it res
On Wed, Mar 06, 2013 at 11:22:40PM +, Dag-Erling Smørgrav wrote:
> Author: des
> Date: Wed Mar 6 23:22:40 2013
> New Revision: 247904
> URL: http://svnweb.freebsd.org/changeset/base/247904
>
> Log:
> Remove strnvis(), strvis(), strvisx().
>
> Modified:
> head/crypto/openssh/ssh_namespace
>On 03/06/13 15:16, David Malone wrote:
>>> + /*
>>> +* We're just computing (a-b) in GF(216).
>>
>>> + ndesc = (unsigned)*hq->hq_avail_idx - (unsigned)hq->hq_cur_aidx;
>>
>> I think the comment here is wrong? Subtraction (and addition) in
>> GF(2^16) is just xor of 16 bit numbers. You se
Author: des
Date: Wed Mar 6 23:22:40 2013
New Revision: 247904
URL: http://svnweb.freebsd.org/changeset/base/247904
Log:
Remove strnvis(), strvis(), strvisx().
Modified:
head/crypto/openssh/ssh_namespace.h
Modified: head/crypto/openssh/ssh_namespace.h
===
On 03/06/13 15:16, David Malone wrote:
>> +/*
>> + * We're just computing (a-b) in GF(216).
>
>> +ndesc = (unsigned)*hq->hq_avail_idx - (unsigned)hq->hq_cur_aidx;
>
> I think the comment here is wrong? Subtraction (and addition) in
> GF(2^16) is just xor of 16 bit numbers. You seem to
> + /*
> + * We're just computing (a-b) in GF(216).
> + ndesc = (unsigned)*hq->hq_avail_idx - (unsigned)hq->hq_cur_aidx;
I think the comment here is wrong? Subtraction (and addition) in
GF(2^16) is just xor of 16 bit numbers. You seem to actually be
working in Z(2^16), where subtract
Author: mav
Date: Wed Mar 6 22:40:47 2013
New Revision: 247903
URL: http://svnweb.freebsd.org/changeset/base/247903
Log:
Reduce minimal time intervals of setitimer(2) from 1/HZ to 1/(16*HZ) by
using callout_reset_sbt() instead of callout_reset(). We can't remove
lower limit completely in t
Author: zeising (doc,ports committer)
Date: Wed Mar 6 19:59:42 2013
New Revision: 247899
URL: http://svnweb.freebsd.org/changeset/base/247899
Log:
Create a symlink from strchrnul.3 to strchr.3.
This was forgotten in the initial commit of strchrnul()
Approved by: theraven
Modified:
he
Author: mav
Date: Wed Mar 6 19:37:38 2013
New Revision: 247898
URL: http://svnweb.freebsd.org/changeset/base/247898
Log:
Fix time math overflows and improve zero intervals handling in poll(),
select(), nanosleep() and kevent() functions after calloutng changes.
Reported by: bde
Modifie
On Wed, Mar 6, 2013 at 10:47 AM, Peter Wemm wrote:
> On Wed, Mar 6, 2013 at 5:46 AM, Dag-Erling Smørgrav wrote:
>
>> @@ -931,8 +952,11 @@
>> /* Define to 1 if you have the `strmode' function. */
>> #define HAVE_STRMODE 1
>>
>> +/* Define to 1 if you have the `strnlen' function. */
>> +#define H
On Wed, Mar 6, 2013 at 5:46 AM, Dag-Erling Smørgrav wrote:
> @@ -931,8 +952,11 @@
> /* Define to 1 if you have the `strmode' function. */
> #define HAVE_STRMODE 1
>
> +/* Define to 1 if you have the `strnlen' function. */
> +#define HAVE_STRNLEN 1
> +
> /* Define to 1 if you have the `strnvis'
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 2013-03-06 10:01:33 -0500, Gleb Smirnoff wrote:
> Jung-uk,
>
> On Fri, Feb 15, 2013 at 10:58:44PM +, Jung-uk Kim wrote: J>
> Author: jkim J> Date: Fri Feb 15 22:58:44 2013 J> New Revision:
> 246856 J> URL: http://svnweb.freebsd.org/changeset/ba
Jung-uk,
On Fri, Feb 15, 2013 at 10:58:44PM +, Jung-uk Kim wrote:
J> Author: jkim
J> Date: Fri Feb 15 22:58:44 2013
J> New Revision: 246856
J> URL: http://svnweb.freebsd.org/changeset/base/246856
J>
J> Log:
J> Revert r227528 and r227787. This hack is no longer necessary since
r233580.
Author: des
Date: Wed Mar 6 13:48:49 2013
New Revision: 247893
URL: http://svnweb.freebsd.org/changeset/base/247893
Log:
Forced commit to note that this file had not been regenerated since 5.8
due to issues with the configure script incorrectly detecting utmp and
lastlog despite the fact th
Author: des
Date: Wed Mar 6 13:46:20 2013
New Revision: 247892
URL: http://svnweb.freebsd.org/changeset/base/247892
Log:
Explicitly disable lastlog, utmp and wtmp.
Modified:
head/crypto/openssh/FREEBSD-upgrade
head/crypto/openssh/config.h
Modified: head/crypto/openssh/FREEBSD-upgrade
Author: uqs
Date: Wed Mar 6 11:44:19 2013
New Revision: 247891
URL: http://svnweb.freebsd.org/changeset/base/247891
Log:
Fix 'make depend'
Modified:
head/sys/modules/uart/Makefile
Modified: head/sys/modules/uart/Makefile
==
Author: delphij
Date: Wed Mar 6 09:53:38 2013
New Revision: 247880
URL: http://svnweb.freebsd.org/changeset/base/247880
Log:
Update driver to version 4.6.95.0.
Submitted by: "Duvvuru,Venkat Kumar"
MFC after:3 days
Modified:
head/sys/dev/oce/oce_hw.c
head/sys/dev/oce/oce_hw.h
20 matches
Mail list logo