Module Name:src
Committed By: matt
Date: Fri Dec 24 07:52:01 UTC 2010
Modified Files:
src/sys/arch/cobalt/cobalt [matt-nb5-mips64]: machdep.c
Log Message:
mips_vector_init needs to be called sooner so that the spl routine are
instantiated.
To generate a diff of this comm
Module Name:src
Committed By: matt
Date: Fri Dec 24 07:50:58 UTC 2010
Modified Files:
src/sys/arch/cobalt/cobalt [matt-nb5-mips64]: bus.c
src/sys/arch/cobalt/include [matt-nb5-mips64]: bus.h
Log Message:
Define bus_space_mmap
To generate a diff of this commit:
cv
Module Name:src
Committed By: matt
Date: Fri Dec 24 07:32:26 UTC 2010
Modified Files:
src/sys/arch/algor/algor [matt-nb5-mips64]: algor_p4032_intr.c
algor_p5064_intr.c algor_p6032_intr.c
Log Message:
Adopt the new spl/interrupt framework.
To generate a diff o
Module Name:src
Committed By: matt
Date: Fri Dec 24 07:23:42 UTC 2010
Modified Files:
src/sys/arch/pmax/include [matt-nb5-mips64]: autoconf.h bootinfo.h
bus.h intr.h param.h sysconf.h
src/sys/arch/pmax/pmax [matt-nb5-mips64]: autoconf.c bus_dma.c
Module Name:src
Committed By: matt
Date: Fri Dec 24 07:21:13 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: locore_mips1.S mipsX_subr.S
mips_machdep.c
Log Message:
Bring locore_mips1.S into the new world order. You can diff locore_mips1.S
a
Module Name:src
Committed By: matt
Date: Fri Dec 24 07:16:50 UTC 2010
Modified Files:
src/sys/arch/mips/include [matt-nb5-mips64]: asm.h
Log Message:
MIPS_LOCK_RAS_SIZE needs to be 256 since each RAS need 64 bytes and we can
have 4 of them.
To generate a diff of this com
Module Name:src
Committed By: matt
Date: Fri Dec 24 07:13:19 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: lock_stubs.S spl.S
Log Message:
MIPS1 needs load delay nops. Fix a problem in the RAS mips_spin_enter
where we weren't actually decrementing ci_
Module Name:src
Committed By: matt
Date: Fri Dec 24 07:12:10 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: mips_fixup.c
Log Message:
If compiling for MIPS1, deal with the presence of load delay slots.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: matt
Date: Fri Dec 24 07:11:25 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: db_interface.c
Log Message:
Just use the generic tlb_read_indexed instead of the mips1 specific version.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: matt
Date: Fri Dec 24 07:10:32 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: compat_13_machdep.c
cpu_exec.c
Log Message:
need to include explicitly now.
Ansify cpu_exec.c
To generate a diff of this commit:
c
Module Name:src
Committed By: matt
Date: Fri Dec 24 07:09:54 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: pmap_tlb.c
Log Message:
Deal with MIPS_NUM_TLB_PIDS not being constant.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.13 -r1.1.2.14 s
Module Name:src
Committed By: christos
Date: Fri Dec 24 03:37:37 UTC 2010
Modified Files:
src/lib/libutil: parsedate.y
Log Message:
make this thread-safe. We could use localtime_tz and make it even better,
but not now.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: christos
Date: Fri Dec 24 02:58:21 UTC 2010
Modified Files:
src/external/bsd/byacc/dist: closure.c defs.h error.c lr0.c main.c
mkpar.c output.c reader.c skeleton.c symtab.c verbose.c warshall.c
yacc.1
src/externa
Module Name:src
Committed By: christos
Date: Fri Dec 24 02:56:57 UTC 2010
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
mention new yacc.
To generate a diff of this commit:
cvs rdiff -u -r1.796 -r1.797 src/doc/3RDPARTY
cvs rdiff -u -r1.1479 -r1.1480 src/doc/CHAN
Module Name:src
Committed By: christos
Date: Thu Dec 23 23:36:33 UTC 2010
Update of /cvsroot/src/external/bsd/byacc/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv26219
Log Message:
import latest byacc
Status:
Vendor Tag: DICKEY
Release Tags: byacc-20101127
Module Name:src
Committed By: riz
Date: Thu Dec 23 21:55:40 UTC 2010
Modified Files:
src/bin/dd: dd.c
Log Message:
Fix speling ("deferred," not "defered") as reported in #netbsd-code on
freenode IRC. While I'm here, clean up the wording later in the comment.
To generate
Module Name:src
Committed By: haad
Date: Thu Dec 23 21:39:09 UTC 2010
Modified Files:
src/external/gpl2/lvm2/dist/lib/device: dev-io.c
Log Message:
Change way how we get device size from device. Do not use LSEEK but
DIOCGWEDGEINFO and DIOCGDINFO. This should fix problem wi
Module Name:src
Committed By: cegger
Date: Thu Dec 23 21:34:02 UTC 2010
Modified Files:
src/sys/dev/pci: voyagerfb.c
Log Message:
read 32bits instead of 64bits and truncate the upper 32bits
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/voyag
Module Name:src
Committed By: cegger
Date: Thu Dec 23 21:11:37 UTC 2010
Modified Files:
src/sys/dev/pci: chipsfb.c
Log Message:
build fix: add missing initializers
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/dev/pci/chipsfb.c
Please note that d
Module Name:src
Committed By: njoly
Date: Thu Dec 23 20:11:00 UTC 2010
Modified Files:
src/usr.bin/mail: mail.1
Log Message:
Fix sub-section reference.
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/usr.bin/mail/mail.1
Please note that diffs are not p
Module Name:src
Committed By: christos
Date: Thu Dec 23 20:07:13 UTC 2010
Modified Files:
src/sys/dev/dm: device-mapper.c dm.h
Log Message:
Now that we have allowed operator to access the control node, make sure
that he cannot cause damage, by only allowing the superuser t
Module Name:src
Committed By: njoly
Date: Thu Dec 23 19:15:56 UTC 2010
Modified Files:
src/share/man/man4: multicast.4
Log Message:
Remove double-quotes from .Sx macros.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/multicast.4
Please no
Module Name:src
Committed By: mlelstv
Date: Thu Dec 23 18:08:41 UTC 2010
Modified Files:
src/libexec/lfs_cleanerd: lfs_cleanerd.c
Log Message:
Deduce raw device correctly by prepending "r" to basename.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/lib
Module Name:src
Committed By: christos
Date: Thu Dec 23 17:46:55 UTC 2010
Modified Files:
src/external/gpl2/lvm2: lvm2tools.mk
src/external/gpl2/lvm2/dist/daemons/cmirrord: functions.c
src/external/gpl2/lvm2/dist/libdm/ioctl: libdm-iface.c
libdm-
Module Name:src
Committed By: christos
Date: Thu Dec 23 17:44:33 UTC 2010
Modified Files:
src/external/gpl2/lvm2/dist/libdm/ioctl: libdm_netbsd.c
Log Message:
false needs stdbool.h
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
src/external/gpl2/lvm2/d
Module Name:src
Committed By: njoly
Date: Thu Dec 23 16:16:27 UTC 2010
Modified Files:
src/share/man/man4: pim.4
Log Message:
Remove double-quotes from .Sx macro.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/pim.4
Please note that diffs
Module Name:src
Committed By: pgoyette
Date: Thu Dec 23 15:32:04 UTC 2010
Modified Files:
src/regress/lib/libc: Makefile
Removed Files:
src/regress/lib/libc/div: Makefile div.c
src/regress/lib/libc/popen: Makefile popen.c
Log Message:
Remove a couple tests
Module Name:src
Committed By: pgoyette
Date: Thu Dec 23 15:27:45 UTC 2010
Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/lib/libc/stdio: Makefile
src/tests/lib/libc/stdlib: Makefile
Added Files:
src/tests/lib/libc/stdio: t_popen.c
Module Name:src
Committed By: mlelstv
Date: Thu Dec 23 14:58:14 UTC 2010
Modified Files:
src/sys/dev/dm: device-mapper.c dm.h dm_pdev.c dm_table.c dm_target.c
dm_target_linear.c dm_target_snapshot.c dm_target_stripe.c
Log Message:
make dm aware of physical sect
Module Name:src
Committed By: mlelstv
Date: Thu Dec 23 14:46:25 UTC 2010
Modified Files:
src/external/gpl2/lvm2/dist/lib/device: dev-io.c
Log Message:
Get sector size from device properties using DIOCGDISKINFO and
use the disklabel (DIOCGDINFO) only as a fallback. This wor
Module Name:src
Committed By: mlelstv
Date: Thu Dec 23 14:43:37 UTC 2010
Modified Files:
src/sys/ufs/ffs: ffs_wapbl.c
Log Message:
mount(2) doesn't remove vnodes from the freelist in the error path,
so that they get reused with a invalid pointer to a mount structure.
As a
Module Name:src
Committed By: hauke
Date: Thu Dec 23 14:29:52 UTC 2010
Modified Files:
src/sbin/wdogctl: wdogctl.8
Log Message:
First release that shipped wdogctl(8) was 1.6, not 1.5.1.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sbin/wdogctl/wdogct
Module Name:src
Committed By: mlelstv
Date: Thu Dec 23 14:22:03 UTC 2010
Modified Files:
src/sys/dev/dkwedge: dk.c
Log Message:
Make wedges aware of underlying physical block size.
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/dev/dkwedge/dk.c
Pl
Module Name:src
Committed By: pgoyette
Date: Thu Dec 23 13:34:46 UTC 2010
Modified Files:
src/tests/lib/libc/stdio: t_format.c
Log Message:
Fix the $NetBSD$ tag (missed the trailing $)
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/stdio/t
34 matches
Mail list logo