CVS commit: src/include/ssp

2011-01-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 20 02:58:17 UTC 2011 Modified Files: src/include/ssp: ssp.h Log Message: Use the _sys alias instead of the _ alias as the way to access the baseline syscall. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/lib/libc/gen

2011-01-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 20 02:57:00 UTC 2011 Modified Files: src/lib/libc/gen: getcwd.c Log Message: provide a _sys_getcwd() entry like all the rest of the system calls to be used by SSP. To generate a diff of this commit: cvs rdiff -u -r1.46

CVS commit: src/sys/arch/x86/x86

2011-01-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Jan 19 21:39:42 UTC 2011 Modified Files: src/sys/arch/x86/x86: identcpu.c Log Message: Print the brand string if present instead of model (model is still available via sysctl hw.model): -cpu0 at mainbus0 apid 0: IDT/VIA 686

CVS commit: src/distrib/sets/lists

2011-01-19 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Jan 19 21:07:18 UTC 2011 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/comp: mi shl.mi Log Message: Mark the set list entries for librumpfs_zfs and librumpkern_solaris with the "zfs" attribute

CVS commit: src

2011-01-19 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Jan 19 20:34:24 UTC 2011 Modified Files: src/common/include/prop: prop_array.h prop_dictionary.h src/common/lib/libprop: prop_copyin_ioctl.9 prop_kern.c proplib.3 src/distrib/sets/lists/comp: mi src/lib/

CVS commit: src/sys/dist/pf/net

2011-01-19 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Jan 19 19:58:02 UTC 2011 Modified Files: src/sys/dist/pf/net: pf_ioctl.c Log Message: make sure the "overload_tbl" member of "struct pf_rule" copied in from userland is initialized (it is used by the kernel only) fixes crash

CVS commit: src/include

2011-01-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 19 19:21:30 UTC 2011 Modified Files: src/include: unistd.h src/include/ssp: ssp.h unistd.h Log Message: Re-do ssp hijacking by defining inline functions and using the weak libc symbols to do the indirection for u

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

2011-01-19 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Jan 19 18:29:28 UTC 2011 Modified Files: src/distrib/sets/lists/xcomp: mi Log Message: note the libXvMCW lint file too To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122 src/distrib/sets/lists/xcomp/mi Please

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

2011-01-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Jan 19 16:32:13 UTC 2011 Modified Files: src/external/mit/xorg/lib: Makefile Log Message: descend into libXvMCW To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/external/mit/xorg/lib/Makefile Please note

CVS commit: src

2011-01-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Jan 19 16:31:24 UTC 2011 Modified Files: src/distrib/sets/lists/xbase: shl.mi src/distrib/sets/lists/xcomp: mi shl.mi Added Files: src/external/mit/xorg/lib/libXvMCW: Makefile shlib_version Log Message: Build

CVS commit: xsrc/external/mit/libXvMC/dist/src

2011-01-19 Thread Jared D. McNeill
Module Name:xsrc Committed By: jmcneill Date: Wed Jan 19 16:28:55 UTC 2011 Modified Files: xsrc/external/mit/libXvMC/dist/src: XvMCWrapper.c Log Message: If XVMC_CLIENTSOVERSION is specified, try it when loading client libraries before falling back to XVMC_SOVERSION To g

CVS commit: src/external/mit/lua/usr.bin/lua

2011-01-19 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Wed Jan 19 11:55:50 UTC 2011 Modified Files: src/external/mit/lua/usr.bin/lua: Makefile Log Message: libterminfo needs to come after libedit for static linking (while here, coalesce LDADD/DPADD lines) To generate a diff of this

CVS commit: src/external/mit/lua/usr.bin/luac

2011-01-19 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Wed Jan 19 11:43:18 UTC 2011 Modified Files: src/external/mit/lua/usr.bin/luac: Makefile Log Message: add note that the static linking of liblua is intentional ("hidden" symbols need to be reached) To generate a diff of this com

CVS commit: src/external/mit/lua/usr.bin/lua

