Module Name:src
Committed By: msaitoh
Date: Fri Jan 10 01:43:52 UTC 2014
Modified Files:
src/sys/dev/pci: ahcisata_pci.c
Log Message:
Sync with pcidev's change. Rename PCI_PRODUCT_MARVELL2_88SE9128 to
PCI_PRODUCT_MARVELL2_88SE912Z. No functional change.
To generate a dif
Module Name:src
Committed By: christos
Date: Fri Jan 10 01:43:55 UTC 2014
Modified Files:
src/tests/lib/libc/net: t_hostent.sh
Log Message:
Add a cleanup routine because if a test fails, the script exits and the
rest of the code is not executed.
Note that the cleanup routi
Module Name:src
Committed By: msaitoh
Date: Fri Jan 10 01:42:20 UTC 2014
Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h
Log Message:
regen.
To generate a diff of this commit:
cvs rdiff -u -r1.1172 -r1.1173 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1171 -r1.11
Module Name:src
Committed By: msaitoh
Date: Fri Jan 10 01:39:48 UTC 2014
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Rework for Marvell 88SE9128. Change the description of 0x9123 to
88SE912[38]. For 0x91a3, add '(unclear)' into the description.
FreeBSD, Linux an
Module Name:src
Committed By: christos
Date: Fri Jan 10 01:39:32 UTC 2014
Modified Files:
src/external/bsd/atf/dist/atf-sh: libatf-sh.subr
Log Message:
Undo previous; unfortunately the cleanup routine gets called in a different
shell so it can't cleanup stuff set in the en
Module Name:src
Committed By: christos
Date: Fri Jan 10 01:16:07 UTC 2014
Modified Files:
src/external/bsd/atf/dist/atf-sh: libatf-sh.subr
Log Message:
Make cleanup work as documented; note there are no tests testing that cleanup
works.
To generate a diff of this commit:
Module Name:src
Committed By: matt
Date: Thu Jan 9 22:58:15 UTC 2014
Modified Files:
src/distrib/evbarm/instkernel/ramdisk [matt-nb5-mips64]: Makefile
Log Message:
Build BE ramdisks for BE MACHINE_ARCH's
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.4.24.1 s
Module Name:src
Committed By: matt
Date: Thu Jan 9 22:48:17 UTC 2014
Modified Files:
src/distrib/evbarm/instkernel/ramdisk: Makefile
Log Message:
Build BE ramdisks for BE MACHINE_ARCH's
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/distrib/evbarm/ins
Module Name:src
Committed By: christos
Date: Thu Jan 9 22:37:44 UTC 2014
Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h
Log Message:
regen
To generate a diff of this commit:
cvs rdiff -u -r1.1171 -r1.1172 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1170 -r1.11
Module Name:src
Committed By: christos
Date: Thu Jan 9 22:37:19 UTC 2014
Modified Files:
src/sys/dev/pci: ahcisata_pci.c pcidevs
Log Message:
revert unintended changes
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/dev/pci/ahcisata_pci.c
cvs rdiff
Module Name:src
Committed By: htodd
Date: Thu Jan 9 21:14:53 UTC 2014
Modified Files:
src/sys/dev/pci: ahcisata_pci.c
Log Message:
Fix build. Only compile tested.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/dev/pci/ahcisata_pci.c
Please note t
Module Name:src
Committed By: palle
Date: Thu Jan 9 20:28:24 UTC 2014
Modified Files:
src/sys/arch/sparc64/include: cpu.h
Log Message:
sun4v: Update description of the ci_mmfsa field in the cpu_info structure
To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.1
Module Name:src
Committed By: palle
Date: Thu Jan 9 20:13:54 UTC 2014
Modified Files:
src/sys/arch/sparc64/sparc64: cpu.c pmap.c
Log Message:
Coding style fixes (whitespace) - no functional changes
To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 src/sys/
Module Name:src
Committed By: dholland
Date: Thu Jan 9 18:55:41 UTC 2014
Modified Files:
src/share/man/man7: symlink.7
Log Message:
Clarify the behavior of the @machine and @machine_arch magic links
relative to uname output when running in emulations: the magic links
are
Module Name:src
Committed By: msaitoh
Date: Thu Jan 9 17:28:30 UTC 2014
Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h
Log Message:
regen.
To generate a diff of this commit:
cvs rdiff -u -r1.1170 -r1.1171 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1169 -r1.11
Module Name:src
Committed By: msaitoh
Date: Thu Jan 9 17:28:05 UTC 2014
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Remove 88SE9128(0x913a) entry. At least one of 88SE9128 chip's
product ID is 0x9123. I have this one. Add new 88SE912X entry
with 0x9123. OK'ed b
Module Name:src
Committed By: mlelstv
Date: Thu Jan 9 16:51:05 UTC 2014
Modified Files:
src/sys/dev/i2c: sdtemp.c sdtemp_reg.h
Log Message:
add three temperature sensors from ST.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/dev/i2c/sdtemp.c
cvs
Module Name:src
Committed By: apb
Date: Thu Jan 9 16:08:46 UTC 2014
Modified Files:
src/tools/compat: compat_defs.h
Log Message:
fix prototype for strnlen.
To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 src/tools/compat/compat_defs.h
Please note that dif
Module Name:src
Committed By: christos
Date: Thu Jan 9 14:07:31 UTC 2014
Modified Files:
src/tests/lib/libc/net: t_hostent.sh
Log Message:
fix copyright botch and add library for netinet6; still does not fix the
problem.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: hannken
Date: Thu Jan 9 13:23:57 UTC 2014
Modified Files:
src/sys/fs/sysvbfs: bfs.c bfs.h sysvbfs_vnops.c
src/tests/fs/vfs: t_renamerace.c
Log Message:
Operation sysvbfs_remove() destructs inodes attached to active vnodes.
Defer the d
Module Name:src
Committed By: macallan
Date: Thu Jan 9 12:51:27 UTC 2014
Modified Files:
src/sys/arch/sparc64/include: cpu.h
Log Message:
allow non-SUN4V kernels to build
To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 src/sys/arch/sparc64/include/cpu.h
Module Name:src
Committed By: apb
Date: Thu Jan 9 11:31:12 UTC 2014
Modified Files:
src/tools/compat: Makefile compat_defs.h
Log Message:
Declare and define strnlen if necessary.
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/tools/compat/Makefile
cvs
Module Name:src
Committed By: apb
Date: Thu Jan 9 11:30:01 UTC 2014
Modified Files:
src/tools/compat: nbtool_config.h.in
Log Message:
regen
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/tools/compat/nbtool_config.h.in
Please note that diffs are not
Module Name:src
Committed By: apb
Date: Thu Jan 9 11:27:31 UTC 2014
Modified Files:
src/tools/compat: configure
Log Message:
regen
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/tools/compat/configure
Please note that diffs are not public domain; the
Module Name:src
Committed By: apb
Date: Thu Jan 9 11:26:58 UTC 2014
Modified Files:
src/tools/compat: configure.ac
Log Message:
Add strnlen to configure tests in tools/compat
To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/tools/compat/configure.ac
Pl
Module Name:src
Committed By: apb
Date: Thu Jan 9 11:25:11 UTC 2014
Modified Files:
src/common/lib/libc/string: strnlen.c
Log Message:
Make strnlen implementation usable from src/tools/compat.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/common/lib/li
26 matches
Mail list logo