CVS commit: src/external/intel-public

2011-02-16 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Feb 17 07:56:37 UTC 2011

Removed Files:
src/external/intel-public: Makefile
src/external/intel-public/acpica: Makefile
src/external/intel-public/acpica/bin: Makefile
src/external/intel-public/acpica/bin/iasl: Makefile iasl.8

Log Message:
Retire src/external/intel-public.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r0 src/external/intel-public/Makefile
cvs rdiff -u -r1.1 -r0 src/external/intel-public/acpica/Makefile
cvs rdiff -u -r1.1 -r0 src/external/intel-public/acpica/bin/Makefile
cvs rdiff -u -r1.6 -r0 src/external/intel-public/acpica/bin/iasl/Makefile
cvs rdiff -u -r1.1 -r0 src/external/intel-public/acpica/bin/iasl/iasl.8

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



CVS commit: src/external

2011-02-16 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Feb 17 07:52:10 UTC 2011

Modified Files:
src/external: Makefile
src/external/bsd: Makefile

Log Message:
Switch the build to use the new location of ACPICA.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/external/Makefile
cvs rdiff -u -r1.27 -r1.28 src/external/bsd/Makefile

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



CVS commit: src/external/bsd/acpica

2011-02-16 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Feb 17 07:48:17 UTC 2011

Added Files:
src/external/bsd/acpica: Makefile
src/external/bsd/acpica/bin: Makefile
src/external/bsd/acpica/bin/iasl: Makefile iasl.8

Log Message:
Add the userspace portion of ACPICA to a new location.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/bsd/acpica/Makefile
cvs rdiff -u -r0 -r1.1 src/external/bsd/acpica/bin/Makefile
cvs rdiff -u -r0 -r1.1 src/external/bsd/acpica/bin/iasl/Makefile \
src/external/bsd/acpica/bin/iasl/iasl.8

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

2011-02-16 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Feb 17 07:34:43 UTC 2011

Modified Files:
src/sys/dev/acpi: acpica.h
src/sys/dev/acpi/acpica: OsdMisc.c files.acpica

Log Message:
Switch acpi(4) to use the new location of ACPICA.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/acpi/acpica.h
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/acpi/acpica/OsdMisc.c
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/acpi/acpica/files.acpica

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



CVS commit: src/sys/external/bsd/acpica/conf

2011-02-16 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Feb 17 07:27:17 UTC 2011

Added Files:
src/sys/external/bsd/acpica/conf: files.acpica

Log Message:
Add the build glue.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/external/bsd/acpica/conf/files.acpica

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



CVS commit: src/sys/external/bsd/acpica/dist/events

2011-02-16 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Feb 17 07:24:41 UTC 2011

Modified Files:
src/sys/external/bsd/acpica/dist/events: evxface.c

Log Message:
Revert the change made by cegger@ to the GPE reference counting.
The forthcoming version includes a rewritten GPE handling, so it
is unclear how relevant and safe this change is. If needed, this
will be re-applied later.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/external/bsd/acpica/dist/events/evxface.c

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



CVS commit: src/sys/external/bsd/acpica/dist

2011-02-16 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Feb 17 07:21:17 UTC 2011

Modified Files:
src/sys/external/bsd/acpica/dist/common: dmtbinfo.c
src/sys/external/bsd/acpica/dist/compiler: aslcompile.c aslutils.c
src/sys/external/bsd/acpica/dist/debugger: dbcmds.c dbdisply.c dbexec.c
dbinput.c dbutils.c
src/sys/external/bsd/acpica/dist/disassembler: dmresrc.c dmresrcl.c
src/sys/external/bsd/acpica/dist/dispatcher: dsopcode.c
src/sys/external/bsd/acpica/dist/events: evrgnini.c evxface.c
src/sys/external/bsd/acpica/dist/executer: exconfig.c exdebug.c
exdump.c
src/sys/external/bsd/acpica/dist/include: acdebug.h acdisasm.h
acglobal.h acinterp.h aclocal.h acmacros.h acnamesp.h acpiosxf.h
acpixf.h acresrc.h actables.h actbl1.h actypes.h acutils.h
src/sys/external/bsd/acpica/dist/include/platform: acnetbsd.h
src/sys/external/bsd/acpica/dist/namespace: nsaccess.c nsdump.c
nseval.c nsinit.c nsrepair2.c nsxfeval.c nsxfname.c
src/sys/external/bsd/acpica/dist/parser: psopcode.c
src/sys/external/bsd/acpica/dist/resources: rsdump.c rsutils.c
rsxface.c
src/sys/external/bsd/acpica/dist/tables: tbfadt.c tbutils.c tbxface.c
tbxfroot.c
src/sys/external/bsd/acpica/dist/utilities: utcache.c utdebug.c
uteval.c utglobal.c utmisc.c uttrack.c

Log Message:
Apply our local patches.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/sys/external/bsd/acpica/dist/common/dmtbinfo.c
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/sys/external/bsd/acpica/dist/compiler/aslcompile.c \
src/sys/external/bsd/acpica/dist/compiler/aslutils.c
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/sys/external/bsd/acpica/dist/debugger/dbcmds.c \
src/sys/external/bsd/acpica/dist/debugger/dbdisply.c \
src/sys/external/bsd/acpica/dist/debugger/dbexec.c \
src/sys/external/bsd/acpica/dist/debugger/dbinput.c \
src/sys/external/bsd/acpica/dist/debugger/dbutils.c
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/sys/external/bsd/acpica/dist/disassembler/dmresrc.c \
src/sys/external/bsd/acpica/dist/disassembler/dmresrcl.c
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/sys/external/bsd/acpica/dist/dispatcher/dsopcode.c
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/sys/external/bsd/acpica/dist/events/evrgnini.c \
src/sys/external/bsd/acpica/dist/events/evxface.c
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/sys/external/bsd/acpica/dist/executer/exconfig.c \
src/sys/external/bsd/acpica/dist/executer/exdebug.c \
src/sys/external/bsd/acpica/dist/executer/exdump.c
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/sys/external/bsd/acpica/dist/include/acdebug.h \
src/sys/external/bsd/acpica/dist/include/acdisasm.h \
src/sys/external/bsd/acpica/dist/include/acglobal.h \
src/sys/external/bsd/acpica/dist/include/acinterp.h \
src/sys/external/bsd/acpica/dist/include/aclocal.h \
src/sys/external/bsd/acpica/dist/include/acmacros.h \
src/sys/external/bsd/acpica/dist/include/acnamesp.h \
src/sys/external/bsd/acpica/dist/include/acpiosxf.h \
src/sys/external/bsd/acpica/dist/include/acpixf.h \
src/sys/external/bsd/acpica/dist/include/acresrc.h \
src/sys/external/bsd/acpica/dist/include/actables.h \
src/sys/external/bsd/acpica/dist/include/actbl1.h \
src/sys/external/bsd/acpica/dist/include/actypes.h \
src/sys/external/bsd/acpica/dist/include/acutils.h
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/sys/external/bsd/acpica/dist/include/platform/acnetbsd.h
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/sys/external/bsd/acpica/dist/namespace/nsaccess.c \
src/sys/external/bsd/acpica/dist/namespace/nsdump.c \
src/sys/external/bsd/acpica/dist/namespace/nseval.c \
src/sys/external/bsd/acpica/dist/namespace/nsinit.c \
src/sys/external/bsd/acpica/dist/namespace/nsrepair2.c \
src/sys/external/bsd/acpica/dist/namespace/nsxfeval.c \
src/sys/external/bsd/acpica/dist/namespace/nsxfname.c
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/sys/external/bsd/acpica/dist/parser/psopcode.c
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/sys/external/bsd/acpica/dist/resources/rsdump.c \
src/sys/external/bsd/acpica/dist/resources/rsutils.c \
src/sys/external/bsd/acpica/dist/resources/rsxface.c
cvs rdiff -u -r1.1.1.1 -r1.2 src/sys/external/bsd/acpica/dist/tables/tbfadt.c \
src/sys/external/bsd/acpica/dist/tables/tbutils.c \
src/sys/external/bsd/acpica/dist/tables/tbxface.c \
src/sys/external/bsd/acpica/dist/tables/tbxfroot.c
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/sys/external/bsd/acpica/dist/utilities/utcache.c \
src/sys/external/bsd/acpica/dist/utilities/utdebug.c \
src/sys/external/bsd/acpica/dist/utilities/uteval.c \
src/sys/external/bsd/acpica/dist/utilities/utglobal.c \
src/sys/external/bsd/acpica/dist/utilities/utmisc.c \
src/sys/external/bsd/acpica/dist/utilities/uttrack.c

