CVS commit: src/sys/dev/usb

2010-02-06 Thread Antoine Reilles
Module Name:src
Committed By:   tonio
Date:   Sat Feb  6 10:11:55 UTC 2010

Modified Files:
src/sys/dev/usb: usbdevs

Log Message:
Add TENX vendor and two devices


To generate a diff of this commit:
cvs rdiff -u -r1.541 -r1.542 src/sys/dev/usb/usbdevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib

2010-02-06 Thread David Laight
Module Name:src
Committed By:   dsl
Date:   Sat Feb  6 10:50:52 UTC 2010

Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: packet-parse.c validate.c

Log Message:
Fix printf formats on amd64 (and probably other 64bit systems).


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 \
src/crypto/external/bsd/netpgp/dist/src/lib/packet-parse.c
cvs rdiff -u -r1.26 -r1.27 \
src/crypto/external/bsd/netpgp/dist/src/lib/validate.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/usb

2010-02-06 Thread Antoine Reilles
Module Name:src
Committed By:   tonio
Date:   Sat Feb  6 11:14:41 UTC 2010

Added Files:
src/sys/dev/usb: uthum.c

Log Message:
Add uthum driver, ported from openbsd

Handles Tenx temperature sensors TEMPer and TEMPerHUM
and declares them to envsys


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/dev/usb/uthum.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/sets/lists/man

2010-02-06 Thread Antoine Reilles
Module Name:src
Committed By:   tonio
Date:   Sat Feb  6 11:29:03 UTC 2010

Modified Files:
src/distrib/sets/lists/man: mi

Log Message:
Add uthum(4) man page


To generate a diff of this commit:
cvs rdiff -u -r1.1187 -r1.1188 src/distrib/sets/lists/man/mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys

2010-02-06 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Sat Feb  6 12:10:59 UTC 2010

Modified Files:
src/sys/kern: kern_tc.c vfs_wapbl.c
src/sys/uvm: uvm_fault_i.h uvm_page.h uvm_stat.h

Log Message:
__inline - inline


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/kern/kern_tc.c
cvs rdiff -u -r1.29 -r1.30 src/sys/kern/vfs_wapbl.c
cvs rdiff -u -r1.24 -r1.25 src/sys/uvm/uvm_fault_i.h
cvs rdiff -u -r1.58 -r1.59 src/sys/uvm/uvm_page.h
cvs rdiff -u -r1.45 -r1.46 src/sys/uvm/uvm_stat.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man4

2010-02-06 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Feb  6 12:44:32 UTC 2010

Modified Files:
src/share/man/man4: uthum.4

Log Message:
Fix Dd, use Dq, and remove trailing comma.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/uthum.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2010-02-06 Thread Tobias Nygren
Module Name:src
Committed By:   tnn
Date:   Sat Feb  6 14:09:25 UTC 2010

Modified Files:
src/sys/dev/pci: ichsmb.c

Log Message:
Attach to SMBus on Intel P55 chipset.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/pci/ichsmb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips

2010-02-06 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sat Feb  6 14:41:40 UTC 2010

Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: mips_softint.c

Log Message:
Add some more KASSERTs


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/arch/mips/mips/mips_softint.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips

2010-02-06 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sat Feb  6 14:43:15 UTC 2010

Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: locore.S
Added Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: spl.S

Log Message:
Split spl functions into their own sources.
Make sure fast softints clear l_ctxswtch in the softint thread, not their own.


To generate a diff of this commit:
cvs rdiff -u -r1.167.38.11 -r1.167.38.12 src/sys/arch/mips/mips/locore.S
cvs rdiff -u -r0 -r1.1.2.1 src/sys/arch/mips/mips/spl.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-5-0] src/distrib/notes/common

2010-02-06 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Feb  6 15:44:38 UTC 2010

Modified Files:
src/distrib/notes/common [netbsd-5-0]: main

Log Message:
Improve description of -mno-red-zone entry and use http for a couple
links.


To generate a diff of this commit:
cvs rdiff -u -r1.425.2.5.2.3 -r1.425.2.5.2.4 src/distrib/notes/common/main

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-5-0] src/distrib/notes/common

2010-02-06 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Feb  6 15:56:01 UTC 2010

Modified Files:
src/distrib/notes/common [netbsd-5-0]: main

Log Message:
Give device node examples.


To generate a diff of this commit:
cvs rdiff -u -r1.425.2.5.2.4 -r1.425.2.5.2.5 src/distrib/notes/common/main

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-5-0] src

2010-02-06 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Feb  6 16:31:35 UTC 2010

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.2 LAST_MINUTE README.files
src/gnu/usr.bin/groff/tmac [netbsd-5-0]: mdoc.local
src/sys/sys [netbsd-5-0]: param.h

