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
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: 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: 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
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: 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
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: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/
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
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: 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
===
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".
>
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:
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: 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: 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: 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
==
--- 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: 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: 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: 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: 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 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: 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
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
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:
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
==
--- 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 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
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
30 matches
Mail list logo