Please note that diffs are not 

CVS commit: src/sys/external/bsd/acpica/dist

2011-02-16 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Feb 17 07:17:15 UTC 2011

Update of /cvsroot/src/sys/external/bsd/acpica/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv17684

Log Message:
Reimport ACPICA 20100528 to a new location.


Status:

Vendor Tag: intel
Release Tags:   acpica-20100528

N src/sys/external/bsd/acpica/dist/changes.txt
N src/sys/external/bsd/acpica/dist/osunixxf.c
N src/sys/external/bsd/acpica/dist/README
N src/sys/external/bsd/acpica/dist/common/adisasm.c
N src/sys/external/bsd/acpica/dist/common/adfile.c
N src/sys/external/bsd/acpica/dist/common/dmextern.c
N src/sys/external/bsd/acpica/dist/common/adwalk.c
N src/sys/external/bsd/acpica/dist/common/dmrestag.c
N src/sys/external/bsd/acpica/dist/common/dmtable.c
N src/sys/external/bsd/acpica/dist/common/dmtbdump.c
N src/sys/external/bsd/acpica/dist/common/dmtbinfo.c
N src/sys/external/bsd/acpica/dist/common/getopt.c
N src/sys/external/bsd/acpica/dist/compiler/aslcompiler.h
N src/sys/external/bsd/acpica/dist/compiler/aslanalyze.c
N src/sys/external/bsd/acpica/dist/compiler/aslcodegen.c
N src/sys/external/bsd/acpica/dist/compiler/aslcompile.c
N src/sys/external/bsd/acpica/dist/compiler/aslcompiler.l
N src/sys/external/bsd/acpica/dist/compiler/aslcompiler.y
N src/sys/external/bsd/acpica/dist/compiler/asldefine.h
N src/sys/external/bsd/acpica/dist/compiler/aslerror.c
N src/sys/external/bsd/acpica/dist/compiler/aslfiles.c
N src/sys/external/bsd/acpica/dist/compiler/aslfold.c
N src/sys/external/bsd/acpica/dist/compiler/aslglobal.h
N src/sys/external/bsd/acpica/dist/compiler/asllength.c
N src/sys/external/bsd/acpica/dist/compiler/asllisting.c
N src/sys/external/bsd/acpica/dist/compiler/aslload.c
N src/sys/external/bsd/acpica/dist/compiler/asllookup.c
N src/sys/external/bsd/acpica/dist/compiler/aslmain.c
N src/sys/external/bsd/acpica/dist/compiler/aslmap.c
N src/sys/external/bsd/acpica/dist/compiler/aslopcodes.c
N src/sys/external/bsd/acpica/dist/compiler/asloperands.c
N src/sys/external/bsd/acpica/dist/compiler/aslopt.c
N src/sys/external/bsd/acpica/dist/compiler/aslpredef.c
N src/sys/external/bsd/acpica/dist/compiler/aslstubs.c
N src/sys/external/bsd/acpica/dist/compiler/aslresource.c
N src/sys/external/bsd/acpica/dist/compiler/aslrestype1.c
N src/sys/external/bsd/acpica/dist/compiler/aslrestype1i.c
N src/sys/external/bsd/acpica/dist/compiler/aslrestype2.c
N src/sys/external/bsd/acpica/dist/compiler/aslrestype2d.c
N src/sys/external/bsd/acpica/dist/compiler/aslrestype2e.c
N src/sys/external/bsd/acpica/dist/compiler/aslrestype2q.c
N src/sys/external/bsd/acpica/dist/compiler/aslrestype2w.c
N src/sys/external/bsd/acpica/dist/compiler/aslstartup.c
N src/sys/external/bsd/acpica/dist/compiler/asltransform.c
N src/sys/external/bsd/acpica/dist/compiler/asltree.c
N src/sys/external/bsd/acpica/dist/compiler/asltypes.h
N src/sys/external/bsd/acpica/dist/compiler/aslutils.c
N src/sys/external/bsd/acpica/dist/compiler/dtcompile.c
N src/sys/external/bsd/acpica/dist/compiler/dtcompiler.h
N src/sys/external/bsd/acpica/dist/compiler/dtfield.c
N src/sys/external/bsd/acpica/dist/compiler/dtio.c
N src/sys/external/bsd/acpica/dist/compiler/dtsubtable.c
N src/sys/external/bsd/acpica/dist/compiler/dttable.c
N src/sys/external/bsd/acpica/dist/compiler/dtutils.c
N src/sys/external/bsd/acpica/dist/compiler/Makefile
N src/sys/external/bsd/acpica/dist/compiler/readme.txt
N src/sys/external/bsd/acpica/dist/debugger/dbdisply.c
N src/sys/external/bsd/acpica/dist/debugger/dbcmds.c
N src/sys/external/bsd/acpica/dist/debugger/dbfileio.c
N src/sys/external/bsd/acpica/dist/debugger/dbexec.c
N src/sys/external/bsd/acpica/dist/debugger/dbhistry.c
N src/sys/external/bsd/acpica/dist/debugger/dbinput.c
N src/sys/external/bsd/acpica/dist/debugger/dbstats.c
N src/sys/external/bsd/acpica/dist/debugger/dbutils.c
N src/sys/external/bsd/acpica/dist/debugger/dbxface.c
N src/sys/external/bsd/acpica/dist/disassembler/dmbuffer.c
N src/sys/external/bsd/acpica/dist/disassembler/dmnames.c
N src/sys/external/bsd/acpica/dist/disassembler/dmobject.c
N src/sys/external/bsd/acpica/dist/disassembler/dmopcode.c
N src/sys/external/bsd/acpica/dist/disassembler/dmresrc.c
N src/sys/external/bsd/acpica/dist/disassembler/dmresrcl.c
N src/sys/external/bsd/acpica/dist/disassembler/dmresrcs.c
N src/sys/external/bsd/acpica/dist/disassembler/dmutils.c
N src/sys/external/bsd/acpica/dist/disassembler/dmwalk.c
N src/sys/external/bsd/acpica/dist/dispatcher/dsfield.c
N src/sys/external/bsd/acpica/dist/dispatcher/dsinit.c
N src/sys/external/bsd/acpica/dist/dispatcher/dsmethod.c
N src/sys/external/bsd/acpica/dist/dispatcher/dsmthdat.c
N src/sys/external/bsd/acpica/dist/dispatcher/dsobject.c
N src/sys/external/bsd/acpica/dist/dispatcher/dsopcode.c
N src/sys/external/bsd/acpica/dist/dispatcher/dsutils.c
N src/sys/external/bsd/acpica/dist/dispatcher/dswexec.c
N src/sys/external/bsd/acpica/dist/dispatcher/dswload.c
N src/sys/external/bsd/acpica/dist/dispatcher/dswscope.c
N src/sys/extern

CVS commit: src/usr.sbin/acpitools/acpidump

2011-02-16 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Thu Feb 17 02:55:16 UTC 2011

Modified Files:
src/usr.sbin/acpitools/acpidump: acpi.c acpidump.c acpidump.h

Log Message:
dump bytes for tables that acpidump doesn't decode, and print them
as characters instead of hex if '-c' flag is provided


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/acpitools/acpidump/acpi.c
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/acpitools/acpidump/acpidump.c \
src/usr.sbin/acpitools/acpidump/acpidump.h

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



CVS commit: src/lib/librump

2011-02-16 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Feb 16 23:51:51 UTC 2011

Modified Files:
src/lib/librump: rump.3 rump_sp.7

Log Message:
sprinkle a few references (just a diet sprinkling really)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/librump/rump.3
cvs rdiff -u -r1.4 -r1.5 src/lib/librump/rump_sp.7

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/comp

2011-02-16 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Feb 16 23:48:52 UTC 2011

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

Log Message:
rumpclient manpage


To generate a diff of this commit:
cvs rdiff -u -r1.1587 -r1.1588 src/distrib/sets/lists/comp/mi

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



CVS commit: src/lib/librumpclient

2011-02-16 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Feb 16 23:45:40 UTC 2011

Modified Files:
src/lib/librumpclient: Makefile
Added Files:
src/lib/librumpclient: rumpclient.3

Log Message:
add some excuse of a manpage for librumpclient


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/librumpclient/Makefile
cvs rdiff -u -r0 -r1.1 src/lib/librumpclient/rumpclient.3

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



CVS commit: src/sys/arch/sgimips/hpc

2011-02-16 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Wed Feb 16 23:44:20 UTC 2011

Modified Files:
src/sys/arch/sgimips/hpc: panel.c pi1ppc.c

Log Message:
validate cf_name in driver match method


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/sgimips/hpc/panel.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/sgimips/hpc/pi1ppc.c

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



