Module Name:src
Committed By: tsutsui
Date: Sat Oct 13 06:51:23 UTC 2012
Modified Files:
src/sys/arch/pmax/pmax: autoconf.c dec_3100.c dec_3max.c dec_3maxplus.c
dec_3min.c dec_5100.c dec_maxine.c
src/sys/arch/pmax/tc: tcbus.c
Log Message:
struct device
Module Name:src
Committed By: tsutsui
Date: Sat Oct 13 06:49:27 UTC 2012
Modified Files:
src/sys/arch/pmax/tc: asc_ioasic.c
Log Message:
Fix botch on device_t/softc split in debug printf macro. from chs@
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/s
Module Name:src
Committed By: tsutsui
Date: Sat Oct 13 06:44:24 UTC 2012
Modified Files:
src/sys/arch/x68k/include: bus.h
Log Message:
struct device * -> device_t (from chs@)
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/x68k/include/bus.h
Module Name:src
Committed By: tsutsui
Date: Sat Oct 13 06:43:00 UTC 2012
Modified Files:
src/sys/arch/x68k/dev: grf_machdep.c par.c
Log Message:
Normalize autoconf(9) function arg names (parent, self, and aux)
for clarification. from chs@.
To generate a diff of this com
Module Name:src
Committed By: tsutsui
Date: Sat Oct 13 06:38:08 UTC 2012
Modified Files:
src/sys/arch/sun68k/sun68k: autoconf.c
Log Message:
use device_xname() (from chs@)
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/sun68k/sun68k/autoconf.
Module Name:src
Committed By: tsutsui
Date: Sat Oct 13 06:37:17 UTC 2012
Modified Files:
src/sys/arch/sun3/dev: fd.c
src/sys/arch/sun3/include: autoconf.h
src/sys/arch/sun3/sun3: autoconf.c
src/sys/arch/sun3/sun3x: obio.c vme.c
Log Message:
struct d
Module Name:src
Committed By: tsutsui
Date: Sat Oct 13 06:35:54 UTC 2012
Modified Files:
src/sys/arch/sun3/dev: zs_kgdb.c
Log Message:
Add a cast to print dev_t. (broken since 64bit dev_t change?) from chs@
XXX: probably no one will use this...
To generate a diff of this
Module Name:src
Committed By: tsutsui
Date: Sat Oct 13 06:32:11 UTC 2012
Modified Files:
src/sys/arch/sun3/dev: dma.c
Log Message:
Fix botch on device_t/softc split in #if 0'ed debug printf. from chs@
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/
Module Name:src
Committed By: tsutsui
Date: Sat Oct 13 06:28:54 UTC 2012
Modified Files:
src/sys/arch/sun2/dev: zs.c
src/sys/arch/sun2/sun2: obmem.c
Log Message:
struct device * -> device_t, struct cfdata * -> cfdata_t (from chs@)
To generate a diff of this comm
Module Name:src
Committed By: tsutsui
Date: Sat Oct 13 06:27:51 UTC 2012
Modified Files:
src/sys/arch/sun2/dev: cons.h
Log Message:
Remove unused struct device menber from softc. from chs@
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/sun2/dev/
Module Name:src
Committed By: tsutsui
Date: Sat Oct 13 06:25:20 UTC 2012
Modified Files:
src/sys/arch/newsmips/apbus: kb_ap.c ms_ap.c
src/sys/arch/newsmips/dev: kb_hb.c ms_hb.c
src/sys/arch/newsmips/newsmips: autoconf.c
Log Message:
struct device * -> devic
Module Name:src
Committed By: tsutsui
Date: Sat Oct 13 06:24:15 UTC 2012
Modified Files:
src/sys/arch/newsmips/apbus: if_sn.c
Log Message:
Fix botch on device_t/softc split inside #ifdef SNDEBUG part. from chs@
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.3
Module Name:src
Committed By: tsutsui
Date: Sat Oct 13 06:18:44 UTC 2012
Modified Files:
src/sys/arch/news68k/news68k: autoconf.c
Log Message:
use device_xname() (from chs@)
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/news68k/news68k/autoc
Module Name:src
Committed By: riz
Date: Sat Oct 13 06:18:33 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.0
Log Message:
Ticket 607, tag to be moved.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.217 -r1.1.2.218 src/doc/CHANGES-6.0
Please note that di
Module Name:src
Committed By: tsutsui
Date: Sat Oct 13 06:16:19 UTC 2012
Modified Files:
src/sys/arch/luna68k/dev: lunaws.c siotty.c
src/sys/arch/luna68k/luna68k: autoconf.c
Log Message:
struct device * -> device_t, use device_xname() (from chs@)
To generate a d
Module Name:src
Committed By: riz
Date: Sat Oct 13 06:15:23 UTC 2012
Modified Files:
src/sys/arch/algor/conf [netbsd-6]: P5064
src/sys/arch/evbmips/conf [netbsd-6]: MALTA64
Log Message:
Pull up following revision(s) (requested by riz in ticket #607):
sys/ar
Module Name:src
Committed By: tsutsui
Date: Sat Oct 13 06:12:23 UTC 2012
Modified Files:
src/sys/arch/hp300/dev: hpib.c hpibvar.h rd.c
src/sys/arch/hp300/hp300: autoconf.c
Log Message:
struct device * -> device_t, struct cfdata * -> cfdata_t
use device_xname() (fr
Module Name:src
Committed By: tsutsui
Date: Sat Oct 13 06:08:30 UTC 2012
Modified Files:
src/sys/arch/ews4800mips/dev: ewskbd.c ewsms.c
src/sys/arch/ews4800mips/sbd: if_le_sbdio.c kbms_sbdio.c
Log Message:
struct device * -> device_t, struct cfdata * -> cfdata_t (
Module Name:src
Committed By: riz
Date: Sat Oct 13 06:08:11 UTC 2012
Modified Files:
src/sys/arch/evbmips/conf: MALTA64
Log Message:
Bump SYMTAB_SPACE 48->49
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbmips/conf/MALTA64
Please not
Module Name:src
Committed By: riz
Date: Sat Oct 13 06:06:50 UTC 2012
Modified Files:
src/sys/arch/algor/conf: P5064
Log Message:
Bump SYMTAB_SPACE 475000->485000.
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sys/arch/algor/conf/P5064
Please note tha
Module Name:src
Committed By: jakllsch
Date: Sat Oct 13 01:14:00 UTC 2012
Modified Files:
src/etc/etc.evbarm: MAKEDEV.conf
Log Message:
Add the next three /dev/pci nodes.
Marvell Orion already exposes two.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/e
Module Name:src
Committed By: christos
Date: Fri Oct 12 23:35:03 UTC 2012
Modified Files:
src/lib/libedit: readline.c
Log Message:
Add trailing NULL's to the varargs functions as required. (John Spencer)
To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src
Module Name:src
Committed By: matt
Date: Fri Oct 12 23:25:16 UTC 2012
Modified Files:
src/sys/arch/arm/broadcom: bcm53xx_eth.c
Log Message:
Add some defensive code to deal with "issues" of this interface.
Seems it can't do DMA updates of the rxsts for mbufs with addresses
Module Name:src
Committed By: riz
Date: Fri Oct 12 22:11:10 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.0
Log Message:
Welcome to 6.0!
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.216 -r1.1.2.217 src/doc/CHANGES-6.0
Please note that diffs are not p
Module Name:src
Committed By: riz
Date: Fri Oct 12 22:10:14 UTC 2012
Modified Files:
src/sys/sys [netbsd-6]: param.h
Log Message:
Welcome to NetBSD 6.0!
To generate a diff of this commit:
cvs rdiff -u -r1.408.2.5 -r1.408.2.6 src/sys/sys/param.h
Please note that diffs ar
Module Name:src
Committed By: riz
Date: Fri Oct 12 22:07:00 UTC 2012
Modified Files:
src/distrib/notes/common [netbsd-6]: main
Log Message:
Insert changes.mdoc, detailing the highlighted changes from 5->6.
To generate a diff of this commit:
cvs rdiff -u -r1.484.2.3 -r1.4
Module Name:src
Committed By: rmind
Date: Fri Oct 12 21:10:56 UTC 2012
Modified Files:
src/sys/kern: vfs_vnode.c
Log Message:
Update comment on vnode life-cycle a little.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/kern/vfs_vnode.c
Please note
Module Name:src
Committed By: tsutsui
Date: Fri Oct 12 20:27:39 UTC 2012
Modified Files:
src/sys/arch/x68k/conf: GENERIC
Log Message:
Now we get working netboot loader, so enable options NFS_BOOT_DHCP by default.
To generate a diff of this commit:
cvs rdiff -u -r1.161 -r
Module Name:src
Committed By: tsutsui
Date: Fri Oct 12 20:21:43 UTC 2012
Modified Files:
src/doc: CHANGES
Log Message:
Mention x68k new netboot.
To generate a diff of this commit:
cvs rdiff -u -r1.1747 -r1.1748 src/doc/CHANGES
Please note that diffs are not public domai
Module Name:src
Committed By: tsutsui
Date: Fri Oct 12 20:16:30 UTC 2012
Modified Files:
src/distrib/sets/lists/base: md.x68k
Log Message:
Add new /usr/mdec/netboot.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/distrib/sets/lists/base/md.x68k
Please
Module Name:src
Committed By: tsutsui
Date: Fri Oct 12 20:15:53 UTC 2012
Modified Files:
src/sys/arch/x68k/stand: Makefile
src/sys/arch/x68k/stand/boot: conf.c
src/sys/arch/x68k/stand/libsa: Makefile Makefile.inc devopen.c
libx68k.h
Added Files:
Module Name:src
Committed By: christos
Date: Fri Oct 12 19:45:47 UTC 2012
Modified Files:
src/sys/compat/netbsd32: netbsd32.h
Log Message:
fix pre-5 stat system call structure which should have used the pre-64-time_t
timestamps!
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: msaitoh
Date: Fri Oct 12 18:42:00 UTC 2012
Removed Files:
src/external/gpl3/gcc/usr.bin/g++: g++.1
src/external/gpl3/gcc/usr.bin/gcc: gcc.1
Log Message:
Remove OLD manunal to install correct manual.
To generate a diff of this commit:
Module Name:src
Committed By: tsutsui
Date: Fri Oct 12 18:06:27 UTC 2012
Modified Files:
src/sys/arch/x68k/stand/boot: version
Log Message:
Bump version to denote check_getchar() bug fix.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/x68k/stand
Module Name:src
Committed By: tsutsui
Date: Fri Oct 12 18:01:53 UTC 2012
Modified Files:
src/sys/arch/x68k/stand/libsa: consio.c
Log Message:
Fix a bug in check_getchar() (called from awaitkey_1sec()).
It didn't clear input key data when non ASCII keys (CTRL, OPT.1 etc)
we
Module Name:src
Committed By: matt
Date: Fri Oct 12 17:18:02 UTC 2012
Modified Files:
src/sys/arch/arm/broadcom: bcm53xx_pax.c bcm53xx_reg.h
Log Message:
Add a way to force PCI to negotiate gen1 (setting flags 1 in the config file).
To generate a diff of this commit:
cvs
Module Name:src
Committed By: tsutsui
Date: Fri Oct 12 17:06:48 UTC 2012
Modified Files:
src/sys/arch/x68k/stand: Makefile
Log Message:
Tweak SUBDIR build order and add comments about each dir.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/x6
Module Name:src
Committed By: dholland
Date: Fri Oct 12 15:41:10 UTC 2012
Modified Files:
src/games/adventure: wizard.c
Log Message:
fix previous, thanks asau@
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/games/adventure/wizard.c
Please note that di
Module Name:src
Committed By: cegger
Date: Fri Oct 12 13:02:30 UTC 2012
Modified Files:
src/sys/dev/acpi/wmi: wmi_hp.c
Log Message:
Add support for various things:
- hddtemp sensor
- ambient light sensor on/off (via sysctl)
- display info
- docking station info
To genera
Module Name:src
Committed By: msaitoh
Date: Fri Oct 12 11:24:44 UTC 2012
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
Explicitly cast to uint64_t instead of using PRIxPADDR because
sizeof(paddr_t) != sizeof(bus_addr_t) on some architecture.
See:
http://mail-ind
Module Name:src
Committed By: dholland
Date: Fri Oct 12 10:44:20 UTC 2012
Modified Files:
src/games/atc: main.c
Log Message:
Don't use ++ to set flags to true. Now passes -Wstrict-overflow.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/games/atc/main.
Module Name:src
Committed By: dholland
Date: Fri Oct 12 10:38:53 UTC 2012
Modified Files:
src/games/adventure: wizard.c
Log Message:
Pass -Wstrict-overflow.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/games/adventure/wizard.c
Please note that diffs
Module Name:src
Committed By: msaitoh
Date: Fri Oct 12 10:38:06 UTC 2012
Modified Files:
src/sys/dev/marvell: if_mvgbe.c mvgbereg.h
Log Message:
- The MVGBE_RX_MAX_FRAME_LEN_ERROR bit is used to check whether a packet
is fragmented or not, so define new MVGBE_RX_IP_FRAGM
43 matches
Mail list logo