CVS commit: src

2011-02-15 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Feb 16 07:30:28 UTC 2011

Modified Files:
src/distrib/sets/lists/man: mi
src/doc: CHANGES
src/share/man/man4: Makefile acpiwmi.4
src/sys/arch/i386/conf: ALL GENERIC
src/sys/dev/acpi/wmi: files.wmi
Added Files:
src/sys/dev/acpi/wmi: wmi_eeepc.c
src/sys/modules/wmieeepc: Makefile wmieeepc.ioconf

Log Message:
Add a skeleton driver for Asus EeePC acpiwmi(4) mappings.


To generate a diff of this commit:
cvs rdiff -u -r1.1288 -r1.1289 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.1506 -r1.1507 src/doc/CHANGES
cvs rdiff -u -r1.550 -r1.551 src/share/man/man4/Makefile
cvs rdiff -u -r1.6 -r1.7 src/share/man/man4/acpiwmi.4
cvs rdiff -u -r1.287 -r1.288 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.1015 -r1.1016 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/acpi/wmi/files.wmi
cvs rdiff -u -r0 -r1.1 src/sys/dev/acpi/wmi/wmi_eeepc.c
cvs rdiff -u -r0 -r1.1 src/sys/modules/wmieeepc/Makefile \
src/sys/modules/wmieeepc/wmieeepc.ioconf

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



CVS commit: src/distrib/sets

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

Modified Files:
src/distrib/sets: Makefile

Log Message:
Comment.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/distrib/sets/Makefile

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



CVS commit: src/distrib/sets

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

Modified Files:
src/distrib/sets: Makefile

Log Message:
RCSMETALOG: treat initial clean_METALOG nicely.


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/distrib/sets/Makefile

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



CVS commit: src/distrib/sets

2011-02-15 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Wed Feb 16 05:18:35 UTC 2011

Modified Files:
src/distrib/sets: Makefile
Added Files:
src/distrib/sets: metalog.subr

Log Message:
Add a hook to version METALOG using rcs(1).


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/distrib/sets/Makefile
cvs rdiff -u -r0 -r1.1 src/distrib/sets/metalog.subr

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



CVS commit: src/doc

2011-02-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb 16 03:45:23 UTC 2011

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
mention new bind


To generate a diff of this commit:
cvs rdiff -u -r1.811 -r1.812 src/doc/3RDPARTY
cvs rdiff -u -r1.1505 -r1.1506 src/doc/CHANGES

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

2011-02-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb 16 03:42:18 UTC 2011

Modified Files:
src/distrib/sets/lists/base: ad.mips64eb ad.mips64el md.amd64
md.sparc64 shl.mi
src/distrib/sets/lists/comp: ad.mips64eb ad.mips64el md.amd64
md.sparc64 shl.mi

Log Message:
bump for bind-9.8.0rc1


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/distrib/sets/lists/base/ad.mips64eb
cvs rdiff -u -r1.40 -r1.41 src/distrib/sets/lists/base/ad.mips64el
cvs rdiff -u -r1.115 -r1.116 src/distrib/sets/lists/base/md.amd64
cvs rdiff -u -r1.108 -r1.109 src/distrib/sets/lists/base/md.sparc64
cvs rdiff -u -r1.576 -r1.577 src/distrib/sets/lists/base/shl.mi
cvs rdiff -u -r1.23 -r1.24 src/distrib/sets/lists/comp/ad.mips64eb \
src/distrib/sets/lists/comp/ad.mips64el
cvs rdiff -u -r1.101 -r1.102 src/distrib/sets/lists/comp/md.amd64
cvs rdiff -u -r1.87 -r1.88 src/distrib/sets/lists/comp/md.sparc64
cvs rdiff -u -r1.161 -r1.162 src/distrib/sets/lists/comp/shl.mi

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-15 Thread Jean-Yves Migeon
Module Name:src
Committed By:   jym
Date:   Wed Feb 16 03:16:58 UTC 2011

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

Log Message:
Build certain file-systems and options(7) as module(7). 32 and 64 bits
support are still builtin, as well as FFS, NFS, TMPFS, and most COMPAT
code. Saves approx. 750kiB.

Reflect this in INSTALL kernel, where we have to support more file systems
statically.

See http://mail-index.netbsd.org/port-amd64/2011/02/13/msg001318.html


