Module Name:src
Committed By: skrll
Date: Wed Oct 2 11:36:27 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2/dist: dwc2_hcd.c
Log Message:
Some core configurations cannot support LS traffic on a FS root port.
Fix adapted from the github.com/raspberrypi driver.
To ge
Module Name:src
Committed By: kiyohara
Date: Wed Oct 2 12:41:06 UTC 2013
Modified Files:
src/sys/arch/evbarm/marvell: marvell_start.S
Log Message:
Remove undefined CPU ID. Thanks skrll@.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/ma
Module Name:src
Committed By: christos
Date: Wed Oct 2 14:35:33 UTC 2013
Modified Files:
src/external/gpl3/binutils/usr.bin/gas: Makefile
Log Message:
Fix mips platforms (no need for -wrapper for lex)
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/ext
Module Name:src
Committed By: christos
Date: Wed Oct 2 15:43:02 UTC 2013
Modified Files:
src/lib/libarch/sparc/v8: Makefile
Log Message:
use -Wa,
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libarch/sparc/v8/Makefile
Please note that diffs are no
Module Name:src
Committed By: macallan
Date: Wed Oct 2 16:32:40 UTC 2013
Modified Files:
src/sys/dev/pci: gffbreg.h
Log Message:
add a bunch more constants from xf86-video-nv
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pci/gffbreg.h
Please n
Module Name:src
Committed By: macallan
Date: Wed Oct 2 16:35:38 UTC 2013
Modified Files:
src/sys/dev/pci: gffb.c
Log Message:
one step closer to graphics acceleration:
- probe and report actual amount of video memory
- add DMA machinery to feed commands to the graphics pr
Module Name:src
Committed By: matt
Date: Wed Oct 2 16:48:26 UTC 2013
Modified Files:
src/sys/arch/arm/omap: omap_tipb.c
Added Files:
src/sys/arch/arm/omap: files.omapl1x omapl1x_aintc.c omapl1x_bus_dma.c
omapl1x_com.c omapl1x_emac.c omapl1x_intr.h omapl
Module Name:src
Committed By: christos
Date: Wed Oct 2 18:25:43 UTC 2013
Modified Files:
src/external/gpl3/gcc/lib/libgcc/libgcc: Makefile
Log Message:
If building with MKPIC=no, then set PICFLAGS to empty, otherwise bsd.lib.mk
sets PICFLAGS=-fPIC and we pick this via CSH
Module Name:src
Committed By: christos
Date: Wed Oct 2 19:52:58 UTC 2013
Modified Files:
src/bin/sh: expand.c parser.c parser.h
Log Message:
add crude $LINENO support for FreeBSD
To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/bin/sh/expand.c
cvs rdiff
Module Name:src
Committed By: christos
Date: Wed Oct 2 20:42:56 UTC 2013
Modified Files:
src/bin/sh: sh.1
Log Message:
document LINENO
XXX: someone should fix all the .Ev stuff because some of them are just
shell variables .Va and are not really exported to the environmen
Module Name:src
Committed By: apb
Date: Wed Oct 2 21:38:55 UTC 2013
Modified Files:
src/sys/kern: init_main.c
Log Message:
Add "/rescue/init" to the end of the initpaths list, which
now contains: { "/sbin/init", "/sbin/oinit", "/sbin/init.bak",
"/rescue/init", NULL }.
XX
Module Name:src
Committed By: christos
Date: Wed Oct 2 21:48:55 UTC 2013
Modified Files:
src/bin/sh: parser.c
Log Message:
add stdio.h
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/bin/sh/parser.c
Please note that diffs are not public domain; they a
Module Name:src
Committed By: apb
Date: Wed Oct 2 22:01:47 UTC 2013
Modified Files:
src/sbin/init: init.8
Log Message:
Document that the kernel may try several paths for init.
XXX: This should be in the kernel documentation, not in the init(8) man page.
To generate a d
Module Name:src
Committed By: apb
Date: Wed Oct 2 22:07:56 UTC 2013
Modified Files:
src/sbin/init: init.8
Log Message:
The "-s" flag is passed to init by the kernel, not by the boot loader.
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sbin/init/init
Module Name:src
Committed By: skrll
Date: Wed Oct 2 22:45:10 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
Pass any error from dwc2_device_start upwards.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/external/bsd/dwc2/dwc2
Module Name:src
Committed By: skrll
Date: Wed Oct 2 22:48:51 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
A small code simplification
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/external/bsd/dwc2/dwc2.c
Please note tha
Module Name:src
Committed By: skrll
Date: Wed Oct 2 22:53:23 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2: dwc2.c
Log Message:
At least attempt to handle USBD_DEFAULT_INTERVAL.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/external/bsd/dwc2/
Module Name:src
Committed By: skrll
Date: Wed Oct 2 22:55:04 UTC 2013
Modified Files:
src/sys/dev/ic: sl811hs.c sl811hsvar.h
Log Message:
Modernise slhci. Many thanks to rkujawa@ for testing.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/dev/ic/s
Module Name:src
Committed By: skrll
Date: Wed Oct 2 23:09:39 UTC 2013
Modified Files:
src/sys/dev/ic: sl811hs.c
Log Message:
Remove harmless paste error.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/dev/ic/sl811hs.c
Please note that diffs are n
Module Name:src
Committed By: skrll
Date: Wed Oct 2 23:24:58 UTC 2013
Modified Files:
src/sys/dev/ic: sl811hs.c
Log Message:
Fix a KASSERT - how did that sneak in?
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/dev/ic/sl811hs.c
Please note that d
Module Name:src
Committed By: skrll
Date: Wed Oct 2 23:27:50 UTC 2013
Modified Files:
src/sys/dev/ic: sl811hs.c
Log Message:
LOCKDEBUG doesn't imply DIAGNOSTIC. duh.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/dev/ic/sl811hs.c
Please note that
21 matches
Mail list logo