Author: glebius
Date: Fri Oct 19 09:41:45 2012
New Revision: 241723
URL: http://svn.freebsd.org/changeset/base/241723
Log:
Fix build.
Modified:
head/sys/dev/netmap/netmap.c
Modified: head/sys/dev/netmap/netmap.c
==
-
Author: andre
Date: Fri Oct 19 10:04:43 2012
New Revision: 241724
URL: http://svn.freebsd.org/changeset/base/241724
Log:
Remove splimp() comment from sysinit table and attribute SI_SUB_PROTO_BEGIN
and SI_SUB_PROTO_END to VNET related initializations.
MFC after:3 days
Modified:
head
Author: andre
Date: Fri Oct 19 10:07:55 2012
New Revision: 241725
URL: http://svn.freebsd.org/changeset/base/241725
Log:
Update to previous r241688 to use __func__ instead of spelled out function
name in log(9) message.
Suggested by: glebius
Modified:
head/sys/net/if.c
Modified: head/
On 18.10.2012 16:11, Gleb Smirnoff wrote:
On Thu, Oct 18, 2012 at 02:08:26PM +, Andre Oppermann wrote:
A> Author: andre
A> Date: Thu Oct 18 14:08:26 2012
A> New Revision: 241688
A> URL: http://svn.freebsd.org/changeset/base/241688
A>
A> Log:
A> Use LOG_WARNING level in in_attachdomain1() in
Author: andre
Date: Fri Oct 19 10:15:32 2012
New Revision: 241726
URL: http://svn.freebsd.org/changeset/base/241726
Log:
Move UMA socket zone initialization from uipc_domain.c to uipc_socket.c
into one place next to its other related functions to avoid confusion.
Modified:
head/sys/kern/uip
Author: joel (doc committer)
Date: Fri Oct 19 10:38:32 2012
New Revision: 241727
URL: http://svn.freebsd.org/changeset/base/241727
Log:
Fix minor whitespace issues.
Modified:
head/share/man/man4/est.4
Modified: head/share/man/man4/est.4
===
Author: andre
Date: Fri Oct 19 12:16:29 2012
New Revision: 241729
URL: http://svn.freebsd.org/changeset/base/241729
Log:
Move socket UMA zone initialization functionality together into
one place.
Modified:
head/sys/kern/uipc_socket.c
Modified: head/sys/kern/uipc_socket.c
==
Author: jhb
Date: Fri Oct 19 12:28:26 2012
New Revision: 241730
URL: http://svn.freebsd.org/changeset/base/241730
Log:
Correct the order of the MFU and MRU labels. I had reversed them.
Submitted by: Nikolay Denev ndenev gmail
Pointy hat to:jhb
MFC after:3 days
Modified:
Author: brooks
Date: Fri Oct 19 12:44:22 2012
New Revision: 241731
URL: http://svn.freebsd.org/changeset/base/241731
Log:
Replace our version of the pwcache(3) API with NetBSD's implementation.
This adds two features:
* uid_from_user() and gid_from_group() as the reverse of user_from_uid
Author: ed
Date: Fri Oct 19 13:26:40 2012
New Revision: 241733
URL: http://svn.freebsd.org/changeset/base/241733
Log:
Prefer __containerof() over __member2struct().
The former works better with qualifiers, but also properly type checks
the input pointer.
Modified:
head/sys/dev/cxgb/ulp
Author: marius
Date: Fri Oct 19 13:32:37 2012
New Revision: 241734
URL: http://svn.freebsd.org/changeset/base/241734
Log:
Let SCHED_ULE give affinity to the CPU the tick interrupt triggered on
when running tick_process(), similarly to what the x86 equivalents of
this function do, however emp
Author: zont
Date: Fri Oct 19 14:00:03 2012
New Revision: 241735
URL: http://svn.freebsd.org/changeset/base/241735
Log:
- Update cachelimit after hashsize and bucketlimit were set.
Reported by: az
Reviewed by: melifaro
Approved by: kib (mentor)
MFC after:1 week
Modified:
hea
Author: ed
Date: Fri Oct 19 14:29:03 2012
New Revision: 241736
URL: http://svn.freebsd.org/changeset/base/241736
Log:
Add missing const keywords.
Modified:
head/sbin/natd/natd.c
head/usr.bin/logger/logger.c
head/usr.sbin/syslogd/syslogd.c
Modified: head/sbin/natd/natd.c
=
Author: ed
Date: Fri Oct 19 14:49:42 2012
New Revision: 241737
URL: http://svn.freebsd.org/changeset/base/241737
Log:
More -Wmissing-variable-declarations fixes.
In addition to adding `static' where possible:
- bin/date: Move `retval' into extern.h to make it visible to date.c.
- bin
On Oct 18, 2012, at 10:54 PM, Alexey Dokuchaev wrote:
> On Thu, Oct 18, 2012 at 06:43:54PM +, Devin Teske wrote:
>> NOTE: In FreeBSD-9 and higher, dialog(1) does not support the F1 hook, so
>> the mechanism for providing help to the user had to be changed to a button.
>
> How come that new d
On Friday, October 19, 2012 10:49:43 am Ed Schouten wrote:
> Author: ed
> Date: Fri Oct 19 14:49:42 2012
> New Revision: 241737
> URL: http://svn.freebsd.org/changeset/base/241737
>
> Log:
> More -Wmissing-variable-declarations fixes.
>
> In addition to adding `static' where possible:
>
Author: sbruno
Date: Fri Oct 19 17:01:27 2012
New Revision: 241738
URL: http://svn.freebsd.org/changeset/base/241738
Log:
Update hwpmc to support the Xeon class of Sandybridge processors.
(Model 0x2D /* Per Intel document 253669-044US 08/2012. */)
Add manpage to document all the goodn
On Fri, Oct 19, 2012 at 08:22:36AM -0700, Devin Teske wrote:
> On Oct 18, 2012, at 10:54 PM, Alexey Dokuchaev wrote:
> > How come that new dialog(1) lacks functionality of the old one?
>
> SVN r217309 brought in cdialog to replace our the [unmaintained] dialog.
>
> cdialog is different, but mostl
Author: marius
Date: Fri Oct 19 17:03:50 2012
New Revision: 241739
URL: http://svn.freebsd.org/changeset/base/241739
Log:
Fix kernel build with options ZFS after r240868.
Modified:
head/sys/conf/files
Modified: head/sys/conf/files
=
Author: marius
Date: Fri Oct 19 17:12:55 2012
New Revision: 241740
URL: http://svn.freebsd.org/changeset/base/241740
Log:
- Remove an unused header.
- Don't waste a delay slot.
MFC after:3 days
Modified:
head/sys/sparc64/sparc64/interrupt.S
Modified: head/sys/sparc64/sparc64/inter
Author: sbruno
Date: Fri Oct 19 17:21:10 2012
New Revision: 241741
URL: http://svn.freebsd.org/changeset/base/241741
Log:
Update man page crossreferences to sandybridge xeon class
MFC after:2 weeks
Modified:
head/lib/libpmc/pmc.ivybridge.3
head/lib/libpmc/pmc.sandybridge.3
head/l
Author: joel (doc committer)
Date: Fri Oct 19 18:30:50 2012
New Revision: 241745
URL: http://svn.freebsd.org/changeset/base/241745
Log:
Remove trailing whitespace.
Modified:
head/lib/libpmc/pmc.sandybridgexeon.3
Modified: head/lib/libpmc/pmc.sandybridgexeon.3
On Oct 19, 2012, at 10:02 AM, Alexey Dokuchaev wrote:
> On Fri, Oct 19, 2012 at 08:22:36AM -0700, Devin Teske wrote:
>> On Oct 18, 2012, at 10:54 PM, Alexey Dokuchaev wrote:
>>> How come that new dialog(1) lacks functionality of the old one?
>>
>> SVN r217309 brought in cdialog to replace our th
Author: jhb
Date: Fri Oct 19 19:17:43 2012
New Revision: 241748
URL: http://svn.freebsd.org/changeset/base/241748
Log:
When checking to see if a video output's _ADR matches an entry in the
parent adapter's _DOD list, only check the low 16 bits of both _ADR and
_DOD. The language in the ACPI
Author: emaste
Date: Fri Oct 19 19:28:35 2012
New Revision: 241750
URL: http://svn.freebsd.org/changeset/base/241750
Log:
Use M_NOWAIT when calling malloc with a lock held.
The check for a NULL return was already in place so I assume this was just
an oversight.
Modified:
head/sys/dev/n
Author: marcel
Date: Fri Oct 19 19:56:17 2012
New Revision: 241751
URL: http://svn.freebsd.org/changeset/base/241751
Log:
Fix a bootstrapping problem where the first bmake (built by FreeBSD's
make) ended up being built with -DFORCE_MACHINE. This broke the lib32
built for amd64 & powerpc64.
Author: marcel
Date: Fri Oct 19 20:13:08 2012
New Revision: 241752
URL: http://svn.freebsd.org/changeset/base/241752
Log:
Improve upon the previous commit to fix the yacc rule.
1. Have the resulting C file depend on the resulting H
file as it should be. Touch the C file to make sure
Hi John,
2012/10/19 John Baldwin :
> The fw_* changes here probably wasn't the right way to fix this. The
> variables should be static. The problem is that 'scan_firmware()' is
> duplicated and should probably be reduced to a single copy.
Good catch! Will fix!
--
Ed Schouten
Author: delphij
Date: Fri Oct 19 22:07:40 2012
New Revision: 241753
URL: http://svn.freebsd.org/changeset/base/241753
Log:
Integrate changes from LSI vendor driver 10.80.00.005 to FreeBSD.
PR: kern/172833
Submitted by: "Charles O'Donnell"
MFC after:1 week
Modified:
hea
Author: uqs
Date: Fri Oct 19 22:21:01 2012
New Revision: 241754
URL: http://svn.freebsd.org/changeset/base/241754
Log:
Merge mandoc from vendor into contrib and provide the necessary Makefile glue.
It's not yet connected to the build.
Added:
head/contrib/mdocml/
- copied from r24167
On Fri, Oct 19, 2012 at 10:21:02PM +, Ulrich Spoerlein wrote:
> Author: uqs
> Date: Fri Oct 19 22:21:01 2012
> New Revision: 241754
> URL: http://svn.freebsd.org/changeset/base/241754
>
> Log:
> Merge mandoc from vendor into contrib and provide the necessary Makefile
> glue.
>
This is f
Author: imp
Date: Fri Oct 19 22:46:48 2012
New Revision: 241755
URL: http://svn.freebsd.org/changeset/base/241755
Log:
Document the methods used to compute logf. Taken and edited from the
double version, with adaptations for the differences between it and
the float version.
Modified:
head
Author: imp
Date: Fri Oct 19 22:47:44 2012
New Revision: 241756
URL: http://svn.freebsd.org/changeset/base/241756
Log:
Document the method used to compute expf. Taken from exp, with
changes to reflect differences in computation between the two.
Modified:
head/lib/msun/src/e_expf.c
Modifie
Author: imp
Date: Fri Oct 19 22:48:22 2012
New Revision: 241757
URL: http://svn.freebsd.org/changeset/base/241757
Log:
Indent ecaps the same way we indent caps.
MFC after:3 days
Modified:
head/usr.sbin/pciconf/cap.c
Modified: head/usr.sbin/pciconf/cap.c
=
Author: imp
Date: Fri Oct 19 23:10:55 2012
New Revision: 241758
URL: http://svn.freebsd.org/changeset/base/241758
Log:
Add missing Extended Capability ID Numbers from PCIe 3.0.
Modified:
head/sys/dev/pci/pcireg.h
Modified: head/sys/dev/pci/pcireg.h
===
Author: jwd
Date: Fri Oct 19 23:42:45 2012
New Revision: 241759
URL: http://svn.freebsd.org/changeset/base/241759
Log:
Don't lose the 255'th disk behind the initiator.
Reviewed by: ken@
MFC after:1 month
Modified:
head/sys/dev/mps/mps_sas.c
Modified: head/sys/dev/mps/mps_sas.c
==
On Fri, 19 Oct 2012, Warner Losh wrote:
Log:
Document the methods used to compute logf. Taken and edited from the
double version, with adaptations for the differences between it and
the float version.
Please back this out.
This was intentionally left out. It is painful to maintain large
c
37 matches
Mail list logo