Log Message:
Welcome to 5.0.2!


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.53 -r1.1.2.54 src/doc/CHANGES-5.0.2
cvs rdiff -u -r1.2.30.1 -r1.2.30.1.2.1 src/doc/LAST_MINUTE
cvs rdiff -u -r1.4.10.2 -r1.4.10.2.2.1 src/doc/README.files
cvs rdiff -u -r1.43.4.8.2.3 -r1.43.4.8.2.4 \
src/gnu/usr.bin/groff/tmac/mdoc.local
cvs rdiff -u -r1.330.4.9.2.3 -r1.330.4.9.2.4 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/xen/xen

2010-02-06 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Feb  6 17:48:54 UTC 2010

Modified Files:
src/sys/arch/xen/xen: isa_machdep.c pciide_machdep.c

Log Message:
Enlarge temporary buffer, so that event counter's name is not truncated
for ioapic interrupts.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/xen/xen/isa_machdep.c
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/xen/xen/pciide_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [matt-nb5-mips64] src/sys/arch/mips/conf

2010-02-06 Thread Cliff Neighbors
Module Name:src
Committed By:   cliff
Date:   Sat Feb  6 18:18:01 UTC 2010

Modified Files:
src/sys/arch/mips/conf [matt-nb5-mips64]: files.mips

Log Message:
add entry for mips/spl.S so kernel can compile


To generate a diff of this commit:
cvs rdiff -u -r1.58.24.7 -r1.58.24.8 src/sys/arch/mips/conf/files.mips

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch

2010-02-06 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sat Feb  6 20:12:32 UTC 2010

Modified Files:
src/sys/arch/amd64/conf: GENERIC
src/sys/arch/i386/conf: ALL GENERIC

Log Message:
Add acpismbus enries - commented out!


To generate a diff of this commit:
cvs rdiff -u -r1.263 -r1.264 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.231 -r1.232 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.962 -r1.963 src/sys/arch/i386/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/sets/lists/man

2010-02-06 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sat Feb  6 20:15:54 UTC 2010

Modified Files:
src/distrib/sets/lists/man: mi

Log Message:
Add man page for acpismbus(4)


To generate a diff of this commit:
cvs rdiff -u -r1.1188 -r1.1189 src/distrib/sets/lists/man/mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2010-02-06 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sat Feb  6 20:37:14 UTC 2010

Modified Files:
src/usr.bin/make: for.c

Log Message:
Improve the error message that results when you have a multi-variable .for
and the substitution list doesn't divide evenly.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/usr.bin/make/for.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/i386/conf

2010-02-06 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sat Feb  6 21:27:51 UTC 2010

Modified Files:
src/sys/arch/i386/conf: ALL

Log Message:
Enable acpismbus(4) for ALL kernel, per discussion on tech-kern


To generate a diff of this commit:
cvs rdiff -u -r1.232 -r1.233 src/sys/arch/i386/conf/ALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man4

2010-02-06 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Feb  6 21:57:08 UTC 2010

Modified Files:
src/share/man/man4: acpismbus.4

Log Message:
Fix date.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/acpismbus.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2010-02-06 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Sat Feb  6 22:32:08 UTC 2010

Modified Files:
src/distrib/sets/lists/comp: mi
src/share/man/man9: Makefile spl.9
src/share/man/man9/man9.i386: Makefile
Added Files:
src/share/man/man9/man9.i386: splraise.9

Log Message:
Move MD spllower(9) and splraise(9) doco from the MI spl(9) to an i386
manual page.


To generate a diff of this commit:
cvs rdiff -u -r1.1386 -r1.1387 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.313 -r1.314 src/share/man/man9/Makefile
cvs rdiff -u -r1.36 -r1.37 src/share/man/man9/spl.9
cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/man9.i386/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man9/man9.i386/splraise.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Re: CVS commit: src

2010-02-06 Thread David Young
On Wed, Nov 18, 2009 at 02:40:58PM -0600, David Young wrote:
 On Wed, Nov 18, 2009 at 01:29:05AM +, YAMAMOTO Takashi wrote:
  hi,
  
   Module Name:  src
   Committed By: dyoung
   Date: Tue Nov 17 18:36:07 UTC 2009
   
   Modified Files:
 src/distrib/sets/lists/comp: mi
 src/share/man/man9: Makefile spl.9
   
   Log Message:
   Describe spllower(9) and splraise(9).
  
  these are MD implementation details which are not appropriate to be
  described in this page.  please revert.
  adding xrefs to splraiseipl and makeiplcookie instead is probably
  a good idea.

Taking the comments on this thread into account, this is what I have
done:

 I see.  I will describe spllower(9) and splraise(9) in an i386 page,
 instead.

That is as much (of my) time as I think the matter deserves.  I beg
you to consider that there are a lot of undocumented interfaces in the
kernel, both MI  MD, before prolonging the discussion.

Dave

-- 

David Young OJC Technologies
dyo...@ojctech.com  Urbana, IL * (217) 278-3933