CVS commit: src/sys/sys

2011-02-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb 16 23:22:30 UTC 2011

Modified Files:
src/sys/sys: exec_elf.h

Log Message:
add the rest of the gnu specific pt sections.


To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 src/sys/sys/exec_elf.h

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



CVS commit: src/usr.bin/stat

2011-02-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb 16 23:08:29 UTC 2011

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

Log Message:
Add verbose mode for readlink.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/usr.bin/stat/stat.1
cvs rdiff -u -r1.33 -r1.34 src/usr.bin/stat/stat.c

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



CVS commit: src/lib/librumpclient

2011-02-16 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Feb 16 22:35:41 UTC 2011

Modified Files:
src/lib/librumpclient: rumpclient.h

Log Message:
Include "sys/null.h" to get the definition of NULL.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/librumpclient/rumpclient.h

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



CVS commit: [netbsd-5] src/doc

2011-02-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Feb 16 21:36:01 UTC 2011

Modified Files:
src/doc [netbsd-5]: CHANGES-5.2

Log Message:
Fix message for ticket 1553


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.58 -r1.1.2.59 src/doc/CHANGES-5.2

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



CVS commit: [netbsd-5] src/doc

2011-02-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Feb 16 21:35:18 UTC 2011

Modified Files:
src/doc [netbsd-5]: CHANGES-5.2

Log Message:
Ticket 1553


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.57 -r1.1.2.58 src/doc/CHANGES-5.2

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



CVS commit: [netbsd-5] src/sys/arch/sparc/sparc

2011-02-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Feb 16 21:33:25 UTC 2011

Modified Files:
src/sys/arch/sparc/sparc [netbsd-5]: cpu.c cpuvar.h pmap.c
timer_sun4m.c

Log Message:
Apply patch, requested my mrg in ticket 1553:
sys/arch/sparc/sparc/cpu.c: patch
sys/arch/sparc/sparc/cpuvar.h:  patch
sys/arch/sparc/sparc/pmap.c:patch
sys/arch/sparc/sparc/timer_sun4m.c: patch
- print the curpcb in ddb "mach cpu" output as well.
- bump the size of cpus[] by one, so we have a NULL pointer at the end,
  from tsutsui
- for MP kernels, copy the loop to find the bootcpu in mainbus_attach()
  into getcacheinfo_obp() so we can get cache properties on the bootcpu
  before calling main()
- in getcpuinfo(), move the call of getmid() before the call to
  getcacheinfo() so that the above change to getcacheinfo_obp() can work
- move the struct cpu_info setup to the end of the initial kernel page
  setup and don't access this space until after we have switched to the
  kernel pagetables
- revive most of the old CPUINFO_VA alignment/congruency code from the
  old alloc_cpuinfo_global_va() function, and ensure that all cpuinfo
  structures are sanely aligned.  this makes hypersparc work again
- introduce a new way to free the wasted pages back to UVM, as we can't
  simply uvm_unmap() them this early in bootstrap
- make sure to initialise the cpuinfo sz in all cases.  noted by martin.
- add per-cpu event counters for lev10 and lev14 interrupts.
- make CPU_INFO_FOREACH() set the iterator count to '0' in the !MP case.
- add some disabled MP code to poke other cpus on level 14 interrupts.
- add a diagnostic to ensure that cpus[0] == cpu0's cpu_info->ci_self
- if a cpu doesn't have any mappings allocated, don't copy them.  this
  occurs if a cpu isn't attached (such as a MP kernel with only "cpu0"
  listed in the config file..)
- fix the previous to compile !MULTIPROCESSOR.


To generate a diff of this commit:
cvs rdiff -u -r1.211.8.3 -r1.211.8.4 src/sys/arch/sparc/sparc/cpu.c
cvs rdiff -u -r1.75.10.3 -r1.75.10.4 src/sys/arch/sparc/sparc/cpuvar.h
cvs rdiff -u -r1.322.20.4 -r1.322.20.5 src/sys/arch/sparc/sparc/pmap.c
cvs rdiff -u -r1.16.56.1 -r1.16.56.2 src/sys/arch/sparc/sparc/timer_sun4m.c

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



CVS commit: [netbsd-5-1] src/doc

2011-02-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Feb 16 21:24:31 UTC 2011

Modified Files:
src/doc [netbsd-5-1]: CHANGES-5.1.1

Log Message:
ticket 1545


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/doc/CHANGES-5.1.1

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/doc

2011-02-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Feb 16 21:24:15 UTC 2011

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
ticket 1545


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.26 -r1.1.2.27 src/doc/CHANGES-5.0.3

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



CVS commit: [netbsd-5] src/doc

2011-02-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Feb 16 21:23:44 UTC 2011

Modified Files:
src/doc [netbsd-5]: CHANGES-5.2

Log Message:
Tickets 1545 - 1552, 1554-1556


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.56 -r1.1.2.57 src/doc/CHANGES-5.2

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



CVS commit: [netbsd-5] src/sys

2011-02-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Feb 16 21:22:45 UTC 2011

Modified Files:
src/sys/compat/irix [netbsd-5]: irix_signal.c
src/sys/compat/netbsd32 [netbsd-5]: netbsd32_signal.c
src/sys/compat/svr4 [netbsd-5]: svr4_signal.c
src/sys/kern [netbsd-5]: sys_sig.c

