Module Name:src
Committed By: matt
Date: Sat Jul 14 07:32:50 UTC 2012
Modified Files:
src/sys/arch/evbarm/conf: mk.tisdp24xx std.imx31
Log Message:
Use -march=armv6k -mtune=arm1136jf-s so that gas will believe there are
{ldr,str}ex{b,h,d} instruction available. This is fo
Module Name:src
Committed By: matt
Date: Sat Jul 14 07:42:57 UTC 2012
Modified Files:
src/sys/arch/arm/omap: omap2430_intr.h omap2_intr.h
Log Message:
Move omap2430/3530 definitions into their own header file.
(so that other omap processor can more easily be supported).
Module Name:src
Committed By: matt
Date: Sat Jul 14 07:43:16 UTC 2012
Added Files:
src/sys/arch/arm/omap: omap4430_intr.h
Log Message:
omap4430 irq definitions
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/omap/omap4430_intr.h
Please note th
Module Name:src
Committed By: matt
Date: Sat Jul 14 07:52:53 UTC 2012
Modified Files:
src/sys/arch/arm/pic: pic.c pic_splfuncs.c picvar.h
Log Message:
Add hooks for __HAVE_PIC_SET_PRIORITY which allows updating of a hardware
(PIC) priority based on current IPL.
To genera
Module Name:src
Committed By: matt
Date: Sat Jul 14 07:54:29 UTC 2012
Modified Files:
src/sys/arch/arm/include: armreg.h
Log Message:
Fix CPU_ID_CORTEX_P and add CPU_ID_CORTEX_A8_P
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/arch/arm/include/arm
Module Name:src
Committed By: matt
Date: Sat Jul 14 07:55:28 UTC 2012
Modified Files:
src/sys/arch/arm/arm32: cpu.c
Log Message:
Refresh cortex cpus
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/sys/arch/arm/arm32/cpu.c
Please note that diffs are not
Module Name:src
Committed By: matt
Date: Sat Jul 14 07:57:26 UTC 2012
Modified Files:
src/sys/arch/arm/conf: files.arm
src/sys/arch/arm/mainbus: mainbus.c mainbus.h
Log Message:
Add intrbase locator to mainbus.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: matt
Date: Sat Jul 14 07:59:48 UTC 2012
Modified Files:
src/sys/dev: DEVNAMES
Log Message:
Add gic for arm
To generate a diff of this commit:
cvs rdiff -u -r1.275 -r1.276 src/sys/dev/DEVNAMES
Please note that diffs are not public domain; th
Module Name:src
Committed By: wiz
Date: Sat Jul 14 09:24:52 UTC 2012
Modified Files:
src/share/man/man9: extent.9
Log Message:
Bump date for previous.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/share/man/man9/extent.9
Please note that diffs are no
Module Name:src
Committed By: rkujawa
Date: Sat Jul 14 10:25:00 UTC 2012
Modified Files:
src/share/man/man9: extent.9
Log Message:
s/Jukly/July/
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/share/man/man9/extent.9
Please note that diffs are not publ
Module Name:src
Committed By: hans
Date: Sat Jul 14 12:59:55 UTC 2012
Modified Files:
src/sys/arch/arm/arm: cpufunc.c cpufunc_asm_sheeva.S
src/sys/arch/arm/include: cpufunc.h
Log Message:
Support cpu_sleep() on Sheeva CPUs.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: christos
Date: Sat Jul 14 14:13:04 UTC 2012
Modified Files:
src/distrib/sets/lists/tests: mi
Log Message:
no more CRYPTO_{IDEA,MDC2}
To generate a diff of this commit:
cvs rdiff -u -r1.476 -r1.477 src/distrib/sets/lists/tests/mi
Please note
Module Name:src
Committed By: darrenr
Date: Sat Jul 14 15:06:26 UTC 2012
Modified Files:
src/include: unistd.h
src/lib/libc: shlib_version
src/lib/libc/net: rcmd.c
src/libexec/rshd: rshd.c
Log Message:
bin/46703: BSD r-commands use wrong source addr
Module Name:src
Committed By: spz
Date: Sat Jul 14 16:04:06 UTC 2012
Modified Files:
src/distrib/sets: sets.subr
src/distrib/sets/lists/base: shl.mi
src/share/man/man5: mk.conf.5
src/share/mk: bsd.README bsd.own.mk
src/tests/crypto/libcrypto:
Module Name:src
Committed By: wiz
Date: Sat Jul 14 17:12:27 UTC 2012
Modified Files:
src/share/man/man5: mk.conf.5
Log Message:
Bump date for previous.
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/share/man/man5/mk.conf.5
Please note that diffs are
Module Name:src
Committed By: matt
Date: Sat Jul 14 18:16:54 UTC 2012
Modified Files:
src/common/lib/libc/gen: ptree.c
Log Message:
Add code to protect the ptree from multiple insertions of the same node.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/co
Module Name:src
Committed By: jmmv
Date: Sat Jul 14 18:50:23 UTC 2012
Modified Files:
src/sys/arch/macppc/conf: INSTALL
Log Message:
Add umass to the macppc INSTALL kernel so that it is easier to perform
USB-based installations by reading the release files from a USB drive
Module Name:src
Committed By: wiz
Date: Sat Jul 14 20:13:31 UTC 2012
Modified Files:
src/sbin/mbrlabel: mbrlabel.8
Log Message:
>From Bug Hunting:
- use more common option list header line;
- remove superfluous `.Pp' macro (fixes mandoc(1) warning);
- bump date.
To gener
Module Name:src
Committed By: wiz
Date: Sat Jul 14 20:14:17 UTC 2012
Modified Files:
src/sbin/mbrlabel: mbrlabel.c
Log Message:
>From Bug Hunting:
Sync usage with man page.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sbin/mbrlabel/mbrlabel.c
Please
Module Name:src
Committed By: abs
Date: Sat Jul 14 20:32:39 UTC 2012
Modified Files:
src/distrib/utils/libhack: syslog.c
Log Message:
Add a check hack to ensure %m causes error message string to be shown
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/dis
Module Name:src
Committed By: abs
Date: Sat Jul 14 20:41:27 UTC 2012
Modified Files:
src/usr.bin/eject: eject.c
Log Message:
racd *should* be ejectable. Kernel side to come
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/usr.bin/eject/eject.c
Please no
Module Name:src
Committed By: mlelstv
Date: Sat Jul 14 22:37:43 UTC 2012
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
Module Name:src
Committed By: abs
Date: Sun Jul 15 00:05:51 UTC 2012
Modified Files:
src/external/bsd/atf/lib/libatf-c++: Makefile
Log Message:
Check for ${HAVE_GCC} and pick the right path to stdc++
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/exter
Module Name:src
Committed By: rmind
Date: Sun Jul 15 00:16:28 UTC 2012
Modified Files:
src/common/lib/libc/gen: ptree.c
src/sys/sys: ptree.h
Log Message:
ptree_find_filtered_node: make key argument const.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.
Module Name:src
Committed By: rmind
Date: Sun Jul 15 00:23:01 UTC 2012
Modified Files:
src/lib/libnpf: npf.c npf.h
src/sys/net/npf: files.npf npf.c npf.h npf_alg.c npf_alg_icmp.c
npf_ctl.c npf_handler.c npf_impl.h npf_inet.c npf_instr.c npf_nat.c
Module Name:src
Committed By: jakllsch
Date: Sun Jul 15 01:15:03 UTC 2012
Modified Files:
src/sys/dev/ic: mvsata.c
Log Message:
Fix obvious copy/paste-induced error (my fault) that would clobber
the bottom 24-bits of r_lba during a LBA48 command with AT_READREG.
To gener
26 matches
Mail list logo