CVS commit: src/lib/libc/gen

2011-03-12 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Mar 13 07:40:45 UTC 2011

Modified Files:
src/lib/libc/gen: unvis.c

Log Message:
cast "~0" to (size_t) when passing to a size_t taking function.
fixes lint build errors.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/lib/libc/gen/unvis.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-03-12 Thread KIYOHARA Takashi
Module Name:src
Committed By:   kiyohara
Date:   Sun Mar 13 05:26:14 UTC 2011

Modified Files:
src/sys/dev/ic: sl811hs.c

Log Message:
Fix reset status. Clear some flags for active pipes after completing hard reset.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/dev/ic/sl811hs.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/man9

2011-03-12 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 13 05:03:21 UTC 2011

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

Log Message:
Tidy up the SEE ALSO section. Namely, do not duplicate a big list of xrefs
that are already used in the body of the text.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man9/time_second.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/man4/man4.x86

2011-03-12 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 13 04:58:55 UTC 2011

Modified Files:
src/share/man/man4/man4.x86: hpet.4

Log Message:
Xref tsc(9).


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/man4.x86/hpet.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/man9/man9.x86

2011-03-12 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 13 04:57:21 UTC 2011

Modified Files:
src/share/man/man9/man9.x86: tsc.9

Log Message:
Xref hpet(4) and hz(9).


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

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



CVS commit: src/external/mit/xorg/lib/libOSMesa

2011-03-12 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Mar 13 04:48:53 UTC 2011

Modified Files:
src/external/mit/xorg/lib/libOSMesa: libmesa.mk

Log Message:
clean up the glsl generated files.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/mit/xorg/lib/libOSMesa/libmesa.mk

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



CVS commit: src/sys/arch/sandpoint/stand/altboot

2011-03-12 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Sun Mar 13 01:56:22 UTC 2011

Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c globals.h main.c

Log Message:
Enter interactive mode, when a key is pressed within two seconds.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/sandpoint/stand/altboot/brdsetup.c \
src/sys/arch/sandpoint/stand/altboot/globals.h \
src/sys/arch/sandpoint/stand/altboot/main.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/postinstall

2011-03-12 Thread Eric Haszlakiewicz
Module Name:src
Committed By:   erh
Date:   Sat Mar 12 23:04:17 UTC 2011

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

Log Message:
Fix the usage of the -s option to mention using it multiple times, rather
than the deprecated colon separated syntax.


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 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

2011-03-12 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sat Mar 12 22:54:37 UTC 2011

Modified Files:
src/libexec/ld.elf_so: rtld.h symbol.c
src/libexec/ld.elf_so/arch/i386: mdreloc.c
src/libexec/ld.elf_so/arch/sh3: mdreloc.c
src/libexec/ld.elf_so/arch/x86_64: mdreloc.c
src/sys/arch/amd64/include: types.h
src/sys/arch/i386/include: types.h
src/sys/arch/sh3/include: types.h

Log Message:
Add TLS support for AMD64, i386 and SH3.

This material is based upon work partially supported by
The NetBSD Foundation under a contract with Joerg Sonnenberger.


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 src/libexec/ld.elf_so/rtld.h
cvs rdiff -u -r1.55 -r1.56 src/libexec/ld.elf_so/symbol.c
cvs rdiff -u -r1.32 -r1.33 src/libexec/ld.elf_so/arch/i386/mdreloc.c
cvs rdiff -u -r1.28 -r1.29 src/libexec/ld.elf_so/arch/sh3/mdreloc.c
cvs rdiff -u -r1.38 -r1.39 src/libexec/ld.elf_so/arch/x86_64/mdreloc.c
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/amd64/include/types.h
cvs rdiff -u -r1.71 -r1.72 src/sys/arch/i386/include/types.h
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/sh3/include/types.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/arm/marvell

2011-03-12 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Sat Mar 12 22:34:52 UTC 2011

Modified Files:
src/sys/arch/arm/marvell: files.marvell

Log Message:
mvsoc needs pic_splfuncs.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/marvell/files.marvell

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



CVS commit: src/lib/libc/dlfcn

2011-03-12 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sat Mar 12 21:55:10 UTC 2011

Modified Files:
src/lib/libc/dlfcn: dlfcn_elf.c

Log Message:
Avoid a dependency issue between pthread TLS by using simple atomic
initialisation, possibly running the initialisation loop more than once.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/dlfcn/dlfcn_elf.c

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



CVS commit: src