To generate a diff of this commit:
cvs rdiff -u -r1.304 -r1.305 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.83 -r1.84 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/crypto/external/bsd/libsaslc/dist

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

Modified Files:
src/crypto/external/bsd/libsaslc/dist/include: saslc.h
src/crypto/external/bsd/libsaslc/dist/man: libsaslc.3
src/crypto/external/bsd/libsaslc/dist/src: dict.c mech_digestmd5.c
src/crypto/external/bsd/libsaslc/dist/test/hash_tests: test_hash.c

Log Message:
Property name change:
  SASLC_PROP_SERVICENAME ("SERVICENAME")
to
  SASLC_PROP_SERVNAME ("SERVNAME")

Hopefully this will avoid confusion with SASLC_PROP_SERVICE ("SERVICE").
SERVNAME is also closer to the name used in the RFC2831 ("serv-name").
(Discussed with christos@.)

Change the hash parameters to keep that collision-less after the above
name change.

While here, go back to using .Sh in the manpage for unknown section
headers as the PostScript output from .Ss is slightly different.
(Discussed with wiz@.)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
src/crypto/external/bsd/libsaslc/dist/include/saslc.h
cvs rdiff -u -r1.8 -r1.9 src/crypto/external/bsd/libsaslc/dist/man/libsaslc.3
cvs rdiff -u -r1.5 -r1.6 src/crypto/external/bsd/libsaslc/dist/src/dict.c
cvs rdiff -u -r1.8 -r1.9 \
src/crypto/external/bsd/libsaslc/dist/src/mech_digestmd5.c
cvs rdiff -u -r1.1 -r1.2 \
src/crypto/external/bsd/libsaslc/dist/test/hash_tests/test_hash.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/grep

2011-02-15 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Feb 16 01:31:34 UTC 2011

Modified Files:
src/usr.bin/grep: Makefile file.c grep.1 grep.c grep.h queue.c util.c
Added Files:
src/usr.bin/grep: fastgrep.c
src/usr.bin/grep/nls: C.msg es_ES.ISO8859-1.msg gl_ES.ISO8859-1.msg
hu_HU.ISO8859-2.msg ja_JP.SJIS.msg ja_JP.UTF-8.msg ja_JP.eucJP.msg
pt_BR.ISO8859-1.msg ru_RU.KOI8-R.msg uk_UA.UTF-8.msg
zh_CN.UTF-8.msg
Removed Files:
src/usr.bin/grep: TODO binary.c mmfile.c

Log Message:
Replace usr.bin/grep with the BSD grep implementation from FreeBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/grep/Makefile src/usr.bin/grep/file.c \
src/usr.bin/grep/grep.c src/usr.bin/grep/grep.h
cvs rdiff -u -r1.4 -r0 src/usr.bin/grep/TODO
cvs rdiff -u -r1.3 -r0 src/usr.bin/grep/binary.c
cvs rdiff -u -r0 -r1.1 src/usr.bin/grep/fastgrep.c
cvs rdiff -u -r1.1.1.2 -r1.2 src/usr.bin/grep/grep.1 src/usr.bin/grep/queue.c
cvs rdiff -u -r1.5 -r0 src/usr.bin/grep/mmfile.c
cvs rdiff -u -r1.6 -r1.7 src/usr.bin/grep/util.c
cvs rdiff -u -r0 -r1.1 src/usr.bin/grep/nls/C.msg \
src/usr.bin/grep/nls/es_ES.ISO8859-1.msg \
src/usr.bin/grep/nls/gl_ES.ISO8859-1.msg \
src/usr.bin/grep/nls/hu_HU.ISO8859-2.msg \
src/usr.bin/grep/nls/ja_JP.SJIS.msg src/usr.bin/grep/nls/ja_JP.UTF-8.msg \
src/usr.bin/grep/nls/ja_JP.eucJP.msg \
src/usr.bin/grep/nls/pt_BR.ISO8859-1.msg \
src/usr.bin/grep/nls/ru_RU.KOI8-R.msg \
src/usr.bin/grep/nls/uk_UA.UTF-8.msg src/usr.bin/grep/nls/zh_CN.UTF-8.msg

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



CVS commit: src/external/ibm-public/postfix

2011-02-15 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Tue Feb 15 23:17:02 UTC 2011

Modified Files:
src/external/ibm-public/postfix: Makefile.inc

