CVS commit: [matt-nb5-mips64] src/distrib/utils/sysinst/arch/evbmips

2011-05-13 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri May 13 17:10:36 UTC 2011

Modified Files:
src/distrib/utils/sysinst/arch/evbmips [matt-nb5-mips64]: md.h

Log Message:
Remove #error which were there for debugging


To generate a diff of this commit:
cvs rdiff -u -r1.2.22.1 -r1.2.22.2 \
src/distrib/utils/sysinst/arch/evbmips/md.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/evbmips

2011-05-13 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri May 13 17:30:43 UTC 2011

Modified Files:
src/sys/arch/evbmips/alchemy [matt-nb5-mips64]: machdep.c
src/sys/arch/evbmips/atheros [matt-nb5-mips64]: machdep.c

Log Message:
Update for new mips_vector_init and savectx definitions.


To generate a diff of this commit:
cvs rdiff -u -r1.37.10.5 -r1.37.10.6 src/sys/arch/evbmips/alchemy/machdep.c
cvs rdiff -u -r1.13.10.6 -r1.13.10.7 src/sys/arch/evbmips/atheros/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

2011-05-13 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri May 13 17:36:39 UTC 2011

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

Log Message:
Fix a comment.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.17 -r1.1.2.18 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/distrib/sandpoint/ramdisk

2011-05-13 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Fri May 13 19:14:18 UTC 2011

Modified Files:
src/distrib/sandpoint/ramdisk: Makefile

Log Message:
Create sd0, wd1 and cd0 devices, to allow mounting installation media via
USB, a second disk or a CDROM drive.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/distrib/sandpoint/ramdisk/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/file/dist/doc

2011-05-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri May 13 21:15:34 UTC 2011

Modified Files:
src/external/bsd/file/dist/doc: file.1

Log Message:
remove dup code.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/file/dist/doc/file.1

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-05-13 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Fri May 13 22:16:44 UTC 2011

Modified Files:
src/sys/kern: kern_cpu.c kern_mutex_obj.c kern_rwlock_obj.c
kern_synch.c subr_percpu.c subr_xcall.c sysv_sem.c vfs_vnode.c

Log Message:
Sprinkle __cacheline_aligned and __read_mostly.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/kern/kern_cpu.c
cvs rdiff -u -r1.2 -r1.3 src/sys/kern/kern_mutex_obj.c \
src/sys/kern/kern_rwlock_obj.c
cvs rdiff -u -r1.288 -r1.289 src/sys/kern/kern_synch.c
cvs rdiff -u -r1.12 -r1.13 src/sys/kern/subr_percpu.c \
src/sys/kern/subr_xcall.c
cvs rdiff -u -r1.86 -r1.87 src/sys/kern/sysv_sem.c
cvs rdiff -u -r1.5 -r1.6 src/sys/kern/vfs_vnode.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-05-13 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Fri May 13 22:19:41 UTC 2011

Modified Files:
src/sys/kern: kern_sleepq.c kern_turnstile.c

Log Message:
Sprinkle __cacheline_aligned and __read_mostly, make some functions static.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/kern/kern_sleepq.c
cvs rdiff -u -r1.28 -r1.29 src/sys/kern/kern_turnstile.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-05-13 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Fri May 13 22:22:03 UTC 2011

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

Log Message:
Sprinkle __cacheline_aligned and __read_mostly, also const-ify.


To generate a diff of this commit:
cvs rdiff -u -r1.179 -r1.180 src/sys/kern/kern_proc.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-05-13 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Fri May 13 22:22:56 UTC 2011

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

Log Message:
- Replace shmmap_entry_pool with kmem(9), as pool is not worth.
- Sprinkle __cacheline_aligned and __read_mostly.


To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 src/sys/kern/sysv_shm.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-05-13 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Fri May 13 22:28:40 UTC 2011

Modified Files:
src/sys/arch/arm/xscale: ixp425_npe.c
src/sys/dev/ppbus: ppbus_conf.c

Log Message:
Eliminate few references to ltsleep.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/xscale/ixp425_npe.c
cvs rdiff -u -r1.18 -r1.19 src/sys/dev/ppbus/ppbus_conf.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/filemon

2011-05-13 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Fri May 13 22:31:08 UTC 2011

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

Log Message:
filemon_open: remove unnecessary check (which has a leak in error path).


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/filemon/filemon.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-05-13 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Fri May 13 22:35:51 UTC 2011

Modified Files:
src/sys/arch/evbarm/mpcsa: mpcsa_usart.c
src/sys/arch/mac68k/nubus: cpi_nubus.c
src/sys/dev/ppbus: ppbus_base.c

Log Message:
Replace some ltsleep() uses with kpause() and tsleep().


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/mpcsa/mpcsa_usart.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/mac68k/nubus/cpi_nubus.c
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/ppbus/ppbus_base.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/stdlib

2011-05-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri May 13 23:11:00 UTC 2011

Modified Files:
src/lib/libc/stdlib: jemalloc.c malloc.c

Log Message:
don't let readlink trash errno.;


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/lib/libc/stdlib/jemalloc.c
cvs rdiff -u -r1.52 -r1.53 src/lib/libc/stdlib/malloc.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/arch/arm/sys

2011-05-13 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Fri May 13 23:14:36 UTC 2011

Modified Files:
src/lib/libc/arch/arm/sys: brk.S sbrk.S

Log Message:
Use "_end" instead of "end" for consistency with other architectures.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/arch/arm/sys/brk.S \
src/lib/libc/arch/arm/sys/sbrk.S

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



CVS commit: src/sys/lib/libsa

2011-05-13 Thread Takeshi Nakayama
Module Name:src
Committed By:   nakayama
Date:   Fri May 13 23:35:10 UTC 2011

Modified Files:
src/sys/lib/libsa: ip.c

Log Message:
Use %zd for ssize_t, and %zu for size_t.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/lib/libsa/ip.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/gensetlist

2011-05-13 Thread Alistair G. Crooks
Module Name:othersrc
Committed By:   agc
Date:   Sat May 14 00:08:45 UTC 2011

Modified Files:
othersrc/external/bsd/gensetlist: bsd.setlist.mk gensetlist.c

Log Message:
add the ability to generate set list entries for SCRIPTS.

clean up the sources so that the lines don't wrap (for the minimalists
amongst us) past 80 columns


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 othersrc/external/bsd/gensetlist/bsd.setlist.mk \
othersrc/external/bsd/gensetlist/gensetlist.c

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



CVS commit: src/sys/crypto/rijndael

2011-05-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat May 14 01:59:19 UTC 2011

Modified Files:
src/sys/crypto/rijndael: rijndael-api-fst.c

Log Message:
- don't assume aligned buffers.
- little KNF


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/crypto/rijndael/rijndael-api-fst.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/landisk/dev

2011-05-13 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Sat May 14 02:27:35 UTC 2011

Modified Files:
src/sys/arch/landisk/dev: button.c

Log Message:
Convert to mutex(9)/condvar(9).  Use RUN_ONCE(9) to avoid racy init.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/landisk/dev/button.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/ic

2011-05-13 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Sat May 14 02:58:27 UTC 2011

Modified Files:
src/sys/dev/ic: lcdkp_subr.c lcdkp_subr.h

Log Message:
Convert to mutex(9).  Replace ltsleep with mtsleep.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/ic/lcdkp_subr.c
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/ic/lcdkp_subr.h

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