2011-03-12 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Mar 12 19:52:48 UTC 2011

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 mi shl.mi
src/include: vis.h
src/lib/libc: shlib_version
src/lib/libc/compat/gen: Makefile.inc compat_unvis.c
src/lib/libc/compat/include: vis.h
src/lib/libc/gen: Makefile.inc unvis.3 unvis.c vis.3 vis.c
src/lib/libc/include: namespace.h
src/tests/lib/libc/gen: t_vis.c
Added Files:
src/lib/libc/compat/gen: compat___unvis13.c

Log Message:
Fix various vis/unvis issues:
- no need for all the weak symbols
- define a new _VIS_END flag for UNVIS_END so that there are no collisions
  between and vis and unvis flags.
- add bound versions of the vis and unvis functions that take the length of
  the destination buffer. Unlike the OpenBSD ones they return -1 or NULL if
  the buffer is not large enough, instead of silently truncating.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/distrib/sets/lists/base/ad.mips64eb
cvs rdiff -u -r1.41 -r1.42 src/distrib/sets/lists/base/ad.mips64el
cvs rdiff -u -r1.116 -r1.117 src/distrib/sets/lists/base/md.amd64
cvs rdiff -u -r1.109 -r1.110 src/distrib/sets/lists/base/md.sparc64
cvs rdiff -u -r1.577 -r1.578 src/distrib/sets/lists/base/shl.mi
cvs rdiff -u -r1.24 -r1.25 src/distrib/sets/lists/comp/ad.mips64eb \
src/distrib/sets/lists/comp/ad.mips64el
cvs rdiff -u -r1.102 -r1.103 src/distrib/sets/lists/comp/md.amd64
cvs rdiff -u -r1.88 -r1.89 src/distrib/sets/lists/comp/md.sparc64
cvs rdiff -u -r1.1597 -r1.1598 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.162 -r1.163 src/distrib/sets/lists/comp/shl.mi
cvs rdiff -u -r1.18 -r1.19 src/include/vis.h
cvs rdiff -u -r1.221 -r1.222 src/lib/libc/shlib_version
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/compat/gen/Makefile.inc
cvs rdiff -u -r0 -r1.1 src/lib/libc/compat/gen/compat___unvis13.c
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/compat/gen/compat_unvis.c
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/compat/include/vis.h
cvs rdiff -u -r1.173 -r1.174 src/lib/libc/gen/Makefile.inc
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/gen/unvis.3
cvs rdiff -u -r1.33 -r1.34 src/lib/libc/gen/unvis.c
cvs rdiff -u -r1.23 -r1.24 src/lib/libc/gen/vis.3
cvs rdiff -u -r1.43 -r1.44 src/lib/libc/gen/vis.c
cvs rdiff -u -r1.146 -r1.147 src/lib/libc/include/namespace.h
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/gen/t_vis.c

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



CVS commit: src/usr.bin/shmif_dumpbus

2011-03-12 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sat Mar 12 18:27:42 UTC 2011

Modified Files:
src/usr.bin/shmif_dumpbus: shmif_dumpbus.c

Log Message:
Apropos, pcap doesn't export the on-disk pcap packet header but
only the in-memory one.  Since the in-memory one uses struct timeval
and the on-disk one uses 32bit time_t, things didn't work so well
on -current.  Generate a suitable local packetheader to fix things.
(don't think it's worth writing via libpcap for something as simple
as this)

noticed both by bouyer and the shmif_dumpbus test


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/shmif_dumpbus/shmif_dumpbus.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

2011-03-12 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Sat Mar 12 16:52:05 UTC 2011

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

Log Message:
When shutting down the network interface it is not enough to stop it. Some
boards also need to reset the chip, otherwise bad things can happen.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/dev/pci/if_stge.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/sandpoint/sandpoint

2011-03-12 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Sat Mar 12 16:49:17 UTC 2011

Modified Files:
src/sys/arch/sandpoint/sandpoint: machdep.c satmgr.c

Log Message:
The DSM-G600's satellite microcontroller provides no possibility to reboot
or powerdown the board, so we can only support reboot by falling back to
a default reboot procedure.
The default procedure will turn off interrupts and the MMU, then jump
through the firmware's reset vector (0xfff00100).


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/sandpoint/sandpoint/machdep.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/sandpoint/sandpoint/satmgr.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/sandpoint/sandpoint

2011-03-12 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Sat Mar 12 16:46:32 UTC 2011

