CVS commit: src/doc

2012-02-16 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Fri Feb 17 07:51:51 UTC 2012

Modified Files:
src/doc: CHANGES

Log Message:
document postinstall pwd_mkdb item


To generate a diff of this commit:
cvs rdiff -u -r1.1673 -r1.1674 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/usr.sbin/postinstall

2012-02-16 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Fri Feb 17 07:51:20 UTC 2012

Modified Files:
src/usr.sbin/postinstall: postinstall

Log Message:
Add "pwd_mkdb" item, which checks whether /etc/pwd.db is in the
new format, and runs "pwd_mkdb -V 1 /etc/master.passwd" to fix it.


To generate a diff of this commit:
cvs rdiff -u -r1.129 -r1.130 src/usr.sbin/postinstall/postinstall

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




CVS commit: src/doc

2012-02-16 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Fri Feb 17 07:46:54 UTC 2012

Modified Files:
src/doc: CHANGES

Log Message:
s/tmux/tmux(1)/ in the entry about removal of window(1)


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

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/usr.bin/ldd

2012-02-16 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Feb 17 07:44:30 UTC 2012

Modified Files:
src/usr.bin/ldd [matt-nb5-mips64]: ldd.c ldd.h ldd_elfxx.c

Log Message:
Move fmtprint and print_needed since they are dependent on ELFSIZE.


To generate a diff of this commit:
cvs rdiff -u -r1.2.12.2.4.2 -r1.2.12.2.4.3 src/usr.bin/ldd/ldd.c
cvs rdiff -u -r1.1.2.3.4.1 -r1.1.2.3.4.2 src/usr.bin/ldd/ldd.h
cvs rdiff -u -r1.1.2.3 -r1.1.2.3.4.1 src/usr.bin/ldd/ldd_elfxx.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/usr.bin/ldd

2012-02-16 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Feb 17 07:43:45 UTC 2012

Modified Files:
src/usr.bin/ldd [matt-nb5-mips64]: Makefile.common

Log Message:
MIPS uses a variable page size now


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.2.4.1 src/usr.bin/ldd/Makefile.common

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



CVS commit: src/doc

2012-02-16 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Fri Feb 17 06:11:30 UTC 2012

Modified Files:
src/doc: 3RDPARTY

Log Message:
ACPICA 20120215 is out, including support for ACPI 5.0.


To generate a diff of this commit:
cvs rdiff -u -r1.909 -r1.910 src/doc/3RDPARTY

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



CVS commit: othersrc/crypto/external/bsd/ssss/dist/src/libssss

2012-02-16 Thread Alistair G. Crooks
Module Name:othersrc
Committed By:   agc
Date:   Fri Feb 17 02:11:18 UTC 2012

Modified Files:
othersrc/crypto/external/bsd//dist/src/lib: threshold.c

Log Message:
don't rely on an application (such as (1)) being able to mmap(2) the
shares it presents via lib - allocate space using calloc(3) if the mmap
fails.

this change allows us to use (1) to combine shares from different
websites, mounted using httpdev(8).


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
othersrc/crypto/external/bsd//dist/src/lib/threshold.c

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



CVS commit: othersrc/external/bsd/httpdev/dist

2012-02-16 Thread Alistair G. Crooks
Module Name:othersrc
Committed By:   agc
Date:   Fri Feb 17 02:06:54 UTC 2012

Modified Files:
othersrc/external/bsd/httpdev/dist: main.c

Log Message:
return the number of characters read/written in the small target operation,
not the size that was requested.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 othersrc/external/bsd/httpdev/dist/main.c

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



CVS commit: [netbsd-6] src/doc

2012-02-16 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Fri Feb 17 00:43:14 UTC 2012

Modified Files:
src/doc [netbsd-6]: CHANGES-6.0

Log Message:
Ticket #6.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/doc/CHANGES-6.0

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



CVS commit: [netbsd-6] src/distrib