Log Message:
Move default definition of "PKGROOT" inside the "HAVE_CYRUS_SASL" block
as it shouldn't be used anywhere else.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/ibm-public/postfix/Makefile.inc

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-15 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Feb 15 20:24:11 UTC 2011

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

Log Message:
Reset the firmware waking vector on resume. Adapted from FreeBSD and Linux.
No functional change intended.


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

2011-02-15 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Tue Feb 15 19:39:13 UTC 2011

Modified Files:
src/sys/arch/powerpc/include/oea: pmap.h
src/sys/arch/powerpc/oea: pmap.c
src/sys/arch/powerpc/powerpc: bus_space.c

Log Message:
implement pmap_mmap_flags() and teach PowerPC's bus_space_mmap() to actually
use BUS_SPACE_MAP_PREFETCHABLE which, now that /dev/pci* knows how to use it,
helps improve X performance


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/powerpc/include/oea/pmap.h
cvs rdiff -u -r1.76 -r1.77 src/sys/arch/powerpc/oea/pmap.c
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/powerpc/powerpc/bus_space.c

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/libsaslc/dist

2011-02-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Feb 15 18:36:08 UTC 2011

Modified Files:
src/crypto/external/bsd/libsaslc/dist/man: libsaslc.3
src/crypto/external/bsd/libsaslc/dist/src: mech_digestmd5.c

Log Message:
>From Anon Ymous:
1) Fix a memory leak in cipher_context_create().
2) Fix a goof in the construction of the digest-uri.
3) Allow SASLC_PROP_SERVICENAME to be a hostname qualified comma
delimited list of service names to select from and update the manpage
to reflect this.
4) Make libsaslc.3 pass mdoclint(1).


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/crypto/external/bsd/libsaslc/dist/man/libsaslc.3
cvs rdiff -u -r1.7 -r1.8 \
src/crypto/external/bsd/libsaslc/dist/src/mech_digestmd5.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

2011-02-15 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Feb 15 18:10:33 UTC 2011

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

Log Message:
Fix wrong assertion logic.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/x86/x86/genfb_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/lib/csu/mips

2011-02-15 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue Feb 15 18:07:31 UTC 2011

Modified Files:
src/lib/csu/mips [matt-nb5-mips64]: crt0.c

Log Message:
Fix a BE64 bug not fetching argc correctly


To generate a diff of this commit:
cvs rdiff -u -r1.19.32.1 -r1.19.32.2 src/lib/csu/mips/crt0.c

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



CVS commit: [bouyer-quota2] src/sys/compat/netbsd32

2011-02-15 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Tue Feb 15 17:52:52 UTC 2011

Modified Files:
src/sys/compat/netbsd32 [bouyer-quota2]: netbsd32.h
netbsd32_compat_50.c netbsd32_conv.h netbsd32_ioctl.h
netbsd32_netbsd.c

Log Message:
implement COMPAT_NETBSD32 quotactl syscalls (both new and COMPAT_50)


To generate a diff of this commit:
cvs rdiff -u -r1.84.8.1 -r1.84.8.2 src/sys/compat/netbsd32/netbsd32.h
cvs rdiff -u -r1.17 -r1.17.4.1 src/sys/compat/netbsd32/netbsd32_compat_50.c
cvs rdiff -u -r1.24 -r1.24.4.1 src/sys/compat/netbsd32/netbsd32_conv.h
cvs rdiff -u -r1.29.4.1 -r1.29.4.2 src/sys/compat/netbsd32/netbsd32_ioctl.h
cvs rdiff -u -r1.168.4.2 -r1.168.4.3 \
src/sys/compat/netbsd32/netbsd32_netbsd.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/acpi

2011-02-15 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Feb 15 17:50:47 UTC 2011

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

Log Message:
Fix and add comments.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/x86/acpi/acpi_cpu_md.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-15 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Feb 15 16:49:54 UTC 2011

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

Log Message:
fix snafu


To generate a diff of this commit:
cvs rdiff -u -r1.306 -r1.307 src/sys/kern/kern_exec.c

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



CVS commit: [bouyer-quota2] src/sys

2011-02-15 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Tue Feb 15 16:45:57 UTC 2011

Modified Files:
src/sys/compat/common [bouyer-quota2]: compat_mod.c vfs_syscalls_50.c
src/sys/kern [bouyer-quota2]: vfs_syscalls.c
src/sys/rump/fs/lib/libffs [bouyer-quota2]: Makefile
src/sys/rump/librump/rumpvfs [bouyer-quota2]: Makefile.rumpvfs
src/sys/ufs [bouyer-quota2]: files.ufs