Modified Files:
src/sys/arch/sandpoint/sandpoint: locore.S

Log Message:
When rebooting flush the instruction pipeline first, then do an absolute
jump to 0xfff00100.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/sandpoint/sandpoint/locore.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/sandpoint/stand/altboot

2011-03-12 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Sat Mar 12 16:41:23 UTC 2011

Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c globals.h main.c nif.c
stg.c

Log Message:
Introduced an optional shutdown function for all network interfaces.
This is needed to stop a NIF and make it return to a known state. A running
NIF may cause all sorts of bad effects, like for example making it impossible
to reboot a board without a hardware-reset function.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/sandpoint/stand/altboot/brdsetup.c \
src/sys/arch/sandpoint/stand/altboot/globals.h \
src/sys/arch/sandpoint/stand/altboot/main.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/sandpoint/stand/altboot/nif.c \
src/sys/arch/sandpoint/stand/altboot/stg.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/tmux/usr.bin/tmux

2011-03-12 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sat Mar 12 14:19:25 UTC 2011

Modified Files:
src/external/bsd/tmux/usr.bin/tmux: Makefile

Log Message:
Disable SSP warnings for a few files to make this build with "USE_SSP=yes".


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/tmux/usr.bin/tmux/Makefile

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



CVS commit: src

2011-03-12 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Mar 12 14:03:39 UTC 2011

Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/fs/nfs: Makefile
Added Files:
src/tests/fs/nfs: t_rquotad.sh

Log Message:
Add a test for rpc.rquotad(8)


To generate a diff of this commit:
cvs rdiff -u -r1.269 -r1.270 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.4 -r1.5 src/tests/fs/nfs/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/fs/nfs/t_rquotad.sh

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



CVS commit: src/tests/fs/ffs

2011-03-12 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Mar 12 13:43:58 UTC 2011

Modified Files:
src/tests/fs/ffs: quotas_common.sh

Log Message:
Add support for multiple rump servers in shutdown and cleanup


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/fs/ffs/quotas_common.sh

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



CVS commit: src/sys/dev/i2c

2011-03-12 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sat Mar 12 13:33:18 UTC 2011

Modified Files:
src/sys/dev/i2c: dbcool.c

Log Message:
Fix another instance of the same typo in the same comment!  dosn't -->
doesn't

Thanks again, Jukka!


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/i2c/dbcool.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/man9/man9.x86

2011-03-12 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Mar 12 13:25:42 UTC 2011

Modified Files:
src/share/man/man9/man9.x86: tsc.9

Log Message:
Fix typos.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/man9.x86/tsc.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/man4

2011-03-12 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Mar 12 13:24:15 UTC 2011

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

Log Message:
Bump date for SMSC EMC6D103S.


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

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-03-12 Thread Thomas Klausner
Module Name:othersrc
Committed By:   wiz
Date:   Sat Mar 12 13:23:17 UTC 2011

Modified Files:
othersrc/external/bsd/gensetlist: gensetlist.8

Log Message:
Sort options.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/external/bsd/gensetlist/gensetlist.8

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



CVS commit: othersrc/external/bsd/threshold/dist/src

2011-03-12 Thread Thomas Klausner
Module Name:othersrc
Committed By:   wiz
Date:   Sat Mar 12 13:22:24 UTC 2011

Modified Files:
othersrc/external/bsd/threshold/dist/src/libthreshold: libthreshold.3
othersrc/external/bsd/threshold/dist/src/threshold: threshold.1

Log Message:
Whitespace nits.


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

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



CVS commit: src/share/mk

2011-03-12 Thread Iain Hibbert
Module Name:src
Committed By:   plunky
Date:   Sat Mar 12 13:22:03 UTC 2011

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

Log Message:
CLEANFILES is not processed by  so don't assume that
anything assigned there will be cleaned up; handle clean up of the
PKGCONFIG files explicitly. (eg lib/dri/dri.pc was not cleaned)


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/share/mk/bsd.x11.mk

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



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

2011-03-12 Thread Thomas Klausner
Module Name:othersrc
Committed By:   wiz
Date:   Sat Mar 12 13:20:00 UTC 2011

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

Log Message:
Sort sections, remove superfluous Pp, upper-case names.


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

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



CVS commit: src/libexec/rpc.rquotad

2011-03-12 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Mar 12 12:30:40 UTC 2011

Modified Files:
src/libexec/rpc.rquotad: rquotad.c

Log Message:
Define qfextension here


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/libexec/rpc.rquotad/rquotad.c

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



