CVS commit: src/sys

2011-10-14 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Fri Oct 14 09:23:31 UTC 2011

Modified Files:
src/sys/compat/linux/common: linux_file.c linux_file64.c linux_ioctl.c
linux_misc.c
src/sys/compat/linux32/common: linux32_dirent.c
src/sys/compat/ossaudio: ossaudio.c
src/sys/compat/svr4: svr4_fcntl.c
src/sys/compat/svr4_32: svr4_32_fcntl.c
src/sys/dev: ccd.c cgd.c vnd.c
src/sys/dev/dm: dm_target_linear.c dm_target_snapshot.c
dm_target_stripe.c
src/sys/dev/raidframe: rf_copyback.c rf_disks.c rf_reconstruct.c
src/sys/kern: kern_verifiedexec.c vfs_mount.c vfs_syscalls.c
vfs_vnops.c vnode_if.src
src/sys/uvm: uvm_mmap.c

Log Message:
Change the vnode locking protocol of VOP_GETATTR() to request at least
a shared lock.  Make all calls outside of file systems respect it.

The calls from file systems need review.

No objections from tech-kern.


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 src/sys/compat/linux/common/linux_file.c
cvs rdiff -u -r1.52 -r1.53 src/sys/compat/linux/common/linux_file64.c
cvs rdiff -u -r1.55 -r1.56 src/sys/compat/linux/common/linux_ioctl.c
cvs rdiff -u -r1.218 -r1.219 src/sys/compat/linux/common/linux_misc.c
cvs rdiff -u -r1.12 -r1.13 src/sys/compat/linux32/common/linux32_dirent.c
cvs rdiff -u -r1.66 -r1.67 src/sys/compat/ossaudio/ossaudio.c
cvs rdiff -u -r1.70 -r1.71 src/sys/compat/svr4/svr4_fcntl.c
cvs rdiff -u -r1.34 -r1.35 src/sys/compat/svr4_32/svr4_32_fcntl.c
cvs rdiff -u -r1.141 -r1.142 src/sys/dev/ccd.c
cvs rdiff -u -r1.74 -r1.75 src/sys/dev/cgd.c
cvs rdiff -u -r1.218 -r1.219 src/sys/dev/vnd.c
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/dm/dm_target_linear.c
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/dm/dm_target_snapshot.c
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/dm/dm_target_stripe.c
cvs rdiff -u -r1.48 -r1.49 src/sys/dev/raidframe/rf_copyback.c
cvs rdiff -u -r1.81 -r1.82 src/sys/dev/raidframe/rf_disks.c
cvs rdiff -u -r1.116 -r1.117 src/sys/dev/raidframe/rf_reconstruct.c
cvs rdiff -u -r1.126 -r1.127 src/sys/kern/kern_verifiedexec.c
cvs rdiff -u -r1.10 -r1.11 src/sys/kern/vfs_mount.c
cvs rdiff -u -r1.439 -r1.440 src/sys/kern/vfs_syscalls.c
cvs rdiff -u -r1.182 -r1.183 src/sys/kern/vfs_vnops.c
cvs rdiff -u -r1.62 -r1.63 src/sys/kern/vnode_if.src
cvs rdiff -u -r1.138 -r1.139 src/sys/uvm/uvm_mmap.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/comp

2011-10-14 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Fri Oct 14 12:53:23 UTC 2011

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

Log Message:
Add missing .debug entries for sqlite3.


To generate a diff of this commit:
cvs rdiff -u -r1.1692 -r1.1693 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.196 -r1.197 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/dev/usb

2011-10-14 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Fri Oct 14 13:12:41 UTC 2011

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

Log Message:
Void function ukyopon_get_status should not return a value.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/usb/ukyopon.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/cron/dist

2011-10-14 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Oct 14 14:38:21 UTC 2011

Modified Files:
src/external/bsd/cron/dist: database.c

Log Message:
simplify the bad extension code, by dsl.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/cron/dist/database.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/gen

2011-10-14 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Fri Oct 14 15:15:27 UTC 2011

Modified Files:
src/common/lib/libc/gen: radixtree.c

Log Message:
include string.h for memset


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/common/lib/libc/gen/radixtree.c

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



CVS commit: src

2011-10-14 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Fri Oct 14 15:16:59 UTC 2011

Modified Files:
src/common/lib/libc/gen: radixtree.c
src/sys/sys: radixtree.h

Log Message:
add a function to check if a tree is empty.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/common/lib/libc/gen/radixtree.c
cvs rdiff -u -r1.2 -r1.3 src/sys/sys/radixtree.h

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

2011-10-14 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Fri Oct 14 15:18:05 UTC 2011