CVS commit: src/sys/dev/scsipi

2010-02-06 Thread Christoph Egger
Module Name:src
Committed By:   cegger
Date:   Sat Feb  6 23:13:59 UTC 2010

Modified Files:
src/sys/dev/scsipi: scsi_spc.h

Log Message:
scsi_sense_data: add comments taken from src/sys/dev/ieee1394/sbp.h


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/scsipi/scsi_spc.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2010-02-06 Thread Havard Eidnes
Module Name:src
Committed By:   he
Date:   Sat Feb  6 23:45:27 UTC 2010

Modified Files:
src/bin/sh: Makefile
src/games/atc: Makefile
src/games/battlestar: Makefile
src/games/boggle/boggle: Makefile
src/games/canfield/canfield: Makefile
src/games/cribbage: Makefile
src/games/gomoku: Makefile
src/games/hangman: Makefile
src/games/hunt/hunt: Makefile
src/games/mille: Makefile
src/games/phantasia: Makefile
src/games/rain: Makefile
src/games/robots: Makefile
src/games/rogue: Makefile
src/games/sail: Makefile
src/games/snake/snake: Makefile
src/games/worm: Makefile
src/games/worms: Makefile
src/usr.bin/nvi/build: Makefile
src/usr.bin/systat: Makefile
src/usr.bin/talk: Makefile
src/usr.sbin/altq/altqstat: Makefile
src/usr.sbin/ipf/ipfstat: Makefile
src/usr.sbin/isdn/isdnmonitor: Makefile

Log Message:
When using -lcurses, you also need -lterminfo.
This fixes the build for sun2, and also builds with LDSTATIC=-static,
since archive libraries don't record inter-library dependencies.


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/bin/sh/Makefile
cvs rdiff -u -r1.28 -r1.29 src/games/atc/Makefile
cvs rdiff -u -r1.9 -r1.10 src/games/battlestar/Makefile
cvs rdiff -u -r1.9 -r1.10 src/games/boggle/boggle/Makefile
cvs rdiff -u -r1.7 -r1.8 src/games/canfield/canfield/Makefile
cvs rdiff -u -r1.12 -r1.13 src/games/cribbage/Makefile
cvs rdiff -u -r1.4 -r1.5 src/games/gomoku/Makefile
cvs rdiff -u -r1.7 -r1.8 src/games/hangman/Makefile
cvs rdiff -u -r1.6 -r1.7 src/games/hunt/hunt/Makefile
cvs rdiff -u -r1.9 -r1.10 src/games/mille/Makefile
cvs rdiff -u -r1.33 -r1.34 src/games/phantasia/Makefile
cvs rdiff -u -r1.10 -r1.11 src/games/rain/Makefile
cvs rdiff -u -r1.15 -r1.16 src/games/robots/Makefile
cvs rdiff -u -r1.16 -r1.17 src/games/rogue/Makefile
cvs rdiff -u -r1.16 -r1.17 src/games/sail/Makefile
cvs rdiff -u -r1.9 -r1.10 src/games/snake/snake/Makefile
cvs rdiff -u -r1.8 -r1.9 src/games/worm/Makefile
cvs rdiff -u -r1.9 -r1.10 src/games/worms/Makefile
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/nvi/build/Makefile
cvs rdiff -u -r1.35 -r1.36 src/usr.bin/systat/Makefile
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/talk/Makefile
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/altq/altqstat/Makefile
cvs rdiff -u -r1.19 -r1.20 src/usr.sbin/ipf/ipfstat/Makefile
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/isdn/isdnmonitor/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Re: CVS commit: src/sys/dev/acpi

2010-02-06 Thread David Young
On Sat, Feb 06, 2010 at 08:10:18PM +, Paul Goyette wrote:
 Module Name:  src
 Committed By: pgoyette
 Date: Sat Feb  6 20:10:18 UTC 2010
 
 Modified Files:
   src/sys/dev/acpi: files.acpi
 Added Files:
   src/sys/dev/acpi: smbus_acpi.c
 
 Log Message:
 Import my experimental ACPI SMBus Control Method Interface driver
 
 XXX Should not be enabled in any configuration file until you have
 XXX disabled corresponding native i2c driver!  Read the acpismbus(4)
 XXX man page!

Is there any possibility/plan to integrate ACPI SMBus CMI with Martin's
direct configuration?

In my experience, disagreement between bus  ACPI device attachments
causes a lot of confusion for operators and kernel bugs.

Dave

-- 
David Young OJC Technologies
dyo...@ojctech.com  Urbana, IL * (217) 278-3933


CVS commit: src/sys/dev

2010-02-06 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Sun Feb  7 03:24:16 UTC 2010

Modified Files:
src/sys/dev: kloader.c

Log Message:
KNF.

XXX This should use bus_dma(9).


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/dev/kloader.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.