Author: lstewart
Date: Fri Feb 11 07:26:17 2011
New Revision: 218545
URL: http://svn.freebsd.org/changeset/base/218545
Log:
Add an example Khelp module, which will be referenced in the forthcoming Khelp
documentation.
Sponsored by: FreeBSD Foundation
Discussed with: David Hayes
Author: imp
Date: Fri Feb 11 06:35:53 2011
New Revision: 218544
URL: http://svn.freebsd.org/changeset/base/218544
Log:
Generate MACHINE= and MACHINE_ARCH= lines based on the machine
directive. Once this is MFC'd, we can move these out of the template
files where they are (incosnsitently) de
Author: dougb
Date: Fri Feb 11 05:57:33 2011
New Revision: 218543
URL: http://svn.freebsd.org/changeset/base/218543
Log:
MFC 218350:
Catch up with reality and references from the latest RFCs
(especially 5735) for our default empty zones.
Modified:
stable/7/etc/namedb/named.conf
Directo
Author: dougb
Date: Fri Feb 11 05:56:48 2011
New Revision: 218542
URL: http://svn.freebsd.org/changeset/base/218542
Log:
MFC 218350:
Catch up with reality and references from the latest RFCs
(especially 5735) for our default empty zones.
Modified:
stable/8/etc/namedb/named.conf
Directo
Author: ae
Date: Fri Feb 11 05:56:14 2011
New Revision: 218541
URL: http://svn.freebsd.org/changeset/base/218541
Log:
MFC r218278:
vdev's sectorsize should not be greater than 8 Kbytes and also
it should be power of 2. This prevents non-aligned access while
probing vdev's labels.
Author: dougb
Date: Fri Feb 11 05:54:46 2011
New Revision: 218540
URL: http://svn.freebsd.org/changeset/base/218540
Log:
MFC 218142:
Let rpcbind clean up after itself
Modified:
stable/7/etc/rc.d/rpcbind
Directory Properties:
stable/7/etc/ (props changed)
Modified: stable/7/etc/rc.d/
Author: dougb
Date: Fri Feb 11 05:53:46 2011
New Revision: 218539
URL: http://svn.freebsd.org/changeset/base/218539
Log:
MFC 218142:
Let rpcbind clean up after itself
Modified:
stable/8/etc/rc.d/rpcbind
Directory Properties:
stable/8/etc/ (props changed)
Modified: stable/8/etc/rc.d/
On 01/28/2011 01:06, Bruce Evans wrote:
The solaris server behaviour can't happen, except accidentally due to
races :-). Since the FreeBSD client doesn't support the noatime flag
except to ignore it, it can't tell any server about it.
I don't mean to be a pest, but I'm confused as to why I obs
Author: imp
Date: Fri Feb 11 05:50:28 2011
New Revision: 218538
URL: http://svn.freebsd.org/changeset/base/218538
Log:
whitespace nit.
Modified:
head/sys/conf/kern.pre.mk
Modified: head/sys/conf/kern.pre.mk
==
--- he
Author: ae
Date: Fri Feb 11 05:48:44 2011
New Revision: 218537
URL: http://svn.freebsd.org/changeset/base/218537
Log:
MFC r217314:
Fix up the grammar.
PR: docs/153933
MFC r217342,217343,217344 by maxim:
o Typo fixes.
o Start each sentence on a new line. No con
Author: ae
Date: Fri Feb 11 05:37:05 2011
New Revision: 218536
URL: http://svn.freebsd.org/changeset/base/218536
Log:
MFC r218014:
Add new user-friendly aliases for partition types for the MBR and
EBR schemes: fat32, ebr, linux-data, linux-raid, linux-swap and
linux-lvm. Add bios-boo
Author: dougb
Date: Fri Feb 11 05:33:35 2011
New Revision: 218535
URL: http://svn.freebsd.org/changeset/base/218535
Log:
Synthesize the change from NetBSD's 1.33:
"Do not crash if a date cannot be represented (localtime returning
NULL), use the Epoch value instead."
Obtained from: n
Author: imp
Date: Fri Feb 11 04:03:39 2011
New Revision: 218534
URL: http://svn.freebsd.org/changeset/base/218534
Log:
Hmmm, specifying TARGET and TARGET_ARCH in the environment doesn't
seem to work when building xdev anymore (most likely my changes lately
moving the TARGET guessing stuff to
Author: imp
Date: Fri Feb 11 02:37:47 2011
New Revision: 218533
URL: http://svn.freebsd.org/changeset/base/218533
Log:
CPUTYPE is now a required define for calling Makefile.inc1 diretly, so
make sure we define it for the xdev stuff.
Move xdev stuff to be last again in this file.
# xd
Author: imp
Date: Fri Feb 11 02:34:26 2011
New Revision: 218532
URL: http://svn.freebsd.org/changeset/base/218532
Log:
Revert last commit: CPUTYPE will be defined here
Modified:
head/lib/libpmc/Makefile
Modified: head/lib/libpmc/Makefile
==
Author: imp
Date: Fri Feb 11 02:24:04 2011
New Revision: 218531
URL: http://svn.freebsd.org/changeset/base/218531
Log:
Don't require CPUTYPE to be defined for ARM, but use it if it is.
Modified:
head/lib/libpmc/Makefile
Modified: head/lib/libpmc/Makefile
=
Author: jfv
Date: Fri Feb 11 01:00:26 2011
New Revision: 218530
URL: http://svn.freebsd.org/changeset/base/218530
Log:
Add support for the new I350 family of 1G interfaces.
- this also includes virtualization support on these devices
Correct some vlan issues we were seeing in test, ju
Author: davidch
Date: Fri Feb 11 00:41:49 2011
New Revision: 218529
URL: http://svn.freebsd.org/changeset/base/218529
Log:
- Updated firmware which improves small packet performance.
MFC after:2 weeks
Modified:
head/sys/dev/bce/if_bcefw.h
Modified: head/sys/dev/bce/if_bcefw.h
==
Author: imp
Date: Thu Feb 10 23:36:39 2011
New Revision: 218528
URL: http://svn.freebsd.org/changeset/base/218528
Log:
Add 'generic' flash images. This is for projects producing generic
images that are of a certain size. The geometery is bogus, but that
doesn't matter since the new packet
Author: davidch
Date: Thu Feb 10 22:36:23 2011
New Revision: 218527
URL: http://svn.freebsd.org/changeset/base/218527
Log:
- Added error checking to nvram read functions.
- Minor style updates.
Submitted by: gcoo...@freebsd.org
MFC after:2 weeks
Modified:
head/sys/dev/bce/if_bce.
Author: imp
Date: Thu Feb 10 19:58:21 2011
New Revision: 218526
URL: http://svn.freebsd.org/changeset/base/218526
Log:
You are now *REQUIRED* to pass both TARGET and TARGET_ARCH to any
invocations of Makefile.inc1 (since that's supposed to be an internal
interface for world and related targe
Can you send me build-scripts?
Warner
On 02/10/2011 09:21, Adrian Chadd wrote:
So when I run this:
adrian@ref8-amd64:/scratch/tmp/adrian/head/src$ env
BUILD_FLAGS="NOCLEAN=1 NO_CLEAN=1" ../../build/build-scripts/bin/build
rspro buildworld
MAKEOBJDIRPREFIX: /scratch/tmp/adrian/head/src/../obj/m
Author: keramida (doc committer)
Date: Thu Feb 10 19:13:54 2011
New Revision: 218525
URL: http://svn.freebsd.org/changeset/base/218525
Log:
Add LIBEXECDIR to the bsd.own.mk vars, pointing to /usr/libexec by default
Some of the patches we are preparing for porting ATF from NetBSD
refer to
On Feb 10, 2011, at 8:13 AM, Chagin Dmitry wrote:
> On Wed, Aug 25, 2010 at 09:10:32AM +, Rui Paulo wrote:
>> Author: rpaulo
>> Date: Wed Aug 25 09:10:32 2010
>> New Revision: 211804
>> URL: http://svn.freebsd.org/changeset/base/211804
>>
>> Log:
>> Call the necessary DTrace function pointe
Author: jhb
Date: Thu Feb 10 18:54:52 2011
New Revision: 218524
URL: http://svn.freebsd.org/changeset/base/218524
Log:
- Add a new UNIVERSE_TARGET variable for 'make universe'. If it is set,
then that target is invoked for each architecture rather than the
default action of building wor
On Thu, 10 Feb 2011, Warner Losh wrote:
On 02/10/2011 06:45, Bjoern A. Zeeb wrote:
On Mon, 31 Jan 2011, Warner Losh wrote:
Author: imp
Date: Mon Jan 31 15:17:47 2011
New Revision: 218130
URL: http://svn.freebsd.org/changeset/base/218130
Log:
Move the architecture guessing from Makefile.inc1
On 02/10/2011 06:45, Bjoern A. Zeeb wrote:
On Mon, 31 Jan 2011, Warner Losh wrote:
Author: imp
Date: Mon Jan 31 15:17:47 2011
New Revision: 218130
URL: http://svn.freebsd.org/changeset/base/218130
Log:
Move the architecture guessing from Makefile.inc1 to Makefile. We
need to do this because
So when I run this:
adrian@ref8-amd64:/scratch/tmp/adrian/head/src$ env
BUILD_FLAGS="NOCLEAN=1 NO_CLEAN=1" ../../build/build-scripts/bin/build
rspro buildworld
MAKEOBJDIRPREFIX: /scratch/tmp/adrian/head/src/../obj/mipseb/
env=MAKEOBJDIRPREFIX=/scratch/tmp/adrian/head/src/../obj/mipseb/ make
NOCLEA
On Wed, Aug 25, 2010 at 09:10:32AM +, Rui Paulo wrote:
> Author: rpaulo
> Date: Wed Aug 25 09:10:32 2010
> New Revision: 211804
> URL: http://svn.freebsd.org/changeset/base/211804
>
> Log:
> Call the necessary DTrace function pointers when we have different kinds
> of traps.
>
> Spons
Author: jpaetzel
Date: Thu Feb 10 15:41:32 2011
New Revision: 218523
URL: http://svn.freebsd.org/changeset/base/218523
Log:
Netgear renamed the WG311 to the WG311v1 after they released a second
version of it. There is also a WG311v3 which uses a chipset covered by
malo(4). Along the way add
Author: tuexen
Date: Thu Feb 10 14:46:37 2011
New Revision: 218521
URL: http://svn.freebsd.org/changeset/base/218521
Log:
Remove addresses from endpoint when there are no associations.
This fixes a bug reported by brucec@.
MFC after: 3 months.
Modified:
head/sys/netinet/sctp_asconf.c
On Mon, 31 Jan 2011, Warner Losh wrote:
Author: imp
Date: Mon Jan 31 15:17:47 2011
New Revision: 218130
URL: http://svn.freebsd.org/changeset/base/218130
Log:
Move the architecture guessing from Makefile.inc1 to Makefile. We
need to do this because variables specified on the command line
ov
Author: netchild
Date: Thu Feb 10 08:06:56 2011
New Revision: 218513
URL: http://svn.freebsd.org/changeset/base/218513
Log:
Wrap long line.
Noticed by: bz
Modified:
head/sys/ufs/ufs/ufs_vnops.c
Modified: head/sys/ufs/ufs/ufs_vnops.c
33 matches
Mail list logo