CVS commit: src/sys/dev/pci

2011-01-24 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Jan 25 07:17:08 UTC 2011

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

Log Message:
fix the previous.  there's no "vc" variable, nor does the local "dc"
have a "softc" member.  use sc->sc_dev instead.

compile tested only, but that's better than the previous revision.


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

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



CVS commit: src/common/lib/libc/arch/vax

2011-01-24 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue Jan 25 04:45:29 UTC 2011

Modified Files:
src/common/lib/libc/arch/vax/gen: bswap16.S bswap32.S bswap64.S udiv.S
urem.S
src/common/lib/libc/arch/vax/string: memcpy.S memmove.S memset.S

Log Message:
Use END(sym)
use RCSID


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/common/lib/libc/arch/vax/gen/bswap16.S \
src/common/lib/libc/arch/vax/gen/bswap32.S \
src/common/lib/libc/arch/vax/gen/bswap64.S \
src/common/lib/libc/arch/vax/gen/udiv.S \
src/common/lib/libc/arch/vax/gen/urem.S
cvs rdiff -u -r1.2 -r1.3 src/common/lib/libc/arch/vax/string/memcpy.S \
src/common/lib/libc/arch/vax/string/memmove.S
cvs rdiff -u -r1.1 -r1.2 src/common/lib/libc/arch/vax/string/memset.S

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



CVS commit: src/sys/uvm

2011-01-24 Thread enami tsugutomo
Module Name:src
Committed By:   enami
Date:   Tue Jan 25 03:34:30 UTC 2011

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

Log Message:
Remove nop code; the code is moved to uao_dropswap_range1() when it is
introduced in rev. 1.75.


To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 src/sys/uvm/uvm_aobj.c

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



CVS commit: src/lib/libc

2011-01-24 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue Jan 25 02:38:16 UTC 2011

Modified Files:
src/lib/libc/arch/vax: SYS.h genassym.cf
src/lib/libc/arch/vax/gen: __setjmp14.S __sigsetjmp14.S _setjmp.S
alloca.S byte_swap_2.S byte_swap_4.S fabs.S ldexp.S modf.S
swapcontext.S
src/lib/libc/arch/vax/string: bcmp.S bcopy.S bzero.S ffs.S index.S
memcmp.S
src/lib/libc/arch/vax/sys: __clone.S __sigtramp3.S __syscall.S
__vfork14.S brk.S cerror.S execl.S execle.S execlp.S exect.S fork.S
getcontext.S pipe.S ptrace.S sbrk.S syscall.S
src/lib/libc/compat/arch/vax/sys: compat_Ovfork.S
compat___sigreturn14.S compat___sigtramp2.S compat_sigpending13.S
compat_sigprocmask13.S compat_sigreturn13.S compat_sigsuspend13.S