2012-02-16 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Fri Feb 17 00:42:28 UTC 2012

Modified Files:
src/distrib/amd64/kmod [netbsd-6]: Makefile
src/distrib/common [netbsd-6]: Makefile.distrib
src/distrib/i386/kmod [netbsd-6]: Makefile

Log Message:
Pull up following revision(s) (requested by martin in ticket #6):
distrib/common/Makefile.distrib: revision 1.9
distrib/i386/kmod/Makefile: revision 1.11
distrib/amd64/kmod/Makefile: revision 1.2
Use a new variable, MODULEVER, for kernel modules, tracking what's been
done elsewhere.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.8.1 src/distrib/amd64/kmod/Makefile
cvs rdiff -u -r1.8 -r1.8.8.1 src/distrib/common/Makefile.distrib
cvs rdiff -u -r1.10 -r1.10.8.1 src/distrib/i386/kmod/Makefile

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



CVS commit: src/distrib

2012-02-16 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Fri Feb 17 00:33:25 UTC 2012

Modified Files:
src/distrib/amd64/kmod: Makefile
src/distrib/common: Makefile.distrib
src/distrib/i386/kmod: Makefile

Log Message:
Use a new variable, MODULEVER, for kernel modules, tracking what's been
done elsewhere.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/distrib/amd64/kmod/Makefile
cvs rdiff -u -r1.8 -r1.9 src/distrib/common/Makefile.distrib
cvs rdiff -u -r1.10 -r1.11 src/distrib/i386/kmod/Makefile

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



CVS commit: [netbsd-6] src/doc

2012-02-16 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Fri Feb 17 00:08:49 UTC 2012

Modified Files:
src/doc [netbsd-6]: CHANGES-6.0

Log Message:
Ticket #6.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/doc/CHANGES-6.0

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



CVS commit: [netbsd-6] src

2012-02-16 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Fri Feb 17 00:08:38 UTC 2012

Modified Files:
src/distrib/sets [netbsd-6]: sets.subr
src/share/mk [netbsd-6]: bsd.kmodule.mk
src/sys/conf [netbsd-6]: osrelease.sh

Log Message:
Pull up following revision(s) (requested by christos in ticket #6):
distrib/sets/sets.subr: revision 1.136
share/mk/bsd.kmodule.mk: revision 1.34
sys/conf/osrelease.sh: revision 1.122
Add new -k (for kernel modules) flag to return MM.99.pp for current and MM.mm
for the release branch.
use osrelease -k to avoid that the path is 6.0_BETA
use osrelease.sh -k instead of hand-rolled logic.


To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.135.2.1 src/distrib/sets/sets.subr
cvs rdiff -u -r1.33 -r1.33.4.1 src/share/mk/bsd.kmodule.mk
cvs rdiff -u -r1.120.18.1 -r1.120.18.2 src/sys/conf/osrelease.sh

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



CVS commit: src/distrib/sets

2012-02-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Feb 17 00:00:40 UTC 2012

Modified Files:
src/distrib/sets: sets.subr

Log Message:
use osrelease.sh -k instead of hand-rolled logic.


To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 src/distrib/sets/sets.subr

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



CVS commit: src/share/mk

2012-02-16 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Feb 17 00:00:02 UTC 2012

Modified Files:
src/share/mk: bsd.README bsd.own.mk

Log Message:
Derive MANINSTALL from MKCATPAGES and MKHTML.


To generate a diff of this commit:
cvs rdiff -u -r1.292 -r1.293 src/share/mk/bsd.README
cvs rdiff -u -r1.696 -r1.697 src/share/mk/bsd.own.mk

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



CVS commit: src/share/mk

2012-02-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Feb 16 23:58:16 UTC 2012

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

Log Message:
use osrelease -k to avoid that the path is 6.0_BETA


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/share/mk/bsd.kmodule.mk

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



CVS commit: src/sys/conf

2012-02-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Feb 16 23:56:58 UTC 2012

Modified Files:
src/sys/conf: osrelease.sh

Log Message:
Add new -k (for kernel modules) flag to return MM.99.pp for current and MM.mm
for the release branch.


To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 src/sys/conf/osrelease.sh

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



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

2012-02-16 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb 16 23:02:22 UTC 2012

Modified Files:
src/sys/arch/mips/include [matt-nb5-mips64]: pmap.h
src/sys/arch/mips/mips [matt-nb5-mips64]: pmap.c pmap_tlb.c

Log Message:
Move the ksegx tlb init code into its own function.
Fix a problem with concurrent shootdowns by tracking what cpus want a
shootdown for a pmap, and if anoter cpu wants a shootdown, perform the
shootdown on ourselves.


To generate a diff of this commit:
cvs rdiff -u -r1.54.26.23 -r1.54.26.24 src/sys/arch/mips/include/pmap.h
cvs rdiff -u -r1.179.16.42 -r1.179.16.43 src/sys/arch/mips/mips/pmap.c
cvs rdiff -u -r1.1.2.22 -r1.1.2.23 src/sys/arch/mips/mips/pmap_tlb.c

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



CVS commit: src

2012-02-16 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Feb 16 23:00:39 UTC 2012

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
src/include: dlfcn.h
src/lib/libc: shlib_version
src/lib/libc/dlfcn: dlfcn_elf.c
src/lib/libc/misc: initfini.c
src/libexec/ld.elf_so: rtld.c rtld.h symbol.c

Log Message:
Add _dlauxinfo helper function to provide access to the ELF auxilary
vector. This can normally be found via __ps_strings, but libc is
initialised too early when linked dynamically and doesn't have access to
it yet, so provide an alternative mechanism via ld.elf_so.
Bump libc minor.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/distrib/sets/lists/base/ad.mips64eb
cvs rdiff -u -r1.81 -r1.82 src/distrib/sets/lists/base/ad.mips64el
cvs rdiff -u -r1.156 -r1.157 src/distrib/sets/lists/base/md.amd64
cvs rdiff -u -r1.147 -r1.148 src/distrib/sets/lists/base/md.sparc64
cvs rdiff -u -r1.616 -r1.617 src/distrib/sets/lists/base/shl.mi
cvs rdiff -u -r1.69 -r1.70 src/distrib/sets/lists/comp/ad.mips64eb \
src/distrib/sets/lists/comp/ad.mips64el
cvs rdiff -u -r1.155 -r1.156 src/distrib/sets/lists/comp/md.amd64
cvs rdiff -u -r1.138 -r1.139 src/distrib/sets/lists/comp/md.sparc64
cvs rdiff -u -r1.209 -r1.210 src/distrib/sets/lists/comp/shl.mi
cvs rdiff -u -r1.23 -r1.24 src/include/dlfcn.h
cvs rdiff -u -r1.227 -r1.228 src/lib/libc/shlib_version
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/dlfcn/dlfcn_elf.c
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/misc/initfini.c
cvs rdiff -u -r1.155 -r1.156 src/libexec/ld.elf_so/rtld.c
cvs rdiff -u -r1.107 -r1.108 src/libexec/ld.elf_so/rtld.h
cvs rdiff -u -r1.59 -r1.60 src/libexec/ld.elf_so/symbol.c

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



CVS commit: src/etc

2012-02-16 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Feb 16 22:57:19 UTC 2012

Modified Files:
src/etc: man.conf

Log Message:
Add entries for bzip2 and xz.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/etc/man.conf

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



CVS commit: src/external/bsd/mdocml

2012-02-16 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Feb 16 22:56:13 UTC 2012

Modified Files:
src/external/bsd/mdocml: Makefile.inc

Log Message:
Use mmap when dealing with plain files.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/external/bsd/mdocml/Makefile.inc

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



CVS commit: src/etc/mtree

2012-02-16 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Thu Feb 16 22:22:27 UTC 2012

Modified Files:
src/etc/mtree: NetBSD.dist.base

Log Message:
Do not create obsolete ./usr/include/quota directory anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 src/etc/mtree/NetBSD.dist.base

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

2012-02-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Feb 16 21:15:05 UTC 2012

Modified Files:
src/distrib/sets/lists/comp: ad.arm

Log Message:
add cpuconf.h to the sets


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/distrib/sets/lists/comp/ad.arm

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



CVS commit: src/sys/arch/arm/include

2012-02-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Feb 16 21:13:51 UTC 2012

Modified Files:
src/sys/arch/arm/include: Makefile

Log Message:
Added cpuconf.h needed by libkvm build.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/arm/include/Makefile

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



CVS commit: src/usr.sbin/makemandb

2012-02-16 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Feb 16 20:58:55 UTC 2012

Modified Files:
src/usr.sbin/makemandb: Makefile makemandb.c

Log Message:
Add support for compressed man pages in all the usual formats.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/makemandb/Makefile
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/makemandb/makemandb.c

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



CVS commit: src/external/bsd/mdocml/dist

2012-02-16 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Feb 16 20:58:23 UTC 2012

Modified Files:
src/external/bsd/mdocml/dist: mandoc.h read.c

Log Message:
Merge mandoc.h r1.99 and read.c 1.28 from upstream:
Add mparse_readmem, which allows application to run the parser directly
from memory, e.g. after de-compressing a document.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.9 -r1.2 src/external/bsd/mdocml/dist/mandoc.h
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/mdocml/dist/read.c

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



CVS commit: src/sys/dev/pci

2012-02-16 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Thu Feb 16 20:45:21 UTC 2012

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

Log Message:
remove debug spam


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

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



CVS commit: src/usr.sbin/crash

2012-02-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Feb 16 20:36:13 UTC 2012

Modified Files:
src/usr.sbin/crash: Makefile

Log Message:
use -n too, so that we don't get a dup note.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.sbin/crash/Makefile

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



CVS commit: [netbsd-6] src/doc

2012-02-16 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Thu Feb 16 19:57:07 UTC 2012

Modified Files:
src/doc [netbsd-6]: CHANGES-6.0

Log Message:
Tickets 2,3


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/doc/CHANGES-6.0

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



CVS commit: [netbsd-6] src

2012-02-16 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Thu Feb 16 19:56:43 UTC 2012

Modified Files:
src [netbsd-6]: UPDATING
src/etc [netbsd-6]: daily weekly

Log Message:
Pull up following revision(s) (requested by joerg in ticket #2):
etc/weekly: revision 1.26
etc/daily: revision 1.81
UPDATING: revision 1.235
Run makemandb with the normal 022 umask, not the restrictive 077.
Extend entry to makemandb permission issue.


To generate a diff of this commit:
cvs rdiff -u -r1.234 -r1.234.2.1 src/UPDATING
cvs rdiff -u -r1.80 -r1.80.2.1 src/etc/daily
cvs rdiff -u -r1.25 -r1.25.2.1 src/etc/weekly

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



CVS commit: [netbsd-6] src/sys/conf

2012-02-16 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Thu Feb 16 18:59:43 UTC 2012

Modified Files:
src/sys/conf [netbsd-6]: osrelease.sh

Log Message:
Pull up following revision(s) (requested by christos in ticket #3):
sys/conf/osrelease.sh: revision 1.121
Don't eat _BETA. I am sure dsl will come up with something more elegant.


To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.120.18.1 src/sys/conf/osrelease.sh

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



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

2012-02-16 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb 16 18:58:58 UTC 2012

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

Log Message:
mips_nfreelist is the one past the highest freelist used.


To generate a diff of this commit:
cvs rdiff -u -r1.205.4.1.2.1.2.66 -r1.205.4.1.2.1.2.67 \
src/sys/arch/mips/mips/mips_machdep.c
cvs rdiff -u -r1.121.6.1.2.28 -r1.121.6.1.2.29 \
src/sys/arch/mips/mips/vm_machdep.c

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



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

2012-02-16 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb 16 18:58:01 UTC 2012

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

Log Message:
Allow KSEG1 even on _LP64.


To generate a diff of this commit:
cvs rdiff -u -r1.10.18.15 -r1.10.18.16 \
src/sys/arch/mips/mips/bus_space_alignstride_chipdep.c

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



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

2012-02-16 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb 16 18:57:16 UTC 2012

Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_fmnvar.h

Log Message:
enable_cp2 needs a early clobber


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/sys/arch/mips/rmi/rmixl_fmnvar.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/comp

2012-02-16 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Thu Feb 16 18:40:31 UTC 2012

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

Log Message:
window.debug is now obsolete.


To generate a diff of this commit:
cvs rdiff -u -r1.1738 -r1.1739 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/sys/dev/pci

2012-02-16 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Thu Feb 16 17:33:28 UTC 2012

Modified Files:
src/sys/dev/pci: files.pci r128fb.c radeonfb.c radeonfbvar.h

Log Message:
cache glyphs in video memory when using anti-aliased fonts on r128fb and
radeonfb


To generate a diff of this commit:
cvs rdiff -u -r1.354 -r1.355 src/sys/dev/pci/files.pci
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/pci/r128fb.c
cvs rdiff -u -r1.53 -r1.54 src/sys/dev/pci/radeonfb.c
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/pci/radeonfbvar.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/wscons

2012-02-16 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Thu Feb 16 17:29:21 UTC 2012

Modified Files:
src/sys/dev/wscons: files.wscons
Added Files:
src/sys/dev/wscons: wsdisplay_glyphcache.c wsdisplay_glyphcachevar.h

Log Message:
generic support for caching glyphs in video memory
for speeding up anti-aliased fonts on slow CPUs


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/dev/wscons/files.wscons
cvs rdiff -u -r0 -r1.1 src/sys/dev/wscons/wsdisplay_glyphcache.c \
src/sys/dev/wscons/wsdisplay_glyphcachevar.h

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



CVS commit: src/sys/conf

2012-02-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Feb 16 17:25:35 UTC 2012

Modified Files:
src/sys/conf: osrelease.sh

Log Message:
Don't eat _BETA. I am sure dsl will come up with something more elegant.


To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 src/sys/conf/osrelease.sh

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



CVS commit: src/usr.bin/xlint/arch/hppa

2012-02-16 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Thu Feb 16 16:27:15 UTC 2012

Modified Files:
src/usr.bin/xlint/arch/hppa: targparam.h

Log Message:
Correct LDOUBLE_SIZE


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/xlint/arch/hppa/targparam.h

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



CVS commit: othersrc/external/bsd/circa/dist

2012-02-16 Thread Thomas Klausner
Module Name:othersrc
Committed By:   wiz
Date:   Thu Feb 16 14:52:03 UTC 2012

Modified Files:
othersrc/external/bsd/circa/dist: circa.1

Log Message:
Document -n.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 othersrc/external/bsd/circa/dist/circa.1

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



CVS commit: othersrc/external/bsd/httpdev/dist

2012-02-16 Thread Thomas Klausner
Module Name:othersrc
Committed By:   wiz
Date:   Thu Feb 16 14:05:16 UTC 2012

Modified Files:
othersrc/external/bsd/httpdev/dist: httpdev.8

Log Message:
The default blocksize is 4096 bytes.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 othersrc/external/bsd/httpdev/dist/httpdev.8

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

2012-02-16 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Feb 16 12:29:12 UTC 2012

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

Log Message:
Fix tags in set lists for window removal.


To generate a diff of this commit:
cvs rdiff -u -r1.985 -r1.986 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.1380 -r1.1381 src/distrib/sets/lists/man/mi

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



CVS commit: src/share/man/man9

2012-02-16 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Thu Feb 16 12:10:10 UTC 2012

Modified Files:
src/share/man/man9: pmap.9

Log Message:
fix a description of PMAP_PREFER argument.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/share/man/man9/pmap.9

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



CVS commit: src/sys/uvm

2012-02-16 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb 16 11:46:15 UTC 2012

Modified Files:
src/sys/uvm: uvm_page.c

Log Message:
Add KASSERTs to uvm_pagealloc_pgfl to verify the page is actually free and has
the contents that it should.
Redo the KASSERTs for the pageq in uvm_pagefree.


To generate a diff of this commit:
cvs rdiff -u -r1.181 -r1.182 src/sys/uvm/uvm_page.c

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



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

2012-02-16 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb 16 10:52:13 UTC 2012

Modified Files:
src/sys/arch/mips/include [matt-nb5-mips64]: vmparam.h

Log Message:
Add extern int mips_ksegx_tlb_slot;


To generate a diff of this commit:
cvs rdiff -u -r1.41.28.26 -r1.41.28.27 src/sys/arch/mips/include/vmparam.h

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



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

2012-02-16 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb 16 10:51:33 UTC 2012

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

Log Message:
Use (intptr_t) when casting pointers to get proper sign extension.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.13 -r1.1.2.14 src/sys/arch/mips/mips/mips_fixup.c

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



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

2012-02-16 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb 16 10:48:39 UTC 2012

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

Log Message:
Add mips_ksegx_tlb_slot.
When casting pointers, use intptr_t so we get proper sign extension.


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

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



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

2012-02-16 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb 16 10:47:07 UTC 2012

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

Log Message:
When booting a N32 MP kernel, make sure to setup the ksegx mapping.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.23 -r1.1.2.24 src/sys/arch/mips/mips/cpu_subr.c

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



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

2012-02-16 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb 16 10:45:17 UTC 2012

Modified Files:
src/sys/arch/mips/include [matt-nb5-mips64]: db_machdep.h
src/sys/arch/mips/mips [matt-nb5-mips64]: db_disasm.c db_interface.c
db_trace.c

Log Message:
Change db_expr_t to an register_t so we can see the full register contents
on N32 kernels.


To generate a diff of this commit:
cvs rdiff -u -r1.22.62.4 -r1.22.62.5 src/sys/arch/mips/include/db_machdep.h
cvs rdiff -u -r1.19.62.3 -r1.19.62.4 src/sys/arch/mips/mips/db_disasm.c
cvs rdiff -u -r1.64.16.23 -r1.64.16.24 src/sys/arch/mips/mips/db_interface.c
cvs rdiff -u -r1.35.38.5 -r1.35.38.6 src/sys/arch/mips/mips/db_trace.c

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



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

2012-02-16 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb 16 10:44:30 UTC 2012

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

Log Message:
PTR_DSRL -> PTR_DSLL typo


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

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



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

2012-02-16 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb 16 10:42:52 UTC 2012

Modified Files:
src/sys/ddb [matt-nb5-mips64]: db_xxx.c

Log Message:
Make ps /l also printout the uarea.


To generate a diff of this commit:
cvs rdiff -u -r1.52.4.1 -r1.52.4.1.4.1 src/sys/ddb/db_xxx.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/evbarm/conf

2012-02-16 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb 16 08:08:25 UTC 2012

Modified Files:
src/sys/arch/evbarm/conf: Makefile.evbarm.inc

Log Message:
If we are building an INSTALL kernel and the ramdisk.fs exists in the object
tree, insert it into the kernel.  This needs to be done before the board
frag so it written into the kernel before the uboot images are created.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/evbarm/conf/Makefile.evbarm.inc

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