CVS commit: src/usr.bin/quota

2011-03-12 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Mar 12 12:28:47 UTC 2011

Modified Files:
src/usr.bin/quota: getvfsquota.c

Log Message:
Don't include quotautil.h here, it's not used.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/quota/getvfsquota.c

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



CVS commit: src/external/mit/xorg/share/man/man7

2011-03-12 Thread Iain Hibbert
Module Name:src
Committed By:   plunky
Date:   Sat Mar 12 12:15:46 UTC 2011

Modified Files:
src/external/mit/xorg/share/man/man7: Makefile

Log Message:
in order that generated MAN files are cleaned up, bsd.x11.mk needs
to be included after the MAN= assignment. Then we need to explicitly
include bsd.own.mk before .PATH to get the value of X11SRCDIRMIT


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/mit/xorg/share/man/man7/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/sparc64

2011-03-12 Thread Takeshi Nakayama
Module Name:src
Committed By:   nakayama
Date:   Sat Mar 12 11:43:38 UTC 2011

Modified Files:
src/sys/arch/sparc64/dev: auxio.c fdc.c zs.c
src/sys/arch/sparc64/include: autoconf.h

Log Message:
Remove implicit include  from autoconf.h, and
add it explicitly in files depending on it.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/sparc64/dev/auxio.c
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/sparc64/dev/fdc.c
cvs rdiff -u -r1.69 -r1.70 src/sys/arch/sparc64/dev/zs.c
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/sparc64/include/autoconf.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

2011-03-12 Thread Takeshi Nakayama
Module Name:src
Committed By:   nakayama
Date:   Sat Mar 12 11:42:57 UTC 2011

Modified Files:
src/sys/arch/sparc64/dev: mkclock.c
src/sys/arch/sparc64/sparc64: clock.c

Log Message:
Remove unnecessary headers.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/sparc64/dev/mkclock.c
cvs rdiff -u -r1.101 -r1.102 src/sys/arch/sparc64/sparc64/clock.c

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



CVS commit: src/share/misc

2011-03-12 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sat Mar 12 11:32:11 UTC 2011

Modified Files:
src/share/misc: acronyms

Log Message:
Add AGM (annual general meeting).


To generate a diff of this commit:
cvs rdiff -u -r1.204 -r1.205 src/share/misc/acronyms

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-03-12 Thread Alistair G. Crooks
Module Name:othersrc
Committed By:   agc
Date:   Sat Mar 12 08:20:42 UTC 2011

Update of /cvsroot/othersrc/external/bsd/gensetlist
In directory ivanova.netbsd.org:/tmp/cvs-serv25174

Log Message:
Import into othersrc the setlist maintenance code, as explained in

http://mail-index.netbsd.org/tech-userlevel/2010/10/31/msg004135.html

The code generates setlist entries automatically from the definitions in
BSD Makefiles.

Status:

Vendor Tag: CROOKS
Release Tags:   gensetlist-base

N othersrc/external/bsd/gensetlist/gensetlist.c
N othersrc/external/bsd/gensetlist/Makefile
N othersrc/external/bsd/gensetlist/bsd.setlist.mk
N othersrc/external/bsd/gensetlist/gensetlist.8
N othersrc/external/bsd/gensetlist/lib/shlib_version
N othersrc/external/bsd/gensetlist/lib/Makefile
N othersrc/external/bsd/gensetlist/netpgp/Makefile

No conflicts created by this import



CVS commit: othersrc/external/bsd/threshold

2011-03-12 Thread Alistair G. Crooks
Module Name:othersrc
Committed By:   agc
Date:   Sat Mar 12 08:13:11 UTC 2011

Update of /cvsroot/othersrc/external/bsd/threshold
In directory ivanova.netbsd.org:/tmp/cvs-serv3990

Log Message:
Initial import into othersrc of a library and program to do
threshold-based data sharing - data can be recovered when the
constituent threshold shares of the original data are presented.  This
library implements Rabin's IDA, and there are also some proof of
concept RAID4 and RAID5 functions in there too.


Status:

Vendor Tag: CROOKS
Release Tags:   threshold-base