Log Message:
Move IDs into .ident
Use END(x)
Remove a.out support
Make CERROR hidden


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/arch/vax/SYS.h
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/arch/vax/genassym.cf
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/arch/vax/gen/__setjmp14.S
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/arch/vax/gen/__sigsetjmp14.S \
src/lib/libc/arch/vax/gen/byte_swap_4.S src/lib/libc/arch/vax/gen/modf.S
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/arch/vax/gen/_setjmp.S
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/arch/vax/gen/alloca.S \
src/lib/libc/arch/vax/gen/byte_swap_2.S src/lib/libc/arch/vax/gen/fabs.S \
src/lib/libc/arch/vax/gen/swapcontext.S
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/arch/vax/gen/ldexp.S
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/arch/vax/string/bcmp.S \
src/lib/libc/arch/vax/string/bcopy.S src/lib/libc/arch/vax/string/bzero.S \
src/lib/libc/arch/vax/string/ffs.S src/lib/libc/arch/vax/string/index.S \
src/lib/libc/arch/vax/string/memcmp.S
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/arch/vax/sys/__clone.S \
src/lib/libc/arch/vax/sys/__syscall.S src/lib/libc/arch/vax/sys/execl.S \
src/lib/libc/arch/vax/sys/execlp.S
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/arch/vax/sys/__sigtramp3.S
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/arch/vax/sys/__vfork14.S \
src/lib/libc/arch/vax/sys/exect.S src/lib/libc/arch/vax/sys/fork.S
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/arch/vax/sys/brk.S
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/arch/vax/sys/cerror.S
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/arch/vax/sys/execle.S \
src/lib/libc/arch/vax/sys/getcontext.S src/lib/libc/arch/vax/sys/pipe.S
cvs rdiff -u -r1.7 -r1.8 src/lib/libc/arch/vax/sys/ptrace.S
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/arch/vax/sys/sbrk.S
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/arch/vax/sys/syscall.S
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/compat/arch/vax/sys/compat_Ovfork.S \
src/lib/libc/compat/arch/vax/sys/compat___sigreturn14.S \
src/lib/libc/compat/arch/vax/sys/compat___sigtramp2.S \
src/lib/libc/compat/arch/vax/sys/compat_sigpending13.S \
src/lib/libc/compat/arch/vax/sys/compat_sigprocmask13.S \
src/lib/libc/compat/arch/vax/sys/compat_sigreturn13.S \
src/lib/libc/compat/arch/vax/sys/compat_sigsuspend13.S

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



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

2011-01-24 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue Jan 25 02:37:35 UTC 2011

Modified Files:
src/sys/arch/vax/include: asm.h

Log Message:
Align functions on 4 byte boundaries, not 16.
Add END(x) for function sizing.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/vax/include/asm.h

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



CVS commit: src/sys/uvm

2011-01-24 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Mon Jan 24 22:54:01 UTC 2011

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

Log Message:
Use the (new) KDASSERTMSG


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

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



CVS commit: src/sys/lib/libkern

2011-01-24 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Mon Jan 24 22:53:08 UTC 2011

Modified Files:
src/sys/lib/libkern: libkern.h

Log Message:
Add KDASSERTMSG (KDASSERT already exists).


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 src/sys/lib/libkern/libkern.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.i386

2011-01-24 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Jan 24 22:06:31 UTC 2011

Modified Files:
src/share/man/man4/man4.i386: gcscpcib.4

Log Message:
Do not xref man pages that are not installed.
New sentence, new line.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/man4.i386/gcscpcib.4

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

2011-01-24 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Mon Jan 24 21:07:29 UTC 2011

Modified Files:
src/sys/arch/arm/marvell: mvsocgpp.c

Log Message:
Capture more initial GPIO state.
Also, fix behaviour if the number of GPIOs exceed 32.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/marvell/mvsocgpp.c

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



CVS commit: src/lib/libc/time

2011-01-24 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Mon Jan 24 19:37:35 UTC 2011

Modified Files:
src/lib/libc/time: ctime.3

Log Message:
Redo Vt macro fixes (from r1.35) which were lost.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/lib/libc/time/ctime.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/ofppc/stand/ofwboot

2011-01-24 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Jan 24 19:27:18 UTC 2011

Modified Files:
src/sys/arch/ofppc/stand/ofwboot: Makefile

Log Message:
Ensure that NOMAN is defined earlier.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/ofppc/stand/ofwboot/Makefile

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

2011-01-24 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Jan 24 19:26:17 UTC 2011

Modified Files:
src/sys/arch/sgimips/stand: Makefile.booters

Log Message:
Define NOMAN earlier


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/sgimips/stand/Makefile.booters

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



CVS commit: src/sys/uvm

2011-01-24 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Mon Jan 24 19:13:55 UTC 2011

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

Log Message:
Fix start_hint in "simple" alloc (fencepost error).
When restarting the loop, make sure end is not above current limit.
Do a quick test to see if the physseg is within the range of desired addresses.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/sys/uvm/uvm_pglist.c

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



CVS commit: src/distrib/sets/lists/tests

2011-01-24 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Jan 24 17:52:07 UTC 2011

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

Log Message:
new helperprog


