CVS commit: src/sys/dev/pci

2011-08-20 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sat Aug 20 07:32:35 UTC 2011 Modified Files: src/sys/dev/pci: pwdog.c Log Message: Remove a commented out include and clarify a comment why the timeout period is ignored. To generate a diff of this commit: cvs rdiff -u -r1.1 -r

CVS commit: src/usr.bin/sdpquery

2011-08-20 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sat Aug 20 09:18:48 UTC 2011 Modified Files: src/usr.bin/sdpquery: print.c Log Message: add print_utf8_string for some profiles that specify UTF-8 specifically, and supply a print_codeset_string() so we don't need void * casts to

CVS commit: src/sbin/ping

2011-08-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 20 14:38:09 UTC 2011 Modified Files: src/sbin/ping: ping.c Log Message: we need difftime to return a signed result, so clamp the timeval's to uint32_t but then, return a signed result of their difference. To generate a

CVS commit: src/sys/dev/ic

2011-08-20 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Aug 20 16:03:48 UTC 2011 Modified Files: src/sys/dev/ic: ahcisata_core.c ahcisatareg.h Log Message: Rework version printout to be more future proof. Rework features printout using snprintb. To generate a diff of this commi

CVS commit: src/sys/dev/ic

2011-08-20 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Aug 20 16:08:08 UTC 2011 Modified Files: src/sys/dev/ic: ahcisatareg.h Log Message: Adjust and add AHCI_CAP_IS values. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/ic/ahcisatareg.h Please note t

CVS commit: src/sys/dev/ic

2011-08-20 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Aug 20 16:10:02 UTC 2011 Modified Files: src/sys/dev/ic: ahcisatareg.h Log Message: Add new CAP2 and BOHC registers. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/ic/ahcisatareg.h Please note th

CVS commit: src/sys/arch/x86/pci

2011-08-20 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Aug 20 19:06:57 UTC 2011 Modified Files: src/sys/arch/x86/pci: pchb.c Log Message: We need to initialize the PCI chipset and device tags in the softc for the suspend and resume handlers. To generate a diff of this commit:

CVS commit: [cherry-xenmp] src/sys/arch

2011-08-20 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Sat Aug 20 19:22:47 UTC 2011 Modified Files: src/sys/arch/amd64/amd64 [cherry-xenmp]: machdep.c src/sys/arch/amd64/include [cherry-xenmp]: pmap.h src/sys/arch/i386/i386 [cherry-xenmp]: machdep.c src/sys/arch

CVS commit: src/sys/arch/x86/pci

2011-08-20 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Aug 20 19:43:47 UTC 2011 Modified Files: src/sys/arch/x86/pci: pchb.c Log Message: We no longer need to #include "rnd.h". To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/arch/x86/pci/pchb.c Please no

CVS commit: src/sys/arch/x86/pci

2011-08-20 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Aug 20 19:49:55 UTC 2011 Modified Files: src/sys/arch/x86/pci: pchb.c Log Message: staticification To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/arch/x86/pci/pchb.c Please note that diffs are not p

CVS commit: src/sys/modules/amdtemp

2011-08-20 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Aug 20 19:53:45 UTC 2011 Modified Files: src/sys/modules/amdtemp: amdtemp.ioconf Log Message: Apparently we need to use the attribute and not the device name as the pseudo-root. To generate a diff of this commit: cvs rdif

CVS commit: src/sys/arch/x86/pci

2011-08-20 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Aug 20 19:56:31 UTC 2011 Modified Files: src/sys/arch/x86/pci: pchb.c Log Message: pchb_get_bus_number() is actually public To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/x86/pci/pchb.c Please

CVS commit: src/sys/arch/x86/pci

2011-08-20 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Aug 20 20:01:09 UTC 2011 Modified Files: src/sys/arch/x86/pci: pchb.c pchbvar.h Log Message: Add rescan support for 'amdtempbus' to x86 pchb(4). Maybe finally fixes PR#45268. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/usermode

2011-08-20 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Aug 20 20:14:04 UTC 2011 Modified Files: src/sys/arch/usermode/include: thunk.h src/sys/arch/usermode/usermode: thunk.c Log Message: Create mkstemp() and sbrk() prototypes to NetBSD/usermode's thunk To generate a di

CVS commit: src/lib/libc/gen

2011-08-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Aug 20 21:35:32 UTC 2011 Modified Files: src/lib/libc/gen: humanize_number.3 Log Message: Fix variable name in SYNOPSIS to match DESCRIPTION. >From Abhinav Upadhyay . To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.1

CVS commit: src/lib

2011-08-20 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sat Aug 20 22:16:56 UTC 2011 Modified Files: src/lib: Makefile Log Message: only build libgmp, libmpfr and libmpc when (MKGCC != no) and they can be together since only the .a is built, with no other dependencies To generate a d

CVS commit: src/lib

2011-08-20 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sat Aug 20 22:23:48 UTC 2011 Modified Files: src/lib: Makefile Log Message: sort, and move some things up the list after heimdal was moved to its own directory. removes one dependency barrier. To generate a diff of this commit:

CVS commit: src/sbin/ping

2011-08-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 21 06:39:09 UTC 2011 Modified Files: src/sbin/ping: ping.c Log Message: handle the first loop where time == 0. To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 src/sbin/ping/ping.c Please note that diffs