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
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
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
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
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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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/
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/
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
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 -
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
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
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
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]
26 matches
Mail list logo