Author: obrien
Date: Sat Oct 2 06:58:58 2010
New Revision: 213352
URL: http://svn.freebsd.org/changeset/base/213352
Log:
Copy these import related files from contrib/bzip2 and update for 1.0.6.
Added:
- copied unchanged from r213347, head/contrib/bzip2/FREEBSD-Xlist
vendor/bzip2/FREEBSD
Author: obrien
Date: Sat Oct 2 06:57:33 2010
New Revision: 213351
URL: http://svn.freebsd.org/changeset/base/213351
Log:
"Tag" the Bzip2 1.0.6 vendor import.
Added:
vendor/bzip2/1.0.6/
- copied from r213349, vendor/bzip2/dist/
Replaced:
vendor/bzip2/1.0.6/CHANGES
- copied unchang
Author: obrien
Date: Sat Oct 2 06:57:04 2010
New Revision: 213350
URL: http://svn.freebsd.org/changeset/base/213350
Log:
Vendor import bzip2 -- upgrade to version 1.0.6.
Modified:
vendor/bzip2/dist/CHANGES
vendor/bzip2/dist/LICENSE
vendor/bzip2/dist/Makefile
vendor/bzip2/dist/Makefile-
Author: gordon
Date: Sat Oct 2 06:55:04 2010
New Revision: 213349
URL: http://svn.freebsd.org/changeset/base/213349
Log:
Fix up whatis/apropos issue displaying all output on a single due to
forgotten quotes.
Submitted by: Brandon Gooch
Approved by: wes (mentor, implicit)
Modified:
Author: obrien
Date: Sat Oct 2 06:54:59 2010
New Revision: 213348
URL: http://svn.freebsd.org/changeset/base/213348
Log:
Flatten the bzip2 vendor area in preparations for the 1.0.6 import.
Added:
- copied unchanged from r213347, vendor/bzip2/dist/contrib/bzip2/CHANGES
- copied unchan
Author: jmallett
Date: Sat Oct 2 05:43:17 2010
New Revision: 213346
URL: http://svn.freebsd.org/changeset/base/213346
Log:
o) Allow devices to override the MDIO read and write functions presented to
the miibus attached to octe interfaces.
o) Add an SMI/MDIO interface to the MV88E61XX and
Author: jmallett
Date: Sat Oct 2 05:38:45 2010
New Revision: 213345
URL: http://svn.freebsd.org/changeset/base/213345
Log:
Rather than shifting offsets by three, set register offset to 3. All our
bus interface does that's special here now is to use a 64-bit register size.
In theory, uart(4
Author: jmallett
Date: Sat Oct 2 01:29:09 2010
New Revision: 213342
URL: http://svn.freebsd.org/changeset/base/213342
Log:
Use ABI-aware macros for setting up a fake frame.
Modified:
head/sys/mips/mips/locore.S
Modified: head/sys/mips/mips/locore.S
==
Author: jmallett
Date: Sat Oct 2 01:28:18 2010
New Revision: 213341
URL: http://svn.freebsd.org/changeset/base/213341
Log:
Remove extra cpu setting and commented-out devices, some of which don't exist.
Modified:
head/sys/mips/cavium/std.octeon1
Modified: head/sys/mips/cavium/std.octeon1
===
Author: jmallett
Date: Sat Oct 2 01:24:20 2010
New Revision: 213340
URL: http://svn.freebsd.org/changeset/base/213340
Log:
Make the OCTEON1 configuration look like a normal GENERIC configuration. In
particular, add PCI and USB buses and most devices. Also move to using ULE,
adding INET6,
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 2010/10/01 06:22, Roman Divacky wrote:
> On Fri, Oct 01, 2010 at 01:10:11PM +, Jilles Tjoelker wrote:
>> Author: jilles
>> Date: Fri Oct 1 13:10:11 2010
>> New Revision: 213326
>> URL: http://svn.freebsd.org/changeset/base/213326
>>
>> Log:
>
On Sat, 2 Oct 2010, Bruce Evans wrote:
...
Also, all except 11 files in msun/i387 and 1 file in msun/amd64 are missing
a commented-out RCSID("$NetBSD...$") to indicated where they came from. I
think most of the NetBSD ids were corrupted in the initial import when the
id string was spelled $Id$
On Fri, 1 Oct 2010, Dimitry Andric wrote:
Log:
Use __FBSDID() instead of RCSID() in most .S files under lib/msun/i386,
and one under lib/msun/amd64. This avoids adding the identifiers to the
.text section, and moves them to the .comment section instead.
Suggested by: bde
Approved by: r
On Fri, 1 Oct 2010, Dimitry Andric wrote:
On 2010-10-01 15:22, Roman Divacky wrote:
there's "rep cmps" in bcmp.S and memcmp.S in both amd64/i386
they both have C counterparts, no idea how fast those are (they
are going char by char).
does this wisdom apply to those too?
Well, these versions
On 2010-10-01 19:54, Anonymous wrote:
-.if ${CC:T:Mclang} == "clang"
-CC=gcc
-.endif
+CC:=${CC:C/^(.*\/)?clang$/gcc/1}
How about clearing some user-defined variable together with the substitution
CLANG_FLAGS = # set to empty value
CC := ${CC:C/^(.*\/)?clang$/gcc/1}
in which user can sto
Author: dim
Date: Fri Oct 1 20:14:36 2010
New Revision: 213337
URL: http://svn.freebsd.org/changeset/base/213337
Log:
Use __FBSDID() instead of RCSID() in most .S files under lib/msun/i386,
and one under lib/msun/amd64. This avoids adding the identifiers to the
.text section, and moves the
Author: nwhitehorn
Date: Fri Oct 1 19:02:31 2010
New Revision: 213336
URL: http://svn.freebsd.org/changeset/base/213336
Log:
Map the Open Firmware framebuffer console with write combining turned on,
and set memory attributes appropriately for mmap() calls on /dev/console.
Xorg no longer use
Author: nwhitehorn
Date: Fri Oct 1 18:59:30 2010
New Revision: 213335
URL: http://svn.freebsd.org/changeset/base/213335
Log:
Fix pmap_page_set_memattr() behavior in the presence of fictitious pages
by just caching the mode for later use by pmap_enter(), following amd64.
While here, correct
Dimitry Andric writes:
> Author: dim
> Date: Tue Sep 21 21:41:45 2010
> New Revision: 212979
> URL: http://svn.freebsd.org/changeset/base/212979
[...]
> Modified: head/gnu/lib/libobjc/Makefile
> ==
> --- head/gnu/lib/libo
Author: yongari
Date: Fri Oct 1 17:51:55 2010
New Revision: 213334
URL: http://svn.freebsd.org/changeset/base/213334
Log:
Remove extra semicolon.
Modified:
head/sys/dev/bge/if_bge.c
Modified: head/sys/dev/bge/if_bge.c
=
Author: yongari
Date: Fri Oct 1 17:46:15 2010
New Revision: 21
URL: http://svn.freebsd.org/changeset/base/21
Log:
Allow write DMA to request larger DMA burst size to get better
performance on BCM5785.
Obtained from:OpenBSD
Modified:
head/sys/dev/bge/if_bge.c
head/sys
Author: bschmidt
Date: Fri Oct 1 17:20:48 2010
New Revision: 213332
URL: http://svn.freebsd.org/changeset/base/213332
Log:
Create the var/run/wpa_supplicant directory where the wpa_supplicant
RC script wants to save a pidfile for each interface.
Modified:
stable/6/etc/mtree/BSD.var.dist
Di
Author: bschmidt
Date: Fri Oct 1 17:20:30 2010
New Revision: 213331
URL: http://svn.freebsd.org/changeset/base/213331
Log:
Create the var/run/wpa_supplicant directory where the wpa_supplicant
RC script wants to save a pidfile for each interface.
Modified:
stable/7/etc/mtree/BSD.var.dist
Di
Author: bschmidt
Date: Fri Oct 1 17:20:13 2010
New Revision: 213330
URL: http://svn.freebsd.org/changeset/base/213330
Log:
Create the var/run/wpa_supplicant directory where the wpa_supplicant
RC script wants to save a pidfile for each interface.
Modified:
stable/8/etc/mtree/BSD.var.dist
Di
Nathan Whitehorn wrote:
Author: nwhitehorn
Date: Thu Sep 30 18:14:12 2010
New Revision: 213307
URL: http://svn.freebsd.org/changeset/base/213307
Log:
Add support for memory attributes (pmap_mapdev_attr() and friends) on
PowerPC/AIM. This is currently stubbed out on Book-E, since I have no
Author: luigi
Date: Fri Oct 1 15:38:35 2010
New Revision: 213329
URL: http://svn.freebsd.org/changeset/base/213329
Log:
put back the assigment to sched_time. It was correct, and
it was necessary.
Submitted by: Riccardo Panicucci
Modified:
head/sys/netinet/ipfw/ip_dn_io.c
Modified: he
On 2010-10-01 15:22, Roman Divacky wrote:
there's "rep cmps" in bcmp.S and memcmp.S in both amd64/i386
they both have C counterparts, no idea how fast those are (they
are going char by char).
does this wisdom apply to those too?
Well, these versions compare by words first, using "repe cmpsl"
Author: bz
Date: Fri Oct 1 15:14:14 2010
New Revision: 213328
URL: http://svn.freebsd.org/changeset/base/213328
Log:
Only hide the ifa and not the tp under #ifdef INET as the tp is needed
for locking evenwhen there is no INET.
MFC after:3 days
Modified:
head/sys/net/if_tun.c
Modi
Author: gnn
Date: Fri Oct 1 14:36:36 2010
New Revision: 213327
URL: http://svn.freebsd.org/changeset/base/213327
Log:
Change the output of mctest to give a summary of the results instead
of printing a long list.
Add a default base port, and default mulitcast address to the
runner scrip
m...@freebsd.org wrote:
> I thought CTLFLAG_TUN was only used to provide a more useful error
> message when writing to a read-only sysctl? I think the CTLFLAG_TUN
> should not be here for a RW sysctl.
Yes, that's the only use for CTLFLAG_TUN _now_.
Perhaps in the future there could be other uses,
On Fri, Oct 1, 2010 at 9:34 AM, Andriy Gapon wrote:
> Author: avg
> Date: Fri Oct 1 09:34:41 2010
> New Revision: 213322
> URL: http://svn.freebsd.org/changeset/base/213322
>
> Log:
> sysctls in kern_shutdown: add twin tunables
>
> also make couple of sysctl-controlled variables static
>
> Rev
On Fri, Oct 01, 2010 at 01:10:11PM +, Jilles Tjoelker wrote:
> Author: jilles
> Date: Fri Oct 1 13:10:11 2010
> New Revision: 213326
> URL: http://svn.freebsd.org/changeset/base/213326
>
> Log:
> libc: Remove the i386 assembler version of strlen(3).
>
> On anything modern, the C versio
Author: jilles
Date: Fri Oct 1 13:10:11 2010
New Revision: 213326
URL: http://svn.freebsd.org/changeset/base/213326
Log:
libc: Remove the i386 assembler version of strlen(3).
On anything modern, the C version, which processes a word at a time, is much
faster. The Intel optimization manua
Author: bz
Date: Fri Oct 1 11:48:14 2010
New Revision: 213325
URL: http://svn.freebsd.org/changeset/base/213325
Log:
Proper bracketing.
PR: kern/151100
Submitted by: SunMinghao (sunminghao hotmail.com)
MFC after:3 days
Modified:
head/sys/netinet/igmp.c
Modified: head/
Author: mr
Date: Fri Oct 1 10:34:35 2010
New Revision: 213324
URL: http://svn.freebsd.org/changeset/base/213324
Log:
- simplify by using one build script
- use label for mounting
- use GENERIC kernel
- create empty Pkg directory
Added:
head/tools/tools/nanobsd/rescue/Pkg/
head/tools/
Author: avg
Date: Fri Oct 1 10:32:54 2010
New Revision: 213323
URL: http://svn.freebsd.org/changeset/base/213323
Log:
i386 and amd64 mp_machdep: improve topology detection for Intel CPUs
This patch is significantly based on previous work by jkim.
List of changes:
- added comments that
Author: avg
Date: Fri Oct 1 09:34:41 2010
New Revision: 213322
URL: http://svn.freebsd.org/changeset/base/213322
Log:
sysctls in kern_shutdown: add twin tunables
also make couple of sysctl-controlled variables static
Reviewed by: rwatson
MFC after:1 week
Modified:
head/sys/k
Author: adrian
Date: Fri Oct 1 09:18:30 2010
New Revision: 213321
URL: http://svn.freebsd.org/changeset/base/213321
Log:
Fix background roaming to actually work in AUTO roaming mode.
IEEE80211_F_BGSCAN is a vap flag, not a channel flag. So although bgscan
occured, sta_roam_check() would
Author: edwin
Date: Fri Oct 1 07:59:26 2010
New Revision: 213320
URL: http://svn.freebsd.org/changeset/base/213320
Log:
Tag of tzcode2010m
Added:
vendor/tzcode/tzcode2010m/
- copied from r213319, vendor/tzcode/dist/
___
svn-src-all@freebsd.org
Author: edwin
Date: Fri Oct 1 07:58:09 2010
New Revision: 213319
URL: http://svn.freebsd.org/changeset/base/213319
Log:
Vendor import of tzcode2010m
Obtained from:ftp://elsie.nci.nih.gov/pub/
Modified:
vendor/tzcode/dist/zic/zic.c
Modified: vendor/tzcode/dist/zic/zic.c
40 matches
Mail list logo