Log Message:
Implement COMPAT_50 quotactl(2)


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.12.2.1 src/sys/compat/common/compat_mod.c
cvs rdiff -u -r1.6 -r1.6.4.1 src/sys/compat/common/vfs_syscalls_50.c
cvs rdiff -u -r1.414.4.2 -r1.414.4.3 src/sys/kern/vfs_syscalls.c
cvs rdiff -u -r1.12.4.1 -r1.12.4.2 src/sys/rump/fs/lib/libffs/Makefile
cvs rdiff -u -r1.28 -r1.28.4.1 src/sys/rump/librump/rumpvfs/Makefile.rumpvfs
cvs rdiff -u -r1.24.6.3 -r1.24.6.4 src/sys/ufs/files.ufs

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-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Feb 15 16:29:10 UTC 2011

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

Log Message:
Fix non-fortify build.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 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/external/ibm-public/postfix

2011-02-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Feb 15 16:19:33 UTC 2011

Modified Files:
src/external/ibm-public/postfix: Makefile.inc

Log Message:
>From Anon Ymous:

1) libsaslc is an SASL client only.
2) dovecot is an SASL server only.
3) cyrus-sasl is both a client and a server.
4) postfix allows us to have multiple SASL servers and clients.
5) The SASL server to use at runtime is determined by the setting of
   "smtpd_sasl_type" in main.cf (note that is smtpd_ not smtp_).  If
   that is not set, then it defaults to the value of
   DEF_SERVER_SASL_TYPE at build time, which if not set, defaults to
   "cyrus".  See postfix/dist/src/global/mail_params.h.
6) The SASL client to use at runtime is determined by the setting of
   "smtp_sasl_type" in main.cf.  If that is not set, then it defaults
   to the value of DEF_CLIENT_SASL_TYPE at build time, which if not
   set, defaults to "cyrus".  See postfix/dist/src/global/mail_params.h.
7) If MKCRYPTO is "no", libsaslc will not link as it requires the
   crypto libraries, so libsaslc cannot be enabled (as it was before)
   without crypto.
8) I have made the definition of DEF_CLIENT_SASL_TYPE conditional on
   MKCRYPTO due to (7).  Without crypto it will default to cyrus.
9) HAVE_CYRUS_SASL is _never_ defined during a normal build and _never_
   should be!  It is there for the convenience of users who wish to
   install cyrus-sasl and rebuild postfix with it.  It is also very
   useful for testing if it is suspected that something might be wrong
   with libsaslc.  PLEASE DO NOT REMOVE IT!


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/ibm-public/postfix/Makefile.inc

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



CVS commit: src/lib/librumpuser

2011-02-15 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Feb 15 16:10:41 UTC 2011

Modified Files:
src/lib/librumpuser: rumpuser_sp.c

Log Message:
Cleanup server socket before sending back "ok" for halt.  Fixes
some occasionally-seen race conditions in tests which do server
restarts (e.g. the raidframe tests).


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/lib/librumpuser/rumpuser_sp.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-15 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Feb 15 15:57:34 UTC 2011

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

Log Message:
remove unnecessary debug printf


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/librumpclient/h_exec.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-15 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Feb 15 15:54:56 UTC 2011

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

Log Message:
test FD_CLOEXEC


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/librumpclient/h_exec.c \
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/sys

2011-02-15 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Feb 15 15:54:29 UTC 2011

Modified Files:
src/sys/kern: kern_descrip.c kern_exec.c subr_exec_fd.c vfs_cwd.c
src/sys/rump/librump/rumpkern: rump.c
src/sys/sys: filedesc.h

Log Message:
Support FD_CLOEXEC in rump kernels.


To generate a diff of this commit:
cvs rdiff -u -r1.210 -r1.211 src/sys/kern/kern_descrip.c
cvs rdiff -u -r1.305 -r1.306 src/sys/kern/kern_exec.c
cvs rdiff -u -r1.4 -r1.5 src/sys/kern/subr_exec_fd.c
cvs rdiff -u -r1.3 -r1.4 src/sys/kern/vfs_cwd.c
cvs rdiff -u -r1.230 -r1.231 src/sys/rump/librump/rumpkern/rump.c
cvs rdiff -u -r1.57 -r1.58 src/sys/sys/filedesc.h

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

