Author: maxim
Date: Tue Jan 13 07:58:57 2009
New Revision: 187134
URL: http://svn.freebsd.org/changeset/base/187134
Log:
o Respect -ss flags (suppress zero counters) for icmp6 "histogram
of error messages" section.
Submitted by: naddy
MFC after:1 week
Modified:
head/usr.bin/netst
Author: delphij
Date: Tue Jan 13 07:12:32 2009
New Revision: 187133
URL: http://svn.freebsd.org/changeset/base/187133
Log:
Add several HP OEM parts' PCI IDs.
MFC after:2 months
Modified:
head/sys/dev/bce/if_bce.c
Modified: head/sys/dev/bce/if_bce.c
==
Author: obrien
Date: Tue Jan 13 06:53:53 2009
New Revision: 187132
URL: http://svn.freebsd.org/changeset/base/187132
Log:
Don't enable -Q by default - I've fixed the rescue build issue.
Modified:
head/usr.bin/make/job.c
head/usr.bin/make/main.c
Modified: head/usr.bin/make/job.c
===
Author: obrien
Date: Tue Jan 13 06:52:51 2009
New Revision: 187131
URL: http://svn.freebsd.org/changeset/base/187131
Log:
Set .POSIX mode, along with disable parallel mode. Crunchgen parses the
output from make(1) and its picky what it should look like.
Also use make's conditional assignmen
Author: obrien
Date: Tue Jan 13 06:08:37 2009
New Revision: 187130
URL: http://svn.freebsd.org/changeset/base/187130
Log:
r187093 failed to keep the lifetime of the pointer suitable for reentrancy.
Fix that. Also move the current buffer size into the 'cpa' structure.
Modified:
head/sbin/mo
Author: sam
Date: Tue Jan 13 05:50:22 2009
New Revision: 187129
URL: http://svn.freebsd.org/changeset/base/187129
Log:
On some platforms touching the bb registers when the phy is powered
down will cause a fault. Check the phy power state before possibly
reading from the bb, this can happen
Author: das
Date: Tue Jan 13 05:13:20 2009
New Revision: 187128
URL: http://svn.freebsd.org/changeset/base/187128
Log:
Use __gnu89_inline so that these files will compile with newer versions
of gcc, where the meaning of 'inline' was changed to match C99.
Noticed by: rdivacky
Modified:
Author: kientzle
Date: Tue Jan 13 04:56:41 2009
New Revision: 187126
URL: http://svn.freebsd.org/changeset/base/187126
Log:
"The first part is just to give more info, the latter part fixes
an error to read files past the 32bit byte offset, for instance
on DVDs."
Submitted by: phk@
MFC
Author: delphij
Date: Tue Jan 13 01:39:17 2009
New Revision: 187124
URL: http://svn.freebsd.org/changeset/base/187124
Log:
Fix build: MV_61XX is spelled as MV61XX in 7-STABLE.
Modified:
stable/7/sys/dev/ata/ata-chipset.c
Modified: stable/7/sys/dev/ata/ata-chipset.c
==
Author: gnn
Date: Tue Jan 13 00:10:50 2009
New Revision: 187123
URL: http://svn.freebsd.org/changeset/base/187123
Log:
Fix a cut/paste bug which prevents us from setting the average
latency tunable.
Reviewed by: jfv
MFC after:1 day
Modified:
head/sys/dev/e1000/if_igb.c
Modified
Author: sam
Date: Mon Jan 12 22:50:55 2009
New Revision: 187120
URL: http://svn.freebsd.org/changeset/base/187120
Log:
add tool to calculate air time for 802.11 packets
Added:
head/tools/tools/net80211/wlantxtime/
head/tools/tools/net80211/wlantxtime/Makefile (contents, props changed)
h
Author: rpaulo
Date: Mon Jan 12 22:37:05 2009
New Revision: 187119
URL: http://svn.freebsd.org/changeset/base/187119
Log:
MFC r185268:
Add support for Marvell PATA M88SX6121.
PR: 129154
Submitted by: João Barros
Modified:
stable/7/sys/ (props changed)
stable/7/sys/d
Author: jkim
Date: Mon Jan 12 22:01:49 2009
New Revision: 187118
URL: http://svn.freebsd.org/changeset/base/187118
Log:
Add basic i386 support for VIA Nano processors.
Modified:
head/sys/i386/i386/i686_mem.c
head/sys/i386/i386/identcpu.c
head/sys/i386/i386/initcpu.c
Modified: head/sys/i3
Author: jkim
Date: Mon Jan 12 21:58:19 2009
New Revision: 187117
URL: http://svn.freebsd.org/changeset/base/187117
Log:
Replace more strcmp(cpu_vendor, "foo") with cpu_vendor_id.
Modified:
head/sys/i386/i386/initcpu.c
Modified: head/sys/i386/i386/initcpu.c
===
Author: obrien
Date: Mon Jan 12 21:49:42 2009
New Revision: 187116
URL: http://svn.freebsd.org/changeset/base/187116
Log:
If running with "-K" really do not information about symbols from the a.out
argument. Before this fix, after searching the currently-running kernel,
we would still searc
David O'Brien schrieb:
On Mon, Jan 12, 2009 at 10:44:25AM +0100, Christoph Mallon wrote:
David O'Brien schrieb:
On Sun, Jan 11, 2009 at 08:56:22AM +0100, Christoph Mallon wrote:
David O'Brien schrieb:
On Sun, Jan 04, 2009 at 07:06:18PM +0100, Christoph Mallon wrote:
I'm pretty sure $SUPERNATU
On Mon, Jan 12, 2009 at 10:44:25AM +0100, Christoph Mallon wrote:
> Alternatively I would have gladly reviewed your solution.
Feel free to review the below.
> Actually this version doesn't work either.
> tron# ./mount -a
> usage: mount [-t fstype] [-o options] target_fs mount_point
> tron# ./mou
Author: takawata
Date: Mon Jan 12 20:13:14 2009
New Revision: 187113
URL: http://svn.freebsd.org/changeset/base/187113
Log:
More usb2 foma driver update.
1. Export usb serial port unit number as sysctl.
2. Fix bug on handsfree port.
Modified:
head/sys/dev/usb2/serial/ufoma2.c
Modified: h
Author: jkim
Date: Mon Jan 12 19:23:46 2009
New Revision: 187112
URL: http://svn.freebsd.org/changeset/base/187112
Log:
Connect padlock(4) to amd64 build for VIA Nano processors.
Modified:
head/sys/conf/files.amd64
head/sys/crypto/via/padlock.c
head/sys/crypto/via/padlock_hash.c
head/sy
Author: simon
Date: Mon Jan 12 19:17:43 2009
New Revision: 187110
URL: http://svn.freebsd.org/changeset/base/187110
Log:
netcat is "now" in base, so point people at nc(1) instead of the port.
MFC after:1 week
Modified:
head/games/fortune/datfiles/freebsd-tips
Modified: head/games/fo
Author: jkim
Date: Mon Jan 12 19:17:35 2009
New Revision: 187109
URL: http://svn.freebsd.org/changeset/base/187109
Log:
Add basic amd64 support for VIA Nano processors.
Modified:
head/sys/amd64/amd64/amd64_mem.c
head/sys/amd64/amd64/identcpu.c
head/sys/amd64/amd64/initcpu.c
head/sys/amd
Author: sam
Date: Mon Jan 12 19:16:00 2009
New Revision: 187108
URL: http://svn.freebsd.org/changeset/base/187108
Log:
MFC r185478: enable use of modules but disable them by adding
MODULES_OVERRIDE=""
Modified:
stable/7/sys/ (props changed)
stable/7/sys/arm/conf/AVILA
stable/7/sys/arm/
On Mon, Jan 12, 2009 at 10:44:25AM +0100, Christoph Mallon wrote:
> David O'Brien schrieb:
>> On Sun, Jan 11, 2009 at 08:56:22AM +0100, Christoph Mallon wrote:
>>> David O'Brien schrieb:
On Sun, Jan 04, 2009 at 07:06:18PM +0100, Christoph Mallon wrote:
> I'm pretty sure $SUPERNATURAL_BEING
Author: obrien
Date: Mon Jan 12 17:26:52 2009
New Revision: 187107
URL: http://svn.freebsd.org/changeset/base/187107
Log:
Vi got me in trouble in r187102 - fix typo of duplicate output filename.
Submitted by: several
Modified:
head/tools/tools/usb/print-usb-if-vids.sh
Modified: head/too
Author: sam
Date: Mon Jan 12 17:19:17 2009
New Revision: 187106
URL: http://svn.freebsd.org/changeset/base/187106
Log:
sync build infrastructure changes with HEAD
Reviewed by: imp
Added:
stable/7/tools/build/options/WITHOUT_ACCT
- copied unchanged from r183242, head/tools/build/opt
Author: obrien
Date: Mon Jan 12 17:18:58 2009
New Revision: 187105
URL: http://svn.freebsd.org/changeset/base/187105
Log:
Fix issue where ata_atapicmd() can never really return EBUSY which is
expected in acd_fixate().
This should fix various problems folks are having with 'burncd' reporti
Author: thompsa
Date: Mon Jan 12 17:15:09 2009
New Revision: 187104
URL: http://svn.freebsd.org/changeset/base/187104
Log:
Provide a NDIS tx power level converstion to/from net80211, this uses a
loookup
table to approximate mW<->dBM.
Submitted by: Paul B. Mahol
Modified:
head/sys/dev/
Doug Barton writes:
> For something like this it's quite simple, just do the merge in
> usr.sbin/powerd. Let's say you want to merge all the changes starting
> with r185050:
>
> Set REPO to something useful like svn+ssh://svn.freebsd.org/base/
>
> svn merge -r 185050:186476 $REPO/head/usr.sbin/pow
Author: gnn
Date: Mon Jan 12 16:54:41 2009
New Revision: 187103
URL: http://svn.freebsd.org/changeset/base/187103
Log:
Fix CTF based builds to that if the debug build is being used we get
debug symbols.
Reviewed by: jhb
Modified:
head/sys/conf/kern.pre.mk
Modified: head/sys/conf/kern
Ed Schouten writes:
> The reason I'm proposing xterm, is because it is the best supported
> [...] very portable [...] a lot of other pieces of software that try
> to mimic it [...]
It also supports a settable title bar, which I find very useful; many
people have their shell set up to put the mach
Author: obrien
Date: Mon Jan 12 16:31:27 2009
New Revision: 187102
URL: http://svn.freebsd.org/changeset/base/187102
Log:
Update fech URL.
Submitted by: Alexander Best
Modified:
head/tools/tools/usb/print-usb-if-vids.sh
Modified: head/tools/tools/usb/print-usb-if-vids.sh
==
Author: jkim
Date: Mon Jan 12 16:28:19 2009
New Revision: 187101
URL: http://svn.freebsd.org/changeset/base/187101
Log:
Allow VIA Nano processors to boot FreeBSD/amd64.
PR: amd64/130303
MFC after:1 week
Modified:
head/sys/boot/i386/libi386/bootinfo64.c
Modified: head/sys
Author: jkim
Date: Mon Jan 12 16:07:03 2009
New Revision: 187100
URL: http://svn.freebsd.org/changeset/base/187100
Log:
Add support for AMD64 Family 10h processors.
PR: kern/128331
MFC after:3 days
Modified:
head/sys/dev/agp/agp_amd64.c
Modified: head/sys/dev/agp/agp_amd
Author: stas
Date: Mon Jan 12 15:48:22 2009
New Revision: 187099
URL: http://svn.freebsd.org/changeset/base/187099
Log:
- MFC cpuctl and related commits into RELENG_7.
First revision of usr.sbin/cpucontrol was
merged directly into usr.sbin since there're
no such directory in stable/7
Author: danger (doc committer)
Date: Mon Jan 12 13:12:02 2009
New Revision: 187098
URL: http://svn.freebsd.org/changeset/base/187098
Log:
- add missing include
- fix struct memeber's name [1]
PR: docs/130413 [1]
Submitted by: Thomas Mueller [1]
MFC after:3 days
Modifie
Author: qingli
Date: Mon Jan 12 11:24:32 2009
New Revision: 187094
URL: http://svn.freebsd.org/changeset/base/187094
Log:
Revive the RTF_LLINFO flag in route.h. The kernel code is guarded
by the new kernel option COMPAT_ROUTE_FLAGS for binary backward
compatibility. The RTF_LLDATA flag maps
David O'Brien schrieb:
On Sun, Jan 11, 2009 at 08:56:22AM +0100, Christoph Mallon wrote:
David O'Brien schrieb:
On Sun, Jan 04, 2009 at 07:06:18PM +0100, Christoph Mallon wrote:
I'm pretty sure $SUPERNATURAL_BEING_OF_YOUR_CHOICE killed a kitten for
the ugly hack you added to mount. The moment
On Mon, Jan 12, 2009 at 12:39:22AM +, Xin LI wrote:
> Author: delphij
> Date: Mon Jan 12 00:39:22 2009
> New Revision: 187069
> URL: http://svn.freebsd.org/changeset/base/187069
>
> Log:
> MFC revisions 178088 and 179656: Catastrophic recovery mode.
Hi Xin,
I guess you missed my email to yo
On Sun, Jan 11, 2009 at 08:56:22AM +0100, Christoph Mallon wrote:
> David O'Brien schrieb:
>> On Sun, Jan 04, 2009 at 07:06:18PM +0100, Christoph Mallon wrote:
>>> I'm pretty sure $SUPERNATURAL_BEING_OF_YOUR_CHOICE killed a kitten for
>>> the ugly hack you added to mount. The moment you overflow a
Author: obrien
Date: Mon Jan 12 08:22:36 2009
New Revision: 187093
URL: http://svn.freebsd.org/changeset/base/187093
Log:
Use a dynamically grown buffer for building the argv for the sub-mounts.
Also fix RCSid spamage.
Inspired by patch from: Christoph Mallon
Modified:
head/sbin
40 matches
Mail list logo