N othersrc/external/bsd/threshold/Makefile.inc
N othersrc/external/bsd/threshold/Makefile
N othersrc/external/bsd/threshold/mkdist
N othersrc/external/bsd/threshold/dist/Makefile.am
N othersrc/external/bsd/threshold/dist/TODO
N othersrc/external/bsd/threshold/dist/aclocal.m4
N othersrc/external/bsd/threshold/dist/configure
N othersrc/external/bsd/threshold/dist/configure.ac
N othersrc/external/bsd/threshold/dist/libtool
N othersrc/external/bsd/threshold/dist/tst
N othersrc/external/bsd/threshold/dist/buildaux/config.guess
N othersrc/external/bsd/threshold/dist/buildaux/config.sub
N othersrc/external/bsd/threshold/dist/buildaux/depcomp
N othersrc/external/bsd/threshold/dist/buildaux/install-sh
N othersrc/external/bsd/threshold/dist/buildaux/ltmain.sh
N othersrc/external/bsd/threshold/dist/buildaux/missing
N othersrc/external/bsd/threshold/dist/include/Makefile.am
N othersrc/external/bsd/threshold/dist/include/threshold.h
N othersrc/external/bsd/threshold/dist/src/Makefile.am
N othersrc/external/bsd/threshold/dist/src/Makefile.in
N othersrc/external/bsd/threshold/dist/src/libthreshold/libthreshold.3
N othersrc/external/bsd/threshold/dist/src/libthreshold/Makefile.am
N othersrc/external/bsd/threshold/dist/src/libthreshold/Makefile.in
N othersrc/external/bsd/threshold/dist/src/libthreshold/config.h.in
N othersrc/external/bsd/threshold/dist/src/libthreshold/ida.c
N othersrc/external/bsd/threshold/dist/src/libthreshold/internal.h
N othersrc/external/bsd/threshold/dist/src/libthreshold/threshold.c
N othersrc/external/bsd/threshold/dist/src/libthreshold/raid.c
N othersrc/external/bsd/threshold/dist/src/threshold/Makefile.am
N othersrc/external/bsd/threshold/dist/src/threshold/Makefile.in
N othersrc/external/bsd/threshold/dist/src/threshold/main.c
N othersrc/external/bsd/threshold/dist/src/threshold/threshold.1
N othersrc/external/bsd/threshold/dist/autom4te.cache/requests
N othersrc/external/bsd/threshold/dist/autom4te.cache/output.0
N othersrc/external/bsd/threshold/dist/autom4te.cache/traces.0
N othersrc/external/bsd/threshold/libthreshold/shlib_version
N othersrc/external/bsd/threshold/libthreshold/Makefile
N othersrc/external/bsd/threshold/libthreshold/config.h
N othersrc/external/bsd/threshold/threshold/Makefile

No conflicts created by this import



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

2011-03-12 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sat Mar 12 08:08:38 UTC 2011

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

Log Message:
Shell scripts don't have .debug versions.


To generate a diff of this commit:
cvs rdiff -u -r1.268 -r1.269 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: othersrc/external/bsd/rs

2011-03-12 Thread Alistair G. Crooks
Module Name:othersrc
Committed By:   agc
Date:   Sat Mar 12 08:08:30 UTC 2011

Update of /cvsroot/othersrc/external/bsd/rs
In directory ivanova.netbsd.org:/tmp/cvs-serv8550

Log Message:
Initial import into othersrc of library and rs(1) progream, implementing
Reed Solomon erasure coding.

Status:

Vendor Tag: CROOKS
Release Tags:   rs-base

N othersrc/external/bsd/rs/Makefile
N othersrc/external/bsd/rs/dist/rs.1
N othersrc/external/bsd/rs/dist/Makefile
N othersrc/external/bsd/rs/dist/README
N othersrc/external/bsd/rs/dist/TODO
N othersrc/external/bsd/rs/dist/main.c
N othersrc/external/bsd/rs/dist/rs.c
N othersrc/external/bsd/rs/dist/rs.h
N othersrc/external/bsd/rs/dist/librs.3
N othersrc/external/bsd/rs/librs/Makefile
N othersrc/external/bsd/rs/librs/shlib_version
N othersrc/external/bsd/rs/rs/Makefile

No conflicts created by this import



CVS commit: src/doc

2011-03-12 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sat Mar 12 08:04:17 UTC 2011

Modified Files:
src/doc: CHANGES

Log Message:
Note PPC TLS support.


To generate a diff of this commit:
cvs rdiff -u -r1.1519 -r1.1520 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/doc

2011-03-12 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sat Mar 12 08:03:06 UTC 2011

Modified Files:
src/doc: HACKS

Log Message:
Add note of gcc build HACKS for powerpc.


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 src/doc/HACKS

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