Module Name:src
Committed By: jmcneill
Date: Sat Aug 17 13:08:16 UTC 2013
Modified Files:
src/distrib/utils/embedded/conf: beagleboard.conf
src/etc/etc.evbarm: Makefile.inc
Log Message:
Try to pick up the right location for BEAGLEBONE and BEAGLEBOARD kernels.
To
Module Name:src
Committed By: jakllsch
Date: Sat Aug 17 14:39:54 UTC 2013
Modified Files:
src/sys/dev/pci: siisata_pci.c
Log Message:
Revert previous; the SiI3114 is not even BAR/register compatible with
siisata(4).
To generate a diff of this commit:
cvs rdiff -u -r1.11
Module Name:othersrc
Committed By: agc
Date: Sat Aug 17 18:29:35 UTC 2013
Modified Files:
othersrc/external/bsd/multigest/bin: 10.expected 11.expected
12.expected 19.expected 2.expected 20.expected 4.expected
5.expected 6.expected 7.expected 9.expect
Module Name:othersrc
Committed By: agc
Date: Sat Aug 17 18:30:22 UTC 2013
Added Files:
othersrc/external/bsd/multigest/bin: 3.expected
Log Message:
+ fix a bug whereby large multiple digests overflowed the context space
because they weren't taking into account the curren
Module Name:src
Committed By: joerg
Date: Sat Aug 17 18:48:01 UTC 2013
Removed Files:
src/lib/libc/locale: runetype_misc.h
Log Message:
Remove empty file.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r0 src/lib/libc/locale/runetype_misc.h
Please note that diff
Module Name:othersrc
Committed By: agc
Date: Sat Aug 17 18:49:46 UTC 2013
Modified Files:
othersrc/external/bsd/multigest/dist: multigest.1
Log Message:
Explain command line options. Thanks to wiz for the nudge!
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3
Module Name:othersrc
Committed By: wiz
Date: Sat Aug 17 18:56:59 UTC 2013
Modified Files:
othersrc/external/bsd/multigest/dist: multigest.1
Log Message:
Drop trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 othersrc/external/bsd/multigest/
Module Name:src
Committed By: skrll
Date: Sat Aug 17 19:57:10 UTC 2013
Modified Files:
src/sys/arch/cats/conf: Makefile.cats.inc
Log Message:
Use -fno-unwind-tables when creating a.out kernels.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/c
Module Name:othersrc
Committed By: agc
Date: Sat Aug 17 20:13:48 UTC 2013
Modified Files:
othersrc/external/bsd/multigest/dist: main.c multigest.c multigest.h
Log Message:
adapt the signature of the multigest_file() and multigests_data()
functions to return the output dige
Module Name:othersrc
Committed By: agc
Date: Sat Aug 17 20:15:35 UTC 2013
Modified Files:
othersrc/external/bsd/multigest/dist: libmultigest.3
Log Message:
document the changes to multigest_data() and multigest_file() signatures
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: matt
Date: Sat Aug 17 20:20:18 UTC 2013
Modified Files:
src/sys/sys: intr.h
Log Message:
Since nothing in depends on , include the
latter last so SOFTINT_COUNT and friends are defined before including it.
Since may need to include which mig
Module Name:src
Committed By: matt
Date: Sat Aug 17 20:21:38 UTC 2013
Modified Files:
src/sys/arch/cats/include: types.h
Log Message:
#define __HAVE_FAST_SOFTINT
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/cats/include/types.h
Please note
Module Name:src
Committed By: matt
Date: Sat Aug 17 22:21:02 UTC 2013
Modified Files:
src/sys/arch/arm/conf: files.arm
Removed Files:
src/sys/arch/arm/arm32: atomic.S
Log Message:
Nuke atomic.S since we have MI defined atomic ops
To generate a diff of this commit
Module Name:src
Committed By: matt
Date: Sun Aug 18 04:31:09 UTC 2013
Modified Files:
src/sys/arch/arm/include: lock.h
Log Message:
Support thumb1 indirectly and thumb2 directly
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/arm/include/lock.h
Module Name:src
Committed By: matt
Date: Sun Aug 18 04:32:40 UTC 2013
Added Files:
src/sys/arch/arm/include: locore.h
Log Message:
Move the MD parts of to here.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/include/locore.h
Please note that
Module Name:othersrc
Committed By: agc
Date: Sun Aug 18 04:45:26 UTC 2013
Modified Files:
othersrc/external/bsd/multigest/bin: Makefile
othersrc/external/bsd/multigest/dist: libmultigest.3 main.c multigest.1
multigest.c multigest.h
Added Files:
o
Module Name:src
Committed By: matt
Date: Sun Aug 18 04:52:19 UTC 2013
Modified Files:
src/sys/arch/arm/arm32: genassym.cf
Log Message:
Add more TF_* symbols
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sys/arch/arm/arm32/genassym.cf
Please note that
Module Name:src
Committed By: matt
Date: Sun Aug 18 05:01:47 UTC 2013
Modified Files:
src/sys/arch/arm/include/arm32: pmap.h
Log Message:
struct pcb; for a function prototype.
To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 src/sys/arch/arm/include/arm32/
Module Name:src
Committed By: matt
Date: Sun Aug 18 05:06:49 UTC 2013
Modified Files:
src/sys/arch/arm/include: asm.h
Log Message:
remove __thumb__ PIC specifics. no different from ARM except being pc+4 not
pc+8
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1
Module Name:src
Committed By: matt
Date: Sun Aug 18 05:07:19 UTC 2013
Modified Files:
src/sys/arch/arm/include: frame.h
Log Message:
fix comment.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/include/frame.h
Please note that diffs are no
Module Name:src
Committed By: matt
Date: Sun Aug 18 05:20:47 UTC 2013
Modified Files:
src/sys/arch/evbarm/conf: std.beagle
Log Message:
Add options MODULAR
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbarm/conf/std.beagle
Please note that
Module Name:src
Committed By: matt
Date: Sun Aug 18 05:54:16 UTC 2013
Modified Files:
src/sys/arch/arm/arm: cpu_in_cksum.S
Log Message:
Fix local symbol to be local
use END/ASEND
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/arm/cpu_in_cksu
Module Name:othersrc
Committed By: agc
Date: Sun Aug 18 06:03:14 UTC 2013
Modified Files:
othersrc/external/bsd/multigest/bin: Makefile
othersrc/external/bsd/multigest/dist: libmultigest.3 main.c multigest.1
multigest.c multigest.h
Added Files:
o
Module Name:src
Committed By: matt
Date: Sun Aug 18 06:28:18 UTC 2013
Modified Files:
src/sys/arch/arm/arm: arm_machdep.c ast.c bcopyinout.S
bcopyinout_xscale.S bus_space_a2x.S bus_space_a4x.S copystr.S
cpufunc_asm.S cpufunc_asm_arm10.S cpufunc_asm_a
Module Name:src
Committed By: matt
Date: Sun Aug 18 06:29:29 UTC 2013
Modified Files:
src/sys/arch/arm/arm: blockio.S bus_space_asm_generic.S
bus_space_notimpl.S vectors.S
src/sys/arch/arm/arm32: bcopy_page.S setcpsr.S setstack.S
src/sys/arch/arm
Module Name:src
Committed By: matt
Date: Sun Aug 18 06:32:15 UTC 2013
Modified Files:
src/sys/arch/arm/arm32: cpuswitch.S
Log Message:
Move parts of cpu.h that are not needed by MI code in
Don't include or , use
Use instead of
To generate a diff of this commit:
cvs
Module Name:src
Committed By: matt
Date: Sun Aug 18 06:34:02 UTC 2013
Modified Files:
src/sys/arch/evbarm/beagle: beagle_start.S
Log Message:
Add END(beagle_start)
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/evbarm/beagle/beagle_start.S
Pl
Module Name:src
Committed By: matt
Date: Sun Aug 18 06:37:02 UTC 2013
Modified Files:
src/sys/arch/arm/include/arm32: frame.h
Log Message:
Use blx ip if _ARM_ARCH_5
prepare to get of switchframe
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/a
Module Name:src
Committed By: matt
Date: Sun Aug 18 06:46:04 UTC 2013
Modified Files:
src/sys/arch/arm/include: cpu.h
Log Message:
There are only 16 faults.
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/sys/arch/arm/include/cpu.h
Please note that dif
Module Name:src
Committed By: matt
Date: Sun Aug 18 06:50:31 UTC 2013
Modified Files:
src/sys/arch/arm/arm: compat_13_machdep.c compat_16_machdep.c cpufunc.c
src/sys/arch/arm/arm32: pmap.c
src/sys/arch/cats/cats: cats_machdep.c
Log Message:
Include
To ge
30 matches
Mail list logo