Author: bz
Date: Thu Nov 6 08:55:46 2008
New Revision: 184708
URL: http://svn.freebsd.org/changeset/base/184708
Log:
In case INET is not defined, then ANCACHE is not defined and
the sc does not have 'an_have_rssimap' variable.
Add an ANCACHE check to poperly hide the case and make an(4)
c
Author: bz
Date: Thu Nov 6 09:07:56 2008
New Revision: 184709
URL: http://svn.freebsd.org/changeset/base/184709
Log:
Hide an unused variable in case we compile without INET.
Include ethernet.h directly so that the constants are always defined.
Makes fddi compile without INET.
MFC after
Author: bz
Date: Thu Nov 6 09:18:29 2008
New Revision: 184710
URL: http://svn.freebsd.org/changeset/base/184710
Log:
Hide an unused variable in case we compile without INET.
Include ethernet.h and if_arp.h directly so that the constants are
always defined.
Makes token compile without INET
Author: bz
Date: Thu Nov 6 09:27:47 2008
New Revision: 184711
URL: http://svn.freebsd.org/changeset/base/184711
Log:
Check for INET not AF_INET in #ifdef. Makes it compile without INET.
MFC after:2 months
Modified:
head/sys/net/if_fwsubr.c
Modified: head/sys/net/if_fwsubr.c
===
Doug Rabson <[EMAIL PROTECTED]> writes:
> Log:
> Implement support for RPCSEC_GSS authentication to both the NFS client
> and server. This replaces the RPC implementation of the NFS client and
> server with the newer RPC implementation originally developed
> (actually ported from the userla
"M. Warner Losh" <[EMAIL PROTECTED]> writes:
> Dag-Erling_Smørgrav <[EMAIL PROTECTED]> writes:
> > It looks like whoever wrote this went out of their way to find new and
> > creative ways to break just about every style rule we have.
> Not just coding style, but also style of /dev entries, the modu
Author: bz
Date: Thu Nov 6 09:41:31 2008
New Revision: 184712
URL: http://svn.freebsd.org/changeset/base/184712
Log:
Hide an unused variable in case we compile with neither INET nor INET6.
NATM needs 'struct in_addr' to compile, which is a problem on its own
but include in.h for now if we h
On Thu, Nov 06, 2008 at 10:32:02AM +0100, Dag-Erling Sm??rgrav wrote:
> "M. Warner Losh" <[EMAIL PROTECTED]> writes:
> > Dag-Erling_Sm??rgrav <[EMAIL PROTECTED]> writes:
> > > It looks like whoever wrote this went out of their way to find new and
> > > creative ways to break just about every style
Author: bz
Date: Thu Nov 6 10:17:57 2008
New Revision: 184714
URL: http://svn.freebsd.org/changeset/base/184714
Log:
Hide AF_INET specific ioctl handling under #ifdef INET.
Reviewed by: kmacy
MFC after:2 months
Modified:
head/sys/dev/cxgb/cxgb_main.c
Modified: head/sys/dev/cxgb/
Author: des
Date: Thu Nov 6 10:53:35 2008
New Revision: 184716
URL: http://svn.freebsd.org/changeset/base/184716
Log:
Unbreak NFS.
Pointy hat to:dfr
Modified:
head/sys/modules/krpc/Makefile
head/sys/modules/nfsserver/Makefile
head/sys/nfsserver/nfs_srvsubs.c
Modified: head/
Author: bz
Date: Thu Nov 6 12:33:33 2008
New Revision: 184720
URL: http://svn.freebsd.org/changeset/base/184720
Log:
Fix a bug introduced with r182851 splitting tcp_mss() into
tcp_mss() and tcp_mss_update() so that tcp_mtudisc() could
re-use the same code.
In case we return early and g
Author: bz
Date: Thu Nov 6 12:59:00 2008
New Revision: 184721
URL: http://svn.freebsd.org/changeset/base/184721
Log:
Adopt the comment for tcp_maxmtu(); we are returning a number
not a pointer. While here update the rest of the comment to
better match what we have these days.
MFC after
Author: bz
Date: Thu Nov 6 13:25:59 2008
New Revision: 184722
URL: http://svn.freebsd.org/changeset/base/184722
Log:
Fix a bug introduced with r182851 splitting tcp_mss() into
tcp_mss() and tcp_mss_update() so that tcp_mtudisc() could
re-use the same code.
Move the TSO logic back to tc
Author: kensmith
Date: Thu Nov 6 13:28:50 2008
New Revision: 184723
URL: http://svn.freebsd.org/changeset/base/184723
Log:
Oops. Correct a mis-merge. This piece of r183860 didn't make it
through while doing the merge.
PR: misc/128610
Submitted by: veron x503 hotmail com
Author: kensmith
Date: Thu Nov 6 13:32:49 2008
New Revision: 184724
URL: http://svn.freebsd.org/changeset/base/184724
Log:
Oops. Correct a mis-merge. This piece of r183860 didn't make it
through while doing the merge.
PR: misc/128610
Submitted by: veron x503 hotmail com
Author: kensmith
Date: Thu Nov 6 13:34:49 2008
New Revision: 184725
URL: http://svn.freebsd.org/changeset/base/184725
Log:
Oops. Correct a mis-merge. This piece of r183860 didn't make it
through while doing the merge.
PR: misc/128610
Submitted by: veron x503 hotmail com
Quoting Ivan Voras <[EMAIL PROTECTED]> (from Thu, 6 Nov 2008 00:26:41 +0100):
This is why there's such a big push to get systems to properly support
UTF-8. FreeBSD had a SoC project this year that was supposed to
properly implement Unicode collations (and thus collation of UTF-8
strings) but it
2008/11/6 Roman Divacky <[EMAIL PROTECTED]>:
> On Thu, Nov 06, 2008 at 02:39:47PM +0100, Alexander Leidinger wrote:
>> Quoting Ivan Voras <[EMAIL PROTECTED]> (from Thu, 6 Nov 2008 00:26:41 +0100):
>>
>> >This is why there's such a big push to get systems to properly support
>> >UTF-8. FreeBSD had a
"M. Warner Losh" <[EMAIL PROTECTED]> writes:
> Is there some reason to prefer utf-8 over the 8-bit iso character set
> we were using?
Respect for people whose names can't be spelled using ISO-8859-1.
DES
--
Dag-Erling Smørgrav - [EMAIL PROTECTED]
___
s
Author: bz
Date: Thu Nov 6 11:00:57 2008
New Revision: 184717
URL: http://svn.freebsd.org/changeset/base/184717
Log:
Hide AF_INET specific ioctl handling under #ifdef INET.
MFC after:2 months
Modified:
head/sys/dev/e1000/if_em.c
Modified: head/sys/dev/e1000/if_em.c
Quoting Craig Rodrigues <[EMAIL PROTECTED]> (from Wed, 5 Nov 2008
19:35:09 + (UTC)):
Author: rodrigc
Date: Wed Nov 5 19:35:09 2008
New Revision: 184696
URL: http://svn.freebsd.org/changeset/base/184696
Log:
Merge latest DTrace changes from Perforce.
It would be good to mention what k
On Thu, Nov 06, 2008 at 02:39:47PM +0100, Alexander Leidinger wrote:
> Quoting Ivan Voras <[EMAIL PROTECTED]> (from Thu, 6 Nov 2008 00:26:41 +0100):
>
> >This is why there's such a big push to get systems to properly support
> >UTF-8. FreeBSD had a SoC project this year that was supposed to
> >pro
Author: bz
Date: Thu Nov 6 11:11:25 2008
New Revision: 184718
URL: http://svn.freebsd.org/changeset/base/184718
Log:
Hide AF_INET specific ioctl handling under #ifdef INET.
MFC after:2 months
Modified:
head/sys/dev/e1000/if_igb.c
Modified: head/sys/dev/e1000/if_igb.c
==
Author: dfr
Date: Thu Nov 6 11:43:49 2008
New Revision: 184719
URL: http://svn.freebsd.org/changeset/base/184719
Log:
Don't depend on krpc.ko in the NFS_LEGACYRPC case.
Modified:
head/sys/nfsserver/nfs_srvsubs.c
Modified: head/sys/nfsserver/nfs_srvsubs.c
Author: bz
Date: Thu Nov 6 10:35:46 2008
New Revision: 184715
URL: http://svn.freebsd.org/changeset/base/184715
Log:
For now our LRO code (tcp_lro.c) only supports IPv4 properly thus
only enable if INET is on.
Reviewed by: kmacy
MFC after:2 months
Modified:
head/sys/dev/cxgb/cx
On Tue, Nov 4, 2008 at 2:50 PM, John Baldwin <[EMAIL PROTECTED]> wrote:
> On Tuesday 04 November 2008 05:22:47 pm Ivan Voras wrote:
>> 2008/11/4 John Baldwin <[EMAIL PROTECTED]>:
>> > Author: jhb
>> > Date: Tue Nov 4 19:04:01 2008
>> > New Revision: 184652
>> > URL: http://svn.freebsd.org/changese
Author: bz
Date: Thu Nov 6 15:26:09 2008
New Revision: 184726
URL: http://svn.freebsd.org/changeset/base/184726
Log:
Include if_arp.h for IFP2AC so that the netgraph parts in if.c
are happy even if compiled without INET or INET6.
MFC after:2 months
Modified:
head/sys/net/if.c
Mod
2008/11/6 Peter Wemm <[EMAIL PROTECTED]>:
> On Tue, Nov 4, 2008 at 2:50 PM, John Baldwin <[EMAIL PROTECTED]> wrote:
> Hmm. Would it make sense to provide a helper syscall specifically for
> php to use for this? Without having looked at the php code, it sounds
> like it might be helpful to have a
On Wed, 5 Nov 2008 17:12:18 + (UTC), Alexander Motin <[EMAIL PROTECTED]>
wrote:
> Author: mav
> Date: Wed Nov 5 17:12:18 2008
> New Revision: 184695
> URL: http://svn.freebsd.org/changeset/base/184695
>
> Log:
> Improve driver operation example description.
>
> Modified:
> head/share/man/
Author: raj
Date: Thu Nov 6 16:20:27 2008
New Revision: 184728
URL: http://svn.freebsd.org/changeset/base/184728
Log:
Support kernel crash mini dumps on ARM architecture.
Obtained from:Juniper Networks, Semihalf
Added:
head/lib/libkvm/kvm_minidump_arm.c (contents, props change
Author: raj
Date: Thu Nov 6 16:25:12 2008
New Revision: 184729
URL: http://svn.freebsd.org/changeset/base/184729
Log:
Auto-size kernel page tables allocation on Marvell systems.
This allows mini dumps to fully work for these platforms.
Obtained from:Juniper Networks, Semihalf
Author: raj
Date: Thu Nov 6 16:28:28 2008
New Revision: 184730
URL: http://svn.freebsd.org/changeset/base/184730
Log:
ARM pmap style(9) and cosmetics.
Modified:
head/sys/arm/arm/pmap.c
Modified: head/sys/arm/arm/pmap.c
Author: bz
Date: Thu Nov 6 16:30:20 2008
New Revision: 184731
URL: http://svn.freebsd.org/changeset/base/184731
Log:
Fix typo and while here another one.
Reviewed by: keramida
Reported by: keramida
MFC after:2 months (with r184720)
Modified:
head/sys/netinet/tcp_input.c
Modif
Author: raj
Date: Thu Nov 6 16:30:32 2008
New Revision: 184732
URL: http://svn.freebsd.org/changeset/base/184732
Log:
Eliminate dead declarations in libstand.
Modified:
head/lib/libstand/stand.h
Modified: head/lib/libstand/stand.h
Author: marcel
Date: Thu Nov 6 16:51:33 2008
New Revision: 184734
URL: http://svn.freebsd.org/changeset/base/184734
Log:
Fix a panic caused by a corrupted table when the header is
still valid. We were checking the state of the header and
not the table.
PR: 119868
Based on a
Author: mlaier
Date: Thu Nov 6 16:30:38 2008
New Revision: 184733
URL: http://svn.freebsd.org/changeset/base/184733
Log:
Add two new options to du(1):
-A Display the apparent size instead of the disk usage. This can be
helpful when operating on compressed volumes or
Author: marcel
Date: Thu Nov 6 17:00:19 2008
New Revision: 184735
URL: http://svn.freebsd.org/changeset/base/184735
Log:
Fix copyright notice.
Modified:
head/sys/sys/cfictl.h
Modified: head/sys/sys/cfictl.h
==
--- h
In message: <[EMAIL PROTECTED]>
Dag-Erling_Smørgrav <[EMAIL PROTECTED]> writes:
: "M. Warner Losh" <[EMAIL PROTECTED]> writes:
: > Dag-Erling_Smørgrav <[EMAIL PROTECTED]> writes:
: > > It looks like whoever wrote this went out of their way to find new and
: > > creative ways to break ju
In message: <[EMAIL PROTECTED]>
Alexey Dokuchaev <[EMAIL PROTECTED]> writes:
: On Thu, Nov 06, 2008 at 10:32:02AM +0100, Dag-Erling Sm??rgrav wrote:
: > "M. Warner Losh" <[EMAIL PROTECTED]> writes:
: > > Dag-Erling_Sm??rgrav <[EMAIL PROTECTED]> writes:
: > > > It looks like whoever wrot
Warner Losh wrote:
Author: imp
Date: Thu Nov 6 17:26:12 2008
New Revision: 184736
URL: http://svn.freebsd.org/changeset/base/184736
Log:
Bring in http://perforce.freebsd.org/chv.cgi?CH=152584 from hps.
Submitted by: hps
Please call out the reason for a change. Indirect references e
In message: <[EMAIL PROTECTED]>
Sam Leffler <[EMAIL PROTECTED]> writes:
: Warner Losh wrote:
: > Author: imp
: > Date: Thu Nov 6 17:26:12 2008
: > New Revision: 184736
: > URL: http://svn.freebsd.org/changeset/base/184736
: >
: > Log:
: > Bring in http://perforce.freebsd.org/chv.cgi?
Author: imp
Date: Thu Nov 6 17:26:12 2008
New Revision: 184736
URL: http://svn.freebsd.org/changeset/base/184736
Log:
Bring in http://perforce.freebsd.org/chv.cgi?CH=152584 from hps.
Submitted by: hps
Modified:
head/sys/dev/usb2/serial/uark2.c
head/sys/dev/usb2/serial/ubsa2.c
head/s
Author: trasz
Date: Thu Nov 6 19:17:58 2008
New Revision: 184737
URL: http://svn.freebsd.org/changeset/base/184737
Log:
Change ZFS behaviour to match UFS: when moving (rename(2)) a subdirectory
from one parent directory to another, in addition to the usual access checks
one also needs write
M. Warner Losh wrote:
...
: > So the question is, why was this code imported at all?
:
: Seconded, especially since it says the code was reviewed by you Warner in
: the commit log.
Unfortunately, most of my reviews were ignored, as were those of a
great many other people. There's lots of pres
In message: <[EMAIL PROTECTED]>
"Bruce M. Simpson" <[EMAIL PROTECTED]> writes:
: M. Warner Losh wrote:
: > ...
: > : > So the question is, why was this code imported at all?
: > :
: > : Seconded, especially since it says the code was reviewed by you Warner in
: > : the commit log.
: >
Author: mav
Date: Thu Nov 6 21:47:02 2008
New Revision: 184738
URL: http://svn.freebsd.org/changeset/base/184738
Log:
A lot of spelling fixes.
Submitted by: keramida
Modified:
head/share/man/man4/snd_hda.4
Modified: head/share/man/man4/snd_hda.4
Hi.
Giorgos Keramidas wrote:
There are a few places where we can probably improve the manpage a bit
more. I am not sure I understand *all* the technical details of pins
and association numbers, but does the following look like something
worth committing?
I have changed some incorrect peaces,
Author: julian
Date: Thu Nov 6 22:11:57 2008
New Revision: 184739
URL: http://svn.freebsd.org/changeset/base/184739
Log:
MFC a rewrite of rt_check(). also revert the addition of
rt_check_fib() which we discovered is not needed.
fixes some hangs people have seen
Approved by: re (ken
Author: trasz
Date: Thu Nov 6 22:28:04 2008
New Revision: 184740
URL: http://svn.freebsd.org/changeset/base/184740
Log:
Backoff the last patch. It was overly restrictive - we want to check
for write permission on target only when moving the target between two
directories.
Approved by:
Author: peter
Date: Thu Nov 6 22:32:19 2008
New Revision: 184741
URL: http://svn.freebsd.org/changeset/base/184741
Log:
MFC: r184492 - add offset / fileid / fsid to KERN_PROC_VMMAP sysctl
for the benefit of valgrind.
Approved by: re (kib)
Modified:
stable/7/sys/ (props changed)
s
Author: mlaier
Date: Thu Nov 6 23:55:28 2008
New Revision: 184742
URL: http://svn.freebsd.org/changeset/base/184742
Log:
Restore (intmax_t) casts I lost during the last change & unbreak the build.
Modified:
head/usr.bin/du/du.c
Modified: head/usr.bin/du/du.c
On Thu, 06 Nov 2008 23:49:21 +0200, Alexander Motin <[EMAIL PROTECTED]> wrote:
> Giorgos Keramidas wrote:
>> There are a few places where we can probably improve the manpage a bit
>> more. I am not sure I understand *all* the technical details of pins
>> and association numbers, but does the follo
Author: yongari
Date: Fri Nov 7 07:02:28 2008
New Revision: 184743
URL: http://svn.freebsd.org/changeset/base/184743
Log:
Remove informational messages left. These messages were intended to
show up in verbose boot mode.
Reported by: pluknet ( pluknet<> gmail DOT com )
Modified:
head/
53 matches
Mail list logo