Modified Files:
src/common/lib/libc/gen: radixtree.c

Log Message:
int -> unsigned int where appropriate


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/common/lib/libc/gen/radixtree.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/gen

2011-10-14 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Fri Oct 14 15:31:36 UTC 2011

Modified Files:
src/common/lib/libc/gen: radixtree.c

Log Message:
make the output of unittest a little machine-readable


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/common/lib/libc/gen/radixtree.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/base

2011-10-14 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Oct 14 15:48:50 UTC 2011

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

Log Message:
fix sun2 build; mark lua shared object appropriately so that it is not required


To generate a diff of this commit:
cvs rdiff -u -r1.966 -r1.967 src/distrib/sets/lists/base/mi

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

2011-10-14 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Fri Oct 14 16:06:05 UTC 2011

Modified Files:
src/common/lib/libc/gen: radixtree.c

Log Message:
fix "get_tag" result of unittest


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/common/lib/libc/gen/radixtree.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/gen

2011-10-14 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Fri Oct 14 16:10:47 UTC 2011

Modified Files:
src/common/lib/libc/gen: radixtree.c

Log Message:
constify


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/common/lib/libc/gen/radixtree.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/gen

2011-10-14 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Fri Oct 14 16:15:54 UTC 2011

Modified Files:
src/common/lib/libc/gen: radixtree.c

Log Message:
unwarp a short line


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/common/lib/libc/gen/radixtree.c

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



CVS commit: [matt-nb5-pq3] src/sys/dev/pci

2011-10-14 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Oct 14 16:51:22 UTC 2011

Modified Files:
src/sys/dev/pci [matt-nb5-pq3]: pcidevs

Log Message:
Add ALI M5288


To generate a diff of this commit:
cvs rdiff -u -r1.962.4.15.2.1 -r1.962.4.15.2.2 src/sys/dev/pci/pcidevs

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



CVS commit: [matt-nb5-pq3] src/sys/dev/pci

2011-10-14 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Oct 14 16:52:13 UTC 2011

Modified Files:
src/sys/dev/pci [matt-nb5-pq3]: pcidevs.h pcidevs_data.h

Log Message:
Regen.


To generate a diff of this commit:
cvs rdiff -u -r1.963.4.15.2.1 -r1.963.4.15.2.2 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.962.4.15.2.1 -r1.962.4.15.2.2 src/sys/dev/pci/pcidevs_data.h

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



CVS commit: [matt-nb5-pq3] src/sys/dev/pci

2011-10-14 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Oct 14 16:54:32 UTC 2011

Modified Files:
src/sys/dev/pci [matt-nb5-pq3]: ahcisata_pci.c

Log Message:
revision 1.25
date: 2011/05/27 15:11:59;  author: matt;  state: Exp;  lines: +4 -2
Add quirk for ALI M5228


To generate a diff of this commit:
cvs rdiff -u -r1.12.4.3 -r1.12.4.3.2.1 src/sys/dev/pci/ahcisata_pci.c

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



CVS commit: [matt-nb5-pq3] src/sys/dev/ic

2011-10-14 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Oct 14 16:55:33 UTC 2011

Modified Files:
src/sys/dev/ic [matt-nb5-pq3]: ahcisata_core.c

