CVS commit: src/sys/arch/amiga

2012-07-13 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Fri Jul 13 08:47:07 UTC 2012

Modified Files:
src/sys/arch/amiga/amiga: autoconf.c
src/sys/arch/amiga/pci: p5pb.c p5pbvar.h

Log Message:
Clean up p5pb console glue a bit.


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 src/sys/arch/amiga/amiga/autoconf.c
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/amiga/pci/p5pb.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/amiga/pci/p5pbvar.h

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



CVS commit: src/share/man/man4/man4.amiga

2012-07-13 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Fri Jul 13 13:38:44 UTC 2012

Modified Files:
src/share/man/man4/man4.amiga: p5pb.4

Log Message:
Add info on P5PB_CONSOLE and link to reverse engineered docs.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/share/man/man4/man4.amiga/p5pb.4

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



CVS commit: src/share/man/man4/man4.amiga

2012-07-13 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Jul 13 13:51:09 UTC 2012

Modified Files:
src/share/man/man4/man4.amiga: p5pb.4

Log Message:
Remove trailing whitespace, add a few articles.
XXX: voodoofb(4) is dangling


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/share/man/man4/man4.amiga/p5pb.4

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



CVS commit: src/sys/kern

2012-07-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Jul 13 16:15:49 UTC 2012

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

Log Message:
revert previous; the problem was off by one in the bios device comparison
in x86_autoconf.c


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/kern/subr_disk_mbr.c

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



CVS commit: src/share/man/man4

2012-07-13 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Fri Jul 13 16:19:42 UTC 2012

Modified Files:
src/share/man/man4: Makefile
Added Files:
src/share/man/man4: voodoofb.4

Log Message:
Add voodoofb man page. This time trying to use the "the" word more.


To generate a diff of this commit:
cvs rdiff -u -r1.586 -r1.587 src/share/man/man4/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/voodoofb.4

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

2012-07-13 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Fri Jul 13 16:21:39 UTC 2012

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

Log Message:
Add voodoofb man page to distribution list.


To generate a diff of this commit:
cvs rdiff -u -r1.1395 -r1.1396 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/sys/arch/x86/x86

2012-07-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Jul 13 16:31:49 UTC 2012

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

Log Message:
fix the comparison to determine if a biosdev is a cdrom (from mhitch)


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sys/arch/x86/x86/x86_autoconf.c

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



CVS commit: src/sys/compat/linux32/arch/amd64

2012-07-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Jul 13 18:21:33 UTC 2012

Modified Files:
src/sys/compat/linux32/arch/amd64: syscalls.master

Log Message:
add xattr stubs


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/compat/linux32/arch/amd64/syscalls.master

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



CVS commit: src/sys/compat/linux32/arch/amd64

2012-07-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Jul 13 18:21:45 UTC 2012

Modified Files:
src/sys/compat/linux32/arch/amd64: linux32_syscall.h
linux32_syscallargs.h linux32_syscalls.c linux32_sysent.c

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 \
src/sys/compat/linux32/arch/amd64/linux32_syscall.h \
src/sys/compat/linux32/arch/amd64/linux32_syscallargs.h \
src/sys/compat/linux32/arch/amd64/linux32_syscalls.c \
src/sys/compat/linux32/arch/amd64/linux32_sysent.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/openssl/bin

2012-07-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Jul 13 19:32:51 UTC 2012

Modified Files:
src/crypto/external/bsd/openssl/bin: Makefile

Log Message:
remove mdc2 and idea handling


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/crypto/external/bsd/openssl/bin/Makefile

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



CVS commit: src/sys/dev/sun

2012-07-13 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Fri Jul 13 19:48:45 UTC 2012

Modified Files:
src/sys/dev/sun: cgsix.c

Log Message:
wait for the blitter to go idle before trying to send another command
Apparently on some CG6 the GX_FULL bit is not a reliable indication wether the
engine is ready to accept another command ( LX onboard for example ) - might
be a hardware bug.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/dev/sun/cgsix.c

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



CVS commit: src

2012-07-13 Thread David Brownlee
Module Name:src
Committed By:   abs
Date:   Fri Jul 13 22:58:45 UTC 2012

Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4: Makefile dk.4

Log Message:
Adjust some wording based on suggestion from Snader_LB, plus install a link to 
wedge.4


To generate a diff of this commit:
cvs rdiff -u -r1.1396 -r1.1397 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.587 -r1.588 src/share/man/man4/Makefile
cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/dk.4

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



CVS commit: src/share/man/man4

2012-07-13 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Jul 13 23:16:13 UTC 2012

Modified Files:
src/share/man/man4: voodoofb.4

Log Message:
Play with articles, this time indefinite ones.
Use more markup.
New sentence, new line.
Remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/voodoofb.4

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



CVS commit: src/etc

2012-07-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Jul 14 04:01:11 UTC 2012

Modified Files:
src/etc: Makefile

Log Message:
MKCRYPTO_{IDEA,MDC2} is no more


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

2012-07-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Jul 14 04:03:44 UTC 2012

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

Log Message:
MKCRYPTO_IDEA is no more


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/usr.sbin/racoon/Makefile

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



CVS commit: src/tests/crypto/libcrypto

2012-07-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Jul 14 04:06:17 UTC 2012

Modified Files:
src/tests/crypto/libcrypto: Makefile
src/tests/crypto/libcrypto/idea: Makefile
src/tests/crypto/libcrypto/mdc2: Makefile

Log Message:
MKCRYPTO_{IDEA,MDC2} is no more


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/crypto/libcrypto/Makefile
cvs rdiff -u -r1.3 -r1.4 src/tests/crypto/libcrypto/idea/Makefile
cvs rdiff -u -r1.3 -r1.4 src/tests/crypto/libcrypto/mdc2/Makefile

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-07-13 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Sat Jul 14 05:32:17 UTC 2012

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

Log Message:
extent_create does not take storage type argument anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/share/man/man9/pci_configure_bus.9

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-07-13 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Sat Jul 14 05:36:56 UTC 2012

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

Log Message:
Adapt extent(9) page to not so recent changes in extent code. Argument
mtype to extent_create() was removed.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/share/man/man9/extent.9

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-07-13 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sat Jul 14 06:55:19 UTC 2012

Modified Files:
src/sys/arch/evbarm/conf: mk.beagle

Log Message:
gcc4.5 does support cortex-a8 so use it.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/conf/mk.beagle

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