2011-01-19 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Wed Jan 19 11:38:15 UTC 2011 Modified Files: src/external/mit/lua/usr.bin/lua: Makefile Log Message: link against the dynamic library [liblua.so] we could link against the static liblua.a here (the Lua dist build does that) but w

CVS commit: src/lib/librumphijack

2011-01-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 19 11:27:01 UTC 2011 Modified Files: src/lib/librumphijack: hijack.c Log Message: Do the standard dance for sendto/recvfrom since nspluginwrapper wants to use them. XXX: need to fold the dance sequence into a common routin

CVS commit: src/external/mit/lua/usr.bin/luac

2011-01-19 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Wed Jan 19 11:02:01 UTC 2011 Modified Files: src/external/mit/lua/usr.bin/luac: Makefile Log Message: DPADD for libm too To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/mit/lua/usr.bin/luac/Makefile Ple

CVS commit: src/sys/compat/common

2011-01-19 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Jan 19 10:21:17 UTC 2011 Modified Files: src/sys/compat/common: compat_mod.c if_43.c kern_sig_13.c kern_sig_43.c kern_time_30.c kern_time_50.c kern_xxx_12.c sysv_msg_14.c sysv_msg_50.c sysv_sem_14.c sys

CVS commit: src/sys/arch/mmeye/mmeye

2011-01-19 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Jan 19 10:19:07 UTC 2011 Modified Files: src/sys/arch/mmeye/mmeye: machdep.c Log Message: Need for struct pcb definition. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/arch/mmeye/mmeye/machdep.c Please

CVS commit: src/external/mit/lua/usr.bin/lua

2011-01-19 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Wed Jan 19 10:17:04 UTC 2011 Modified Files: src/external/mit/lua/usr.bin/lua: Makefile Log Message: include libm and libedit in DPADD To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/mit/lua/usr.bin/lua/

CVS commit: src/external/mit/lua/lib/liblua

2011-01-19 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Wed Jan 19 10:14:49 UTC 2011 Modified Files: src/external/mit/lua/lib/liblua: Makefile Log Message: add to (rather than replace) CFLAGS To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/mit/lua/lib/liblua/

CVS commit: src/sys/arch/evbsh3/evbsh3

2011-01-19 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Jan 19 09:36:33 UTC 2011 Modified Files: src/sys/arch/evbsh3/evbsh3: machdep.c Log Message: Need to define struct pcb. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sys/arch/evbsh3/evbsh3/machdep.c Please n

CVS commit: src/sys/arch/mvmeppc/stand/libsa

2011-01-19 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Jan 19 09:03:15 UTC 2011 Modified Files: src/sys/arch/mvmeppc/stand/libsa: bugsyscalls.S srt0.S Log Message: Prefix register names with %, apparently now required to build. To generate a diff of this commit: cvs rdiff -u -r1.2 -

CVS commit: src/sys/kern

2011-01-19 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Wed Jan 19 09:02:53 UTC 2011 Modified Files: src/sys/kern: kern_malloc_debug.c Log Message: buildfix: uvm_extern.h -> uvm.h To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/kern/kern_malloc_debug.c Please n

CVS commit: src/share/man/man7

2011-01-19 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jan 19 08:37:56 UTC 2011 Modified Files: src/share/man/man7: sysctl.7 Log Message: Use St for POSIX references. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/share/man/man7/sysctl.7 Please note that diffs a

CVS commit: src/share/man/man7

2011-01-19 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jan 19 08:34:19 UTC 2011 Modified Files: src/share/man/man7: sysctl.7 Log Message: file system consistency. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/share/man/man7/sysctl.7 Please note that diffs are n

CVS commit: src/doc

2011-01-19 Thread Tohru Nishimura
dd a library providing iSNS (IETF RFC 4171) protocol support, contributed by Wasabi Systems. [agc 20110117] + atactl(8): Fix mislabelled S.M.A.R.T. lifetime temperature record + reading. [nisimura 20110119]