Module Name:src
Committed By: he
Date: Fri Jan 11 09:45:53 UTC 2013
Modified Files:
src/sys/arch/evbarm/conf: BEAGLEBOARD
Log Message:
With the recent enhancement of omapfb, wsdisplay* devices appear
to now be required, so follow suit to fix the build.
To generate a diff
Module Name:src
Committed By: he
Date: Fri Jan 11 11:00:33 UTC 2013
Modified Files:
src/sys/arch/amiga/conf: files.amiga
Log Message:
We appear to need files.usb included to get opt_usb.h generated,
to make hid.c build. The inclusion of hid.c in the build is probably
trig
Module Name:src
Committed By: tsutsui
Date: Fri Jan 11 12:03:04 UTC 2013
Modified Files:
src/sys/arch/hp300/conf: GENERIC
src/sys/arch/hp300/hp300: autoconf.c
Added Files:
src/sys/arch/hp300/dev: sti_sgc.c
Log Message:
Add sti at sgc framebuffer.
Ported fro
Module Name:src
Committed By: matt
Date: Fri Jan 11 12:04:01 UTC 2013
Modified Files:
src/sys/arch/arm/arm32: pmap.c
Log Message:
Fix a bug in pmap_modify_pv where we didn't set PVF_WRITE on a page after
changing its mapping to writeable.
Add more KASSERTS
Don't go into DD
Module Name:src
Committed By: skrll
Date: Fri Jan 11 12:21:54 UTC 2013
Modified Files:
src/sys/dev/usb: dwc_otgreg.h
Log Message:
Remove unused DOTG_REGSIZE
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/usb/dwc_otgreg.h
Please note that diffs a
Module Name:src
Committed By: jmcneill
Date: Fri Jan 11 12:47:38 UTC 2013
Modified Files:
src/sys/arch/evbarm/rpi: rpi_machdep.c
Log Message:
allow ukbd to be the console keyboard if genfb is the console display device
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: matt
Date: Fri Jan 11 12:55:29 UTC 2013
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Make MKSOFTFLOAT = yes for ARM (since arm is softfloat by default).
To generate a diff of this commit:
cvs rdiff -u -r1.716 -r1.717 src/share/mk/bs
Module Name:src
Committed By: skrll
Date: Fri Jan 11 13:01:44 UTC 2013
Modified Files:
src/sys/dev/usb: dwc_otg.c
Log Message:
Fix the KASSERT in dwc_otg_poll
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/usb/dwc_otg.c
Please note that diffs ar
Module Name:src
Committed By: skrll
Date: Fri Jan 11 13:48:47 UTC 2013
Modified Files:
src/sys/dev/usb: dwc_otg.c dwc_otgvar.h
Log Message:
Convert to pool_cache and add some (disabled by default) counters.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/
Module Name:src
Committed By: matt
Date: Fri Jan 11 13:55:26 UTC 2013
Modified Files:
src/lib/libc/arch/arm: Makefile.inc
src/lib/libc/arch/arm/gen: _setjmp.S setjmp.S
src/lib/libc/arch/arm/hardfloat: fpgetmask.S fpgetround.c fpgetsticky.S
fpsetm
Module Name:src
Committed By: matt
Date: Fri Jan 11 13:58:41 UTC 2013
Modified Files:
src/external/gpl3/gcc/dist/gcc/config/arm: netbsd-elf.h
Log Message:
Add missing % to SUBTARGET_ASM_FLOAT_SPEC
If compiling for AAPCS, default to a TARGET_CPU_arm926ejs (armv5te)
If linki
Module Name:src
Committed By: matt
Date: Fri Jan 11 14:03:05 UTC 2013
Removed Files:
src/sys/arch/acorn26/include: fp.h
src/sys/arch/acorn32/include: fp.h
src/sys/arch/arm/include: fp.h
src/sys/arch/cats/include: fp.h
src/sys/arch/evbarm/incl
Module Name:src
Committed By: matt
Date: Fri Jan 11 14:04:55 UTC 2013
Modified Files:
src/sys/arch/arm/include: pcb.h reg.h
Log Message:
Don't include since it no longer exists
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/arm/include/pcb.h
Module Name:src
Committed By: matt
Date: Fri Jan 11 13:56:32 UTC 2013
Modified Files:
src/sys/arch/arm/include: setjmp.h
Log Message:
Remove FPA support and replace with VFP.
(happily jmp_buf is large enough to store the needed VFP16 registers)
To generate a diff of this
Module Name:src
Committed By: matt
Date: Fri Jan 11 14:09:56 UTC 2013
Modified Files:
src/sys/arch/acorn26/include: Makefile
src/sys/arch/acorn32/include: Makefile
src/sys/arch/arm/include: Makefile
src/sys/arch/cats/include: Makefile
src/sys
Module Name:src
Committed By: matt
Date: Fri Jan 11 14:22:55 UTC 2013
Modified Files:
src/distrib/sets/lists/comp: ad.arm ad.armeb md.acorn26 md.acorn32
md.cats md.evbarm md.hpcarm md.iyonix md.netwinder md.shark
md.zaurus
Log Message:
Mark fp.h as
Module Name:src
Committed By: matt
Date: Fri Jan 11 14:25:26 UTC 2013
Modified Files:
src/doc: CHANGES
Log Message:
Note removal of FPA support and replacement with VFP.
To generate a diff of this commit:
cvs rdiff -u -r1.1778 -r1.1779 src/doc/CHANGES
Please note that d
Module Name:src
Committed By: skrll
Date: Fri Jan 11 16:32:51 UTC 2013
Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4: Makefile
Log Message:
Install the smsc(4) man page.
To generate a diff of this commit:
cvs rdiff -u -r1.1415 -r1.1416 src/dis
Module Name:src
Committed By: jmcneill
Date: Fri Jan 11 18:52:39 UTC 2013
Modified Files:
src/sys/dev/usb: dwc_otg.c
Log Message:
run repeat intr xfers in the workq
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/usb/dwc_otg.c
Please note that d
Module Name:src
Committed By: christos
Date: Fri Jan 11 19:01:36 UTC 2013
Modified Files:
src/sys/compat/linux/common: linux_socket.c linux_sockio.h
src/sys/compat/linux32/common: linux32_socket.c linux32_sockio.h
Log Message:
Use copyin/copyout and linux-specific
Module Name:src
Committed By: jmcneill
Date: Fri Jan 11 20:35:51 UTC 2013
Modified Files:
src/sys/dev/usb: dwc_otg.c dwc_otgvar.h
Log Message:
move otg timer to workq
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/usb/dwc_otg.c
cvs rdiff -u -r1
Module Name:src
Committed By: mbalmer
Date: Fri Jan 11 20:42:21 UTC 2013
Modified Files:
src/share/misc: airport
Log Message:
Add a missing entry.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/share/misc/airport
Please note that diffs are not public
Module Name:src
Committed By: mlelstv
Date: Fri Jan 11 23:49:23 UTC 2013
Modified Files:
src/distrib/sets/lists/base: mi
src/sbin/devpubd: Makefile devpubd.8
Added Files:
src/sbin/devpubd/hooks: 02-wedgenames
Log Message:
Provide a script for devpubd(8) tha
Module Name:othersrc
Committed By: agc
Date: Sat Jan 12 01:31:21 UTC 2013
Modified Files:
othersrc/external/bsd/netdiff/bin: Makefile
othersrc/external/bsd/netdiff/bin/netdiff: 004.expected
othersrc/external/bsd/netdiff/bin/qdiff: 004.expected
others
Module Name:src
Committed By: jakllsch
Date: Sat Jan 12 02:50:09 UTC 2013
Modified Files:
src/sbin/scsictl: scsictl.c
Log Message:
take sizeof actual symbol we are memsetting
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sbin/scsictl/scsictl.c
Please
Module Name:src
Committed By: jakllsch
Date: Sat Jan 12 02:53:00 UTC 2013
Modified Files:
src/sbin/scsictl: scsictl.c
Log Message:
We supply data with the FORMAT UNIT command, so tell the kernel which
direction it is to go (write).
To generate a diff of this commit:
cvs
Module Name:src
Committed By: pgoyette
Date: Sat Jan 12 03:16:43 UTC 2013
Modified Files:
src/share/man/man4: envsys.4
Log Message:
"Each sensor dictionary" is a singular subject, so refer to "its"
characteristics, not "their" characteristics.
Also rephrase the device-pro
Module Name:src
Committed By: tsutsui
Date: Sat Jan 12 07:04:58 UTC 2013
Modified Files:
src/sys/arch/luna68k/stand/boot: sio.c sioreg.h
Log Message:
Make sure to enable DTR and RTS on TX initialization for SIO console.
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: tsutsui
Date: Sat Jan 12 07:12:00 UTC 2013
Modified Files:
src/sys/arch/luna68k/stand/boot: init_main.c locore.S samachdep.h
Log Message:
Check cputype and set machine type (LUNA-I or LUNA-II).
Tested on only LUNA-I for now.
To generate a di
29 matches
Mail list logo