Module Name:src
Committed By: skrll
Date: Sat Jun 28 07:01:51 UTC 2014
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Use DWC2_XFER2DPIPE
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/external/bsd/dwc2/dwc2.c
Please note that diff
Module Name:src
Committed By: darrenr
Date: Sat Jun 28 07:59:26 UTC 2014
Modified Files:
src/external/bsd/ipf/dist: ip_dstlist.c
src/sys/external/bsd/ipf/netinet: ip_dstlist.c
Log Message:
#534 destination list hashing not endian neutral
To generate a diff of thi
Module Name:src
Committed By: darrenr
Date: Sat Jun 28 08:02:09 UTC 2014
Modified Files:
src/sys/external/bsd/ipf/netinet: ip_nat.c
Log Message:
#537 NAT rules with sticky have incorrect hostmap IP address
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src
Module Name:src
Committed By: rtr
Date: Sat Jun 28 09:16:18 UTC 2014
Modified Files:
src/distrib/sparc64/bootfs: boot.cfg
src/sys/arch/i386/stand/boot: boot2.c
src/sys/arch/i386/stand/lib: bootmenu.c bootmenu.h
src/sys/arch/i386/stand/pxeboot: main.c
Module Name:src
Committed By: skrll
Date: Sat Jun 28 10:25:32 UTC 2014
Modified Files:
src/sys/arch/mips/adm5120/dev: uart.c
Log Message:
Remove unused variables
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/mips/adm5120/dev/uart.c
Please no
Module Name:src
Committed By: skrll
Date: Sat Jun 28 10:25:16 UTC 2014
Modified Files:
src/sys/arch/mips/adm5120/dev: admpci.c
Log Message:
#ifdef a variable like its usage.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/mips/adm5120/dev/admpc
Module Name:src
Committed By: maxv
Date: Sat Jun 28 11:06:31 UTC 2014
Modified Files:
src/sys/compat/freebsd: freebsd_sched.c
Log Message:
Empy comment
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/compat/freebsd/freebsd_sched.c
Please note that
Module Name:src
Committed By: maxv
Date: Sat Jun 28 11:39:15 UTC 2014
Modified Files:
src/sys/compat/netbsd32: netbsd32_netbsd.c
Log Message:
Sync getfh() with the native implementation. It also fixes:
a) a return value
b) a vnode lock
c) a user-controlled memory allocatio
Module Name:src
Committed By: maxv
Date: Sat Jun 28 15:52:45 UTC 2014
Modified Files:
src/sys/uvm: uvm_swap.c
Log Message:
This KASSERT can trigger a panic too easily, if SCARG(uap, cmd)=SWAP_OFF and
SCARG(uap, arg)=NULL. The same KASSERT is already in the SWAP_ON switch c
Module Name:src
Committed By: dholland
Date: Sat Jun 28 17:32:27 UTC 2014
Modified Files:
src/bin/ps: ps.c
Log Message:
Don't print junk errnos. Avoids:
% ps -tfoo
ps: /dev/ttyfoo: Undefined error: 0
Exit 1
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1
Module Name:src
Committed By: joerg
Date: Sat Jun 28 20:18:15 UTC 2014
Modified Files:
src/doc: TODO.clang
src/sys/lib/libunwind: Makefile.inc
Log Message:
.fpu is not handled correctly by LLVM's assembler parser, so use GAS for
now.
To generate a diff of this co
Module Name:src
Committed By: joerg
Date: Sat Jun 28 20:18:55 UTC 2014
Modified Files:
src/common/lib/libc/arch/arm/atomic: atomic_swap.S atomic_swap_16.S
atomic_swap_64.S
src/common/lib/libc/arch/m68k/atomic: atomic_swap.S
src/common/lib/libc/at
Module Name:src
Committed By: dholland
Date: Sat Jun 28 21:13:12 UTC 2014
Modified Files:
src/sys/arch/x86/x86: sys_machdep.c
Log Message:
If we're going to use just the name of the dying function as a panic
string, it should at least be the name of the *right* function. i
Module Name:src
Committed By: dholland
Date: Sat Jun 28 22:27:51 UTC 2014
Modified Files:
src/lib/libquota: quota_kernel.c
src/sys/compat/netbsd32: netbsd32.h netbsd32_netbsd.c
src/sys/kern: vfs_quotactl.c vfs_syscalls.c
src/sys/sys: mount.h quotactl
Module Name:src
Committed By: rmind
Date: Sun Jun 29 00:05:24 UTC 2014
Modified Files:
src/sys/net/npf: npf.h npf_bpf.c
src/usr.sbin/npf/npfctl: npf_bpf_comp.c
Log Message:
NPF:
- Populate the BPF external memory store with L3 information.
- Eliminate NPF_COP_L3 ca
Module Name:src
Committed By: tsutsui
Date: Sun Jun 29 03:43:06 UTC 2014
Modified Files:
src/sys/dev/pci: gffb.c
Log Message:
Appease a printf format warning on LP64 machines.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/pci/gffb.c
Please note
Module Name:src
Committed By: tsutsui
Date: Sun Jun 29 03:44:34 UTC 2014
Modified Files:
src/sys/arch/amd64/conf: ALL
src/sys/arch/i386/conf: ALL
Log Message:
Add gffb(4) at pci.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/amd64/con
Module Name:src
Committed By: tsutsui
Date: Sun Jun 29 03:57:10 UTC 2014
Modified Files:
src/sys/arch/sparc/dev: sxvar.h
Log Message:
Add a newline at end of file.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/sparc/dev/sxvar.h
Please note tha
Module Name:src
Committed By: darrenr
Date: Sun Jun 29 04:00:59 UTC 2014
Modified Files:
src/tests/ipf: t_nat_parse.sh
Log Message:
in2 is no longer a broken test case
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/ipf/t_nat_parse.sh
Please note t
Module Name:src
Committed By: tsutsui
Date: Sun Jun 29 04:04:02 UTC 2014
Modified Files:
src/sys/dev/i2c: rs5c372.c
Log Message:
Use todr_[gs]ettime_ymdhms functions that handle ymdhms format properly.
Compile test only.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: tsutsui
Date: Sun Jun 29 04:08:43 UTC 2014
Modified Files:
src/sys/dev/ic: sti.c stivar.h
Log Message:
Export accessops functions to allow overriding them in MD attachment.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sy
Module Name:src
Committed By: tsutsui
Date: Sun Jun 29 04:55:44 UTC 2014
Modified Files:
src/external/gpl3/gcc.old/dist/gcc/config/m68k: t-floatlib
src/external/gpl3/gcc.old/lib/libgcc/arch: m68k.mk
Log Message:
Tweak LIB1ASMFUNCS order to avoid linker warnings on
Module Name:src
Committed By: tsutsui
Date: Sun Jun 29 05:02:15 UTC 2014
Modified Files:
src/external/gpl3/gcc/dist/libgcc/config/m68k: t-floatlib
src/external/gpl3/gcc/lib/libgcc/arch/m68k: defs.mk
Log Message:
Pull the simliar workaround from gcc 4.5.4:
http://m
Module Name:src
Committed By: darrenr
Date: Sun Jun 29 05:06:46 UTC 2014
Modified Files:
src/external/bsd/ipf/dist/lib: gethost.c
Log Message:
3561690 ipv6 address for test.hosts.dots in wrong byte order
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/ext
Module Name:src
Committed By: tsutsui
Date: Sun Jun 29 05:20:15 UTC 2014
Modified Files:
src/share/mk: sys.mk
Log Message:
Use "-O2 -fno-reorder-blocks" instead of "-Os" for m68k default optimization.
"-Os" was specfied when gcc 4.5.x was imported and the commit log says
25 matches
Mail list logo