Log Message:
Pull up following revision(s) (requested by joerg in ticket #1556):
sys/compat/irix/irix_signal.c: revision 1.56
sys/compat/svr4/svr4_signal.c: revision 1.65
sys/compat/netbsd32/netbsd32_signal.c: revision 1.35
sys/kern/sys_sig.c: revision 1.31
Explicitly initialize ucontext before calling getmcontext.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.48.10.1 src/sys/compat/irix/irix_signal.c
cvs rdiff -u -r1.31 -r1.31.4.1 src/sys/compat/netbsd32/netbsd32_signal.c
cvs rdiff -u -r1.64 -r1.64.10.1 src/sys/compat/svr4/svr4_signal.c
cvs rdiff -u -r1.17.4.3 -r1.17.4.4 src/sys/kern/sys_sig.c

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



CVS commit: [netbsd-5] src/sys/arch/sparc64/dev

2011-02-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Feb 16 21:21:21 UTC 2011

Modified Files:
src/sys/arch/sparc64/dev [netbsd-5]: psycho.c

Log Message:
Pull up following revision(s) (requested by nakayama in ticket #1555):
sys/arch/sparc64/dev/psycho.c: revision 1.102 via patch
Don't enable the powerfail interrupt on Netra X1 since it may hang.
Discussed on port-sparc64.


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.91.4.1 src/sys/arch/sparc64/dev/psycho.c

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



CVS commit: [netbsd-5] src/sys/fs/hfs

2011-02-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Feb 16 21:20:04 UTC 2011

Modified Files:
src/sys/fs/hfs [netbsd-5]: hfs_vnops.c

Log Message:
Pull up following revision(s) (requested by dholland in ticket #1554):
sys/fs/hfs/hfs_vnops.c: revision 1.21, 1.22 via patch
PR/44523: Taylor R Campbell: mount_hfs badly handles file names with slashes
in them, encode them as colons. XXX: Should encode : as :: too?
remove comments about needing to encode : since the on disk format does
not allow them. Also fix reversed encoding in lookup. From Taylor R Campbell.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.11.4.1 src/sys/fs/hfs/hfs_vnops.c

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



CVS commit: [netbsd-5] src/usr.bin/xargs

2011-02-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Feb 16 21:17:51 UTC 2011

Modified Files:
src/usr.bin/xargs [netbsd-5]: xargs.1

Log Message:
Pull up following revision(s) (requested by dholland in ticket #1552):
usr.bin/xargs/xargs.1: revision 1.21
usr.bin/xargs/xargs.1: revision 1.22
PR/44259: Aleksey Cheusov: xargs: -r option is supported but not documented
Synced with the FreeBSD doc.
Talk more about NetBSD and less about FreeBSD. Sort sections.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.20.12.1 src/usr.bin/xargs/xargs.1

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



CVS commit: [netbsd-5] src/sys/arch/powerpc/powerpc

2011-02-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Feb 16 21:16:14 UTC 2011

Modified Files:
src/sys/arch/powerpc/powerpc [netbsd-5]: sig_machdep.c

Log Message:
Pull up following revision(s) (requested by jmmv in ticket #1551):
sys/arch/powerpc/powerpc/sig_machdep.c: revision 1.39 via patch
PR port-macppc/43619
Save handler before calling sendsig_reset before it will reset to SIG_DFL
is SA_RESETHAND is set.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.32.12.1 src/sys/arch/powerpc/powerpc/sig_machdep.c

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



CVS commit: [netbsd-5] src/usr.sbin/ypserv/ypxfr

2011-02-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Feb 16 21:07:21 UTC 2011

Modified Files:
src/usr.sbin/ypserv/ypxfr [netbsd-5]: ypxfr.c

Log Message:
Pull up following revision(s) (requested by chuck in ticket #1550):
usr.sbin/ypserv/ypxfr/ypxfr.c: revision 1.16 - 1.19
Fix WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare)
Follow upstream's lead and remove third and fourth clauses (except on
from usr.sbin/mopd/common/pf.c, where only the ad clause is removed,
because it has a shared UCB copyright) on Mats O Jansson's files.
thorpej OK'd usr.sbin/rpc.yppasswdd/yppasswdd_mkpw.c, where he shares
copyright.
yppush RPC is supposed to return yppush_status error/status codes
(e.g. YPPUSH_SUCC, YPPUSH_NOMAP, etc.).
Functions like yp_master, yp_order_host, yp_master_host, and
yp_match_host return YPERR-style error codes.  YPERR-style error
codes do not directly correspond to yppush_status codes, so it
is a bad idea to just directly YPERR codes into the yppush return
status value (it causes failing yppush runs to print confusing
error messages).
Change ypxfr.c to convert the YPERR codes to YPPUSH codes.
rev 1.18 un-covered some bugs:
 1. add_interdomain and add_secure are optional... not all maps use these
keys.  if we are unable to add them due to a YPERR_KEY (meaning they
are not being used), then we should not flag this as a general error.
 2. if we have a failure (status <= 0) we unlink_db() the temp database
as part of error handling.   but we should not overwrite our error
status code with the return value from unlink_db() because if the
unlink_db() works (likely true) than that success will wipe out our
error code and the calling yppush will think we worked.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.15.8.1 src/usr.sbin/ypserv/ypxfr/ypxfr.c

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



CVS commit: [netbsd-5] src/usr.sbin/ypbind

2011-02-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Feb 16 21:04:04 UTC 2011

Modified Files:
src/usr.sbin/ypbind [netbsd-5]: ypbind.c

Log Message:
Pull up following revision(s) (requested by chuck in ticket #1549):
usr.sbin/ypbind/ypbind.c: revision 1.58 - 1.61
in the case where ypbind is serving more than one domain (i.e.
not just the yp_get_default_domain() domain), we must remove
any old binding files from /var/yp/binding (BINDINGDIR) from
previous runs, or the non-yp_get_default_domain()'s will not
bind properly.   add a purge_bindingdir() function that basically
does "rm BINDINGDIR/*.[0-9]" at ypbind startup time.
example case of where this is an issue: bind a second (non-default)
domain.   ypbind will create and flock a /var/yp/binding/xxx.2
file for it.  stop and restart ypbind.  the old /var/yp/binding/xxx.2
file will remain from the previous run.   since it is not flock()'d
by the new instance of ypbind, libc functions like yp_master() will
fail without even bothering to talk to ypbind itself.   (and ypbind
is totally unaware of the old file...)


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.57.18.1 src/usr.sbin/ypbind/ypbind.c

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



CVS commit: [netbsd-5-1] src/crypto/dist/openssl/ssl

2011-02-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Feb 16 21:01:03 UTC 2011

Modified Files:
src/crypto/dist/openssl/ssl [netbsd-5-1]: t1_lib.c

Log Message:
Pull up following revision(s) (requested by spz in ticket #1545):
crypto/external/bsd/openssl/dist/ssl/t1_lib.c: revision 1.4 via patch
fix for CVE-2011-0014 (OCSP stapling vulnerability in OpenSSL)
patch taken from http://www.openssl.org/news/secadv_20110208.txt


To generate a diff of this commit:
cvs rdiff -u -r1.2.12.2 -r1.2.12.3 src/crypto/dist/openssl/ssl/t1_lib.c

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/crypto/dist/openssl/ssl

2011-02-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Feb 16 21:00:32 UTC 2011

Modified Files:
src/crypto/dist/openssl/ssl [netbsd-5-0]: t1_lib.c

Log Message:
Pull up following revision(s) (requested by spz in ticket #1545):
crypto/external/bsd/openssl/dist/ssl/t1_lib.c: revision 1.4 via patch
fix for CVE-2011-0014 (OCSP stapling vulnerability in OpenSSL)
patch taken from http://www.openssl.org/news/secadv_20110208.txt


To generate a diff of this commit:
cvs rdiff -u -r1.2.8.2 -r1.2.8.3 src/crypto/dist/openssl/ssl/t1_lib.c

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



CVS commit: [netbsd-5] src/crypto/dist/openssl/ssl

2011-02-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Feb 16 21:00:24 UTC 2011

Modified Files:
src/crypto/dist/openssl/ssl [netbsd-5]: t1_lib.c

Log Message:
Pull up following revision(s) (requested by spz in ticket #1545):
crypto/external/bsd/openssl/dist/ssl/t1_lib.c: revision 1.4 via patch
fix for CVE-2011-0014 (OCSP stapling vulnerability in OpenSSL)
patch taken from http://www.openssl.org/news/secadv_20110208.txt


To generate a diff of this commit:
cvs rdiff -u -r1.2.4.2 -r1.2.4.3 src/crypto/dist/openssl/ssl/t1_lib.c

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



CVS commit: [netbsd-5] src/sys/arch/x86/x86

2011-02-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Feb 16 20:54:13 UTC 2011

Modified Files:
src/sys/arch/x86/x86 [netbsd-5]: mtrr_i686.c

Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #1547):
sys/arch/x86/x86/mtrr_i686.c: revisions 1.23, 1.24
allows overlapping uncached and cached mappings
corrects an off-by-one which prevents adjacent mappings from being setup.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.19.4.1 src/sys/arch/x86/x86/mtrr_i686.c

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



CVS commit: [netbsd-5] src/lib/libc/resolv

2011-02-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Feb 16 20:50:06 UTC 2011

Modified Files:
src/lib/libc/resolv [netbsd-5]: res_send.c

Log Message:
Pull up following revision(s) (requested by pooka in ticket #1546):
lib/libc/resolv/res_send.c: revision 1.21
Don't do highestFD check with USE_POLL.  It provides no benefit
but causes a dependency between RLIMIT_NOFILE and rumphijack FDOFF.
christos ok


To generate a diff of this commit:
cvs rdiff -u -r1.15.4.1 -r1.15.4.2 src/lib/libc/resolv/res_send.c

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



CVS commit: [netbsd-5] src/doc

2011-02-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Feb 16 20:40:22 UTC 2011

Modified Files:
src/doc [netbsd-5]: CHANGES-5.2

Log Message:
Tickets 1533-1535, 1538, 1540-1542


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.55 -r1.1.2.56 src/doc/CHANGES-5.2

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



CVS commit: [netbsd-5-1] src/doc

2011-02-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Feb 16 20:39:07 UTC 2011

Modified Files:
src/doc [netbsd-5-1]: CHANGES-5.1.1

Log Message:
ticket 1540


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/doc/CHANGES-5.1.1

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/doc

2011-02-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Feb 16 20:38:45 UTC 2011

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
ticket 1540


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.25 -r1.1.2.26 src/doc/CHANGES-5.0.3

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



CVS commit: [netbsd-5] src/sys

2011-02-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Feb 16 20:37:47 UTC 2011

Modified Files:
src/sys/compat/common [netbsd-5]: uipc_syscalls_43.c
src/sys/net [netbsd-5]: if.c

Log Message:
Pull up following revision(s) (requested by chs in ticket #1541):
sys/compat/common/if_43.c: revision 1.3 via patch
sys/net/if.c: revision 1.247 via patch
PR/44054: Onno van der Linden: Stacksmashing in handling of ioctl OOSIO*
parameter.
can't map the old and the new SIO calls the way we did before because the
numbers have changed. Instead provide a switch. Keep the old code there,
to handle cases we did not handle in the first switch, but this is a hack
and should be removed.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.43.10.1 src/sys/compat/common/uipc_syscalls_43.c
cvs rdiff -u -r1.230.4.3 -r1.230.4.4 src/sys/net/if.c

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



CVS commit: [netbsd-5-1] src/sys/dev/pci

2011-02-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Feb 16 20:32:15 UTC 2011

Modified Files:
src/sys/dev/pci [netbsd-5-1]: pci.c

Log Message:
Pull up following revision(s) (requested by dyoung in ticket #1540):
sys/dev/pci/pci.c: revision 1.131
During shutdown, restore the each PCI device's bus-mastering enable to
the state that we found it in before attaching a driver to it.


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

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/sys/dev/pci

2011-02-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Feb 16 20:32:10 UTC 2011

Modified Files:
src/sys/dev/pci [netbsd-5-0]: pci.c

Log Message:
Pull up following revision(s) (requested by dyoung in ticket #1540):
sys/dev/pci/pci.c: revision 1.131
During shutdown, restore the each PCI device's bus-mastering enable to
the state that we found it in before attaching a driver to it.


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

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



CVS commit: [netbsd-5] src/sys/dev/pci

2011-02-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Feb 16 20:31:57 UTC 2011

Modified Files:
src/sys/dev/pci [netbsd-5]: pci.c

Log Message:
Pull up following revision(s) (requested by dyoung in ticket #1540):
sys/dev/pci/pci.c: revision 1.131
During shutdown, restore the each PCI device's bus-mastering enable to
the state that we found it in before attaching a driver to it.


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

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



CVS commit: [netbsd-5]

2011-02-16 Thread Manuel Bouyer
Module Name:xsrc
Committed By:   bouyer
Date:   Wed Feb 16 20:27:34 UTC 2011

Modified Files:
src/distrib/sets/lists/xserver [netbsd-5]: md.i386
src/external/mit/xorg/server/drivers [netbsd-5]: Makefile
src/share/mk [netbsd-5]: bsd.own.mk
Added Files:
src/external/mit/xorg/server/drivers/xf86-input-elographics [netbsd-5]:
Makefile
xsrc/external/mit/xf86-input-elographics/dist [netbsd-5]: COPYING
ChangeLog Makefile.am Makefile.bsd-wrapper Makefile.in README
aclocal.m4 config.guess config.h.in config.sub configure
configure.ac depcomp install-sh ltmain.sh missing
xsrc/external/mit/xf86-input-elographics/dist/man [netbsd-5]:
Makefile.am Makefile.in elographics.man
xsrc/external/mit/xf86-input-elographics/dist/src [netbsd-5]:
Makefile.am Makefile.in xf86Elo.c
xsrc/external/mit/xf86-input-elographics/include [netbsd-5]: config.h

Log Message:
Pull up following revision(s) (requested by mbalmer in ticket #1534):
xsrc/external/mit/xf86-input-elographics/dist/config.h.in   1.1.1.2
xsrc/external/mit/xf86-input-elographics/dist/config.sub1.1.1.2
xsrc/external/mit/xf86-input-elographics/dist/configure 1.1.1.2
xsrc/external/mit/xf86-input-elographics/dist/configure.ac  1.1.1.2
xsrc/external/mit/xf86-input-elographics/dist/depcomp   1.1.1.2
xsrc/external/mit/xf86-input-elographics/dist/install-sh1.1.1.2
xsrc/external/mit/xf86-input-elographics/dist/ltmain.sh 1.1.1.2
xsrc/external/mit/xf86-input-elographics/dist/missing   1.1.1.2
xsrc/external/mit/xf86-input-elographics/dist/man/Makefile.am   1.1.1.1
xsrc/external/mit/xf86-input-elographics/dist/man/Makefile.in   1.1.1.2
xsrc/external/mit/xf86-input-elographics/dist/man/elographics.man 
1.1.1.2
xsrc/external/mit/xf86-input-elographics/dist/src/Makefile.am   1.1.1.2
xsrc/external/mit/xf86-input-elographics/dist/src/Makefile.in   1.1.1.2
xsrc/external/mit/xf86-input-elographics/dist/src/xf86Elo.c 1.1.1.2
xsrc/external/mit/xf86-input-elographics/include/config.h   1.2
external/mit/xorg/server/drivers/xf86-input-elographics/Makefile: 
revision 1.1
distrib/sets/lists/xserver/md.i386: revision 1.73
external/mit/xorg/server/drivers/Makefile: revision 1.35
share/mk/bsd.own.mk: revision 1.597
Add the xf86-input-elographics driver to i386 builds.
Forgotten commit. Noticed by snj, thanks!


To generate a diff of this commit:
cvs rdiff -u -r1.56.2.3 -r1.56.2.4 src/distrib/sets/lists/xserver/md.i386
cvs rdiff -u -r1.18.2.6 -r1.18.2.7 \
src/external/mit/xorg/server/drivers/Makefile
cvs rdiff -u -r0 -r1.1.4.2 \
src/external/mit/xorg/server/drivers/xf86-input-elographics/Makefile
cvs rdiff -u -r1.542.2.14 -r1.542.2.15 src/share/mk/bsd.own.mk
cvs rdiff -u -r0 -r1.1.1.1.2.2 \
xsrc/external/mit/xf86-input-elographics/dist/COPYING \
xsrc/external/mit/xf86-input-elographics/dist/README
cvs rdiff -u -r0 -r1.1.1.2.2.2 \
xsrc/external/mit/xf86-input-elographics/dist/ChangeLog \
xsrc/external/mit/xf86-input-elographics/dist/Makefile.am \
xsrc/external/mit/xf86-input-elographics/dist/Makefile.in \
xsrc/external/mit/xf86-input-elographics/dist/aclocal.m4 \
xsrc/external/mit/xf86-input-elographics/dist/config.guess \
xsrc/external/mit/xf86-input-elographics/dist/config.h.in \
xsrc/external/mit/xf86-input-elographics/dist/config.sub \
xsrc/external/mit/xf86-input-elographics/dist/configure \
xsrc/external/mit/xf86-input-elographics/dist/configure.ac \
xsrc/external/mit/xf86-input-elographics/dist/depcomp \
xsrc/external/mit/xf86-input-elographics/dist/install-sh \
xsrc/external/mit/xf86-input-elographics/dist/ltmain.sh \
xsrc/external/mit/xf86-input-elographics/dist/missing
cvs rdiff -u -r0 -r1.2.2.2 \
xsrc/external/mit/xf86-input-elographics/dist/Makefile.bsd-wrapper
cvs rdiff -u -r0 -r1.1.1.1.2.2 \
xsrc/external/mit/xf86-input-elographics/dist/man/Makefile.am
cvs rdiff -u -r0 -r1.1.1.2.2.2 \
xsrc/external/mit/xf86-input-elographics/dist/man/Makefile.in \
xsrc/external/mit/xf86-input-elographics/dist/man/elographics.man
cvs rdiff -u -r0 -r1.1.1.2.2.2 \
xsrc/external/mit/xf86-input-elographics/dist/src/Makefile.am \
xsrc/external/mit/xf86-input-elographics/dist/src/Makefile.in \
xsrc/external/mit/xf86-input-elographics/dist/src/xf86Elo.c
cvs rdiff -u -r0 -r1.2.2.2 \
xsrc/external/mit/xf86-input-elographics/include/config.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/amd64/conf

2011-02-16 Thread Jean-Yves Migeon
Module Name:src
Committed By:   jym
Date:   Wed Feb 16 20:23:21 UTC 2011

Modified Files:
src/sys/arch/amd64/conf: GENERIC INSTALL

Log Message:
Per mrg@ request, add MFS as default builtin, for things like init(8).

XXX should be replaced by TMPFS eventually.


To generate a diff of this commit:
cvs rdiff -u -r1.306 -r1.307 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.84 -r1.85 src/sys/arch/amd64/conf/INSTALL

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



CVS commit: src/lib/libc/gen

2011-02-16 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Feb 16 20:20:25 UTC 2011

Modified Files:
src/lib/libc/gen: getcwd.c

Log Message:
Fix build with SSP enabled.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/lib/libc/gen/getcwd.c

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



CVS commit: src/lib/librumpclient

2011-02-16 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Feb 16 19:58:01 UTC 2011

Modified Files:
src/lib/librumpclient: rumpclient.h

Log Message:
fix signature of rumpclient_fork()


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/librumpclient/rumpclient.h

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



CVS commit: src/lib/librumphijack

2011-02-16 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Feb 16 19:46:42 UTC 2011

Modified Files:
src/lib/librumphijack: rumphijack.3

Log Message:
document RUMPHIJACK_RETRYCONNECT


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/librumphijack/rumphijack.3

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



CVS commit: src/sys/ufs/ffs

2011-02-16 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Wed Feb 16 19:43:50 UTC 2011

Modified Files:
src/sys/ufs/ffs: ffs_snapshot.c

Log Message:
Refine the scope of WAPBL transactions so we should no longer get
a "wapbl_flush: current transaction too big to flush" panic when
creating or removing snapshots on larger logging disks.

Adresses PR #44568 (WAPBL doens't play nice with snapshots).


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 src/sys/ufs/ffs/ffs_snapshot.c

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



CVS commit: src/sys/kern

2011-02-16 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Wed Feb 16 19:43:06 UTC 2011

Modified Files:
src/sys/kern: vfs_wapbl.c

Log Message:
Set the limit for deallocations in one transaction to a more realistic
(and much lower) value.  When flushing the log these deallocations will
produce new blocks and that may execeed the journal size resulting in
a "wapbl_flush: current transaction too big to flush" panic.
Seen when removing a large snapshot.

Adresses PR #44568 (WAPBL doens't play nice with snapshots).


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/kern/vfs_wapbl.c

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



CVS commit: [netbsd-5] src/external/mit/xorg/lib/libX11

2011-02-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Feb 16 19:39:56 UTC 2011

Modified Files:
src/external/mit/xorg/lib/libX11 [netbsd-5]: Makefile

Log Message:
Pull up following revision(s) (requested by dholland in ticket #1538):
external/mit/xorg/lib/libX11/Makefile: revision 1.8
USETBL=yes.  several of these manuals need it.  from PR#36600.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.6.2.1 src/external/mit/xorg/lib/libX11/Makefile

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



CVS commit: [netbsd-5] src/gnu/dist/gdb6/gdb

2011-02-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Feb 16 19:38:03 UTC 2011

Modified Files:
src/gnu/dist/gdb6/gdb [netbsd-5]: shnbsd-tdep.c

Log Message:
Pull up following revision(s) (requested by uwe in ticket #1542):
gnu/dist/gdb6/gdb/shnbsd-tdep.c: revision 1.6
Branch with delay slot executes delay slot even if branch is not
taken, so adjust next_pc logic accordingly.  Fixes SIGILL
(breakpoint's "trapa" causes an illegal slot instruction exception)
when stepping through such branches.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.5.2.1 src/gnu/dist/gdb6/gdb/shnbsd-tdep.c

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



CVS commit: src/sbin/shutdown

2011-02-16 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Feb 16 19:33:49 UTC 2011

Modified Files:
src/sbin/shutdown: shutdown.c

Log Message:
Add -b and -vxz to usage.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sbin/shutdown/shutdown.c

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



CVS commit: src/sbin/shutdown

2011-02-16 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Feb 16 19:33:40 UTC 2011

Modified Files:
src/sbin/shutdown: shutdown.8

Log Message:
Add -vxz to SYNOPSIS. Sort.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sbin/shutdown/shutdown.8

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



CVS commit: src/sbin/reboot

2011-02-16 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Feb 16 19:32:26 UTC 2011

Modified Files:
src/sbin/reboot: reboot.8 reboot.c

Log Message:
Add -vxz to SYNOPSIS and usage.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sbin/reboot/reboot.8
cvs rdiff -u -r1.37 -r1.38 src/sbin/reboot/reboot.c

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



CVS commit: [netbsd-5] src/sys/kern

2011-02-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Feb 16 19:31:44 UTC 2011

Modified Files:
src/sys/kern [netbsd-5]: vfs_wapbl.c

Log Message:
Pull up following revision(s) (requested by tron in ticket #1535):
sys/kern/vfs_wapbl.c: revision 1.39 via patch
Add two sysctls one that does verbose transaction logging and a second one
that disables flushing the disk cache (which is fast but dangerous for
data integrity). From simon a long while back.


To generate a diff of this commit:
cvs rdiff -u -r1.3.8.3 -r1.3.8.4 src/sys/kern/vfs_wapbl.c

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



CVS commit: src/tests/lib

2011-02-16 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Feb 16 19:31:31 UTC 2011

Modified Files:
src/tests/lib/librumpclient: t_exec.sh
src/tests/lib/librumphijack: t_tcpip.sh

Log Message:
RUMPHIJACK_RETRY -> RUMPHIJACK_RETRYCONNECT


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/lib/librumpclient/t_exec.sh
cvs rdiff -u -r1.4 -r1.5 src/tests/lib/librumphijack/t_tcpip.sh

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



CVS commit: src/include

2011-02-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb 16 19:29:35 UTC 2011

Modified Files:
src/include: rmt.h

Log Message:
handle ssp


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/include/rmt.h

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



CVS commit: [netbsd-5] src

2011-02-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Feb 16 19:27:16 UTC 2011

Modified Files:
src/distrib/sets/lists/base [netbsd-5]: mi
src/distrib/sets/lists/man [netbsd-5]: mi
src/usr.sbin [netbsd-5]: Makefile
Added Files:
src/usr.sbin/wake [netbsd-5]: Makefile wake.8 wake.c

Log Message:
Pull up following revision(s) (requested by mbalmer in ticket #1533):
usr.sbin/wake/wake.c: revisions 1.1 - 1.10
distrib/sets/lists/man/mi: revision 1.1143
usr.sbin/wake/wake.8: revisions 1.1 - 1.8
usr.sbin/wake/Makefile: revisions 1.1 - 1.2
distrib/sets/lists/base/mi: revision 1.821
usr.sbin/Makefile: revision 1.242
wake(8) is a command to send Wake-on-LAN packets to machines on the local
ethernet, allowing machines to be powered up without physical access to them.


To generate a diff of this commit:
cvs rdiff -u -r1.780.2.17 -r1.780.2.18 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.1109.2.16 -r1.1109.2.17 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.237.4.2 -r1.237.4.3 src/usr.sbin/Makefile
cvs rdiff -u -r0 -r1.2.4.2 src/usr.sbin/wake/Makefile
cvs rdiff -u -r0 -r1.8.4.2 src/usr.sbin/wake/wake.8
cvs rdiff -u -r0 -r1.12.4.2 src/usr.sbin/wake/wake.c

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



CVS commit: src/lib

2011-02-16 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Feb 16 19:26:59 UTC 2011

Modified Files:
src/lib/librumpclient: rumpclient.c
src/lib/librumphijack: hijack.c

Log Message:
* set default server connection retry to 0 (no reconnection attempts).
  while for some cases attempting retry after server restart works
  brilliantly (e.g. firefox), in other cases it's quite disasterous
  (sshd doesn't like its file descriptors going missing and does not
  attempt to reopen them, leading to a quite catastophic loop of
  EBADF once the server does come back)
* rename RUMPHIJACK_RETRY to the slightly more sensible
  RUMPHIJACK_RETRYCONNECT


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/lib/librumpclient/rumpclient.c
cvs rdiff -u -r1.43 -r1.44 src/lib/librumphijack/hijack.c

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



CVS commit: src/sys/opencrypto

2011-02-16 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Wed Feb 16 19:08:58 UTC 2011

Modified Files:
src/sys/opencrypto: deflate.c deflate.h

Log Message:
-avoid allocation of an extra result buffer and data copy in case
 the DEFLATE complssion/decompression result is within a single
 buffer already
-simplify bookkeeping of allocated buffers (and don't waste the
 last member of the metadata array)
from Wolfgang Stukenbrock per PR kern/36865 (with some cleanup
of error handling by me)
The Gzip compression case can be improved too, but for now I've applied
the buffer bookkeeping changes.

tested with IP4 IPCOMP


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/opencrypto/deflate.c
cvs rdiff -u -r1.6 -r1.7 src/sys/opencrypto/deflate.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/x86/acpi

2011-02-16 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Feb 16 18:55:50 UTC 2011

Modified Files:
src/sys/arch/x86/acpi: acpi_wakeup.c

Log Message:
Explicitly re-enable the SCI interrupt when the wakeup starts (and before
interrupts are enabled). A workaround for a BIOS bug. Fixes the interrupt
storm reported by Taylor R. Campbell in PR # 44581.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/x86/acpi/acpi_wakeup.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/powerpc/booke/dev

2011-02-16 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 16 18:46:37 UTC 2011

Modified Files:
src/sys/arch/powerpc/booke/dev: pq3ehci.c

Log Message:
Use LE bus space tag for EHCI register access.
Initialize SNOOP for all of RAM.
Use IPL_USB


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/powerpc/booke/dev/pq3ehci.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/powerpc/booke/dev

2011-02-16 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 16 18:45:34 UTC 2011

Modified Files:
src/sys/arch/powerpc/booke/dev: cpunode.c

Log Message:
Fill in LE bus_space_tag in attach args.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/powerpc/booke/dev/cpunode.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/powerpc/booke

2011-02-16 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 16 18:44:55 UTC 2011

Modified Files:
src/sys/arch/powerpc/booke: booke_machdep.c

Log Message:
Count debug traps.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/powerpc/booke/booke_machdep.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/powerpc/booke

2011-02-16 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 16 18:43:35 UTC 2011

Modified Files:
src/sys/arch/powerpc/booke: e500_intr.c

Log Message:
Cleanup intr_info initialization.  Make it per SVR.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/powerpc/booke/e500_intr.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/powerpc/include

2011-02-16 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 16 18:42:33 UTC 2011

Modified Files:
src/sys/arch/powerpc/include: cpu.h

Log Message:
Fix CLKF_INTR
Add debug evcnt.


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/sys/arch/powerpc/include/cpu.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/powerpc/include/booke

2011-02-16 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 16 18:41:48 UTC 2011

Modified Files:
src/sys/arch/powerpc/include/booke: cpuvar.h

Log Message:
Add little endian bus_space_tags.
Note highest memory in cpu_softc.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/powerpc/include/booke/cpuvar.h

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



CVS commit: src/sys/netipsec

2011-02-16 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Wed Feb 16 18:39:34 UTC 2011

Modified Files:
src/sys/netipsec: ipsec_input.c xform_ah.c

Log Message:
remove some unnecessary pointer typecasts
(one was wrong on BE systems, but was harmless here because the
result is effectively unused)


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/netipsec/ipsec_input.c
cvs rdiff -u -r1.28 -r1.29 src/sys/netipsec/xform_ah.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/powerpc/include/booke

2011-02-16 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 16 18:39:27 UTC 2011

Modified Files:
src/sys/arch/powerpc/include/booke: spr.h

Log Message:
Add MPC8533 SVR.  Fix DBCR0 IAC bits


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/powerpc/include/booke/spr.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/powerpc/include/booke

2011-02-16 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 16 18:38:48 UTC 2011

Modified Files:
src/sys/arch/powerpc/include/booke: e500reg.h

Log Message:
Add USB_SNOOP1/2 related definitions


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/powerpc/include/booke/e500reg.h

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



CVS commit: src/usr.bin/grep

2011-02-16 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Feb 16 18:35:39 UTC 2011

Modified Files:
src/usr.bin/grep: fastgrep.c file.c util.c

Log Message:
Fix signed / unsigned issues. Refactor basename usage to use a local
copy and do it only once, not for each pattern. Remove late inline.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/grep/fastgrep.c
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/grep/file.c
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/grep/util.c

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



CVS commit: src/tests/lib/librumpclient

2011-02-16 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Feb 16 17:57:44 UTC 2011

Modified Files:
src/tests/lib/librumpclient: h_exec.c t_exec.sh

Log Message:
test rumpclient_vfork()


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/lib/librumpclient/h_exec.c
cvs rdiff -u -r1.4 -r1.5 src/tests/lib/librumpclient/t_exec.sh

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



CVS commit: src/lib

2011-02-16 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Feb 16 17:56:46 UTC 2011

Modified Files:
src/lib/librumpclient: rumpclient.c rumpclient.h
src/lib/librumphijack: hijack.c

Log Message:
Support vfork.  Add rumpclient wrapper for daemon(3).


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/lib/librumpclient/rumpclient.c
cvs rdiff -u -r1.7 -r1.8 src/lib/librumpclient/rumpclient.h
cvs rdiff -u -r1.42 -r1.43 src/lib/librumphijack/hijack.c

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



CVS commit: src/sbin

2011-02-16 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Wed Feb 16 17:53:31 UTC 2011

Modified Files:
src/sbin/reboot: reboot.8 reboot.c
src/sbin/shutdown: shutdown.8 shutdown.c

Log Message:
Add flags -v, -x, and -z for verbose, debug, and silent shutdowns,
respectively, by passing flags AB_VERBOSE, AB_DEBUG, and/or AB_SILENT to
reboot(2).


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sbin/reboot/reboot.8
cvs rdiff -u -r1.36 -r1.37 src/sbin/reboot/reboot.c
cvs rdiff -u -r1.28 -r1.29 src/sbin/shutdown/shutdown.8
cvs rdiff -u -r1.52 -r1.53 src/sbin/shutdown/shutdown.c

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



CVS commit: src/etc

2011-02-16 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Wed Feb 16 16:22:13 UTC 2011

Modified Files:
src/etc: Makefile

Log Message:
Install "obsolete" files only when necessary.


To generate a diff of this commit:
cvs rdiff -u -r1.386 -r1.387 src/etc/Makefile

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



CVS commit: src/etc

2011-02-16 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Wed Feb 16 16:20:06 UTC 2011

Modified Files:
src/etc: Makefile

Log Message:
Generate MAKEDEV only when really necessary.  Write dependency correctly.


To generate a diff of this commit:
cvs rdiff -u -r1.385 -r1.386 src/etc/Makefile

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



CVS commit: src

2011-02-16 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Feb 16 16:02:52 UTC 2011

Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/lib/librumpclient: Makefile h_exec.c t_exec.sh

Log Message:
no need to create a hardlinked name for the helper, just fake argv[]


To generate a diff of this commit:
cvs rdiff -u -r1.248 -r1.249 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/librumpclient/Makefile
cvs rdiff -u -r1.4 -r1.5 src/tests/lib/librumpclient/h_exec.c
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/librumpclient/t_exec.sh

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



CVS commit: src/etc

2011-02-16 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Wed Feb 16 15:52:51 UTC 2011

Modified Files:
src/etc: Makefile

Log Message:
To install 0-sized files, check if the destination already has one.
This avoids unnecessary updates (== timestamp changes in METALOG).


To generate a diff of this commit:
cvs rdiff -u -r1.384 -r1.385 src/etc/Makefile

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



CVS commit: src/tests/lib/librumpclient

2011-02-16 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Feb 16 15:34:18 UTC 2011

Modified Files:
src/tests/lib/librumpclient: h_exec.c t_exec.sh

Log Message:
Don't use hijack here since exec is now easy in pure rump clients.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/librumpclient/h_exec.c
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/librumpclient/t_exec.sh

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



CVS commit: src/lib

2011-02-16 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Feb 16 15:33:47 UTC 2011

Modified Files:
src/lib/librumpclient: rumpclient.c rumpclient.h
src/lib/librumphijack: hijack.c

Log Message:
Push the fiddly tasks for exec and fork from rumphijack to rumpclient.
This makes it possible easily execute those operations also from
non-hijacked rump clients (plus fixes one memory leak in an error
branch).


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/lib/librumpclient/rumpclient.c
cvs rdiff -u -r1.6 -r1.7 src/lib/librumpclient/rumpclient.h
cvs rdiff -u -r1.41 -r1.42 src/lib/librumphijack/hijack.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/wmi

2011-02-16 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Feb 16 13:15:49 UTC 2011

Modified Files:
src/sys/dev/acpi/wmi: wmi_dell.c wmi_eeepc.c wmi_hp.c wmi_msi.c

Log Message:
Make the WMI modules depend on the parent mapper.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/acpi/wmi/wmi_dell.c
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/acpi/wmi/wmi_eeepc.c
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/acpi/wmi/wmi_hp.c
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/acpi/wmi/wmi_msi.c

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



CVS commit: src/usr.bin/vmstat

2011-02-16 Thread Takeshi Nakayama
Module Name:src
Committed By:   nakayama
Date:   Wed Feb 16 12:58:38 UTC 2011

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

Log Message:
Fix header, format and total count of system interrupt counters.


To generate a diff of this commit:
cvs rdiff -u -r1.179 -r1.180 src/usr.bin/vmstat/vmstat.c

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



CVS commit: src/share/mk

2011-02-16 Thread Julio Merino
Module Name:src
Committed By:   jmmv
Date:   Wed Feb 16 10:13:00 UTC 2011

Modified Files:
src/share/mk: bsd.test.mk

Log Message:
Miscellaneous improvements from Garrett Cooper:
- Add to variables only once, instead of from within a loop.
- Use :tl instead of :M to match against strings for readability.
- Use CLEANFILES instead of a custom clean target.

Full release built successfully after this change.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/share/mk/bsd.test.mk

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



CVS commit: src/sys/dev/isa

2011-02-16 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Feb 16 10:08:05 UTC 2011

Modified Files:
src/sys/dev/isa: aps.c

Log Message:
As suggested by Sverre Froyen in a follow-up to PR # 41698, change the
sensor names to real words (e.g. "temperature 1" instead of "TEMP_1").
No functional change; only consistent envstat(8) output with other sensors.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/isa/aps.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/amd64/conf

2011-02-16 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Feb 16 09:57:57 UTC 2011

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

Log Message:
Add (commented) aps(4) from i386 GENERIC.


To generate a diff of this commit:
cvs rdiff -u -r1.305 -r1.306 src/sys/arch/amd64/conf/GENERIC

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

2011-02-16 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Feb 16 09:05:13 UTC 2011

Modified Files:
src/sys/dev/acpi: acpi_bat.c acpi_display.c acpi_fan.c acpi_pmtr.c
acpi_tz.c asus_acpi.c atk0110.c dalb_acpi.c hpqlb_acpi.c

Log Message:
Change the preprocessor defines around the module(9)'s modcmd() calls such
that the modules show in modstat(8) even though these are "builtin".


To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 src/sys/dev/acpi/acpi_bat.c
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/acpi/acpi_display.c \
src/sys/dev/acpi/hpqlb_acpi.c
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/acpi/acpi_fan.c
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/acpi/acpi_pmtr.c
cvs rdiff -u -r1.78 -r1.79 src/sys/dev/acpi/acpi_tz.c
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/acpi/asus_acpi.c
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/acpi/atk0110.c
cvs rdiff -u -r1.16 -r1.17 src/sys/dev/acpi/dalb_acpi.c

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



CVS commit: src/sys

2011-02-16 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Feb 16 08:35:53 UTC 2011

Modified Files:
src/sys/dev/acpi: acpi_acad.c acpi_button.c acpi_cpu.c acpi_lid.c
thinkpad_acpi.c
src/sys/modules/acpiacad: Makefile
src/sys/modules/acpibut: Makefile
src/sys/modules/acpicpu: Makefile
src/sys/modules/acpilid: Makefile
src/sys/modules/thinkpad: Makefile
Added Files:
src/sys/modules/acpiacad: acpiacad.ioconf
src/sys/modules/acpibut: acpibut.ioconf
src/sys/modules/acpicpu: acpicpu.ioconf
src/sys/modules/acpilid: acpilid.ioconf
src/sys/modules/thinkpad: thinkpad.ioconf

Log Message:
Use ioconf for the module declarations.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/dev/acpi/acpi_acad.c
cvs rdiff -u -r1.39 -r1.40 src/sys/dev/acpi/acpi_button.c
cvs rdiff -u -r1.25 -r1.26 src/sys/dev/acpi/acpi_cpu.c
cvs rdiff -u -r1.42 -r1.43 src/sys/dev/acpi/acpi_lid.c
cvs rdiff -u -r1.33 -r1.34 src/sys/dev/acpi/thinkpad_acpi.c
cvs rdiff -u -r1.2 -r1.3 src/sys/modules/acpiacad/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/acpiacad/acpiacad.ioconf
cvs rdiff -u -r1.2 -r1.3 src/sys/modules/acpibut/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/acpibut/acpibut.ioconf
cvs rdiff -u -r1.5 -r1.6 src/sys/modules/acpicpu/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/acpicpu/acpicpu.ioconf
cvs rdiff -u -r1.2 -r1.3 src/sys/modules/acpilid/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/acpilid/acpilid.ioconf
cvs rdiff -u -r1.2 -r1.3 src/sys/modules/thinkpad/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/thinkpad/thinkpad.ioconf

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



CVS commit: src/sys

2011-02-16 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Feb 16 08:19:57 UTC 2011

Modified Files:
src/sys/dev/acpi/wmi: wmi_acpi.c wmi_dell.c wmi_hp.c wmi_msi.c
src/sys/modules/acpiwmi: Makefile
src/sys/modules/wmidell: Makefile
src/sys/modules/wmihp: Makefile
src/sys/modules/wmimsi: Makefile
Added Files:
src/sys/modules/acpiwmi: acpiwmi.ioconf
src/sys/modules/wmidell: wmidell.ioconf
src/sys/modules/wmihp: wmihp.ioconf
src/sys/modules/wmimsi: wmimsi.ioconf

Log Message:
Convert the homegrown module declarations to use ioconf.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/acpi/wmi/wmi_acpi.c
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/acpi/wmi/wmi_dell.c
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/acpi/wmi/wmi_hp.c
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/acpi/wmi/wmi_msi.c
cvs rdiff -u -r1.2 -r1.3 src/sys/modules/acpiwmi/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/acpiwmi/acpiwmi.ioconf
cvs rdiff -u -r1.2 -r1.3 src/sys/modules/wmidell/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/wmidell/wmidell.ioconf
cvs rdiff -u -r1.2 -r1.3 src/sys/modules/wmihp/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/wmihp/wmihp.ioconf
cvs rdiff -u -r1.2 -r1.3 src/sys/modules/wmimsi/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/wmimsi/wmimsi.ioconf

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



CVS commit: src/sys/modules

2011-02-16 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Feb 16 08:08:14 UTC 2011

Modified Files:
src/sys/modules/aibs: Makefile
src/sys/modules/asus: Makefile
src/sys/modules/hpqlb: Makefile
Added Files:
src/sys/modules/aibs: aibs.ioconf
src/sys/modules/asus: asus.ioconf
src/sys/modules/hpqlb: hpqlb.ioconf
Removed Files:
src/sys/modules/aibs: AIBS.ioconf
src/sys/modules/asus: ASUS.ioconf
src/sys/modules/hpqlb: HPQLB.ioconf

Log Message:
Convert the ioconf files to lower case for consistency. No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r0 src/sys/modules/aibs/AIBS.ioconf
cvs rdiff -u -r1.2 -r1.3 src/sys/modules/aibs/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/aibs/aibs.ioconf
cvs rdiff -u -r1.1 -r0 src/sys/modules/asus/ASUS.ioconf
cvs rdiff -u -r1.1 -r1.2 src/sys/modules/asus/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/asus/asus.ioconf
cvs rdiff -u -r1.1 -r0 src/sys/modules/hpqlb/HPQLB.ioconf
cvs rdiff -u -r1.1 -r1.2 src/sys/modules/hpqlb/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/hpqlb/hpqlb.ioconf

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



CVS commit: src/sys/modules

2011-02-16 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Feb 16 08:01:53 UTC 2011

Modified Files:
src/sys/modules/acpibat: Makefile
src/sys/modules/acpidalb: Makefile
src/sys/modules/acpifan: Makefile
src/sys/modules/acpipmtr: Makefile
src/sys/modules/acpitz: Makefile
src/sys/modules/acpiverbose: Makefile
src/sys/modules/acpivga: Makefile
Added Files:
src/sys/modules/acpibat: acpibat.ioconf
src/sys/modules/acpidalb: acpidalb.ioconf
src/sys/modules/acpifan: acpifan.ioconf
src/sys/modules/acpipmtr: acpipmtr.ioconf
src/sys/modules/acpitz: acpitz.ioconf
src/sys/modules/acpiverbose: acpiverbose.ioconf
src/sys/modules/acpivga: acpivga.ioconf
Removed Files:
src/sys/modules/acpibat: ACPIBAT.ioconf
src/sys/modules/acpidalb: ACPIDALB.ioconf
src/sys/modules/acpifan: ACPIFAN.ioconf
src/sys/modules/acpipmtr: ACPIPMTR.ioconf
src/sys/modules/acpitz: ACPITZ.ioconf
src/sys/modules/acpiverbose: ACPIVERBOSE.ioconf
src/sys/modules/acpivga: ACPIVGA.ioconf

Log Message:
Convert the ioconf files to lower case for consistency. No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r0 src/sys/modules/acpibat/ACPIBAT.ioconf
cvs rdiff -u -r1.3 -r1.4 src/sys/modules/acpibat/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/acpibat/acpibat.ioconf
cvs rdiff -u -r1.1 -r0 src/sys/modules/acpidalb/ACPIDALB.ioconf
cvs rdiff -u -r1.1 -r1.2 src/sys/modules/acpidalb/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/acpidalb/acpidalb.ioconf
cvs rdiff -u -r1.1 -r0 src/sys/modules/acpifan/ACPIFAN.ioconf
cvs rdiff -u -r1.1 -r1.2 src/sys/modules/acpifan/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/acpifan/acpifan.ioconf
cvs rdiff -u -r1.1 -r0 src/sys/modules/acpipmtr/ACPIPMTR.ioconf
cvs rdiff -u -r1.1 -r1.2 src/sys/modules/acpipmtr/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/acpipmtr/acpipmtr.ioconf
cvs rdiff -u -r1.1 -r0 src/sys/modules/acpitz/ACPITZ.ioconf
cvs rdiff -u -r1.2 -r1.3 src/sys/modules/acpitz/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/acpitz/acpitz.ioconf
cvs rdiff -u -r1.1 -r0 src/sys/modules/acpiverbose/ACPIVERBOSE.ioconf
cvs rdiff -u -r1.3 -r1.4 src/sys/modules/acpiverbose/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/acpiverbose/acpiverbose.ioconf
cvs rdiff -u -r1.1 -r0 src/sys/modules/acpivga/ACPIVGA.ioconf
cvs rdiff -u -r1.1 -r1.2 src/sys/modules/acpivga/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/acpivga/acpivga.ioconf

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