CVS commit: src/usr.bin/logger

2012-04-26 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Apr 27 06:30:48 UTC 2012

Modified Files:
src/usr.bin/logger: logger.c

Log Message:
Sync usage with SYNOPSIS.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/logger/logger.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/acpi

2012-04-26 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Fri Apr 27 04:38:24 UTC 2012

Modified Files:
src/sys/dev/acpi: acpi_cpu.h acpi_cpu_tstate.c

Log Message:
Remove the upper limit for the number of T-states.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/dev/acpi/acpi_cpu.h
cvs rdiff -u -r1.30 -r1.31 src/sys/dev/acpi/acpi_cpu_tstate.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/x86/x86

2012-04-26 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Fri Apr 27 04:32:27 UTC 2012

Modified Files:
src/sys/arch/x86/x86: mpacpi.c

Log Message:
Revert previous. Revision 1.79 was right; Qemu does not implement _PIC.


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/sys/arch/x86/x86/mpacpi.c

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



CVS commit: src/external/gpl3/gcc/dist/gcc/config

2012-04-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Apr 27 00:57:45 UTC 2012

Modified Files:
src/external/gpl3/gcc/dist/gcc/config: netbsd-elf.h

Log Message:
add specs to automagically add the mudflap libraries when -fmudflap{,th}


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/dist/gcc/config/netbsd-elf.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/sandpoint/stand/altboot

2012-04-26 Thread Tohru Nishimura
Module Name:src
Committed By:   nisimura
Date:   Fri Apr 27 00:35:43 UTC 2012

Modified Files:
src/sys/arch/sandpoint/stand/altboot: main.c

Log Message:
Comment improvement. altboot(8) is now aware of the disk removal
for mirrored drive configuration.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/sandpoint/stand/altboot/main.c

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



CVS commit: src/external/cddl/osnet/sys/kern

2012-04-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Apr 26 23:34:09 UTC 2012

Modified Files:
src/external/cddl/osnet/sys/kern: kobj.c

Log Message:
Add FREAD for the benefit of kauth!


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/cddl/osnet/sys/kern/kobj.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/modules

2012-04-26 Thread Havard Eidnes
Module Name:src
Committed By:   he
Date:   Thu Apr 26 22:09:53 UTC 2012

Modified Files:
src/distrib/sets/lists/modules: md.evbppc

Log Message:
Add the sdtemp and dbcool modules for the non-default powerpc variants.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/distrib/sets/lists/modules/md.evbppc

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



CVS commit: src/usr.bin/logger

2012-04-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Apr 26 21:11:24 UTC 2012

Modified Files:
src/usr.bin/logger: logger.1 logger.c

Log Message:
support the LOG_CONS/LOG_NDELAY.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/logger/logger.1
cvs rdiff -u -r1.15 -r1.16 src/usr.bin/logger/logger.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/sandpoint/stand/altboot

2012-04-26 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Thu Apr 26 19:59:37 UTC 2012

Modified Files:
src/sys/arch/sandpoint/stand/altboot: README.altboot dsk.c globals.h
main.c

Log Message:
Multiple boot devices and/or paths may be specified, which are booted one
after another until success. When no boot device is specified altboot tries
to boot from all disk devices with a valid NetBSD disklabel, starting with
unit 0.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 \
src/sys/arch/sandpoint/stand/altboot/README.altboot
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/sandpoint/stand/altboot/dsk.c
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/sandpoint/stand/altboot/globals.h \
src/sys/arch/sandpoint/stand/altboot/main.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/pci

2012-04-26 Thread Greg Troxel
Module Name:src
Committed By:   gdt
Date:   Thu Apr 26 17:43:03 UTC 2012

Modified Files:
src/sys/dev/pci: if_bnxvar.h

Log Message:
Use RX_PAGES for rx_bd_chain_{,r}seq.

Before, TX_PAGES was used, but no harm was done because TX_PAGES ==
RX_PAGES == 2.  Found by Frank Kastenholz of BBN.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/if_bnxvar.h

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



CVS commit: src/sys/coda

2012-04-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Apr 26 17:18:33 UTC 2012

Modified Files:
src/sys/coda: coda_vfsops.c

Log Message:
remove multiple definitions.


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/sys/coda/coda_vfsops.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/x86/x86

2012-04-26 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Apr 26 10:15:42 UTC 2012

Modified Files:
src/sys/arch/x86/x86: mpacpi.c

Log Message:
Based on PR kern/44069, revert revision 1.79.

XXX: The actual problem related to Qemu/KVM is yet to be determined.


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/sys/arch/x86/x86/mpacpi.c

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