Module Name:src
Committed By: jmcneill
Date: Sat Sep 6 01:08:26 UTC 2014
Modified Files:
src/sys/arch/arm/allwinner: awin_ac.c
Log Message:
dma support
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/allwinner/awin_ac.c
Please note that dif
Module Name:src
Committed By: joerg
Date: Sat Sep 6 01:02:21 UTC 2014
Modified Files:
src/external/bsd/llvm/include: Makefile
Log Message:
Install altivec.h for ppc64 too.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/external/bsd/llvm/include/Makefi
Module Name:src
Committed By: jmcneill
Date: Sat Sep 6 00:16:36 UTC 2014
Modified Files:
src/sys/arch/evbarm/conf: CUBIEBOARD
Log Message:
add awindma
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/evbarm/conf/CUBIEBOARD
Please note that dif
Module Name:src
Committed By: jmcneill
Date: Sat Sep 6 00:15:34 UTC 2014
Modified Files:
src/sys/arch/arm/allwinner: awin_io.c awin_reg.h awin_var.h files.awin
Added Files:
src/sys/arch/arm/allwinner: awin_dma.c
Log Message:
add driver for DMA controller
To gene
Module Name:src
Committed By: nakayama
Date: Fri Sep 5 22:37:09 UTC 2014
Modified Files:
src/sys/compat/sunos32: sunos32_ioctl.c
Log Message:
Fix previous. There is no uap.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/compat/sunos32/sunos32_ioc
Module Name:src
Committed By: christos
Date: Fri Sep 5 21:32:37 UTC 2014
Modified Files:
src/external/bsd/cron/bin: Makefile.inc
src/external/bsd/cron/dist: cron.c crontab.c do_command.c entry.c env.c
popen.c
Log Message:
WARNS=6
To generate a diff o
Module Name:src
Committed By: macallan
Date: Fri Sep 5 21:22:35 UTC 2014
Modified Files:
src/sys/arch/evbarm/rpi: rpi_machdep.c
Log Message:
implement WSCONSIO_[G|S]VIDEO by hijacking bcm2835_genfb's ioctl
next step: hardware cursor
To generate a diff of this commit:
cv
Module Name:src
Committed By: macallan
Date: Fri Sep 5 21:15:42 UTC 2014
Modified Files:
src/sys/arch/arm/broadcom: bcm2835_genfb.c
Log Message:
allow board-specific ioctl() handlers
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/broadcom/b
Module Name:src
Committed By: christos
Date: Fri Sep 5 20:55:11 UTC 2014
Modified Files:
src/external/bsd/cron/dist: crontab.c
Log Message:
Rewind the file before we install it so that we can check it.
Before this fix, no checks were made and you could install crap.
XXX:
Module Name:src
Committed By: matt
Date: Fri Sep 5 18:09:37 UTC 2014
Modified Files:
src/lib/libc/arch/or1k: Makefile.inc SYS.h
Added Files:
src/lib/libc/arch/or1k: syscallargs.awk
Log Message:
The OpenRISC calling standard only passes 6 parameters by register. A
Module Name:src
Committed By: manu
Date: Fri Sep 5 15:39:19 UTC 2014
Modified Files:
src/sys/fs/puffs: puffs_node.c puffs_vnops.c
Log Message:
When changing a directory content, update the ctime/mtime in kernel cache,
otherwise the updated ctime/mtime appears after the ca
Module Name:src
Committed By: manu
Date: Fri Sep 5 15:20:17 UTC 2014
Modified Files:
src/lib/libperfuse: ops.c
Log Message:
rmdir dir/.. must return an error. Use ENOTEMPRY like FFS does.
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/lib/libperfuse/o
Module Name:src
Committed By: skrll
Date: Fri Sep 5 11:27:57 UTC 2014
Modified Files:
src/sys/arch/evbarm/conf: RPI
Log Message:
Copy the list of PHYs from elsewhere.
XXX sys/dev/mii/miidevices.config anyone?
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.5
Module Name:src
Committed By: christos
Date: Fri Sep 5 10:47:32 UTC 2014
Modified Files:
src/sys/compat/svr4: svr4_fcntl.c
Log Message:
make this compile again
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/sys/compat/svr4/svr4_fcntl.c
Please note th
Module Name:src
Committed By: christos
Date: Fri Sep 5 10:43:26 UTC 2014
Modified Files:
src/sys/miscfs/fdesc: fdesc_vnops.c
Log Message:
The comment about toxicity was correct, restore VNON setting code and
then set the proper type in lookup.
To generate a diff of this
Module Name:src
Committed By: matt
Date: Fri Sep 5 09:40:44 UTC 2014
Modified Files:
src/sys/external/bsd/drm/dist/shared-core: i915_drv.h i915_suspend.c
Log Message:
Rename enum pipe to enum pipe so it won't conflcit with struct pipe.
To generate a diff of this commit:
Module Name:src
Committed By: matt
Date: Fri Sep 5 09:27:34 UTC 2014
Modified Files:
src/sys/dev/iscsi: iscsi_rcv.c iscsi_send.c
Log Message:
Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get
a correctly typed pointer.
To generate a diff of this
Module Name:src
Committed By: matt
Date: Fri Sep 5 09:24:48 UTC 2014
Modified Files:
src/sys/uvm: uvm_mmap.c
Log Message:
Use f_vnode instead of f_data
To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.149 src/sys/uvm/uvm_mmap.c
Please note that diffs are not
Module Name:src
Committed By: matt
Date: Fri Sep 5 09:26:16 UTC 2014
Modified Files:
src/sys/fs/union: union_subr.c
src/sys/miscfs/fdesc: fdesc_vnops.c
src/sys/miscfs/procfs: procfs_vfsops.c procfs_vnops.c
src/sys/netsmb: smb_dev.c
Log Message:
Try
Module Name:src
Committed By: matt
Date: Fri Sep 5 09:26:44 UTC 2014
Modified Files:
src/sys/netipsec: ipsec.h
Log Message:
Don't use C++ keyword new
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/netipsec/ipsec.h
Please note that diffs are not p
Module Name:src
Committed By: matt
Date: Fri Sep 5 09:27:24 UTC 2014
Modified Files:
src/sys/ddb: db_xxx.c
Log Message:
Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get
a correctly typed pointer.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: matt
Date: Fri Sep 5 09:24:21 UTC 2014
Modified Files:
src/sys/uvm: uvm_bio.c
Log Message:
Don't nest structure definitions.
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/sys/uvm/uvm_bio.c
Please note that diffs are not
Module Name:src
Committed By: matt
Date: Fri Sep 5 09:23:40 UTC 2014
Modified Files:
src/sys/opencrypto: cryptodev.c ocryptodev.c
Log Message:
Try not to use f_data, use f_fcrypt to get a correctly typed pointer.
To generate a diff of this commit:
cvs rdiff -u -r1.80 -r
Module Name:src
Committed By: matt
Date: Fri Sep 5 09:23:14 UTC 2014
Modified Files:
src/sys/dev: rndpseudo.c
Log Message:
Try not to use f_data, use f_rndctx to get a correctly typed pointer.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/rnd
Module Name:src
Committed By: matt
Date: Fri Sep 5 09:22:30 UTC 2014
Modified Files:
src/sys/nfs: nfs_syscalls.c
Log Message:
Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get
a correctly typed pointer.
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: matt
Date: Fri Sep 5 09:21:55 UTC 2014
Modified Files:
src/sys/compat/common: if_43.c uipc_syscalls_43.c vfs_syscalls_12.c
vfs_syscalls_20.c vfs_syscalls_30.c vfs_syscalls_43.c
vfs_syscalls_50.c
src/sys/compat/i
Module Name:src
Committed By: matt
Date: Fri Sep 5 09:22:22 UTC 2014
Modified Files:
src/sys/net: bpf.c if_gre.c if_tap.c
Log Message:
Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get
a correctly typed pointer.
To generate a diff of this commit
Module Name:src
Committed By: matt
Date: Fri Sep 5 09:20:59 UTC 2014
Modified Files:
src/sys/kern: exec_script.c kern_descrip.c kern_event.c
kern_ktrace_vfs.c subr_exec_fd.c sys_aio.c sys_descrip.c
sys_generic.c sys_mqueue.c sys_pipe.c sys_socket.c
Module Name:src
Committed By: matt
Date: Fri Sep 5 09:17:04 UTC 2014
Modified Files:
src/sys/sys: file.h
Log Message:
Avoid casting f_data, make it a union of the various pointers it can be.
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/sys/sys/file.
Module Name:src
Committed By: skrll
Date: Fri Sep 5 08:01:05 UTC 2014
Modified Files:
src/sys/arch/arm/samsung: exynos4_loc.c exynos4_reg.h exynos5_loc.c
exynos_gpio.c exynos_intr.h exynos_io.c exynos_io.h exynos_reg.h
exynos_smc.S exynos_soc.c exyn
30 matches
Mail list logo