Log Message:
revision 1.25
date: 2010/03/12 19:03:14;  author: jakllsch;  state: Exp;  lines: +13 -2
ata(4) expects IDENTIFY data to be in host endianess.
Logic borrowed from siisata(4) (which I've confirmed works on sparc64).


To generate a diff of this commit:
cvs rdiff -u -r1.18.4.4 -r1.18.4.4.4.1 src/sys/dev/ic/ahcisata_core.c

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



CVS commit: [matt-nb5-pq3] src/sys/uvm

2011-10-14 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Oct 14 16:58:38 UTC 2011

Modified Files:
src/sys/uvm [matt-nb5-pq3]: uvm_page.h

Log Message:
Add VM_PHYSMEM_PTR and VM_PAGE_TO_MD macros from -current.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.55.18.1 src/sys/uvm/uvm_page.h

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



CVS commit: [matt-nb5-pq3] src/sys/common/pmap/tlb

2011-10-14 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Oct 14 16:59:16 UTC 2011

Modified Files:
src/sys/common/pmap/tlb [matt-nb5-pq3]: pmap.c pmap.h pmap_segtab.c
pmap_tlb.c
Added Files:
src/sys/common/pmap/tlb [matt-nb5-pq3]: tlb.h vmpagemd.h

Log Message:
Merge updates from -current.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/common/pmap/tlb/pmap.c
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys/common/pmap/tlb/pmap.h \
src/sys/common/pmap/tlb/pmap_segtab.c src/sys/common/pmap/tlb/pmap_tlb.c
cvs rdiff -u -r0 -r1.1.4.2 src/sys/common/pmap/tlb/tlb.h \
src/sys/common/pmap/tlb/vmpagemd.h

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



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

2011-10-14 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Oct 14 17:21:27 UTC 2011

Modified Files:
src/sys/arch/evbppc/conf [matt-nb5-pq3]: files.mpc85xx std.mpc85xx
src/sys/arch/evbppc/mpc85xx [matt-nb5-pq3]: machdep.c mpc85xx_start.S
src/sys/arch/powerpc/booke [matt-nb5-pq3]: booke_autoconf.c
booke_cache.c booke_machdep.c booke_pmap.c booke_stubs.c copyin.c
e500_autoconf.c e500_intr.c e500_timer.c e500_tlb.c trap.c
src/sys/arch/powerpc/booke/dev [matt-nb5-pq3]: cpunode.c pq3gpio.c
src/sys/arch/powerpc/booke/pci [matt-nb5-pq3]: pq3pci.c
src/sys/arch/powerpc/conf [matt-nb5-pq3]: files.booke files.powerpc
src/sys/arch/powerpc/include [matt-nb5-pq3]: cpu.h instr.h types.h
src/sys/arch/powerpc/include/booke [matt-nb5-pq3]: cpuvar.h e500reg.h
e500var.h intr.h openpicreg.h pmap.h pte.h spr.h vmparam.h
src/sys/arch/powerpc/powerpc [matt-nb5-pq3]: fixup.c
Added Files:
src/sys/arch/evbppc/conf [matt-nb5-pq3]: INSTALL.inc INSTALL_P2020DS
P2020DS
src/sys/arch/powerpc/booke/dev [matt-nb5-pq3]: pq3ddrc.c
src/sys/arch/powerpc/include [matt-nb5-pq3]: cpuset.h softint.h
src/sys/arch/powerpc/powerpc [matt-nb5-pq3]: intr_stubs.c
softint_machdep.c

Log Message:
Sync with current pulling P2020 and other newer processor support.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1.6.2 src/sys/arch/evbppc/conf/INSTALL.inc \
src/sys/arch/evbppc/conf/INSTALL_P2020DS
cvs rdiff -u -r0 -r1.9.2.2 src/sys/arch/evbppc/conf/P2020DS
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/arch/evbppc/conf/files.mpc85xx
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys/arch/evbppc/conf/std.mpc85xx
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/sys/arch/evbppc/mpc85xx/machdep.c
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/arch/evbppc/mpc85xx/mpc85xx_start.S
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys/arch/powerpc/booke/booke_autoconf.c \
src/sys/arch/powerpc/booke/booke_cache.c \
src/sys/arch/powerpc/booke/booke_pmap.c \
src/sys/arch/powerpc/booke/copyin.c \
src/sys/arch/powerpc/booke/e500_autoconf.c \
src/sys/arch/powerpc/booke/e500_intr.c \
src/sys/arch/powerpc/booke/e500_timer.c
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/arch/powerpc/booke/booke_machdep.c \
src/sys/arch/powerpc/booke/e500_tlb.c
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/sys/arch/powerpc/booke/booke_stubs.c
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/sys/arch/powerpc/booke/trap.c
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/arch/powerpc/booke/dev/cpunode.c
cvs rdiff -u -r0 -r1.1.2.2 src/sys/arch/powerpc/booke/dev/pq3ddrc.c
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys/arch/powerpc/booke/dev/pq3gpio.c
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys/arch/powerpc/booke/pci/pq3pci.c
cvs rdiff -u -r1.1.8.4 -r1.1.8.5 src/sys/arch/powerpc/conf/files.booke
cvs rdiff -u -r1.69.28.2 -r1.69.28.3 src/sys/arch/powerpc/conf/files.powerpc
cvs rdiff -u -r1.65.22.2 -r1.65.22.3 src/sys/arch/powerpc/include/cpu.h
cvs rdiff -u -r0 -r1.1.8.2 src/sys/arch/powerpc/include/cpuset.h
cvs rdiff -u -r1.4.104.3 -r1.4.104.4 src/sys/arch/powerpc/include/instr.h
cvs rdiff -u -r0 -r1.1.4.2 src/sys/arch/powerpc/include/softint.h
cvs rdiff -u -r1.33.32.1 -r1.33.32.2 src/sys/arch/powerpc/include/types.h
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/sys/arch/powerpc/include/booke/cpuvar.h
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/arch/powerpc/include/booke/e500reg.h
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys/arch/powerpc/include/booke/e500var.h \
src/sys/arch/powerpc/include/booke/pmap.h
cvs rdiff -u -r1.1.8.2 -r1.1.8.3 src/sys/arch/powerpc/include/booke/intr.h \
src/sys/arch/powerpc/include/booke/openpicreg.h \
src/sys/arch/powerpc/include/booke/pte.h
cvs rdiff -u -r1.2.4.2 -r1.2.4.3 src/sys/arch/powerpc/include/booke/spr.h
cvs rdiff -u -r1.2.2.2 -r1.2.2.3 src/sys/arch/powerpc/include/booke/vmparam.h
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys/arch/powerpc/powerpc/fixup.c
cvs rdiff -u -r0 -r1.3.2.2 src/sys/arch/powerpc/powerpc/intr_stubs.c \
src/sys/arch/powerpc/powerpc/softint_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-pq3] src/sys/conf

