Author: kevlo
Date: Mon Nov 8 07:54:24 2010
New Revision: 214972
URL: http://svn.freebsd.org/changeset/base/214972
Log:
Intel IXP425 SoC is based on the ARMv5TE architecture
MFC after:3 days
Modified:
head/sys/arm/include/cpuconf.h
Modified: head/sys/arm/include/cpuconf.h
=
Author: thompsa
Date: Mon Nov 8 03:08:01 2010
New Revision: 214971
URL: http://svn.freebsd.org/changeset/base/214971
Log:
Set the pin to output on attach, we can't assume it already is.
Reviewed by: gonzo
Modified:
head/sys/dev/gpio/gpioled.c
Modified: head/sys/dev/gpio/gpioled.c
David,
On Sun, Nov 7, 2010 at 15:22, David E. O'Brien wrote:
> Author: obrien
> Date: Sun Nov 7 23:22:42 2010
> New Revision: 214961
> URL: http://svn.freebsd.org/changeset/base/214961
>
> Log:
> Directly use memory allocation functions and remove needless casts in
> their usage. Also use ass
Author: yongari
Date: Mon Nov 8 01:15:42 2010
New Revision: 214968
URL: http://svn.freebsd.org/changeset/base/214968
Log:
Use shorten model name instead of showing all controller model
numbers. bge(4) supports too many models such that it's
unreasonable to list all these controllers in one
Author: gonzo
Date: Mon Nov 8 00:26:49 2010
New Revision: 214965
URL: http://svn.freebsd.org/changeset/base/214965
Log:
- Provide more registers for GDB
Modified:
head/sys/mips/mips/gdb_machdep.c
Modified: head/sys/mips/mips/gdb_machdep.c
Author: obrien
Date: Sun Nov 7 23:44:40 2010
New Revision: 214964
URL: http://svn.freebsd.org/changeset/base/214964
Log:
Add '-y' for bison compatibility.
Obtained from:http://invisible-island.net
Modified:
head/usr.bin/yacc/main.c
head/usr.bin/yacc/yacc.1
Modified: head/usr.
Author: obrien
Date: Sun Nov 7 23:34:05 2010
New Revision: 214963
URL: http://svn.freebsd.org/changeset/base/214963
Log:
Inherit WARNS from parent directory.
Submitted by: marius
Modified:
head/usr.bin/yacc/Makefile
Modified: head/usr.bin/yacc/Makefile
=
Author: gonzo
Date: Sun Nov 7 23:23:48 2010
New Revision: 214962
URL: http://svn.freebsd.org/changeset/base/214962
Log:
Fix cross-debugger build
Modified:
head/gnu/usr.bin/gdb/kgdb/trgt_mips.c
Modified: head/gnu/usr.bin/gdb/kgdb/trgt_mips.c
==
Author: obrien
Date: Sun Nov 7 23:22:42 2010
New Revision: 214961
URL: http://svn.freebsd.org/changeset/base/214961
Log:
Directly use memory allocation functions and remove needless casts in
their usage. Also use associated modern types instead of k&r ones.
Modified:
head/usr.bin/yacc/clo
Author: gonzo
Date: Sun Nov 7 23:22:22 2010
New Revision: 214960
URL: http://svn.freebsd.org/changeset/base/214960
Log:
Fix initialization order:_initialize_svr4_solib should
be called before _initialize_thread_db
Modified:
head/gnu/usr.bin/gdb/arch/mips/init.c
Modified: head/gnu/usr.bin/
Author: obrien
Date: Sun Nov 7 22:51:54 2010
New Revision: 214959
URL: http://svn.freebsd.org/changeset/base/214959
Log:
Change to ANSI-C function definitions.
Modified:
head/usr.bin/yacc/Makefile
head/usr.bin/yacc/closure.c
head/usr.bin/yacc/error.c
head/usr.bin/yacc/lalr.c
head/usr
Author: brian
Date: Sun Nov 7 22:33:55 2010
New Revision: 214958
URL: http://svn.freebsd.org/changeset/base/214958
Log:
MFC r212886 (by marcel): Unbreak the build on strong-aligned
architectures.
Modified:
stable/8/sbin/growfs/growfs.c
Directory Properties:
stable/8/sbin/growfs/ (props
Author: brian
Date: Sun Nov 7 22:28:55 2010
New Revision: 214957
URL: http://svn.freebsd.org/changeset/base/214957
Log:
MFC r198236 for now.
Modified:
stable/8/sbin/growfs/Makefile
Directory Properties:
stable/8/sbin/growfs/ (props changed)
Modified: stable/8/sbin/growfs/Makefile
==
Author: brian
Date: Sun Nov 7 22:24:17 2010
New Revision: 214956
URL: http://svn.freebsd.org/changeset/base/214956
Log:
MFC r197763 and r212839: Handle extending a filesystem into unzeroed storage.
Added:
stable/8/tools/regression/sbin/
- copied from r212839, head/tools/regression/sbin/
Author: n_hibma
Date: Sun Nov 7 21:57:57 2010
New Revision: 214955
URL: http://svn.freebsd.org/changeset/base/214955
Log:
- Set -x flag when executing customisation scripts to aid in debugging them.
- Use KERNCONFDIR with KERNCONF instead of copying the kernel config into the
source tree
Author: alc
Date: Sun Nov 7 21:48:49 2010
New Revision: 214954
URL: http://svn.freebsd.org/changeset/base/214954
Log:
Don't call pmap_demote_DMAP() on MTRR entries from the BIOS that are marked
as "bogus".
Reported by: Jia-Shiun Li
Modified:
head/sys/amd64/amd64/amd64_mem.c
Modified
Author: alc
Date: Sun Nov 7 21:40:34 2010
New Revision: 214953
URL: http://svn.freebsd.org/changeset/base/214953
Log:
In case the stack size reaches its limit and its growth must be restricted,
ensure that grow_amount is a multiple of the page size. Otherwise, the
kernel may crash in swap_
Author: gonzo
Date: Sun Nov 7 20:56:41 2010
New Revision: 214952
URL: http://svn.freebsd.org/changeset/base/214952
Log:
- Use proper constant for accessing PCB intead of hardcoded numbers
- Minor clean-up
Modified:
head/gnu/usr.bin/gdb/kgdb/trgt_mips.c
Modified: head/gnu/usr.bin/gdb/kgdb/
Author: gonzo
Date: Sun Nov 7 20:53:19 2010
New Revision: 214951
URL: http://svn.freebsd.org/changeset/base/214951
Log:
Link threads support to the build
Modified:
head/gnu/usr.bin/gdb/arch/mips/Makefile
head/gnu/usr.bin/gdb/arch/mips/init.c
Modified: head/gnu/usr.bin/gdb/arch/mips/Makefi
Author: gonzo
Date: Sun Nov 7 20:44:46 2010
New Revision: 214950
URL: http://svn.freebsd.org/changeset/base/214950
Log:
Prevent endless loop by detecting broken MIPS.options
Modified:
head/contrib/binutils/bfd/elfxx-mips.c
Modified: head/contrib/binutils/bfd/elfxx-mips.c
===
Author: gonzo
Date: Sun Nov 7 20:40:00 2010
New Revision: 214949
URL: http://svn.freebsd.org/changeset/base/214949
Log:
Change register numbers according to current struct reg and
struct fpreg in src/sys/mips/include/reg.h
Modified:
head/contrib/gdb/gdb/mips-tdep.h
head/contrib/gdb/gdb/m
Author: thompsa
Date: Sun Nov 7 20:38:14 2010
New Revision: 214948
URL: http://svn.freebsd.org/changeset/base/214948
Log:
Remove line for the uncommitted Cambria gpio drive that snuck in with r214946.
Modified:
head/sys/arm/xscale/ixp425/files.avila
Modified: head/sys/arm/xscale/ixp425/file
Author: gonzo
Date: Sun Nov 7 20:37:25 2010
New Revision: 214947
URL: http://svn.freebsd.org/changeset/base/214947
Log:
Calculate offset from frame top for registers saved on a stack frame.
Modified:
head/contrib/gdb/gdb/mips-tdep.c
Modified: head/contrib/gdb/gdb/mips-tdep.c
===
Author: thompsa
Date: Sun Nov 7 20:33:39 2010
New Revision: 214946
URL: http://svn.freebsd.org/changeset/base/214946
Log:
Hook up the five gpio pins on the Avila board to the gpio framework. There are
actually 16 I/O lines but the other ones are used for system devices and
interrupts.
Author: jilles
Date: Sun Nov 7 20:33:36 2010
New Revision: 214945
URL: http://svn.freebsd.org/changeset/base/214945
Log:
MFC r214609: sh(1): Correct synopsis and make precise how $0 is set.
In particular, the extra argument to set $0 with -c was not documented.
Modified:
stable/7/bin/sh
Author: jilles
Date: Sun Nov 7 20:29:39 2010
New Revision: 214944
URL: http://svn.freebsd.org/changeset/base/214944
Log:
MFC r214609: sh(1): Correct synopsis and make precise how $0 is set.
In particular, the extra argument to set $0 with -c was not documented.
Modified:
stable/8/bin/sh
Author: alc
Date: Sun Nov 7 20:20:19 2010
New Revision: 214943
URL: http://svn.freebsd.org/changeset/base/214943
Log:
MFC r214564
Correct some format strings used by sysctls.
Modified:
stable/7/sys/vm/vm_phys.c
stable/7/sys/vm/vm_reserv.c
Directory Properties:
stable/7/sys/ (props
Author: alc
Date: Sun Nov 7 19:51:51 2010
New Revision: 214942
URL: http://svn.freebsd.org/changeset/base/214942
Log:
MFC r214564
Correct some format strings used by sysctls.
Modified:
stable/8/sys/vm/vm_phys.c
stable/8/sys/vm/vm_reserv.c
Directory Properties:
stable/8/sys/ (props
Author: avg
Date: Sun Nov 7 19:32:03 2010
New Revision: 214941
URL: http://svn.freebsd.org/changeset/base/214941
Log:
Followup to r214936: zfs_getpages: account for differences from head
in page locking
Modified:
stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c
Modified
Author: marius
Date: Sun Nov 7 19:23:25 2010
New Revision: 214940
URL: http://svn.freebsd.org/changeset/base/214940
Log:
Add gpart and glabel to the release CD mfsroot.
Modified:
head/release/sparc64/boot_crunch.conf
Modified: head/release/sparc64/boot_crunch.conf
==
On Nov 6, 2010, at 9:09 PM, Anonymous wrote:
> Tim Kientzle writes:
>
>> Author: kientzle
>> Date: Sun Nov 7 03:40:37 2010
>> New Revision: 214905
>> URL: http://svn.freebsd.org/changeset/base/214905
>>
>> Log:
>> If the Zip reader doesn't see a PK signature block
>> because there's inter-ent
Author: tuexen
Date: Sun Nov 7 18:50:35 2010
New Revision: 214939
URL: http://svn.freebsd.org/changeset/base/214939
Log:
Do not have the MTU table twice in the code. Therefore move the
function from the timer code to util, rename it appropriately and
also fix a bug in sctp_get_prev_mtu(), w
Author: alc
Date: Sun Nov 7 18:42:37 2010
New Revision: 214938
URL: http://svn.freebsd.org/changeset/base/214938
Log:
Eliminate a possible race between pmap_pinit() and pmap_kenter_pde() on
superpage promotion or demotion.
Micro-optimize pmap_kenter_pde().
Reviewed by: kib, jhb (an
Author: avg
Date: Sun Nov 7 18:25:42 2010
New Revision: 214937
URL: http://svn.freebsd.org/changeset/base/214937
Log:
MFC r214774: x86 topo_probe: do not probe smp topology if only one cpu
is visible
Modified:
stable/8/sys/amd64/amd64/mp_machdep.c
stable/8/sys/i386/i386/mp_machdep.c
Dire
Author: avg
Date: Sun Nov 7 18:21:42 2010
New Revision: 214936
URL: http://svn.freebsd.org/changeset/base/214936
Log:
MFC r213937: zfs: add vop_getpages method implementation
Modified:
stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c
Directory Properties:
stable/8/sys/
Author: marius
Date: Sun Nov 7 17:54:43 2010
New Revision: 214935
URL: http://svn.freebsd.org/changeset/base/214935
Log:
MFC: r214606
Try to make the style consistent (including regarding NetBSD bits not yet
merged) and adhere style(9).
Modified:
stable/7/sys/dev/mii/mii_physubr.c
Dir
Author: marius
Date: Sun Nov 7 17:54:41 2010
New Revision: 214934
URL: http://svn.freebsd.org/changeset/base/214934
Log:
MFC: r214606
Try to make the style consistent (including regarding NetBSD bits not yet
merged) and adhere style(9).
Modified:
stable/8/sys/dev/mii/mii_physubr.c
Dir
Author: tuexen
Date: Sun Nov 7 17:50:56 2010
New Revision: 214933
URL: http://svn.freebsd.org/changeset/base/214933
Log:
Remove two functions which are not used.
MFC after: 3 days.
Modified:
head/sys/netinet/sctp_timer.c
head/sys/netinet/sctp_timer.h
Modified: head/sys/netinet/sctp_t
Author: marius
Date: Sun Nov 7 17:50:55 2010
New Revision: 214932
URL: http://svn.freebsd.org/changeset/base/214932
Log:
MFC: r214528
- When resetting pm_active and pm_context of a pmap in pmap_pinit() we
need locking as otherwise we may race against the other parts of the
MD code
Author: marius
Date: Sun Nov 7 17:50:54 2010
New Revision: 214931
URL: http://svn.freebsd.org/changeset/base/214931
Log:
MFC: r214528
- When resetting pm_active and pm_context of a pmap in pmap_pinit() we
need locking as otherwise we may race against the other parts of the
MD code
Author: marius
Date: Sun Nov 7 17:48:11 2010
New Revision: 214930
URL: http://svn.freebsd.org/changeset/base/214930
Log:
MFC: r214264
- Add IFM_10_2 and IFM_10_5 media via tlphy(4) only in case the respective
interface also has such connectors.
- In tl_attach() unify three different
Author: marius
Date: Sun Nov 7 17:48:07 2010
New Revision: 214929
URL: http://svn.freebsd.org/changeset/base/214929
Log:
MFC: r214264
- Add IFM_10_2 and IFM_10_5 media via tlphy(4) only in case the respective
interface also has such connectors.
- In tl_attach() unify three different
Author: tuexen
Date: Sun Nov 7 17:44:04 2010
New Revision: 214928
URL: http://svn.freebsd.org/changeset/base/214928
Log:
* Use exponential backoff for retransmission of SHUTDOWN and
SHUTDOWN-ACK chunks.
* While there, do some cleanups.
MFC after: 3 days.
Modified:
head/sys/netinet
Author: marius
Date: Sun Nov 7 17:41:09 2010
New Revision: 214927
URL: http://svn.freebsd.org/changeset/base/214927
Log:
MFC: r214263
Take advantage of mii_phy_add_media()/mii_phy_setmedia().
Modified:
stable/7/sys/dev/mii/pnaphy.c
Directory Properties:
stable/7/sys/ (props changed)
Author: marius
Date: Sun Nov 7 17:40:58 2010
New Revision: 214926
URL: http://svn.freebsd.org/changeset/base/214926
Log:
MFC: r214263
Take advantage of mii_phy_add_media()/mii_phy_setmedia().
Modified:
stable/8/sys/dev/mii/pnaphy.c
Directory Properties:
stable/8/sys/ (props changed)
Author: marius
Date: Sun Nov 7 17:38:54 2010
New Revision: 214925
URL: http://svn.freebsd.org/changeset/base/214925
Log:
MFC: r213894, r213896, r214913
Converted the remainder of the NIC drivers to use the mii_attach()
introduced in r213878 (MFC'ed to stable/7 in r214685) instead of
mi
Author: marius
Date: Sun Nov 7 17:35:42 2010
New Revision: 214924
URL: http://svn.freebsd.org/changeset/base/214924
Log:
MFC: r214262
- Take advantage of mii_phy_dev_probe().
- Use mii_phy_add_media() instead of mii_add_media(). I'm not sure how
this driver actually managed to work b
Author: trasz
Date: Sun Nov 7 17:33:04 2010
New Revision: 214923
URL: http://svn.freebsd.org/changeset/base/214923
Log:
Remove useless comment.
Modified:
head/tools/regression/acltools/tools-nfs4.test
Modified: head/tools/regression/acltools/tools-nfs4.test
=
Author: marius
Date: Sun Nov 7 16:56:29 2010
New Revision: 214922
URL: http://svn.freebsd.org/changeset/base/214922
Log:
MFC: r213894, r213896, r214913
Converted the remainder of the NIC drivers to use the mii_attach()
introduced in r213878 (MFC'ed to stable/8 in r214685) instead of
mi
* Olivier Houchard , 20101107 17:05:
> Sync with the latest version from NetBSD. It notably addds ISO9660 support.
Thank you!
--
Ed Schouten
WWW: http://80386.nl/
pgpIX5Y9tdTGL.pgp
Description: PGP signature
Author: cognet
Date: Sun Nov 7 16:05:04 2010
New Revision: 214921
URL: http://svn.freebsd.org/changeset/base/214921
Log:
Sync with the latest version from NetBSD. It notably addds ISO9660 support.
Submitted by: bapt
Added:
head/usr.sbin/makefs/cd9660/
head/usr.sbin/makefs/cd9660.c (
Author: n_hibma
Date: Sun Nov 7 15:36:07 2010
New Revision: 214919
URL: http://svn.freebsd.org/changeset/base/214919
Log:
Bugfix: Set the bit that marks a device number in use.
This would cause a panic when disconnecting the second serial device.
Submitted by: Lucius Windschuh
Modified:
Author: tuexen
Date: Sun Nov 7 14:39:40 2010
New Revision: 214918
URL: http://svn.freebsd.org/changeset/base/214918
Log:
Not only stop all timers when entering the SHUTDOWN_SENT state,
but also when entering the SHUTDOWN_ACK_SEND state.
MFC after: 3 days.
Modified:
head/sys/netinet/sc
Author: jh
Date: Sun Nov 7 14:28:01 2010
New Revision: 214917
URL: http://svn.freebsd.org/changeset/base/214917
Log:
Add missing curly brackets. By chance, the missing brackets didn't alter
the code behavior.
Submitted by: Lucius Windschuh
Modified:
head/sys/kern/kern_conf.c
Modified
Author: marius
Date: Sun Nov 7 12:29:26 2010
New Revision: 214913
URL: http://svn.freebsd.org/changeset/base/214913
Log:
Fix indentation in r213894.
Modified:
head/sys/dev/wb/if_wb.c
Modified: head/sys/dev/wb/if_wb.c
==
Author: delphij
Date: Sun Nov 7 11:51:57 2010
New Revision: 214912
URL: http://svn.freebsd.org/changeset/base/214912
Log:
Redo r214897:
MFC r211141 (gabor)
- Fixes to the chkportsum script to handle better some special cases,
like spaces in filename
Submitted by: Alex Kozlo
Author: delphij
Date: Sun Nov 7 11:39:48 2010
New Revision: 214911
URL: http://svn.freebsd.org/changeset/base/214911
Log:
Revert r214897 in order to finish the merge properly without stopping
svn2cvs.
Pointy hat to:delphij
Deleted:
stable/8/etc/periodic/security/460.chkportsum
Author: marius
Date: Sun Nov 7 11:12:30 2010
New Revision: 214910
URL: http://svn.freebsd.org/changeset/base/214910
Log:
MFC: r213893, r213908, r214566, r214605, r214846
Convert the PHY drivers to honor the mii_flags passed down and convert
the NIC drivers as well as the PHY drivers to t
Author: marius
Date: Sun Nov 7 11:12:29 2010
New Revision: 214909
URL: http://svn.freebsd.org/changeset/base/214909
Log:
MFC: r213893, r213908, r214566, r214605, r214846
Convert the PHY drivers to honor the mii_flags passed down and convert
the NIC drivers as well as the PHY drivers to t
Author: uqs
Date: Sun Nov 7 10:49:40 2010
New Revision: 214908
URL: http://svn.freebsd.org/changeset/base/214908
Log:
Retire objformat(1), take two.
It's been almost four years, and this placeholder has not been needed.
Deleted:
head/usr.bin/objformat/
__
Author: joel (doc committer)
Date: Sun Nov 7 07:16:35 2010
New Revision: 214907
URL: http://svn.freebsd.org/changeset/base/214907
Log:
Remove extraneous Aq.
Modified:
head/usr.sbin/apmd/apmd.8
Modified: head/usr.sbin/apmd/apmd.8
==
61 matches
Mail list logo