Author: marcel
Date: Sat Mar 27 06:53:11 2010
New Revision: 205727
URL: http://svn.freebsd.org/changeset/base/205727
Log:
Bring up-to-date:
o Switch to ITANIUM2 has the cpu. This has absolutely no effect
on the code, but makes for a better example.
o Drop COMPAT_FREEBSD6. We're tie
Author: marcel
Date: Sat Mar 27 05:40:50 2010
New Revision: 205726
URL: http://svn.freebsd.org/changeset/base/205726
Log:
Implement interrupt to CPU binding. Assign interrupts to CPUs in a
round-robin fashion, starting with the highest priority interrupt
on the highest-numbered CPU and cycli
==
--- head/ObsoleteFiles.inc Sat Mar 27 03:15:34 2010(r205723)
+++ head/ObsoleteFiles.inc Sat Mar 27 03:17:39 2010(r205724)
@@ -14,11 +14,14 @@
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
#
+# 20100326: [ia64] removed
+.if ${TARGET_ARCH
Author: marcel
Date: Sat Mar 27 03:15:34 2010
New Revision: 205723
URL: http://svn.freebsd.org/changeset/base/205723
Log:
Remove nx_pcibus from the nexus resource. Nexus is not involved
with PCI busses. Remove nexus_read_ivar() and nexus_write_ivar()
to give default behaviour. Remove as wel
On Mar 26, 2010, at 7:16 PM, M. Warner Losh wrote:
> In message: <201003261940.o2qjery1041...@svn.freebsd.org>
>Marcel Moolenaar writes:
> : Author: marcel
> : Date: Fri Mar 26 19:40:53 2010
> : New Revision: 205710
> : URL: http://svn.freebsd.org/changeset/base/205710
> :
> : Log:
In message: <201003261940.o2qjery1041...@svn.freebsd.org>
Marcel Moolenaar writes:
: Author: marcel
: Date: Fri Mar 26 19:40:53 2010
: New Revision: 205710
: URL: http://svn.freebsd.org/changeset/base/205710
:
: Log:
: Handle cross-builds for gdbserver.
Cross-builds outside the nor
Author: jfv
Date: Sat Mar 27 00:21:40 2010
New Revision: 205720
URL: http://svn.freebsd.org/changeset/base/205720
Log:
Update the driver to Intel version 2.1.6
- add some new hardware support for 82599
- Big change to interrupt architecture, it now
uses a queue which co
Author: marcel
Date: Fri Mar 26 21:22:02 2010
New Revision: 205713
URL: http://svn.freebsd.org/changeset/base/205713
Log:
Rename disable_intr() to ia64_disable_intr() and rename enable_intr()
to ia64_enable_intr(). This reduces confusion with intr_disable() and
intr_restore().
Have conf
Author: mjacob
Date: Fri Mar 26 20:22:18 2010
New Revision: 205712
URL: http://svn.freebsd.org/changeset/base/205712
Log:
D'oh- isp_handle_index' logic was reversed (not used in FreeBSD).
MFC after:1 week
Modified:
head/sys/dev/isp/isp_library.c
Modified: head/sys/dev/isp/isp_librar
Author: marcel
Date: Fri Mar 26 19:41:40 2010
New Revision: 205711
URL: http://svn.freebsd.org/changeset/base/205711
Log:
Allow building a cross-kgdb for ia64.
Modified:
head/gnu/usr.bin/gdb/Makefile.inc
head/gnu/usr.bin/gdb/kgdb/trgt_ia64.c
Modified: head/gnu/usr.bin/gdb/Makefile.inc
Author: marcel
Date: Fri Mar 26 19:40:53 2010
New Revision: 205710
URL: http://svn.freebsd.org/changeset/base/205710
Log:
Handle cross-builds for gdbserver.
Modified:
head/gnu/usr.bin/gdb/Makefile
Modified: head/gnu/usr.bin/gdb/Makefile
===
Author: jhb
Date: Fri Mar 26 19:00:17 2010
New Revision: 205709
URL: http://svn.freebsd.org/changeset/base/205709
Log:
MFC 205332:
Use the same policy for rejecting / not-reject ACPI tables with incorrect
checksums as the base acpi(4) driver. This fixes a problem where the MADT
parser wou
Author: jhb
Date: Fri Mar 26 18:58:22 2010
New Revision: 205708
URL: http://svn.freebsd.org/changeset/base/205708
Log:
MFC 205332:
Use the same policy for rejecting / not-reject ACPI tables with incorrect
checksums as the base acpi(4) driver. This fixes a problem where the MADT
parser wou
Author: jhb
Date: Fri Mar 26 18:54:46 2010
New Revision: 205707
URL: http://svn.freebsd.org/changeset/base/205707
Log:
MFC 204972:
Make NKPT a kernel option on i386 so that it can be set to a non-default
value from kernel config files.
Modified:
stable/7/sys/conf/options.i386
stable/7/s
Author: jhb
Date: Fri Mar 26 18:54:25 2010
New Revision: 205706
URL: http://svn.freebsd.org/changeset/base/205706
Log:
MFC 204972:
Make NKPT a kernel option on i386 so that it can be set to a non-default
value from kernel config files.
Modified:
stable/8/sys/conf/options.i386
stable/8/s
Author: rpaulo
Date: Fri Mar 26 18:49:43 2010
New Revision: 205705
URL: http://svn.freebsd.org/changeset/base/205705
Log:
Pass the correct pointer to fled_cb().
Modified:
head/sys/arm/xscale/ixp425/cambria_fled.c
Modified: head/sys/arm/xscale/ixp425/cambria_fled.c
===
Author: jhb
Date: Fri Mar 26 18:34:25 2010
New Revision: 205704
URL: http://svn.freebsd.org/changeset/base/205704
Log:
Trim some broken mergeinfo.
Modified:
Directory Properties:
stable/7/sys/ (props changed)
stable/7/sys/cddl/contrib/opensolaris/ (props changed)
stable/7/sys/contrib/
Author: jhb
Date: Fri Mar 26 18:25:26 2010
New Revision: 205703
URL: http://svn.freebsd.org/changeset/base/205703
Log:
Cleanup some busted mergeinfo.
Modified:
Directory Properties:
stable/8/sys/ (props changed)
___
svn-src-all@freebsd.org mailing
==
--- head/ObsoleteFiles.inc Fri Mar 26 16:45:21 2010(r205701)
+++ head/ObsoleteFiles.inc Fri Mar 26 17:02:32 2010(r205702)
@@ -14,6 +14,11 @@
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
#
+# 20100326: gcpio removal
+OLD_FILES+=usr/bin/gcpio
Author: delphij
Date: Fri Mar 26 16:45:21 2010
New Revision: 205701
URL: http://svn.freebsd.org/changeset/base/205701
Log:
MFC r205630 (imp):
This broke when we went to gnu99 as the default standard. Fix the build
by reverting to the gnu89 standard.
Modified:
stable/8/gnu/usr.bin/cpio
Author: mjacob
Date: Fri Mar 26 15:13:31 2010
New Revision: 205698
URL: http://svn.freebsd.org/changeset/base/205698
Log:
Clean up some printing stuff so that we can have a bit finer control
on debug output. Add a new platform function requirement to allow
for printing based upon the ITL nex
Author: jhb
Date: Fri Mar 26 14:52:58 2010
New Revision: 205697
URL: http://svn.freebsd.org/changeset/base/205697
Log:
Fixup earlier merge so that svn will ignore glimpse and cscope files on
all of the kernel source tree rather than sys/sys/.
Modified:
Directory Properties:
stable/7/sys/
Author: jhb
Date: Fri Mar 26 14:43:43 2010
New Revision: 205696
URL: http://svn.freebsd.org/changeset/base/205696
Log:
Fixup earlier merge so that svn will ignore glimpse and cscope files on
all of the kernel source tree rather than sys/sys/.
Modified:
Directory Properties:
stable/8/sys/
Author: netchild
Date: Fri Mar 26 14:36:16 2010
New Revision: 205695
URL: http://svn.freebsd.org/changeset/base/205695
Log:
Revert r205683 to resolve some code quality issues which do not affect the
build or use of linprocfs, before committing the reworked patch again.
Requested by: des
Author: fabient
Date: Fri Mar 26 14:35:48 2010
New Revision: 205694
URL: http://svn.freebsd.org/changeset/base/205694
Log:
Handling SIGPIPE will cause deadlock/crash.
Return an error immediatly in case of hard shutdown.
MFC after: 3days
Modified:
head/sys/dev/hwpmc/hwpmc_logging.c
Mod
Author: fabient
Date: Fri Mar 26 14:29:57 2010
New Revision: 205693
URL: http://svn.freebsd.org/changeset/base/205693
Log:
Do not overflow the term in the case of multi-line display.
MFC after: 3days
Modified:
head/usr.sbin/pmcstat/pmcpl_calltree.c
Modified: head/usr.sbin/pmcstat/pmcpl_
Author: jhb
Date: Fri Mar 26 14:08:21 2010
New Revision: 205692
URL: http://svn.freebsd.org/changeset/base/205692
Log:
Move mergeinfo for net/ and netinet/ipfw/ up to sys/.
Modified:
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (props changed)
st
Author: ivoras
Date: Fri Mar 26 14:03:42 2010
New Revision: 205691
URL: http://svn.freebsd.org/changeset/base/205691
Log:
MFC r204248,r204249 - "fancy snake_saver" with color coded load averages
Modified:
stable/8/sys/dev/syscons/snake/snake_saver.c
Directory Properties:
stable/8/sys/ (pr
Author: jhb
Date: Fri Mar 26 13:50:19 2010
New Revision: 205690
URL: http://svn.freebsd.org/changeset/base/205690
Log:
MFC 205214:
- Extend the machine check record structure to include several fields useful
for parsing model-specific and other fields in machine check events
including
Author: jhb
Date: Fri Mar 26 13:49:46 2010
New Revision: 205689
URL: http://svn.freebsd.org/changeset/base/205689
Log:
MFC 205214:
- Extend the machine check record structure to include several fields useful
for parsing model-specific and other fields in machine check events
including
On Friday 26 March 2010 7:43:15 am Alexander Leidinger wrote:
> Author: netchild
> Date: Fri Mar 26 11:43:15 2010
> New Revision: 205683
> URL: http://svn.freebsd.org/changeset/base/205683
>
> Log:
> Fix some bogus values in linprocfs.
>
> Submitted by: Petr Salinger
> Verified on:
On Thursday 25 March 2010 9:30:54 pm Xin LI wrote:
> Author: delphij
> Date: Fri Mar 26 01:30:53 2010
> New Revision: 205662
> URL: http://svn.freebsd.org/changeset/base/205662
>
> Log:
> Our boot loader is capable of booting both i386 and amd64 kernels so
> call it "x86" instead of "i386".
>
--- head/sys/compat/linprocfs/linprocfs.c (r205682)
+++ head/sys/compat/linprocfs/linprocfs.c (r205683)
@@ -110,13 +110,36 @@ __FBSDID("$FreeBSD$");
/*
* Various conversion macros
*/
+
+/* The LINUX_USER_HZ is assumed 100 for now */
+
+#if defined(__i386__) && defined(__GNUCLIKE_ASM)
+/* we
Author: jhb
Date: Fri Mar 26 13:01:53 2010
New Revision: 205688
URL: http://svn.freebsd.org/changeset/base/205688
Log:
MFC 205210,205448:
Remove unneeded type specifiers from 64-bit constants. The compiler
infers their natural type from the constants' values.
Modified:
stable/7/sys/amd64
Author: jhb
Date: Fri Mar 26 13:01:30 2010
New Revision: 205687
URL: http://svn.freebsd.org/changeset/base/205687
Log:
MFC 205210,205448:
Remove unneeded type specifiers from 64-bit constants. The compiler
infers their natural type from the constants' values.
Modified:
stable/8/sys/amd64
Author: des
Date: Fri Mar 26 12:59:15 2010
New Revision: 205686
URL: http://svn.freebsd.org/changeset/base/205686
Log:
Tighten my grip on pseudofs, procfs, linprocfs.
Modified:
head/MAINTAINERS
Modified: head/MAINTAINERS
===
Quoting Kostik Belousov (from Fri, 26 Mar 2010
13:49:25 +0200):
On Fri, Mar 26, 2010 at 11:43:15AM +, Alexander Leidinger wrote:
Author: netchild
Date: Fri Mar 26 11:43:15 2010
New Revision: 205683
URL: http://svn.freebsd.org/changeset/base/205683
Log:
Fix some bogus values in linproc
Author: jhb
Date: Fri Mar 26 12:53:46 2010
New Revision: 205685
URL: http://svn.freebsd.org/changeset/base/205685
Log:
Move mergeinfo for dev/mii up to sys.
Modified:
Directory Properties:
stable/7/sys/ (props changed)
stable/7/sys/cddl/contrib/opensolaris/ (props changed)
stable/7/sy
Author: jhb
Date: Fri Mar 26 12:51:05 2010
New Revision: 205684
URL: http://svn.freebsd.org/changeset/base/205684
Log:
Move mergeinfo for dev/mii up to sys.
Modified:
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (props changed)
stable/8/sys/cddl/
On Fri, Mar 26, 2010 at 11:43:15AM +, Alexander Leidinger wrote:
> Author: netchild
> Date: Fri Mar 26 11:43:15 2010
> New Revision: 205683
> URL: http://svn.freebsd.org/changeset/base/205683
>
> Log:
> Fix some bogus values in linprocfs.
>
> Submitted by: Petr Salinger
> Verif
Author: netchild
Date: Fri Mar 26 11:43:15 2010
New Revision: 205683
URL: http://svn.freebsd.org/changeset/base/205683
Log:
Fix some bogus values in linprocfs.
Submitted by: Petr Salinger
Verified on: GNU/kFreeBSD debian 8.0-1-686 (by submitter)
PR: 144584
Modified:
head/
Author: jh
Date: Fri Mar 26 11:33:12 2010
New Revision: 205682
URL: http://svn.freebsd.org/changeset/base/205682
Log:
Support only LOOKUP operation for "/" in relookup() because lookup()
can't succeed for CREATE, DELETE and RENAME.
Discussed with: bde
Modified:
head/sys/kern/vfs_
Author: netchild
Date: Fri Mar 26 11:02:01 2010
New Revision: 205681
URL: http://svn.freebsd.org/changeset/base/205681
Log:
- add some usb devices (scanner, printer, usb storage)
- add quirks for the usb storage
Reviewed by: hselasky
Modified:
head/sys/dev/usb/quirk/usb_quirk.c
head
thanks a lot. :)
were the following changes to the bootstrap loader left out on purpose?
--
Alexander Best
Index: sys/boot/i386/loader/Makefile
===
--- sys/boot/i386/loader/Makefile (revision 205658)
+++ sys/boot/i386/loader/M
Author: mav
Date: Fri Mar 26 10:18:19 2010
New Revision: 205680
URL: http://svn.freebsd.org/changeset/base/205680
Log:
Use last 16 bytes of serial number in metadata instead of first ones,
same as Intel MatrixRAID does.
PR: kern/124064
Modified:
head/sys/dev/ata/ata-raid.c
M
Author: netchild
Date: Fri Mar 26 08:47:07 2010
New Revision: 205679
URL: http://svn.freebsd.org/changeset/base/205679
Log:
Fix a typo in a comment.
Modified:
head/sys/conf/kmod.mk
Modified: head/sys/conf/kmod.mk
==
Author: netchild
Date: Fri Mar 26 08:42:11 2010
New Revision: 205678
URL: http://svn.freebsd.org/changeset/base/205678
Log:
Fix some problems which may lead to a panic:
- right order of src and dst in memcpy
- NULL out the clips after freeing to prevent an accident
Noticed by: hsela
Author: neel
Date: Fri Mar 26 07:15:27 2010
New Revision: 205675
URL: http://svn.freebsd.org/changeset/base/205675
Log:
Replace sb_store64()/sb_load64() with mips3_sd()/mips3_ld() respectively.
Obtained from NetBSD.
Suggested by: jmallett@
Modified:
head/sys/mips/include/cpufunc.h
48 matches
Mail list logo