2011-10-14 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Oct 14 17:22:47 UTC 2011

Modified Files:
src/sys/conf [matt-nb5-pq3]: majors

Log Message:
Add altmem


To generate a diff of this commit:
cvs rdiff -u -r1.42.4.1.4.1 -r1.42.4.1.4.2 src/sys/conf/majors

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



CVS commit: [matt-nb5-pq3] src/sys

2011-10-14 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Oct 14 17:25:37 UTC 2011

Modified Files:
src/sys/kern [matt-nb5-pq3]: init_main.c kern_kthread.c
src/sys/sys [matt-nb5-pq3]: kthread.h lwp.h

Log Message:
Improved kthread join support


To generate a diff of this commit:
cvs rdiff -u -r1.371.2.5 -r1.371.2.5.2.1 src/sys/kern/init_main.c
cvs rdiff -u -r1.24.10.2.8.1 -r1.24.10.2.8.2 src/sys/kern/kern_kthread.c
cvs rdiff -u -r1.7.10.1.8.1 -r1.7.10.1.8.2 src/sys/sys/kthread.h
cvs rdiff -u -r1.114.4.1.8.1 -r1.114.4.1.8.2 src/sys/sys/lwp.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/x86

2011-10-14 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Fri Oct 14 18:28:04 UTC 2011

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

Log Message:
Both bdt_ov->ov_dmamap_sync() and bus_dmamap_sync() return void,
so don't write return bdt_ov->ov_dmamap_sync(). Pointed out by njoly@


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/sys/arch/x86/x86/bus_dma.c

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



CVS commit: src

2011-10-14 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Fri Oct 14 19:42:15 UTC 2011

Modified Files:
src/common/lib/libc/gen: radixtree.c
src/sys/sys: radixtree.h