2011-02-15 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Feb 15 15:18:37 UTC 2011

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

Log Message:
another day, another tp


To generate a diff of this commit:
cvs rdiff -u -r1.247 -r1.248 src/distrib/sets/lists/tests/mi

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-15 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Feb 15 15:16:46 UTC 2011

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

Log Message:
add some exec() tests


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/tests/lib/librumpclient/Atffile \
src/tests/lib/librumpclient/h_exec.c \
src/tests/lib/librumpclient/t_exec.sh
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/librumpclient/Makefile

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/drm/dist/bsd-core

2011-02-15 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Tue Feb 15 14:24:23 UTC 2011

Modified Files:
src/sys/external/bsd/drm/dist/bsd-core: drm_memory.c drm_vm.c

Log Message:
map the framebuffer and agp with BUS_SPACE_MAP_PREFETCHABLE


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/external/bsd/drm/dist/bsd-core/drm_memory.c
cvs rdiff -u -r1.5 -r1.6 src/sys/external/bsd/drm/dist/bsd-core/drm_vm.c

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-15 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Feb 15 14:01:52 UTC 2011

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

Log Message:
dup() is now implemented using fcntl()


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 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/lib/librumphijack

2011-02-15 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Feb 15 13:59:28 UTC 2011

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

Log Message:
Properly implement fcntl commands: F_DUPFD, F_CLOSEM, F_MAXFD


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 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/arch/i386/conf

2011-02-15 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Tue Feb 15 12:06:22 UTC 2011

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

Log Message:
retire azalia from GENERIC


To generate a diff of this commit:
cvs rdiff -u -r1.1014 -r1.1015 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/sys/kern

2011-02-15 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Feb 15 11:43:54 UTC 2011

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

Log Message:
augment comment


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/kern/exec_elf.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/sparc/sparc

2011-02-15 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Feb 15 11:30:22 UTC 2011

Modified Files:
src/sys/arch/sparc/sparc: locore.s

Log Message:
give memfault_sun*() some entry points that both gdb and ddb will find.


To generate a diff of this commit:
cvs rdiff -u -r1.261 -r1.262 src/sys/arch/sparc/sparc/locore.s

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



CVS commit: src/doc

2011-02-15 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Tue Feb 15 11:21:32 UTC 2011

Modified Files:
src/doc: CHANGES

Log Message:
Fix partition ids in the previous disklabel(8)'s COMPAT_386BSD_MBRPART entry.


To generate a diff of this commit:
cvs rdiff -u -r1.1504 -r1.1505 src/doc/CHANGES

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



CVS commit: src/doc

2011-02-15 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Tue Feb 15 11:18:49 UTC 2011

Modified Files:
src/doc: CHANGES

Log Message:
Note hp700 HIL support.


To generate a diff of this commit:
cvs rdiff -u -r1.1503 -r1.1504 src/doc/CHANGES

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



CVS commit: src/sys/dev/hil

2011-02-15 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Tue Feb 15 11:05:51 UTC 2011

Modified Files:
src/sys/dev/hil: hil.c hildevs.h hilid.c hilkbd.c hilkbdmap.c
hilkbdmap.h hilms.c hilvar.h

Log Message:
- make local functions static
- use aprint_normal(9) and variants
- misc KNF


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/hil/hil.c src/sys/dev/hil/hildevs.h \
src/sys/dev/hil/hilid.c src/sys/dev/hil/hilkbd.c \
src/sys/dev/hil/hilkbdmap.c src/sys/dev/hil/hilkbdmap.h \
src/sys/dev/hil/hilms.c src/sys/dev/hil/hilvar.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/sparc/sparc

2011-02-15 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Feb 15 10:59:25 UTC 2011

Modified Files:
src/sys/arch/sparc/sparc: intr.c locore.s

Log Message:
- move nmi_sun4m intr counting into nmi_soft/nmi_hard.
- request the appropriate stack space for nmi_sun4m, in particular,
  make sure we have space for %g2...%g5.  now entering ddb via eg,
  serial break no longer causes cpu1 to fault.


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 src/sys/arch/sparc/sparc/intr.c
cvs rdiff -u -r1.260 -r1.261 src/sys/arch/sparc/sparc/locore.s

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-15 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Feb 15 10:37:08 UTC 2011

Modified Files:
src/lib/librumpclient: rumpclient.c
src/lib/librumpuser: rumpuser_sp.c sp_common.c