To generate a diff of this commit:
cvs rdiff -u -r1.240 -r1.241 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/rump/rumpkern

2011-01-24 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Jan 24 17:51:29 UTC 2011

Modified Files:
src/tests/rump/rumpkern: t_sp.sh
src/tests/rump/rumpkern/h_client: Makefile
Added Files:
src/tests/rump/rumpkern/h_client: h_reconcli.c

Log Message:
test for rumpclient reconnect feature


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tests/rump/rumpkern/t_sp.sh
cvs rdiff -u -r1.4 -r1.5 src/tests/rump/rumpkern/h_client/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/rump/rumpkern/h_client/h_reconcli.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-01-24 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Jan 24 17:47:52 UTC 2011

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

Log Message:
Add reconnect code to librumpclient.  In case the connection to
the kernel server is lost, the client will now automatically attempt
to reconnect.

Among other things, this makes it possible to "reboot" and restart
the TCP/IP stack from under firefox without any perceivable less
of service.  If pages were loading at the time the TCP/IP server
was killed, there may be some broken links, but nothing a ctrl-r
cannot fix.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/lib/librumpclient/rumpclient.c
cvs rdiff -u -r1.25 -r1.26 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/share/man/man4/man4.i386

2011-01-24 Thread Iain Hibbert
Module Name:src
Committed By:   plunky
Date:   Mon Jan 24 17:30:38 UTC 2011

Modified Files:
src/share/man/man4/man4.i386: gcscpcib.4

Log Message:
correct history


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/man4.i386/gcscpcib.4

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



CVS commit: src/sys/dev/usb

2011-01-24 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Mon Jan 24 17:11:17 UTC 2011

Modified Files:
src/sys/dev/usb: uep.c

Log Message:
Add support for newer eGalax controllers that send 5 ot 6 byte long packets.
The protocol is backwards compatible.  While here, unfold a few lines and
remove the link to the documentation, which was invalid.
This enables the touchscreen on the PROTECH PS-3100 MINI POS system.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/usb/uep.c

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



CVS commit: src/games/fortune/datfiles

2011-01-24 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Mon Jan 24 15:30:55 UTC 2011

Modified Files:
src/games/fortune/datfiles: fortunes fortunes.sp.ok fortunes2

Log Message:
Fix spelling: it's *Jef* Raskin, not Jeff Raskin.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/games/fortune/datfiles/fortunes
cvs rdiff -u -r1.6 -r1.7 src/games/fortune/datfiles/fortunes.sp.ok
cvs rdiff -u -r1.42 -r1.43 src/games/fortune/datfiles/fortunes2

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



CVS commit: src/sys/lib/libkern/arch/hppa

2011-01-24 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Jan 24 15:01:30 UTC 2011

Modified Files:
src/sys/lib/libkern/arch/hppa: bcopy.S

Log Message:
Fix build.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/lib/libkern/arch/hppa/bcopy.S

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

2011-01-24 Thread enami tsugutomo
Module Name:src
Committed By:   enami
Date:   Mon Jan 24 10:22:15 UTC 2011

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

Log Message:
roundup2(x, y) does not assume that x is power of 2, but y is.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/roundup.9

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-01-24 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Jan 24 10:15:40 UTC 2011

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

Log Message:
Mark librump{kern_solaris,fs_zfs}.so.0.0.debug as zfs only and fix a typo
while I'm here.


To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 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/sparc/include

2011-01-24 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Jan 24 10:05:22 UTC 2011

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

Log Message:
Provide LWP_PC


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/sys/arch/sparc/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/sparc64/include

2011-01-24 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Jan 24 10:04:28 UTC 2011

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

Log Message:
Provide LWP_PC


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/sys/arch/sparc64/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/tests/dev/audio

2011-01-24 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Jan 24 08:26:23 UTC 2011

Modified Files:
src/tests/dev/audio: h_pad_musa.c

Log Message:
Represent test data as bytes to make it "endian-independent".

from martin


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/dev/audio/h_pad_musa.c

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