Log Message:
- add functions to scan the tree in the reverse order
  (i wonder if it's the longest function name in the tree)
- assertions
- comments
- fix and update unittest


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/common/lib/libc/gen/radixtree.c
cvs rdiff -u -r1.3 -r1.4 src/sys/sys/radixtree.h

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



CVS commit: src/lib/libintl

2011-10-14 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Oct 14 22:42:01 UTC 2011

Modified Files:
src/lib/libintl: libintl.h

Log Message:
Add __format_arg attribute to gettext(3) and friends.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libintl/libintl.h

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



CVS commit: src/sys

2011-10-14 Thread Simon J. Gerraty
Module Name:src
Committed By:   sjg
Date:   Sat Oct 15 00:23:08 UTC 2011

Modified Files:
src/sys/arch/i386/conf: ALL
src/sys/conf: files majors
src/sys/dev/filemon: filemon.c

Log Message:
Add the plumbing so one could compile filemon(4) into a kernel.


To generate a diff of this commit:
cvs rdiff -u -r1.322 -r1.323 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.1028 -r1.1029 src/sys/conf/files
cvs rdiff -u -r1.57 -r1.58 src/sys/conf/majors
cvs rdiff -u -r1.3 -r1.4 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/distrib/sets/lists/base

2011-10-14 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Oct 15 01:32:13 UTC 2011

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

Log Message:
move gpio.so to shl.mi where it belongs (requested by mrg@)


To generate a diff of this commit:
cvs rdiff -u -r1.967 -r1.968 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.605 -r1.606 src/distrib/sets/lists/base/shl.mi

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



CVS commit: src

2011-10-14 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Oct 15 06:10:26 UTC 2011

Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/kernel: Makefile
src/tests/lib/libc/sys: Makefile
Added Files:
src/tests/lib/libc/sys: t_posix_fadvise.c
Removed Files:
src/tests/kernel: t_posix_fadvise.c

Log Message:
Move the posix_fadvise(2) test to the right place.


To generate a diff of this commit:
cvs rdiff -u -r1.401 -r1.402 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.13 -r1.14 src/tests/kernel/Makefile
cvs rdiff -u -r1.6 -r0 src/tests/kernel/t_posix_fadvise.c
cvs rdiff -u -r1.9 -r1.10 src/tests/lib/libc/sys/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/sys/t_posix_fadvise.c

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



CVS commit: src

2011-10-14 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Oct 15 06:17:02 UTC 2011

Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/kernel: Makefile
src/tests/lib/libc/sys: Makefile
Added Files:
src/tests/lib/libc/sys: t_pipe.c
Removed Files:
src/tests/kernel: t_pipe.c

Log Message:
Move the pipe(2) test to the right place.


To generate a diff of this commit:
cvs rdiff -u -r1.402 -r1.403 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.14 -r1.15 src/tests/kernel/Makefile
cvs rdiff -u -r1.1 -r0 src/tests/kernel/t_pipe.c
cvs rdiff -u -r1.10 -r1.11 src/tests/lib/libc/sys/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/sys/t_pipe.c

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



CVS commit: src

2011-10-14 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Oct 15 06:26:34 UTC 2011

Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/kernel: Makefile
src/tests/lib/libc/sys: Makefile
Added Files:
src/tests/lib/libc/sys: t_mkdir.c
Removed Files:
src/tests/kernel: t_mkdir.c

Log Message:
Move the mkdir(2) test to the right place.


To generate a diff of this commit:
cvs rdiff -u -r1.403 -r1.404 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.15 -r1.16 src/tests/kernel/Makefile
cvs rdiff -u -r1.3 -r0 src/tests/kernel/t_mkdir.c
cvs rdiff -u -r1.11 -r1.12 src/tests/lib/libc/sys/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/sys/t_mkdir.c

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



CVS commit: src

2011-10-14 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Oct 15 06:33:46 UTC 2011

Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/kernel: Makefile
src/tests/lib/libc/sys: t_poll.c
Removed Files:
src/tests/kernel: t_poll3w.c

Log Message:
Follow the design principles of tests(7) by merging 't_poll3w' to 't_poll'
as a test case instead of separate file.


To generate a diff of this commit:
cvs rdiff -u -r1.404 -r1.405 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.16 -r1.17 src/tests/kernel/Makefile
cvs rdiff -u -r1.1 -r0 src/tests/kernel/t_poll3w.c
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/sys/t_poll.c

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



CVS commit: src

2011-10-14 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Oct 15 06:42:17 UTC 2011

Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/kernel: Makefile
src/tests/lib/libc/sys: Makefile
Added Files:
src/tests/lib/libc/sys: t_clock_gettime.c
Removed Files:
src/tests/kernel: t_time.c

Log Message:
Move the clock_gettime(2) timer test to the right place.


To generate a diff of this commit:
cvs rdiff -u -r1.405 -r1.406 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.17 -r1.18 src/tests/kernel/Makefile
cvs rdiff -u -r1.2 -r0 src/tests/kernel/t_time.c
cvs rdiff -u -r1.12 -r1.13 src/tests/lib/libc/sys/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/sys/t_clock_gettime.c

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



CVS commit: src

2011-10-14 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Oct 15 06:50:52 UTC 2011

Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/kernel: Makefile
src/tests/lib/libc/sys: Makefile
Added Files:
src/tests/lib/libc/sys: t_write.c
Removed Files:
src/tests/kernel: t_writev.c

Log Message:
Move the writev(2) test to the right place.


To generate a diff of this commit:
cvs rdiff -u -r1.406 -r1.407 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.18 -r1.19 src/tests/kernel/Makefile
cvs rdiff -u -r1.2 -r0 src/tests/kernel/t_writev.c
cvs rdiff -u -r1.13 -r1.14 src/tests/lib/libc/sys/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/sys/t_write.c

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



CVS commit: src

2011-10-14 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Oct 15 06:54:53 UTC 2011

Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/kernel: Makefile
src/tests/lib/libc/sys: Makefile
Added Files:
src/tests/lib/libc/sys: t_ucontext.c
Removed Files:
src/tests/kernel: t_ucontext.c

Log Message:
Move the ucontext(2) test to the right place.


To generate a diff of this commit:
cvs rdiff -u -r1.407 -r1.408 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.19 -r1.20 src/tests/kernel/Makefile
cvs rdiff -u -r1.1 -r0 src/tests/kernel/t_ucontext.c
cvs rdiff -u -r1.14 -r1.15 src/tests/lib/libc/sys/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/sys/t_ucontext.c

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