Log Message:
support HANDSHAKE_EXEC


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/librumpclient/rumpclient.c
cvs rdiff -u -r1.40 -r1.41 src/lib/librumpuser/rumpuser_sp.c
cvs rdiff -u -r1.27 -r1.28 src/lib/librumpuser/sp_common.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/hp700/gsc

2011-02-15 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Tue Feb 15 10:35:39 UTC 2011

Modified Files:
src/sys/arch/hp700/gsc: hil_gsc.c

Log Message:
- make local functions static
- remove parentheses from return
- use aprint_error(9)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/hp700/gsc/hil_gsc.c

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



CVS commit: src/sys/rump

2011-02-15 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Feb 15 10:35:06 UTC 2011

Modified Files:
src/sys/rump/include/rump: rumpuser.h
src/sys/rump/librump/rumpkern: rump.c

Log Message:
Add an "exec" callback for the proxy code.  The client can now
notify the rump kernel of an exec having taken place.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/sys/rump/include/rump/rumpuser.h
cvs rdiff -u -r1.229 -r1.230 src/sys/rump/librump/rumpkern/rump.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/hp700

2011-02-15 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Tue Feb 15 10:32:57 UTC 2011

Modified Files:
src/sys/arch/hp700/conf: GENERIC files.hp700
Added Files:
src/sys/arch/hp700/gsc: hil_gsc.c
src/sys/arch/hp700/include: hil_machdep.h

Log Message:
Add MI HIL (keyboard/mouse) support from OpenBSD.
Tested on 735/125 and ok'ed by skrll@.


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/sys/arch/hp700/conf/GENERIC
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/hp700/conf/files.hp700
cvs rdiff -u -r0 -r1.1 src/sys/arch/hp700/gsc/hil_gsc.c
cvs rdiff -u -r0 -r1.1 src/sys/arch/hp700/include/hil_machdep.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/include

2011-02-15 Thread Christoph Egger
Module Name:src
Committed By:   cegger
Date:   Tue Feb 15 10:11:25 UTC 2011

Modified Files:
src/sys/arch/x86/include: specialreg.h

Log Message:
update cpuid bits


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sys/arch/x86/include/specialreg.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/sparc/sparc

2011-02-15 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Feb 15 09:56:33 UTC 2011

Modified Files:
src/sys/arch/sparc/sparc: intr.c pmap.c timer_sun4m.c

Log Message:
sprinkle some kpreempt_{dis,en}able() in various strategic points
we will need when we get to actually enabling kernel preemption.


To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 src/sys/arch/sparc/sparc/intr.c
cvs rdiff -u -r1.340 -r1.341 src/sys/arch/sparc/sparc/pmap.c
cvs rdiff -u -r1.24 -r1.25 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: src/sys/arch/sparc/sparc

2011-02-15 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Feb 15 09:05:15 UTC 2011

Modified Files:
src/sys/arch/sparc/sparc: cpu.c cpuvar.h intr.c

Log Message:
remove unused CPUFLG_READY and CPU_NOTREADY() macro.


To generate a diff of this commit:
cvs rdiff -u -r1.229 -r1.230 src/sys/arch/sparc/sparc/cpu.c
cvs rdiff -u -r1.87 -r1.88 src/sys/arch/sparc/sparc/cpuvar.h
cvs rdiff -u -r1.111 -r1.112 src/sys/arch/sparc/sparc/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

2011-02-15 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Tue Feb 15 08:57:02 UTC 2011

Modified Files:
src/sys/dev/pci: agp.c
src/sys/sys: agpio.h

Log Message:
add AGP v3 support to agp_generic_enable from FreeBSD


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/sys/dev/pci/agp.c
cvs rdiff -u -r1.9 -r1.10 src/sys/sys/agpio.h

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

2011-02-15 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Tue Feb 15 08:56:11 UTC 2011

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

Log Message:
print AGP mode (v3/v2compat/v2) with aprint_debug instead of aprint_normal


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

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



CVS commit: src/games/atc

2011-02-15 Thread Ignatios Souvatzis
Module Name:src
Committed By:   is
Date:   Tue Feb 15 08:25:26 UTC 2011

Modified Files:
src/games/atc: update.c

Log Message:
Bug fix: in a game with 26 planes, the last one to be allocated wouldn't
be allocated if it was the only eligible one.
>From Jonathan David Amery via Debian Bug report 214626.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/games/atc/update.c

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